
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
}
#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}
#remove {
	display: block;
	text-align:right;
	padding: 5px 10px;
	font-size: 77%;
}	
#cart{
	width: 100%;
}
#cart th{
	font-weight: bold;
	margin: 0px;
	text-align:center;
	line-height: 2em;
	padding:0px 10px;
	color: #797979;
	border-bottom:1px solid #797979;
	text-transform: uppercase;
}
#cart td{font-size:85%; border-bottom:1px solid #797979; vertical-align: top;padding: 5px 10px;}

#cart th.cart_prod_desc, 
#cart td.cart_prod_desc  {
	text-align: left;
	padding: 5px 10px;
}		

.cart_prod_desc a:link, 
.cart_prod_desc a:visited{
	color: #ffd700; 
	font-weight:bold; 
	text-decoration:none;
}	
.cart_prod_desc a.remove_item:link,
.cart_prod_desc a.remove_item:visited,
 button.b_update span{
	font-weight:normal;
	text-decoration:underline; 
	font-size: 77%;
	color: #ffffff;
}
.cart_prod_desc a:hover, 
.cart_prod_desc a:active, 
.cart_prod_desc a:focus{
	color: #ffd700; 
	font-weight:bold; 
	text-decoration:underline; 
}	
.cart_prod_desc a.remove_item:hover,
.cart_prod_desc a.remove_item:active,
.cart_prod_desc a.remove_item:focus,
 button.b_update-hover span{
	font-weight:normal;
	text-decoration:underline; 
	font-size: 77%;
	color: #797979;
}

.cart_text {
	text-align: center;
	padding: 5px 10px;
}	

#cart label{ /* Used for Remove check box and quanity box  */
	position: absolute;
	top: 0px;
	left: -9999em;
}
	
.cart_quantity{
	text-align: center;
	padding-left: 20px; 
	padding-right: 5px;
}
.cart_quantity input{
	text-align: center;
}
	
.cart_total{
	padding: 5px 10px;
	text-align: right;
	color: #ffd700;
}	

#subtotal {
	float: right;
	text-align: right;
	padding: 10px 0px;
}	

#subtotal p{
	font-size: 77%;
	padding: 5px 10px;
}

/* Rest of the rules are in styles.css line 178ish */
a#b_contshop.b_button:link, a#b_contshop.b_button:visited {clear:left; width: 27ex;}
a#b_contshop.b_button:hover, a#b_contshop.b_button:focus, a#b_contshop.b_button:active {}
a#b_recalc.b_button:link, a#b_recalc.b_button:visited {}
a#b_recalc.b_button:hover, a#b_recalc.b_button:active, a#b_recalc.b_button:focus {}	



 a#b_proceed.b_button:link, a#b_proceed.b_button:visited {
	width: 35ex;
	clear:right;
	float: right;
}	

 a#b_proceed.b_button:hover, a#b_proceed.b_button:active, a#b_proceed.b_button:focus {}	
 	
p#proceed_note {
	display: block;
	clear: right;
	float: right;
	font-size: 77%;
	padding-bottom:20px;
}	


/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
position: relative;
clear:both;
  display: block;
  margin: auto;
  color: #ffffff;
  z-index: 2;
}
#upsell h2{
	display: block;
	color: #ffffff;
 }


.upsell_feature_module { 
	display: block;
	float: left;
	width: 228px;
	position: relative;
	border-left: 1px dotted #505050;
	margin: 20px 5px 0 0px;
	font-size: 85%;
}

.upsell_feature_module h3{
	font-weight:bold;
}
.upsell_img{
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	margin: 0px 5px 10px 5px;
}
.upsell_feature_module h3 a:link, .upsell_feature_module h3 a:visited{
	text-decoration: none;
	/*color:#ffeb99;*/
	color: #ffd700;
	line-height: 0.75em;
	margin: 0; padding: 0;
}
.upsell_feature_module h3 a:hover, .upsell_feature_module h3 a:focus, .upsell_feature_module h3 a:active{text-decoration: underline;}

.upsell_feature_module h3 a span{
	line-height: 1em;
	height: 3em;
	overflow: hidden;
}

.upsell_itemnumber{	font-weight:normal; }
.upsell_price {font-weight:bold; /*color:#ffeb99;*/
color: #ffd700; line-height: 2em;}



/* BTM upsell stuff ENDS */