
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: block;
	background:transparent url(../images/content_bkg.gif) no-repeat 0 0;
}

#shoppingcart #footer{
	display: block;
	background:transparent url(../images/content_bkg_btm.gif) no-repeat 0 0;
	padding-top: 26px;
}

#cart{
	width: 711px;
}



#cart th{
	font-weight: normal;
	margin: 6px 0px;
	line-height: 2em;
	text-align: center;
	padding:0 1.2em;
	background-color: #005baa;
	color: #ffffff;
	border-right:1px solid white;
}
#cart td{
	background-color: #043068;
	color: white;
}

#cart label{ /* Used for Remove check box and quanity box  */
	position: absolute;
	top: 0px;
	left: -9999em;
}
.cart_prod_desc  {
	text-align: left;
	padding: 0.5em 1.2em;
}		

.cart_prod_desc a{
	color: #ffffff;
	text-decoration: none;
}	
.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 2.3em;
	text-align: right;
}	

#cart_block01 {
	background-color: #ffffff;
	width: 713px;
	margin: auto;
	height: 65px;
}
	
table#cart td.dotted{
	height: 1px;
	clear: both;
	background-color: #155CAF;
}

#b_contshop{
	float: left;
	clear: left;
}
	
#b_contshop a:link, #b_contshop a:visited {
	display: block;
	line-height: 2em;
	width: 145px;
	background:transparent url(/images/btn_sprite.gif) no-repeat scroll 0 -73px;
	clear:left;
	display:block;
	margin-top:10px;
	margin-left: 29px;
	padding-left:18px;
	padding-top:3px;
	position:relative;
	text-decoration:none;
}



 #b_contshop a:hover, #b_contshop a:focus, #b_contshop a:active {
	background:transparent url(/images/btn_sprite.gif) no-repeat scroll 0 -109px;
	text-decoration: none;
}

#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}

#b_recalc {
	float:left;
	margin-left:10px;
	width:200px;
	height: 30px;
}
#b_recalc a:link, #b_recalc a:visited {
	display: block;
	width:83px;
	height:20px;
	margin: 10px 0 12px 0px;
	text-decoration: none;
	background:transparent url(/images/btn_sprite.gif) no-repeat scroll 0 -147px;
	}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background:transparent url(/images/btn_sprite.gif) no-repeat scroll 0 -173px;
}	

#remove {
	display: block;
	text-align:right;
	padding: 1em;
	margin-right:17px;
}	
#proceed{	
	position: relative;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 85%;
}

#b_proceed {
	float: right;
}

#b_proceed a:link, #b_proceed a:visited {
	display: block;
	padding:3px 0px;
	height: 29px;
	text-decoration: none;
	margin:10px 26px;
	line-height: 2em;
	width: 209px;
	text-decoration: none;
	background:transparent url(/images/btn_sprite.gif) no-repeat scroll 0 0px;
}	

#b_proceed a:hover,#b_proceed a:active, #b_proceed a:focus {
	background:transparent url(/images/btn_sprite.gif) no-repeat scroll 0 -35px;
	text-decoration: none;
}		
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

#proceed_note{
	color: #005baa;
}


#subtotal {
	float: right;
	margin: 0.5em 1.2em;
	width: 300px;
}

#proceed_note{
clear:both;
color:#ffffff;
float:right;
margin-right:24px;
font-size:10px;
text-align:right;
}

/* 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 */	
