
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display:block;
	float:left;
	margin-left:20px;
	width:556px;
}

#shoppingcart h3{
}
#cart_block01{
	 background-color:#E3F1E5;
	height:75px;
}

#cart{
	width: 100%;
}
#cart th{
	margin: 6px 0px;
	line-height: 2em;
	text-align: center;
	padding:0.3em 1.2em;
	background-color: #089541;
	border-right:1px solid white;
	color: white;
}
#cart td{
	background-color: #fff;
	color:#005334;
}
.cart_prod_desc  {
	text-align: left;
	padding: 0.5em 1.2em;
}		

.cart_prod_desc a{
	color: #005334;;
	text-decoration: underline;
}	
.cart_text {
	text-align: center;
	padding: 0.5em 1.2em;
}	

#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_total{
	padding: 0.5em 1.2em;
	text-align: right;
}	
	
table#cart td.dotted{
	height: 1px;
	clear: both;
	background-color: #bacdc0;
}
	
#b_contshop a:link, #b_contshop a:visited {
	background:transparent url(/images/btn_sprite.png) no-repeat scroll 0 -382px;
	color:#ffffff;
	display:block;
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;
	height:18px;
	margin-top: 10px;
	float:left;
	clear: left;
	padding-left:18px;
	padding-top:3px;
	position:relative;
	text-transform:lowercase;
	width:115px;
}

 #b_contshop a:hover, #b_contshop a:focus, #b_contshop a:active {
	background:transparent url(/images/btn_sprite.png) no-repeat scroll 0 -411px;
	text-decoration:none;
	color:#005334;
	width:115px;
}
#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}

#b_recalc{
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:200px;
}


#b_recalc a:link, #b_recalc a:visited {
	display: block;
	width:82px;
	height:21px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
	padding-top: 3px;
	padding-left: 6px;
	background:transparent url(/images/btn_sprite.png) no-repeat scroll 0 -440px;
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background:transparent url(/images/btn_sprite.png) no-repeat scroll 0 -469px;
}	

#remove {
	display: block;
	text-align:right;
	padding:0.5em 0;
}	
#proceed{	
	position: relative;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 85%;
}
#b_proceed a:link, #b_proceed a:visited {
	float:right;
	display: block;
	padding-top:8px;
	width: 198px;
	height: 27px;
	margin-top: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2em;
	background:transparent url(/images/btn_sprite.png) no-repeat scroll 0 -497px;
	text-align: left;
	font-size: 11px;
}	

#b_proceed a:hover,#b_proceed a:active, #b_proceed a:focus {
	background:transparent url(/images/btn_sprite.png) no-repeat scroll 0 -532px;
	color:#005334;
}		
#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

#proceed_note{
	clear:both;
	color:#666666;
	float:right;
	font-size:10px;
	text-align:right;
}

#subtotal {
	float: right;
	margin:0.6em 0.4em;
	width: 300px;
}
/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	position: relative;
	display: block;
	margin: auto;
	color: #000;
	z-index: 2;
}
#upsell h2{
	display: block;
 }


.upsell_feature_module { 
	position: relative;
	display: inline;
	float: left;
	width: 271px;
	height: 124px;
	margin-right:14px;
	background:transparent url(/images/prod_list_module.gif) no-repeat scroll 0 0px;
}


.upsell_img{
	float: left;
	border: 0px solid #000;
	padding: 5px;
	margin: 5px 5px 20px 8px;
	width:115px;
	display: inline;
}

.upsell_text {
	color:#005334;
	display:inline;
	float:right;
	font-size:11px;
	margin-right:12px;
	margin-top:8px;
	overflow:hidden;
	text-align:right;
	width:120px;
}

.upsell_text a:link, .upsell_text a:visited{
	text-decoration: none;
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
}

.upsell_text h4{
	font-weight:normal;
	font-size: 12px;
}

.upsell_price {
	color:#005334;
	float:right;
	font-size:14px;
	text-align:right;
	width:100px;
	position: absolute;
	bottom:36px;
	right: 12px;
}

.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	background:transparent url(/images/btn_sprite.png) no-repeat scroll 0 -66px;
	color:#ffffff;
	display:block;
	font-weight:normal;
	text-decoration: none;
	position:absolute;
	right:5px;
	bottom: 12px;
	font-size: 11px;
	height:18px;
	width:77px;
	padding-left:9px;
	padding-top:4px;
	text-align:left;
	float: right;
}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus, .upsell_b_viewdetails a:active{
	background:transparent url(/images/btn_sprite.png) no-repeat scroll 0 -116px;
}

/* BTM upsell stuff ENDS */	