/* *** Checkout *** */

div.container_checkout {
	width: 734px;
	margin: 0 auto;
    }

div.checkout_float_left {
	float: left;
    }

div.checkout_float_right {
	float: right;
    }

div.checkout_widget_header {
	font-weight: bold;
	font-size: 18px;
    }

/* begin table header */

div.cart_item_header {
	width: 334px;
	height: 17px;
	margin: 0 auto;
	margin-top: -11px;
	padding: 3px 14px 6px 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f4ff', endColorstr='#a7b2bd');
	background: -webkit-gradient(linear, left top, left bottom, from(#e9f4ff), to(#a7b2bd));
	background: -moz-linear-gradient(top,  #e9f4ff,  #a7b2bd);
	-moz-border-radius: 22px 22px 0 0;
	-webkit-border-radius: 22px 22px 0 0;
	border: 1px solid #212122;
	border-width: 1px 1px 0 1px;
    }

div.cart_item_header_title , div.cart_item_header_quant ,
    div.cart_item_header_price , div.cart_item_header_total {
	float: left;
	font-weight: bold;
	font-size: 15px;
	height: 12px;
    }

div.cart_item_header_title {
	width: 186px;
	text-align: left;
    }

div.cart_item_header_quant {
	width: 30px;
    }

div.cart_item_header_total , div.cart_item_header_price {
	width: 50px;
    }

div.cart_item_header_total {
	margin-right: 4px;
	float: right;
    }

/* end header */

/* begin cart items */

div.checkout_widget_content {
	overflow: auto;
	height: 200px;
	width: 358px;
	margin: 0 auto;
	padding-top: 8px;
	border: 1px solid #212121;
    }

div.cart_item {
	width: 332px;
	margin: 0 auto;
	clear: both;
	border: 1px solid #212221;
	border-width: 0 0 1px 0;
	font-size: 13px;
    }

div.cart_item_title , div.cart_item_quant , div.cart_item_price ,
    div.cart_item_total {
	float: left;
	height: 44px;
    }

div.cart_item_title {
	width: 188px;
	padding-top: 5px;
	text-align: left;
    }

div.cart_item_quant {
	width: 28px;
	margin-top: 5px;
	height: 35px;
    }

div.cart_item_price , div.cart_item_total {
	width: 48px;
	padding-top: 5px;
	height: 35px;
    }

div.cart_item_total {
	width: 66px;
	float: right;
    }

p.cart_price_recurring {
	margin-top: -19px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 12px;
    }

p.cart_item_comments {
	margin-top: -15px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0;
	font-size: 11px;
	height: 20px;
	overflow: auto;
    }

/* end cart items */

/* begin cart footer */

div.cart_item_footer {
	width: 334px;
	height: 17px;
	margin: 0 auto;
	padding: 3px 14px 6px 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f4ff', endColorstr='#a7b2bd');
	background: -webkit-gradient(linear, left top, left bottom, from(#e9f4ff), to(#a7b2bd));
	background: -moz-linear-gradient(top,  #a7b2bd, #e9f4ff);
	-moz-border-radius: 0 0 22px 22px;
	-webkit-border-radius: 0 0 22px 22px;
	border: 1px solid #212122;
	border-width: 0 1px 1px 1px;
	font-size: 15px;
    }

/* end cart footer */

#checkout_options {
	width: 420px;
	margin: 0 auto;
}

div.cart_submit {
	margin-top: 10px;
	float: left;
    }

