	/* ======= basics ============= */
	#check_out * { margin: 0; padding: 0; } /* same as Price calc */
	#check_out {

		width: 565px;
		background: #fff url(../images/checkout/tile.gif) repeat-y center top;


		font: 11px Arial, Helvetica, Verdana, 'Lucida Grande', Geneva, san-serif; }

	#checkout_inner { background: url(../images/checkout/check_base.gif) no-repeat center bottom; text-align: left;}

	#check_out h1 {
		display: block;
		height: 52px;
		background: url(../images/checkout/payment_top.gif) no-repeat center top; }
	#check_out h2 {
		display: block;
		height: 27px;
		margin: 0;
		padding: 0 0 5px 0; }
	#check_out h2.billing { 
		width: 225px; 
		background: url(../images/checkout/billing.gif) no-repeat left top; } 
	#check_out h2.payment { 
		width: 225px; 
		background: url(../images/checkout/payment.gif) no-repeat left top; }
	#check_out h2.odrsum { 
		width: 225px;
		height: 14px;
		background: url(../images/checkout/odrsummary.gif) no-repeat left top; }
	#check_out a { color: #6b2213; outline: none; text-decoration: none; }
		
	/* ======= enclosing divs ========= */
	#check_out #information { width: 550px; height: 290px; padding: 0px 0px 0px 20px; }
	#check_out #summary { width: 550px; padding: 10px 15px 90px 10px; }
	#check_out #total { display: block; padding: 20px 20px 0 20px; }
	#check_out #check { padding: 40px 20px 10px 40px;  }
	#check_out .split { 
		width: 550px; 
		margin: 0 auto; 
		background: #a1a1a1; 
		height: 18px; } /* same as Price calc */
	#check_out .split .fold { 
		display: block; 
		height: 11px; 
		background: url(../images/checkout/minus.gif) no-repeat 5px 1px;
		
		/* uncomment below for collapsed image */
		/*height: 17px; 
		 background: url(../images/checkout/plus.gif) no-repeat 5px 1px; */
		 } /* same as Price calc */
	
	
	/* ======== form menus ========= */
	#check_out ul { width: 100%; display: block;}
	#check_out ul.left { list-style: none; display: block; width: 47%; }
	#check_out ul.right { list-style: none; display: block; width: 49%; float: right; border-left: 1px #aaa solid; padding: 0 0 0 20px;  }
	#check_out ul li { display: block; margin: 5px 0;} /* same as Price calc */
	#check_out legend { display: block; width: 150px; margin: 2px 0; } /* same as Price calc */
	#check_out select { 
		display: block; 
		width: 185px; 
		margin: 2px 0;
		border: 1px #aaa solid; 
		} 
	#check_out select.thin { 
		display: inline; 
		width: 92px; 
		margin: 2px 0;
		border: 1px #aaa solid; 
		background: #fff; }
	#check_out input.txtin { width: 185px; padding: 3px 0;border: 1px #aaa solid; }
	#check_out li.rad { padding: 3px 0 0 20px; }
	#check_out li p { line-height: 150%; padding: 2px 0 0 0;}
	#check_out ul.rightside { text-align: right;  margin: 0 60px 0 0;}
	
	
	/* =========== Buttons =========== */
	#check_out .btnholder { margin: 0 0 30px 0; text-align: left; }
	#check_out a#cartnew { display: block; float: left; width: 47px; height: 21px; background: url(../images/checkout/btn_new.gif) no-repeat 0 0; margin: 0 0 0 0; }
	#check_out a#cartedit { display: block; float: left; width: 47px; height: 21px; background: url(../images/checkout/btn_edit.gif) no-repeat 0 0; margin: 0 0 0 0; }
	#check_out a#paysub { display: block; width: 63px; height: 22px; background: url(../images/checkout/btn_submit.gif) no-repeat 0 0; margin: 0 20px 0 0; }
	#check_out a#checkout { display: block; width: 135px; height: 30px; text-align: right; background: url(../images/checkout/btn_process.gif) no-repeat 0 0; }
	#check_out input#submit { display: block; width: 135px; height: 30px; text-align: right; background: url(../images/checkout/btn_process.gif) no-repeat 0 0; }
		
	/* ========= Total fields ========= */
	#check_out #total #tot {  position: relative; left: 0; top: 15px; display: block; width: 67px; height: 12px; background: url(../images/checkout/chktotal.gif) no-repeat right bottom; }
	#check_out #total input { float: right; font-size: 16px; border: 1px #aaa solid; font-weight: bold; width: 80px; padding: 3px; position: relative; top: -8px; }
	
	/* ===== hide this stuff (it's visible without stylesheet) ===== */
	#check_out h1 span, #check_out h2 span, #check_out .split span, 
	#check_out #total #tot span, #check_out #cartnew span, #check_out #paysub span, 
	#check_out #cartedit span, #check_out #check span { display: none; }
	
	/* ==== IE6 stuff == */
	* html #check_out ul.left,
	* html #check_out ul.right { padding: 0 0 0 10px;  width: 45%;}
	* html #check_out #information { position: relative; left: 12px; padding: 0 0 10px 0; }
	* html #check_out #summary { position: relative; left: 12px; padding: 10px 0; }
	* html #check_out #total { }
	* html #check_out #total #tot {  left: -5px;  }
	* html #check_out #total input {  }

