
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: block;
}

#cart{
	width: 760px;
}



#cart th{
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	margin: 6px 0px;
	line-height: 2em;
/*	text-align: center;*/
	padding:0 1.2em;
	background-color: #e1e8eb;
	color: #236b9d;
	border-bottom: 1px solid #b7cdd6;
	border-top: 1px solid #b7cdd6;
}
#cart td{
	background-color: #f5f6f8;
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#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: black;
	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;
}	
	
table#cart td.dotted{
	height: 1px;
	clear: both;
	background-color: #b7cdd6;
	padding: 0px;
	
}
	
#b_contshop a:link, #b_contshop a:visited {
	display: block;
	float:left;
	clear: left;
	/*padding:3px 0px;*/
	margin: 35px 0px 0px 20px;
	width: 179px;
	height: 21px;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -440px;
	color: #000;
	padding-left:5px;
}

 #b_contshop a:hover, #b_contshop a:focus, #b_contshop a:active {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -466px;
	width: 179px;
	height: 21px;

}
#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}
#b_recalc a:link, #b_recalc a:visited {
	display: block;
	width:149px;
	height:21px;
	font-size: 90%;
	font-weight: bold;
	font-family: verdana, sans-serif;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -580px;
	padding-left:5px;
	margin: 5px 0px 0px 20px;
		color: #014c88; 
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -606px;	
	width:149px;
	height:21px;
		color: #014c88; 
}

#remove {
	display: block;
	text-align:right;
	padding: 1em;
	padding-right: 1.5em;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	font-size: 77%;
}	
#proceed{	
	position: relative;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 85%;
}
#b_proceed a:link, #b_proceed a:visited {
	float:right;
	clear: right;
	display: block;
	text-decoration:none;
/*	text-align: center;*/
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -504px;
	width: 274px;
	height: 27px;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	font-family: verdana, sans-serif;
	padding-top:9px;
	padding-left:15px;
	text-transform: uppercase;
	margin-right:0px;
	margin-top:20px;
}	

#b_proceed a:hover,#b_proceed a:active, #b_proceed a:focus {
background: transparent url(/images/btn_sprite.png) no-repeat 0px -540px;
	width: 274px;
	height: 27px;
	text-decoration:none;
	color: #000;
}	
#proceed_note{	
	position: relative;
	/*width: 300px;*/
	float: left;
	clear:left;
	font-size: 77%;
 	margin:0px 0px 0px 25px;
}			
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

#subtotal {
	float: right;
	margin: 0.5em 1.2em;
	font-size: 107%;
	font-family: Verdana,  sans-serif;
	text-align:right;
}
/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	position: relative;
	display: block;
	margin: auto;
	margin-top:25px;
	color: #000;
	border: 0px solid #000;
	z-index: 2;
}
#upsell h2{
	display: block;
	color: #014c88;
	padding-left:10px;
	font-weight:bold;
 }



.upsell_feature_module {
	position: relative;
	display: inline;
	float: left;
	width: 259px;
	height: 155px;
	margin: 10px 1px 20px 3px;
	background-image: url(../images/list_mens_bck.jpg);
	background-repeat: no-repeat;
}



.upsell_img  {
	display: block; 
	position:absolute;
	top: 8px;
	left: 6px;
	border:1px solid #94b2ca;
	width:134px;
	height: 134px;
}

.upsell_text{
	color: black; 
	width: 107px;
	height: 6em; 
	display: block; 	
	overflow: hidden;
	/*padding: 10px 10px 0.2em 10px;*/
	position:absolute;
	top: 10px;
	left: 147px;
	font-family: verdana, sans-serif;
	font-size: 85%;
}


.upsell_text strong{
	font-weight: bold;
}

.upsell_text a:link, .upsell_text a:visited{
text-decoration: none;
color: #00265e;
}

.upsell_text a:hover, .upsell_text a:focus , .upsell_text a:active{
text-decoration: underline;
color: #0061a6;
}


.upsell_price {
	text-align:center;
	font-weight: bold; 
	color: #000; 
	position:absolute;
	top: 100px;
	left: 147px;
}


.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	font-weight: bold;
	position: absolute;
	top:120px;
	left: 147px;
	width: 108px;
	height: 20px;
	color: #fff;
	text-decoration:none;
	border: none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -730px;
	padding-left:7px;
	margin-top:5px;
	padding-top:1px;
	font-size: 85%;
	text-align: left;
}

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus , .upsell_b_viewdetails a:active{
	width: 108px;
	height: 20px;
	color: #fff; 
	text-decoration:none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -760px;
}

/* BTM upsell stuff ENDS */	