@charset "UTF-8";

.allMerchants {
	margin: 20px 0 0 0;
	float: left;
	width: 520px;
}
.merchantBox {
	float: left;
	width: 150px;
	height: 100px;
	margin: 10px 20px 0 20px;
}

.merchantName {
	font-size: 14px;
	font-weight: bold;
}
.merchantSearchBar {
	background-color: #a7a46b;
	color: #FFFFFF;
	width: 535px;
	font-size: 18px;
	padding: 3px 0 10px 8px;	
	margin-bottom: 10px;
	clear: both;
}
.cartTable {
	width: 540px;
	
	color: #2e2b00;
}
.cartTable .topRow {
	background-color: #a7a46b;
	height: 15px;
	color: #FFFFFF;
	padding-top: 3px;
	border: 1px solid #a7a46b;
}
.cartTable .topRow div {
	padding: 0;
}
.cartTableRow {
	width: 540px;
	float: left;
	border-bottom: 1px solid #cfcba5;
	border-left: 1px solid #cfcba5;
	border-right: 1px solid #cfcba5;
}
.cartTable .fade {
	background-image: url(../img/cart/rowFade.jpg);
	background-repeat: repeat-y;
}
.cartTableRow .imageCol {
	width: 65px;
	float: left;
}
.cartTableRow .imageCol img {
	width: 65px;
}
.cartTableRow .skuCol {
	padding-top: 10px;
	width: 50px;
	float: left;
}
.cartTableRow .productCol {
	font-weight: bold;
	width: 170px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
.cartTableRow .quantityCol {
	width: 55px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
.cartTableRow .quantityCol input {
	text-align: center;
	margin-top: -4px;
}
.cartTableRow .unitCol {
	width: 60px;
	float: left;
	text-align: right;
	padding-top: 10px;
}
.cartTableRow .totalCol {
	width: 65px;
	float: left;
	text-align: right;
	padding-top: 10px;
}
.cartTableRow .removeCol {
	width: 50px;
	float: left;
	text-align: right;
	padding-top: 10px;
}
.cartTotal {
	width: 530px;
	text-align: right;
	float: left;
	margin: 10px 0;
	color: #2e2b00;
}
.cartTotalRow {
	width: 530px;
	float: left;
}
.cartTotalRow .labelCol {
	width: 450px;
	float: left;
}

.cartTotalRow .priceCol {
	width: 80px;
	float: left;	
}

#cartSteps {
	float: right;
	width: 151px;
	margin: 7px 10px 5px 0;
	color: #e9e7d4;
	border-left: 3px solid #a7a46b;
	padding-left: 10px;
}
#cartSteps ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#cartSteps .currentCart {
	font-weight: bold;
	color: white;
}
.checkoutButtons {
	width: 540px;
	text-align: right;
	margin: 10px 12px 15px 0;
}
.checkoutButtons img {
	padding-left: 6px;
}
#allProducts p {
	padding: 0 70px 0 10px;
}



#retailerSection {
	float: left;
	width: 530px;
	margin-left: 10px;
}
.retailerBox {
	width: 150px;
	float: left;
	border: 1px dashed #e9e7d4;
	margin: 0 10px 10px 0;
	height: 190px;
}
.retailerBox2 {
	width: 150px;
	float: left;
	border: 1px dashed #e9e7d4;
	margin: 0 10px 10px 0;
	height: 210px;
}

.retailerImage {
	width: 150px;
	text-align: center;
	float: left;
	padding-top: 5px;
	height: 100px;
	overflow: hidden;
}
.retailerImage img {
	width: 100px;	
}
.retailerName {
	padding-top: 5px;
	color: #820b00;
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: center;
}
.retailerInfo {
	text-align: center;
	float: left;
	width: 150px;
	height: 30px;
}
.retailerDistance {
	float: left;
	width: 150px;
	text-align: center;
	font-weight: bold;
	font-style: italic;	
	padding-bottom: 8px;
}

.retailerButton {
	float: left;
	width: 150px;
	text-align: center;
}







.enterZip {
	width: 500px;
	margin-bottom: 10px;
	float: left;
}
.enterZip .inputDiv {
	float: left;
	margin-top: 2px;
	margin-left: 10px;
}
.enterZip .buttonDiv {
	float: left;
	margin-left: 10px;
	
}





/*----------------------------BILLING------------------------*/

.billingRowTitle {
	width: 530px;
	padding: 5px 0 0 10px;
	height: 20px;
	background-color: #a7a46b;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 0 5px 0;;
}

.billingRow {
	width: 500px;
	float: left;
	margin: 2px 0 5px 10px;
}
.billingRow .labelCol {
	float: left;
	width: 100px;
	
}
.billingRow .inputCol {
	float: left;
	width: 200px;
}
.billingRow .inputCol input {
	margin-top: -4px;
}
.grayBar {
	float: left;
	width: 500px;
	margin: 10px 0 5px 0;
	padding: 2px 0 2px 5px;
	background-color: #a7a46b;
	color: #FFFFFF;
	font-size: 14px;
}






.finePrint {
	font-size: 10px;
	font-style: italic;
}

.font12 {
	font-size: 12px;
}


#retailerHeader {
	background-color: #333333;
	width: 540px;
	float: left;
	margin-top: -5px;
	padding-bottom: 5px;
}
#retailerHeader .retailerHeaderLogo {
	width: 215px;
	float: right;
}
#retailerHeader .retailerHeaderLogo img {
	padding: 20px;
	width: 175px;
}
#retailerHeader .retailerHeaderName {
	color: white;
	float: left;
	width: 300px;
	font-size: 22px;
	margin: 15px 0 0 10px;
}
#retailerHeader .retailerHeaderInfo {
	color: white;
	float: left;
	width: 300px;
	font-size: 12px;
	margin: 5px 0 0 10px;
}

.secureLock {
	margin-bottom: -2px;
}