/* This stylesheet is universally called throughout your Cularis site. If you are having trouble getting your styles to stick, try putting them here as this sheet will override anything else. This is a good spot to make custom changes while leaving the sylesheets that came with your Cularis theme intact. */

p.cart_header {background: #CFBBA9;}

#shopping_cart, .shopping_cart {
	border: 2px solid #897464 !important;
	background: url('../images/backgrounds/contentbg.gif') repeat; 
}

/* ---- CHECKOUT STEPS ---- */
/*----------------------------------------------*/

#checkout_status {
	margin: 10px 0 25px 0;
	border: 1px solid #897464;	
	background: #CFBBA9;
}

#checkout_status li a, #checkout_status li p {
	padding: 8px 15px 8px 0;
	text-align: right;
}

#checkout_status li.cart a { text-align: left;}

/*----------------------------------------------*/



/* ---- CHECKOUT TABLES ---- */
/*----------------------------------------------*/


#shopping_cart th {border-bottom: 1px solid #888;}
#shopping_cart .coupon th { color: #6E2405; background: #F7F2DA; border-top: 1px solid #888; border-bottom: none;}

#shopping_cart .credit th { color: #6E2405; background: #F7F2DA; border-top: 1px solid #888; border-bottom: none;}

#shopping_cart .tax th, #shopping_cart .shipping th { border-top: 1px solid #888; border-bottom: none;} 

#shopping_cart .subtotal th{
	border-top: 1px solid #888;
	border-bottom: 4px double #897464 !important; 
}

/*----------------------------------------------*/