
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
h1.shoppingcart{height: 129px;
background: transparent url(/images/category_titles/h1_cat-shoppingcart.jpg) no-repeat 0 0;}

h1 span{ 
	position: absolute;
	top: 0px; left: -9999em;
	width: 285px;
	line-height: 0.75em;
}
#recalculate{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
#cart{ position: relative;	width: 100%;
/*	border: 1px solid #D3D3D3;*/
	border-bottom: none;
	border-top: none;}

#cart th{
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
	margin: 6px 0px;
	line-height: 2em;
	height: 71px;
	text-align: center;
	padding:0 16px;
	color: #234d8c;
	background: transparent url(/images/cart_th_bkg.gif) repeat-x bottom;
	vertical-align: top;
}
#cart th span{
	display: block;
	width:100%;
	line-height: 2em;
	margin-top: 16px;
}
#cart_th_right-cap{
	position:absolute;
	right:-1px;
	top:17px;
	z-index:99;
}
#cart_th_left-cap{
position:absolute;
left:-1px;
top:17px;
z-index:99;
}

#cart td{
	position: relative;
	color: #000000;
	background: #f5f5f5 url(/images/cart_td_bkg.gif) repeat-x top;
}

#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 20px;
}		
.cart_prod_desc img{
	float: left;
	display: inline;
	margin-right: 8px;
	border: 1px solid #D3D3D3;
	height:90px;
	width:90px;
}

.cart_prod_desc a:link, 
.cart_prod_desc a:visited { 
text-decoration: none; position: relative; /*float: left; clear: left;*/}

.cart_prod_desc a:link span.cart_prod_text, 
.cart_prod_desc a:visited span.cart_prod_text{font-weight:bold; text-decoration: underline;}	


.cart_prod_numb{font-size: 77%; }

.cart_prod_desc a.cart_remove{
	position: relative;
	padding-top:16px;
}
.cart_prod_desc a:link span.cart_prod_remove,
.cart_prod_desc a:visited span.cart_prod_remove{
font-size: 77%; font-weight: normal; text-decoration: underline;}


.cart_text {
	text-align: center;
	padding: 0.5em 16px;
}	

.cart_quantity{
	text-align: center;
	padding-left: 20px; 
	padding-right: 5px;
}
	
table#cart td.cart_total{
	text-align: left;
	padding: 0.5em 20px;

}	
	
table#cart td.dotted{
	height: 21px;
	clear: both;
	/*background:  url(/images/cart_td_bkg-middle.gif) no-repeat 0 0;*/
}

#cart_block01{
	position: relative;
	clear: both;
}

	
 a#b_contshop:link, a#b_contshop:visited {
	display: inline;
	clear: left;
	float: left;
	margin:10px 10px;
	
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	background: transparent url(/images/b_cart_buttons.gif) no-repeat 100% 0;
}
a#b_contshop:hover, a#b_contshop:focus, a#b_contshop:active {
	background-position: 100% -48px;}

a#b_contshop:link span, a#b_contshop:visited span{
	padding: 6px 15px;
	padding-left: 30px;
  	background: transparent url(/images/b_cart_buttons.gif) no-repeat 0 -156px;
  	line-height: 1.2em;
  	display: block;
  }
 a#b_contshop:hover span, 
 a#b_contshop:focus span, 
 a#b_contshop:active span{ 	background-position: 0 -106px; }

 a#b_recalc:link, a#b_recalc:visited {
	display: inline;
	float: left;
	margin: 20px 0 12px 0px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	background: transparent url(/images/b_cart_buttons.gif) no-repeat 100% 0;
}

 a#b_recalc:hover, a#b_recalc:active, a#b_recalc:focus {
	background-position: 100% -48px;}

