/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#cart_site_content{
	display: block;
	margin: 0px ;
}
#cart_site_content h1{
	margin-left: 0px;
}
#cart{
	width: 100%;
}
	
#cart th{
	background: #e6e9ed url(/images/h1_bck.gif) repeat-x top;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
	border-bottom: 1px solid #206190;
}
#cart th span{
	display:block;
	margin: 6px 0;
	line-height: 2em;
	text-align: center;
	
	padding:0 1.2em;
	border-left: 1px solid #206190;
}
#cart td{
	background-color: #fff;
	color: Black;
}
.cart_prod_desc  {
	text-align: left;
	padding: 0.5em 1.2em;
}		

.cart_prod_desc a:link, .cart_prod_desc a:visited{
	color: black;
	text-decoration: underline;
}	
.cart_text {
	text-align: center;
	padding: 0.5em 1.2em;
}	
	
.cart_quantity{
	text-align: center;
	padding-left: 20px; 
	padding-right: 5px;
}
	
.cart_total{
	padding: 0.5em 1.2em;
	text-align: right;
}	
	
.dotted {
	border-bottom:1px dashed #5480B9;
	height: 5px;
	clear: both;
}
#recalculate{ /* this is the id to the form */
	margin: 0;
	padding: 0;
	display: block;
}	
	
.button a:link, .button a:visited{
	text-decoration:none;
	text-align:center;
	color: #623E08;
	font-size: 136%;
}	
.button a:hover, .button a:active, .button a:focus
{
	color: #0e2481;
}

#contshop, #recalc{
	clear:left;
	float: left;
	width: 300px;
	margin:0px 0 10px 20px;
}

#contshop a:link, #contshop a:visited {
	display: block;
	width:180px;
	height:28px;
	margin: 0px;
	padding: 2px 0 0 0;
	background: transparent url(/images/button_sprite.png) no-repeat 0 -329px;
}

#contshop a:hover, #contshop a:active, #contshop a:focus {
	background: transparent url(/images/button_sprite.png) no-repeat 0 -382px;
}

#recalc a:link, #recalc a:visited {
	display: block;
	width:180px;
	height:28px;
	margin: 0px;
	padding: 2px 0 0 0;
	background: transparent url(/images/button_sprite.png) no-repeat 0 -329px;
}

#recalc a:hover, #recalc a:active, #recalc a:focus {
	background: transparent url(/images/button_sprite.png) no-repeat 0 -382px;
}	

#remove {
	font-size: 85%;
	position:absolute;
	top:27px;
	left:18em;
	z-index:3;
	display: block;
	text-align:right;
	
	
}	
#proceed{	
	position: relative;
	width: 300px;
	float: right;
	margin-right: 1.2em; 
	padding-top: 20px;
}
#proceed a:link, #proceed a:visited {
	float: right;
	display: block;
	width:220px;
	height:28px;
	margin: 0px;
	padding: 2px 0 0 0;
	background: transparent url(/images/button_sprite.png) no-repeat 0 -792px;
}	

#proceed a:hover, #proceed a:active, #proceed a:focus {
	background: transparent url(/images/button_sprite.png) no-repeat 0 -845px;
}		
#proceed p{
	display: block;
	clear: right;
	float: right;
	padding-bottom:20px;
	font-size: 85%;
	text-indent: 0ex;
	width: 55ex;
}	

.prodlist_cart {
	float: left;
	width: 170px;
	height: 208px;
	border: 0px solid black;
	margin-left: 2px;
	margin-right: 15px;
	position: relative;
}
	
	
#cart_upsell{
	float:left;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 0px solid black;
	width: 420px;
}

#subtotal {
	float: right;
	margin: 0.5em 1.2em;

	color: #0e2481;
}
	

/* cart page end */	

