
#cart {
	width: 685px;
	margin: 20px;
	background: white;
	
}

#cart form {
	display: inline;
}


#cart .cart_head_left {
	background: transparent url('img/cart/top_left.gif') no-repeat left top;
	
	height: 20px;
	width: 10px;
	padding:0px;
	
}
#cart .cart_head {
	background: transparent url('img/cart/top_center.gif') repeat-x top;
	height: 20px;
	padding:0px;
}
#cart .cart_head h2 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11pt;
	
	color: #007DB1;
}
#cart .cart_head_right {
	background: transparent url('img/cart/top_right.gif') no-repeat right top;
	
	height: 20px;
	width: 10px;
	padding:0px;
}
#cart .cart_body_left {
	background: transparent url('img/cart/left.gif') repeat-y left;
	width: 10px;
	padding:0px;
}
#cart .cart_body {
	padding: 10px;
	line-height: 14pt;
	
}
#cart .cart_body_right {
	background: transparent url('img/cart/right.gif') repeat-y right;
	width: 10px;
	padding:0px;
}
#cart .cart_footer_left {
	background: transparent url('img/cart/bottom_left.gif') no-repeat left top;
	
	height: 10px;
	width: 10px;
	padding:0px;
}
#cart .cart_footer {
	background: transparent url('img/cart/bottom_center.gif') repeat-x top;
	padding:0px;
}
#cart .cart_footer_right {
	background: transparent url('img/cart/bottom_right.gif') no-repeat right top;
	
	height: 10px;
	width: 10px;
	padding:0px;
}

#cart_checkout {
	width: 100%;
	
}

#cart_checkout .cart_error {
	border: 2px dotted red;
	background-color: orange;
	color: black;
	font-weight: bold;
}
#cart_checkout .cart_upsell {
	float: right;
}
#cart_checkout .cart_proceed {
	float: right;
	text-align: right;
	padding-bottom: 20px;
}

#cart td.cart_body table tr {
	
}

#cart .prod_id {
	margin-left: 20px;
	line-height: 14pt;
	font-size: 8pt;
	color: #888888;
	font-weight: normal;
}
#cart .prod_name {
	padding-left: 10px;
	font-size: 13pt;
	font-weight: bold;
	color: #007DB1;
	padding-top: 14px;
}
#cart .prod_unitprice {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	color: black;
}
#cart .prod_qty {
	text-align: right;
}
#cart .prod_qty input {
	text-align: right;
	width: 30px;
}
#cart .prod_qty img {
	vertical-align: top;
	margin-top: 3px;
}

#cart .prod_price {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	color: black;
}
#cart .prod_delete {
	text-align: right;
	
}

#cart .prod_nvatext {
	padding-left: 30px;
}

#cart .prod_nva {
	text-align: right;
	
}
#cart .prod_nvaprice {
	text-align: right;
	
}
#cart .prod_nva select {
	
	font-size: 8pt;
}

#cart .prod_separator {
	border-bottom: 1px solid #aaa;
}

#cart .prod_grandtotal {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	color: black;
}
#cart .prod_update {
	font-size: 8pt;
	text-align: right;
	padding-top: 5px;
}

#cart .cart_bg {
	background-color: #fff;
}
#cart .cart_bgalt {
	background-color: #ffffdd;
}
#cart .cart_verify {
	
	border-collapse: collapse;
	
}
#cart .cart_verify td {
	background-color: white;
	border-bottom: 1px solid grey;
	margin: 0px;
	padding: 5px;
}

#cart #cart_cpncode {
	display: inline;
	margin-right: 40px;
	vertical-align: middle;
	
}
#cart_cpncode input {
	height: 20px;
	font-size: 8pt;
	vertical-align: middle;
}

#cart .cart_update {
	
	display: inline;
	
	
}
#cart .cart_update img {
	vertical-align: middle;
	border: none;
	
	
}
#cart td.upsell {
	padding-top: 14px;
}
#cart #upsell {
	
	font-weight: bold;
	border: 1px solid grey;
	padding: 3px;
	background-color: #EBF9FD;
	width: 60%;
	
}
#cart #upsell div {
	margin-left: 105px;
}
#cart #upsell img {
	vertical-align: middle;
	
	border: none;
	
}
#cart #upsell a {
	border: none;
	
}
#cart .shipping td {
	padding-top: 5px;
}
#cart .subtotal td, #cart .discount td {
	padding-top: 5px;
}

.prod_supporttext, .prod_supportinfo, .prod_supportsub, .prod_supporttotal {
	padding-top: 5px;
	padding-bottom: 9px;
}
#cart .prod_supporttext {
	padding-left: 30px;
}
#cart .prod_supportinfo {
	text-align: right;
	color: #535257;
}

.trust_footer {
	border: none;
	
}
.trust_footer img {
	border: none;
	margin-right: 30px;
	vertical-align: middle;
}

#error_box {
	display: none;
	border: 1px solid #FF0000;
	background: #FFaaaa url('img/cart/delete.gif') 4px 4px no-repeat;
	color:#000;
	font-weight:bold;
	font-size: 10pt;
	padding:4px;
	text-align:left;
	padding-left: 40px;
	width: 50%;
}