a#b_recalc:link span, a#b_recalc:visited span{
	padding: 6px 15px;
	padding-left: 30px;
  	background: transparent url(/images/b_cart_buttons.gif) no-repeat 0 -213px;
  	line-height: 1.2em;
  	display: block;
  }
 a#b_recalc:hover span, 
 a#b_recalc:focus span, 
 a#b_recalc:active span{ background-position: 0 -257px; }

	
#b_recalc_note{
	float:left;
	clear: left;
	padding-bottom: 16px;
	color: #656565;
	font-size: 77%;
}
#remove {
	display: block;
	text-align:right;
	padding: 1em;
}	

 a#b_proceed:link, a#b_proceed:visited {
 	position: relative;
 	clear: right;
	float: right;
	display: inline;
	margin:10px 10px;
	
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	background: transparent url(/images/b_cart_buttons.gif) no-repeat 0 -319px;
	white-space: nowrap;
}	

a#b_proceed:hover, 
a#b_proceed:active, 
a#b_proceed:focus {background: transparent url(/images/b_cart_buttons.gif) no-repeat 0 -373px;}		

a#b_proceed:link span, a#b_proceed:visited span{
	padding: 6px 25px;
	padding-right: 38px;
  	background: transparent url(/images/b_cart_buttons.gif) no-repeat 100% -425px;
  	line-height: 1.2em;
  	display: block;
}

a#b_proceed:hover span, 
a#b_proceed:active span, 
a#b_proceed:focus span{ background-position: 100% -472px; }

#b_proceed-lock{
	position: absolute;
	top:-5px; left: -4px;
}


#b_proceed_note{
	float:right;
	clear: right;
	padding-bottom:16px;
	color: #656565;
	font-size: 77%;
}	

#subtotal {
	float: right;
	margin: 0.5em 16px;
	text-align: right;
}


#subtotal span strong{
	color: #144883;
	font-size: 207%;
	text-transform: uppercase;
	font-weight: normal;
}
#subtotal p{font-size:77%; color: #656565;}

/* cart page end */


/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
position: relative;
	clear: both;
  display: block;
  margin: auto;
  color: #000;
  z-index: 2;
  background: transparent url(/images/upsell_bkg.gif) no-repeat 0 0;
  padding: 16px 0 3px 16px;
}
#upsell h2{
	display: block;
 }


.upsell_feature_module { 
	display: block;
	float: left;
	width: 282px;
	height: 122px;
	position: relative;
	border-right: 1px solid #d3d3d3;
	margin-top: 6px;
}


.upsell_img{
	display: block;
	float: left;
	border: 1px solid #d3d3d3;
	margin: 8px 5px 20px 12px;
}
.upsell_img img{
	width: 90px; height: 90px;
}

.upsell_text {
	display:block;
	padding: 8px 10px 0px 0px;

}

.upsell_text a:link, .upsell_text a:visited{
	font-weight:bold;
	text-decoration: none;
	color: #000000; 
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
}

.upsell_text h3{font-weight:bold;}

.upsell_price {
	position:absolute;
	bottom:20px;
	right:100px;
	display: block;
	font-weight:bold;
}

a.upsell_b_viewdetails:link, a.upsell_b_viewdetails:visited {
	position:absolute;
	bottom:15px;
	right:5px;
	
	text-align: left;
	font-size: 85%;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	background: transparent url(/images/b_details.gif) no-repeat 0 0;
}	

a.upsell_b_viewdetails:hover, a.upsell_b_viewdetails:focus, a.upsell_b_viewdetails:active {
	background-position: 0 -48px;}
	
a.upsell_b_viewdetails:link span, a.upsell_b_viewdetails:visited span{
	padding: 7px 15px;
	padding-right: 30px;
  	background: transparent url(/images/b_details.gif) no-repeat 100% -156px;
  	line-height: 1.2em;
  	display: block;
  }
 a.upsell_b_viewdetails:hover span, 
 a.upsell_b_viewdetails:focus span, 
 a.upsell_b_viewdetails:active span{ background-position: 100% -106px; }

/* BTM upsell stuff ENDS */