/*  ===== pt_cart Notes =====   /
	This page has a three column layout,
	
	Stylesheet for the shopping cart (cart.isml). Some styles are global and coming
	from pt_default.css and pt_global.css
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
/* Wider content area for cart pages */
#pt_cart #leftColumn {
	display:none; }
	
#pt_cart #content {
	width: 773px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px; }
	
#content #cart {
	margin: 0px;
	padding: 0px; } 
	
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	

#content #cart form.cartcontinue {
	margin-top: -57px;
	padding:0px;}

.priceadjustment {
	color: red; }
	
.goback {}

#cart .continuecheckout {}

/* Custom Cart Table Based on table.simple in pt_global.css */
#cart table.simple {
	width: 773px;
	margin: 5px 0px;
	border: 1px solid #eee; }	
#cart table.simple th {
	background-color: #e0e0e0;
	white-space: nowrap;
	color: Black;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;}
#cart table.simple td {
	margin: 10px 10px;
	color: Black;
	padding: 3px 5px; }
#cart table.simple h3 a {
	display: block;
	font-family: 'Century Gothic', Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	height: auto;
	padding: 0px;
	margin: 5px 0px 2px 0px;
	color: #006699; }	
#cart table.simple h3 a:hover {
	text-decoration: underline; }
#cart table.simple p {
	margin: 0px;
	padding: 0px; }	
#cart table.simple td.shipmentseparator {
	text-transform:uppercase;
	font-weight:600;
	background:#fafafa;
	border:1px solid #efefef; }
			
/* COUPON LINE AT BOTTOM OF CART TABLE */
#cart table.simple tfoot tr.applycoupon {}
#cart table.simple tfoot tr.applycoupon td {
	background-color: #f5f5f5; }
#cart table.simple tfoot tr.applycoupon .updatequantity {
	float: left; }
#cart table.simple tfoot tr.applycoupon .couponinput {
	float: right; }
#cart table.simple tfoot tr.applycoupon .couponbox {
	width: 12em; }
#cart table.simple .addcoupon {
	vertical-align: middle;
	border:0px; }
#cart table.simple .removecoupon {
	text-align: center; }
#cart table.simple tfoot tr.applycoupon .text {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 0px;
	color: Black; }
#cart table.simple tfoot tr.applycoupon .couponerror {
	text-align: right;
	font-weight: bold;
	color: red;
	margin: 2px 0 4px 0; }
	
/* SHIPPING Table. It is the visual footer of the cart. */
#cart .cartfooter {}
#cart .cartfooter table.shipping {
	/* Not the full width*/
	width: 25%;
	float: left;
	margin: 5px 0px;
	border: 1px solid #eee; }
#cart .cartfooter table.shipping th {
	background-color: #e0e0e0;
	white-space: nowrap;
	color: Black;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;}
#cart .cartfooter table.shipping td {
	background-color: #f5f5f5;
	padding: 2px; }
#cart .cartfooter table.shipping .shippingzip {
	text-align: right; }
#cart .cartfooter table.shipping .shippingzipinput {
	text-align: right; }	
#cart .cartfooter table.shipping .shippingcountry {
	text-align: right; }	
#cart .cartfooter table.shipping .selectbox {
	width: 12em; }
	
/* ORDER TOTAL Table. It is the visual footer of the cart. */
#cart .cartfooter table.simple {
	/* Not the full width*/
	width: 50%;
	float: right;
	margin: 5px 0px;
	border: 1px solid #eee; }
#cart .cartfooter table.simple th {
	white-space: nowrap;
	color: Black;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;}
#cart .cartfooter table.simple td {
	background-color: #f5f5f5;
	padding: 2px; }	
#cart .cartfooter table.simple .orderinfocolumn {
	text-align: right;
	white-space: nowrap; }
#cart .cartfooter table.simple .ordertotalcolumn {
	text-align: right;
	white-space: nowrap; }
#cart .cartfooter table.simple .ordertotalcolumnshippromo {
	text-align: right;
	white-space: nowrap;
	color: red; }
#cart .cartfooter table.simple .ordertotal {
	text-align: right;
	white-space: nowrap;
	font-weight: bold }
	

