
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: block;
	margin-left: 20px;
	border: 4px solid #f69f27;
	width: 771px;
}

#shoppingcart #b_cart{
	display: none;
}

h1{
	clear: both;
	width: 200px;
	color: #f69f27;
	font-size: 22px;
	font-weight: bold;
	margin-bottom:5px;
	margin-top: 10px;
	margin-left: 10px;
}

#cart{
	width: 100%;
}

#cart th{
	text-transform: capitalize;
	font-family: arial;
	font-weight: bold;
	margin: 6px 0px;
	line-height: 2em;
	text-align: center;
	padding:0 1.2em;
	background-color: #060614;
	color: #f69f27;
}
#cart td{
	background-color: #060614;
	color: #fff;
	font-weight: bold;
}
.cart_prod_desc  {
	text-align: left;
	padding: 0.5em 1.2em 0.5em 0em;
}		
.cart_prod_desc br{
	font-size:90%;
}
.cart_prod_desc a{
	color: #fff;
	text-decoration: none;
}	

.cart_prod_desc img{
	float:left;
	margin-right:5px;
}

.cart_text {
	text-align: center;
	padding: 0.5em 1.2em;
}	
	
.cart_quantity{
	text-align: center;
	padding-left: 20px; 
	padding-right: 5px;
}

.quantity_box{
	background-color: #060614;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	text-align: center;
}
	
#cart td.cart_total{
	padding: 0.5em 0;
	text-align: right;
	width:80px;
	background: transparent url(/images/total.gif) 0 50% no-repeat;
	color: black;
	font-weight: bold;
}	
	
#cart td.dotted{
	height: 1px;
	clear: both;
	background-color: #f69f27;
}

.contshop{
	position: relative;
	float: left;
}
	
.contshop a:link, .contshop a:visited {
	display: block;
	width:222px;
	height:32px;
	margin: 0px;
	background: url(/images/btn_sprite.png) no-repeat 0 0;
}

.contshop a:hover, .contshop a:focus {
	background: url(/images/btn_sprite.png) no-repeat 0 0;
}
#recalculate{
	margin: 0;
	padding: 10px;
	display: block;
}

#b_recalc{
	width:300px;
	float: right;
}

#b_recalc a:link, #b_recalc a:visited {
	width:260px;
	height:31px;
	float: right;
	position: relative;
	background: url(/images/btn_sprite.png) no-repeat 0 -186px;
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background: url(/images/btn_sprite.png) no-repeat 0 -186px;
}	

#remove {
	display: inline;
	text-align:left;
	padding: 5px;
	width: 110px;
	font-size: 10px;
	position: relative;
	float: left;
}	

#remove a{
	color: black;
}

#ship_tax{
	float: left; 
	color: white;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

#ship_tax a{
	color: white;
	text-transform: uppercase;
}

#note{
	position: relative;
	color: #fff;
	font-size: 11px;
	clear: both;
	margin-left:10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#proceed{	
	position: relative;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 85%;
}
#proceed a:link, #proceed a:visited {
	float: right;
	display: block;
	width: 260px;
	height: 31px;
	background: url(/images/btn_sprite.png) no-repeat 0 -91px;
}	

#proceed a:hover, #proceed a:active, #proceed a:focus {
	background: url(/images/btn_sprite.png) no-repeat 0 -91px;
}		
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

#subtotal {
	float: right;
	margin: 0.5em 0em;
	background-color: #fff;
	width: 100%;
	color: black;
	height: 66px;
}

#subtotal_txt{
	float: right;
	font-weight: bold;
	text-align: right;
	font-size: 20px;
	text-transform: capitalized;
	width: 240px;
	margin-right:10px;
	margin-top: 5px;
	font-family: helvetica;
	clear: right;
}


/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	position: relative;
	display: none;
	/*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 */	