
/*--------------------------
	CSS by Rod Miles	
	One Grey Paw
	www.OneGreyPaw.com
	
	September 2008
	
	CSS for Checkout process
----------------------------*/

/*/// SHIPPING INFO  */
#shippingInfo 
	{
	width: 300px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
	}
#shippingInfo .checkoutTable { width: 232px; }

/*/// SMALL CART ON SHIPPING  */
#smallCart { float: right; width: 360px; }
#smallCartTable { width: 100%; }
#smallCartTable tr.cartRow td { border-bottom: 1px dashed #ccc; }
table .tableHeading td { background: url('../images/prod-table-header-bg.gif') repeat-x 0 0; color: #fff; font-weight: bold; border: none; padding: 5px 0; }


/*/// HEADERS DURING Checkout  */
h1#step1 { background: url('../images/order-step-1.gif') no-repeat 100% 0; }
h1#step2 { background: url('../images/order-step-2.gif') no-repeat 100% 0; }
h1#step3 { background: url('../images/order-step-3.gif') no-repeat 100% 0; }
h1#step4 { background: url('../images/order-step-4.gif') no-repeat 100% 0; }


#receiptView { margin-top: 2em; }
#receiptTable #productsTable td { padding: 2px 0; border-bottom: none; }
#receiptTable .cartRow td { border-bottom: 1px dashed #ccc; }
#receiptTable #billingInfo, #receiptTable #shippingInfo { margin: 0; padding: 0; border: 1px solid #ccc; border-width: 0 1px 1px 1px; }
#receiptTable #billingInfo { float: left; }
#receiptTable #shippingInfo { float: right; }



.checkoutTable 
	{
	border: 1px solid #ccc;
	background-color: #e5e5e5;
	padding: 1em;
	margin: 0 0 2em 2em;
	width: 60%;
	overflow: auto;
	}
#billingForm .checkoutTable { width: 70%; }

#secureCheckoutImg 
	{
	width: 208px;
	height: 64px;
	background: url('../images/pic-secure-checkout.gif') no-repeat 0 0;
	}
 
#secureCheckoutImg.small
	{
	width: 141px;
	height: 37px;
	background: url('../images/pic-secure-checkout-sm.gif') no-repeat 0 0;
	margin-bottom: 1em;
	}

#orderNumDate { float: right; margin: 1em; }


/*///LEFT MENU HEADING*/
.leftMenu.lmCheckout { padding-bottom: 10px; background-color: #e2e2e2; line-height: 1.4em; border-bottom: 1px solid #999; }
.leftMenu.lmCheckout p { padding: 0 10px; }
.leftMenu.lmCheckout a { background: none; }



input#btnCompleteOrder { margin-top: 5px; border: none; cursor: pointer; background: url('../images/btn-complete-order.gif') no-repeat 0 0; height: 30px; width: 182px; }

