
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: block;
}

#cart{
	width: 700px;
/*	float: right;
	margin-right: 12px;*/
	position: relative;
	border:0px solid red;
	margin-top: 25px;
}



#cart th{
	text-transform: uppercase;
	font-weight: bold;
	margin: 6px 0px;
	line-height: 2em;
	text-align: left;
	/*padding:0 1.2em;*/
/*	background-color: #A9A9A9;*/
}
#cart td{
	background-color: #23130d;
color: #fff;
}

#cart label{ /* Used for Remove check box and quanity box  */
	position: absolute;
	top: 0px;
	left: -9999em;
}
.cart_prod {
	padding-bottom: 10px;
	font:  85% verdana, sans-serif; 
}

.cart_prod_desc a:link, .cart_prod_desc a:visited{
	float: left; 
	margin-left: 8px; 
	margin-top: 30px; 
	display: inline; 
	width: 225px;
	font:  100% verdana, sans-serif; 
	color: #fff;
	text-decoration: underline;
	border:0px solid red;
}



.cart_prod_desc a:hover, .cart_prod_desc a:focus {
	text-decoration: none;
	font:  100% verdana, sans-serif; 
	color: #ffdea7;
}

#cart_prod_label a{
	float:left;
	/*clear:left;*/
	/*margin-left: 70px;*/
	width: 70px;
	margin-left: 8px; 
	color: #fff;
	padding-top:3.9em;
	
}

#cart_prod_label a:hover{
		color: #ffdea7;
		text-decoration: none;
}

.cart_image {
	border: 1px solid #695148; 
	margin-left: 15px; 
	margin-top: 10px; 
/*	margin-bottom: 10px;*/
	float: left;  
	display: inline;
}
.cart_text {
	text-align: left;
	padding: 0.5em 0em;
	color: #fff;
	font-size: 77%;
}	
	
.cart_quantity{
	text-align: center;
	padding-left: 0px; 
	padding-right: 5px;
	color: #fff;
}
	
.cart_total{
	padding: 0.5em .5em;
	text-align: left;
	color: #fff;
	font-size: 77%;
}	
	
table#cart td.dotted{
	height: 3px;
	clear: both;
	background-color: #311d15;

}
	

#cart_block01{
	float: left;
		width: 700px;
}

#b_contshop a:link, #b_contshop a:visited {
	display: block;
	/*padding:3px 0px;*/
	width: 141px;
	height: 24px;
	text-decoration:none;
	text-align: center;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -380px;
	color: #2c1b0e;
	font-size: 100%;
	font-weight: bold;
	font-family: verdana, sans-serif;
	padding-top:4px;
	font-size: 85%;
	margin-top:15px;
	margin-left:15px;
}

 #b_contshop a:hover, #b_contshop a:focus, #b_contshop a:active {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -410px;
		width: 141px;
	height: 24px;
	text-decoration:none;
	color: #2c1b0e;
}
#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}
#b_recalc a:link, #b_recalc a:visited {
	display: block;
	width:160px;
	height:24px;
	margin: 20px 0 12px 0px;
	background: url(/images/b_recalc.gif) no-repeat top;
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background: url(/images/b_recalc.gif) no-repeat 0 -41px;
}

#proceed_note{
	font-size:77%;
	padding-left:15px;
	padding-top:15px;
}	

#remove a{
	position: absolute;
	top: 45px;
	left: 560px;
	/*padding: 1em;*/
	color:white;
	font-size: 77%;
}	
#b_proceed a:link, #b_proceed a:visited {
	float:right;
	clear: both;
	display: block;
	text-decoration:none;
	text-align: center;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -450px;
	width: 230px;
	height: 25px;
	color: #2c1b0e;
	font-size: 100%;
	font-weight: bold;
	font-family: verdana, sans-serif;
	padding-top:10px;
	text-transform: uppercase;
		font-size: 90%;
}	

#b_proceed a:hover,#b_proceed a:active, #b_proceed a:focus {
background: transparent url(/images/btn_sprite.png) no-repeat 0px -490px;
	width: 230px;
	height: 25px;
	text-decoration:none;
	color: #2c1b0e;
}		
		
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

#subtotal {
	float: right;
	margin: 0.5em .5em;
	color:white;
	text-align: right;
	font-size:120%;
}
/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
position: relative;
  display: block;
  margin: auto;
  color: #000;
  border: 0px solid #000;
  z-index: 2;
  float: left;
  clear: left;
  	width: 680px;

}
#upsell h2{
	display: block;
	color: #fff;
	float: left;
	width: 100%;
	padding-left:20px;
	border:0px solid aqua;
	
 }


.upsell_feature_module { 
	display: block;
	float: left;
	width: 145px;
	height:250px;
	margin: 10px 0px 10px 20px;
	position: relative;
}


.upsell_img{
display: block; 
	margin:0px 10px;
	border: 1px solid #4e3d29;
	width:120px;
}

.upsell_text {
	height: 2.5em; 
	display: block; 	
	overflow: hidden;
	padding: 10px 10px 1em 10px;
	width:100px;

}

.upsell_text a:link, .upsell_text a:visited{
	color: #feead8;
	font-size: 77%; 
	text-decoration: underline;
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: none;
	color: #feead8;
	font-size: 77%;
}

.upsell_text h4{
	font-size: 85%; 
}

.upsell_price {
text-align:left;
	font-weight: bold; 
	color: #feead8; 
	padding-left: 10px;
	padding-top: 5px;
}

.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	font-weight: bold;
	position: absolute;
	top:200px;
	left: 10px;
	width: 89px;
	height: 21px;
	color: #fff;
	text-decoration:none;
	border: none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -260px;
	margin-left:0px;
	margin-top:5px;
	padding-top:4px;
	text-align: center;
	text-transform: uppercase;
	font-size: 85%;
}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
width: 89px;
	height: 21px;
	color: #000; 
	text-decoration:none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -290px;
}


/* BTM upsell stuff ENDS */	
