@charset "utf-8";
/* CSS Document */

#checkout_container {
	width:700px;
	color:#666666;
	font:12px/14px normal Arial, Helvetica, sans-serif;
}

#checkout_top_left {
	width:290px;
	padding:5px 5px 5px 5px;
	margin:0 0 20px 0;
	float:left;
}

#checkout_top_right {
	width:374px;
	padding:5px 5px 5px 20px;
	margin:0 0 20px 0;
	float:right;
	border-left:1px solid #666666;
}

#checkout_bottom_left {
	width:290px;
	padding:5px 5px 5px 5px;
	margin:0 0 20px 0;
	float:left;
}

#checkout_bottom_right {
	width:374px;
	padding:5px 5px 5px 20px;
	margin:0 0 20px 0;
	float:right;
	border-left:1px solid #666666;
}

#middlebar {
	height:20px;
	background:#A1A1A1;
	margin:0 0px 20px 0px;
	clear:both;
	overflow:auto;
}

#checkout_container h2 {
	margin:0;
	padding:0 0 5px;
	font-weight:bold;
	color:#666666;
	font:18px/26px bold Arial, Helvetica, sans-serif;
}


/* =========== Buttons =========== */
#checkout_container .btnholder { margin: 0 0 15px 0; text-align: right; }
#checkout_top_left a#cartnew { display: block; float: right; width: 47px; height: 21px; background: url(../images/checkout/btn_new.gif) no-repeat 0 0; margin: 0 0 0 0; }
#checkout_top_left a#cartedit { display: block; float: right; width: 47px; height: 21px; background: url(../images/checkout/btn_edit.gif) no-repeat 0 0; margin: 0 20px 0 0; }
#checkout_container a#paysub { display: block; width: 63px; height: 22px; background: url(../images/checkout/btn_submit.gif) no-repeat 0 0; margin: 0 20px 0 0; color: #fff; font-weight: bold; text-align: center; padding-top: 2px; text-decoration: none}
#checkout_container a#checkout { display: block; width: 135px; height: 30px; text-align: right; background: url(../images/checkout/btn_final.gif) no-repeat 0 0; }
#checkout_container input#submit { display: block; width: 135px; height: 30px; text-align: right; background: url(../images/checkout/btn_final.gif) no-repeat center; border:none;}

/* ========= Total fields ========= */
#checkout_container #total #tot {  position: relative; left: 0; top: 15px; display: block; width: 67px; height: 12px; background: url(../images/checkout/chktotal.gif) no-repeat right bottom; }
#checkout_container #total input { float: right; font-size: 16px; border: 1px #aaa solid; font-weight: bold; width: 80px; padding: 3px; position: relative; top: -20px; }

#checkout_container a { color: #6b2213; outline: none; text-decoration: none; }

