﻿#accordion
{
	width:300px;
	height: auto;
	background-color:#ffffff;
	border-bottom: solid 1px #cccccc;
}

#opcLoadingDiv
{
	height:16px;
	width:293px;
	position:relative;
	background-color:#ffffff;
	top:0;
	left:0;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	background-image:url(images/Custom/load.gif);
	background-position:center center;
	background-repeat:no-repeat;
	z-index:2;
}

.accordionHeader
{
	color: #ffffff;
	margin: 0;
	padding-left: 5px;
	text-align: left;
	height: 30px;
	vertical-align: middle;
	background: #eee;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Andale Mono', sans-serif;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: none;
}
 
.accordionHeader.active
{
	color: #ffffff;
	background: #333333 url('images/custom/blackGradient.jpg') repeat-x left top;
	border-top: solid 1px Black;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	border-bottom: none;
}

.accordionHeader.background
{
	color: #7F7F7F;
	background: #eeeeee url('images/custom/grayGradient.jpg') repeat-x left top;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: none;

}


.accordionBody {
   border-left:solid 5px #333333;
   border-right:solid 5px #333333;
   display:none;  
}
.accordionBody table
{
	margin:10px;

} 
.accordionBody table table
{
	margin:0px;
}
.accordionBody p {
	margin: 0;
	padding: 4px;
}

#opctitlebar
{
	color: #476DB6;
	background: #ffffff;	
	width: 386px;
	height: 29px;	
	margin-bottom: 4px;
}

.cSummary
{
	width:248px;
	float:left;
	background-color:#ffffff;
}
.cSummary div
{
	float:left;
}
#cartSummaryBox
{
	width:240px;
	border-left: solid 4px #476DB6;
	border-bottom: solid 4px #476DB6;
	border-right: solid 4px #476DB6;
	border-top: none;
}

.float-right 
{
	padding:10px 20px 0px 0px;
	float:right;
}
 
blockquote 
{
	text-style:italic;
	padding: 5px 0 5px 30px;
}

#pnlMain
{
	width:300px;
	float:left;
	margin-right: 10px;
}
.productSummary 
{
	overflow: auto;
	width: 100%;
	height: auto;
	min-height: 218px;
}

.productSummary td
{
	border-bottom: outset 1px #cccccc;
	
}
.cSummary h2
{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-indent: 8px;
	background: #476DB6 url(images/custom/blueGradient.jpg) repeat-x top left;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Andale Mono', sans-serif;
	border:none;
	height: 32px;
	line-height: 32px;
}
#cartSummaryBox h2
{
	color: #ffffff;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-indent: 8px;
	background: #476DB6 url(images/custom/blueGradient.jpg) repeat-x top left;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Andale Mono', sans-serif;
	border:none;
	height: 32px;
}
#cartSummaryBox td
{
	margin: 0px;
	padding: 0px;	
	text-indent: 5px;
}
#cartSummaryBox td td
{
	margin: 0px;
	padding: 0px;
	
	
}
#content h1
{
	margin:0 0 5px 0;
	text-align: left;
	font-weight:normal;
	font-family: 'Andale Mono', sans-serif;
}
#ShipQuote
{
	height:auto;
	width: 300px;
}

.opCheckoutBold
{
	font-weight: bolder;
	font-size: 10pt;
	color: #000000;
	background: transparent;
}

h3 span
{
	font-size:10px;
	margin-left:10px;
}
h3 a
{
	width:20px;
	float:right;
}
.cartLink
{
	color: #cccccc;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.cartLink a:visited
{
	color: #cccccc;
}

.cartDetails
{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

#opcShippingIndicator
{
	width: 66px;
	height: 66px;
	display: none;	
	position: absolute;
}

#opcCartSummaryIndicator
{
	width: 66px;
	height: 66px;
	display: none;	
	position: absolute;
}

#pnlShippingInfo
{
	background-color:#ffffff;
}

#AjaxShippingEstimate
{
	background-color:#ffffff;
}
#opcRefreshShipping
{		
	padding-bottom: 10px;
}

.opcSelectAddrLink a:hover
{
	color: Lime;
}

.opcSelectAddrLink a:link 
{
	color: Blue;
	font-weight: bold;
}

.opcSelectAddrLink a:visited
{
	color: Blue;
	font-weight: bold;
}
.opcEnterShippingInfo
{
	font-weight: bold;
}

.HeaderTextWrap
{
	display: inline;
	float: left;
	padding-top: 8px;
}
.HeaderInputWrap
{
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	height: 14px;
	margin-left:10px;
	font-size: 10px;
}

#EmailTextWrap
{
	display: inline;
	float: left;
	margin-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 10pt;
	font-weight: normal;
}
