
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: block;
	margin: auto;
	width: 907px;
	padding: 20px 0;
}

#cart{
	width: 100%;
}

#fruitLeather{
	background: url(/images/newsltr_leathr.png) no-repeat;
	height: 103px;
	width: 407px;
	margin: auto;
}
#cart th{
	margin: 6px 0px;
	line-height: 2em;
	text-align: center;
	padding:0 1.2em;
	font-weight: bold;
	color: #790000;
}
#cart td{
	color: #790000;
}
.cart_prod_desc  {
	text-align: left;
	padding: 0.5em 1.2em;
}		

.cart_prod_desc a{
	color: #790000;
	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;
}	
	
#cart td.dotted{
	height: 5px;
	clear: both;
}
	
#contshop a:link, #contshop a:visited {
	display: block;
	width:185px;
	height:32px;
	margin-top: 10px;
	background: url(../images/btn_continue_shopping.gif) no-repeat 0 0;
}

#contshop a:hover, #contshop a:focus {
	background: url(../images/btn_continue_shopping.gif) no-repeat;
}
#recalculate{
	margin-left: 30px;
	padding: 0;
	display: block;
	width: 850px;
}

#b_recalc{
	width: 103px;
	float: left;
	position: relative;
	margin-top: -10px;
	margin-left: 10px;
}
#b_recalc a:link, #b_recalc a:visited {
	display: block;
	width:146px;
	height:32px;
	margin: 20px 0 12px 0px;
	background: url(/images/btn_recalculate.gif) no-repeat top;
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background: url(/images/btn_recalculate.gif) no-repeat 0 0px;
}	

#remove{
	width: 131px;
	height: 51px;
	float: right;
	position: relative;
	margin-right: 15px;
	margin-top: 10px;
}

.title{
	margin-bottom: 10px;
	height: 40px;
	margin-left: 70px;
	background-image: url(../images/header_shopping_cart.gif);
	background-repeat: no-repeat;
}

#contshop{
	float: right;
}

#remove a:link, #remove a:visited {
	display: block;
	height: 32px;
	width: 145px;
	text-align:right;
	padding: 1em;
	background: url(../images/btn_empty_cart.gif) no-repeat 0 0;
}

#remove a:hover, #remove a:active, #remove a:focus {
	background: url(../images/btn_empty_cart.gif) no-repeat 0 0;
}	

#proceed{	
	position: relative;
	width: 100%;
	float: right;
	text-align: right;
	font-size: 85%;
}
#b_proceed a:link, #b_proceed a:visited {
	float: right;
	display: block;
	width: 137px;
	height: 33px;
	margin-top: 10px;
	margin-right: 15px;
	background: url(../images/checkoutpro.gif) no-repeat top;
}	

#b_proceed a:hover, #b_proceed a:active, #b_proceed a:focus {
	background: url(../images/checkoutpro.gif) no-repeat;
}		
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
	width: 820px;
	margin: auto;
}	

#subtotal {
	float: right;
	margin: 0.5em 1.2em;
}
/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	position: relative;
	display: block;
	margin: auto;
	color: #000;
	border: 1px solid #000;
	z-index: 2;
}
#upsell h2{
	display: block;
 }


.upsell_feature_module { 
	display: block;
	float: left;
	width: 282px;
	height: 122px;
	position: relative;
	border-right: 1px dotted Black;
	margin-top: 20px;
}


.upsell_img{
	display: block;
	float: left;
	border: 1px solid #000;
	padding: 5px;
	margin: 0px 5px 20px 12px;
}

.upsell_text {
	display:block;
	padding: 0px 10px 0px 0px;

}

.upsell_text a:link, .upsell_text a:visited{
	font-weight:bold;
	text-decoration: none;
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
}

.upsell_text h4{
	font-weight:bold;
}

.upsell_price {
	display: block;
}

.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited, {
	display:block;

}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	
}

/* BTM upsell stuff ENDS */	