	/* ======= basics ============= */
	#cart * { margin: 0; padding: 0; } /* same as Price calc */
	#cart {
		/*width: 350px;*/
		width: 520px;
		/*margin: 40px auto;*/
		background: #fff  repeat-y center top;
		font: 11px Arial, Helvetica, Verdana, 'Lucida Grande', Geneva, san-serif; }
	#cart form { background: url(../images/cart/back.gif) repeat-y right top; width: 550px; }
	#cart table {padding: 10px; }
	#cart h1 {
		display: block;
		height: 52px;
		background: url(../images/cart/cart_top.gif) no-repeat center top; }
	#cart h2 {
		display: block;
		height: 18px;
		margin: 0;
		padding: 0; }
	#cart h2.standard { 
		width: 184px; 
		background: url(../images/cart/standard.gif) no-repeat left top; } /* same as Price calc */
	#cart h2.shipping { 
		width: 174px; 
		background: url(../images/cart/shipping.gif) no-repeat left top; }
	#cart h2.more { 
		width: 159px; 
		background: url(../images/cart/more_op.gif) no-repeat left top; }
	#cart h2.sum { 
		width: 171px; 
		background: url(../images/cart/summary.gif) no-repeat left top; }
	#cart a { color: #6b2213; outline: none; text-decoration: none; }
		
	/* ======= enclosing divs ========= */
	#cart #stand { width: 340px; padding: 0 15px 10px 15px; } /* same as Price calc */
	#cart #ship, #cart #more, #cart #summary { width: 340px; padding: 10px 15px 15px 15px; }
	#cart #total { display: block; padding: 0 20px; }
	#cart #check { padding: 40px 20px 30px 195px;  }
	#cart .split { 
		width: 338px; 
		margin: 0 auto; 
		background: #a1a1a1; 
		height: 18px; } /* same as Price calc */
	#cart .split .fold { 
		display: block; 
		height: 11px; 
		background: url(../images/cart/minus.gif) no-repeat 5px 1px;
		
		/* uncomment below for collapsed image */
		/*height: 17px; 
		 background: url(../images/cart/plus.gif) no-repeat 5px 1px; */
		 } /* same as Price calc */
	
	
	/* ======== form menus ========= */
	#cart ul {list-style: none; }
	#cart ul.left { list-style: none; display: block; width: 50%;} /* same as Price calc */
	#cart ul.right { list-style: none; display: block; width: 50%; float: right; } /* same as Price calc */
	#cart ul li { display: block; margin: 5px 0;} /* same as Price calc */
	#cart legend { display: block; width: 150px; margin: 2px 0; } /* same as Price calc */
	#cart select { 
		display: block; 
		width: 150px; 
		margin: 2px 0;
		border: 1px #aaa solid; 
		background: #fff; } /* same as Price calc */
	#cart li.rad { padding: 3px 0 0 20px; }
	#cart li.rad label { position: relative; top: -3px; }
	#cart li p { line-height: 150%; padding: 2px 0 0 0;}
	#cart ul.rightside { text-align: right;  margin: 0 60px 0 0;}
	
	
	/* =========== Buttons =========== */
	#cart .btnholder { margin: 0 0 30px 0; text-align: right; }
	#cart a#cartnew { display: block; float: right; width: 47px; height: 21px; background: url(../images/cart/btn_new.gif) no-repeat 0 0; }
	#cart a#cartedit { display: block; float: right; width: 47px; height: 21px; background: url(../images/cart/btn_edit.gif) no-repeat 0 0; margin: 0 20px 0 0; }
	#cart a#checkout { display: block; width: 137px; height: 31px; text-align: right; background: url(../images/cart/btn_checkout.gif) no-repeat 0 0; }
	
	/* ========= Total fields ========= */
	#cart #total #tot {  position: relative; left: 125px; top: 15px; display: block; width: 61px; height: 16px; background: url(../images/cart/total.gif) no-repeat right bottom; } /* same as Price calc */
	#cart #total input { float: right; font-size: 16px; border: 1px #aaa solid; font-weight: bold; width: 100px; padding: 3px; position: relative; top: -8px;} /* same as Price calc */
	
	/* ===== hide this stuff (it's visible without stylesheet) ===== */
	#cart h1 span, #cart h2 span, #cart .split span, #cart #total #tot span, #cart #cartnew span, #cart #cartedit span, #cart #check span { display: none; }
	
	/* ==== IE6 stuff == */
	* html #cart h1 { position: relative; left: 1px; }
	* html #cart ul.left,
	* html #cart ul.right { width: 49%; }
	* html #cart #stand { position: relative; left: 12px; padding: 0 0 10px 0; }
	* html #cart #more { position: relative; left: 12px; padding: 10px 0; }
	* html #cart #ship { position: relative; left: 12px; padding: 10px 0; }
	* html #cart #summary { position: relative; left: 12px; padding: 10px 0; }
	* html #cart #total { position: relative; left: 12px; padding: 0;  }
	* html #cart #total #tot {  position: relative; left: 125px; top: 15px; }
	* html #cart #total input { position: relative; right: 40px; top: -8px; }
