
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: block;
}

#cart, #subtotal{
	position: relative;
	margin-left:40px;
	margin-right: 10px;
	background: transparent url(/images/cart_th-bck.gif) no-repeat -8px -10px;
}

#cart th{
	text-transform: uppercase;
	font-weight: bold;
	margin: 6px 0px;
	line-height: 3em;
	text-align: center;
	padding:1.75ex 0.9em;
	background-color: transparent;
}
#cart td{
	color: Black;
}
.cart_prod_desc  {
	text-align: left;
	padding: 0.5em 1.2em 0.5em .9em;
}		

.cart_prod_desc a{
	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_quantity input{
	width: 2em;
	text-align: center;

}
	
.cart_total{
	padding: 0.5em 1.2em;
	text-align: right;
}	
	
th.cart_total{
	color: #fff;
}	
	
.dotted {
	clear: both;

	height: 5px;
	background: transparent url(/images/dots.gif) no-repeat 0px -1px;
}
	
#contshop a:link, #contshop a:visited {
	position: relative;
	display: inline;
	clear: left;
	font-weight: bold;
	margin: 40px 0px 0px 40px;
}

#contshop a:hover, #contshop a:focus {
}

#recalculate{
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}


#recalc a:link, #recalc a:visited {
	display: block;
	clear: right;
	text-align: left;
	/*padding-right:85px;*/
/*	margin-bottom: 1.2em;*/
}

#recalc a:hover, #recalc a:active, #recalc a:focus {
}	

#remove {
	display: block;
	text-align:right;
	padding-bottom:0.5em;
	padding-top:25px;
	margin-right: 10px;
}	


#subtotal {
	clear: both;
	display: block;
	width: 615px;
	z-index: 5;
	background: url(/images/cart_subtotal-bck.gif) no-repeat -5px -13px;
	padding-top: 0.75em;
	
}

#proceed{	
	position: relative;
	width: 325px;
	clear:right;
	float: right;
	text-align: right;
}
#proceed a:link, #proceed a:visited {
	float: right;
	display: inline;
	width: 325px;
	height: 85px;
	margin: 0px 0 12px 0px;
	background: url(/images/b_proceed_checkout.gif) no-repeat top;
}	

#proceed a:hover, #proceed a:active, #proceed a:focus {
	background: url(/images/b_proceed_checkout.gif) no-repeat 0 -114px;
}		

#proceed a span{
	display: block;
	position:absolute;
	top:0px;
	left:-9999px;
}

#proceed p{
	display: block;
	clear: right;
	padding-bottom:0px;
	margin-bottom: 0px;
}	


/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell_block {
	position: relative;
	display: block;
	margin-left:40px;
	z-index: 1;
}
#upsell_block h2{
	display: block;
	width: 277px;
 }


.upsell_feature_module { 
	position: relative;
	display: inline;
	float: left;
	width: 190px;
	margin: 10px 10px 20px 0px;
	border-right: 1px solid #dacdce;
}


.upsell_img a{
	display: block; 
	margin:0px;
}

.upsell_img a img{
	display: block; 
	margin:auto;
}


.upsell_feature_module h4{
	color: black; 
	font-weight: bold;
	height: 3.6em; 
	display: block; 	
	overflow: hidden;
	padding: 10px 10px 0.2em 10px;
}

.upsell_feature_module h4 a:link, .upsell_feature_module h4 a:visited{
	font-weight: bold;
	color: #462916;
	text-decoration: none;
}
.upsell_feature_module h4 a:hover, .upsell_feature_module h4 a:active, .upsell_feature_module h4 a:focus{
	text-decoration: underline;
}

.upsell_price {
	position: relative;
	float: left;
	text-align:right;
	width:75px;
}

.upsell_price strong{
	font-size:107%;
}

.upsell_b_viewdetails {
	float: right;
	text-align:right;
	width:90px;
	margin-right:10px; 
}

/* BTM upsell stuff ENDS */	