@charset "utf-8";
/* CSS Document */
.error {
	padding:5px 0;
	color:#FF0000;
	font-weight:bold;
	display:block;
}
#storeWrapper {width: 1076px; margin: 0 auto;}
.ProductNameText {
	color:#CC3300;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
}
.col_1of2 small, .col_1of2 #Quantity, .col_2of2 small, .col_2of2 #Quantity { display:none; }
#Quantity { border:1px solid #C6D3E4; }
.colActions { float:right; width: 120px; text-align:left; }
/*.colActions { float:right;width:;190px;padding-right:30px;padding-top:50px; }*/
.productHeading { padding:0 0 8px 0; margin-bottom: 20px;}
#productDetail h3.productHeading {padding-left: 0px;}

.cartSubtotals { border:0;}
.cartSubtotals td {padding: 6px; border:0;}

.addressBookBlock { float:left; width:330px; }

.ShippingAndTaxEstimateAddress { border: 0; width:100%; }
.ShippingAndTaxEstimateAddress .Header { text-align:center; font-weight:bold; background-color:#ddd; }
.ShippingAndTaxEstimateAddress .Caption { width:30%; text-align:left; vertical-align:top; }
.ShippingAndTaxEstimateAddress .Value { width:70%; text-align:left; vertical-align:top; }
.ShippingAndTaxEstimateAddress .ErrorMessage {
	width:100%;
	text-align:center;
	vertical-align:middle;
	color:Red;
	font-weight:bold;
}

.ShippingAndTaxEstimator { border:solid 1px #aaa; width:100%; }

.ShippingAndTaxEstimator .Header { text-align:center; font-weight:bold; background-color:#ddd; }
.ShippingAndTaxEstimator .Caption { font-weight:bold; width:30%; text-align:left; vertical-align:top; }
.ShippingAndTaxEstimator .Value { width:70%; text-align:right; vertical-align:top; }
.ShippingEstimatorPanel {width:350px; padding: 5px 5px 5px 5px; float:right; }
.ShippingEstimatorPanel table td { border:0; padding:4px 6px;}
#pnlCartSummarySubTotals { text-align:right; }

#mainContent ul {margin-left: 30px;}

.descriptionArea { float:left;width:440px;}
.addToCartRow {float:right;clear:both;margin-bottom:30px;}
.pagingControl {text-align:right;background-color:#DAE2ED;}

