
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#shoppingcart #content_container{
	display: block;
	padding-top: 15px;
	position: relative;
}
#shoppingcart h1{
	padding-left: 10px;
}

#recalculate /* Form */{
	margin: 0;
	padding: 0;
	display: inline; 
}
#remove {
	display: block;
	text-align:right;
	padding: 1em;
	position: absolute;
	top: 0px;
	right: 15px;
}	
#cart{
	position: relative;
	width: 100%;
	display: block;
	margin-top: 15px;
	border: 1px solid #d8d8d8;
}
#cart label{
	position: absolute;
	top: 0px;
	left: -9999em;
}
/* Origins in Styles.css line 110ish */
#cart .corner1, #cart .corner2{top: -1px;}
#cart .corner1{left: -1px;}
#cart .corner2{right: -1px;}


#cart th{
	text-transform: uppercase;
	
	font-weight: bold;
	font-size: 85%;
	color: #656565;
	margin: 0px 0px;
	line-height: 2em;
	text-align: left;
	padding:1.2em;
	border-right: 1px dotted #b0b0b0;
	border-bottom: 1px groove #d8d8d8;
	background: #ffffff url(/images/whiteTOgrey-38h-bkg.gif) repeat-x 0 100%;
}
#cart td{
	background: #ffffff url(/images/whiteTOgrey-38h-bkg.gif) repeat-x 0 100%;
	color: Black;
	font-size: 85%;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: top;
	padding-top: 2.9em;
}
#cart td.cart_prod_desc  {
	text-align: left;
	padding: 0.5em 1.2em;
	width:456px;
	}		

#cart td.cart_prod_desc a{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}	

#cart td.cart_prod_desc img{
	float:left;
	width: 80px; 
	height: 80px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

.cart_text {
	text-align: left;
	padding: 0.5em 1.2em;
}	
.cart_text .stockstatus-in{
	color:#317c11;
	padding-left:15px;
	background: transparent url(/images/sprite_icon.png) no-repeat 0 -268px; 
}	
.cart_text .stockstatus-out{
	color:#c4210b;
	padding-left:15px; 
/*	background: transparent url(/images/sprite_icon.png) no-repeat -189px -268px;*/
}	

.cart_quantity{
	text-align: center;
	padding-left: 20px; 
	padding-right: 5px;
}
	
.cart_total, .cart_price{
	padding: 0.5em 1.2em;
	text-align: right;
}	
	
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3 major Buttons
		Continue shopping
		Recalculate
		Proceed to checkout. 
	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#b_contshop, #b_recalc{
	display:block;
	clear: left;
	float: left;
	width: 48%
}
	
#b_contshop a:link, #b_contshop a:visited {
	display: block;
	width:15em;
	position: relative;
	padding:8px 0px;
	margin: 10px;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-size: 85%;
	text-transform: uppercase;
	background: #797979 url(/images/b_viewdetails.png) repeat-x 0px 0px;
}

 #b_contshop a:hover, #b_contshop a:focus, #b_contshop a:active {
		background: #ce090a url(/images/b_viewdetails.png) repeat-x 0px -79px;
}
#b_contshop a span{
	padding-left: 2ex;
	margin-left: 2ex;
	background: transparent url(/images/sprite_icon.png) no-repeat -193px 4px;
}

#b_recalc a:link, #b_recalc a:visited {
	display: block;
	width:11em;
	position: relative;
	padding:8px 0px;
	margin: 20px 10px 10px 10px;
	text-align: LEFT;
	text-decoration: none;
	color: #ffffff;
	font-size: 85%;
	text-transform: uppercase;
	background: #797979 url(/images/b_viewdetails.png) repeat-x 0px 0px;
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background: #ce090a url(/images/b_viewdetails.png) repeat-x 0px -79px;
}	
#b_recalc a span{
	padding-left: 2ex;
	margin-left: 2ex;
	background: transparent url(/images/sprite_icon.png) no-repeat -193px -65px;
}

#b_proceed, #proceed_note{
	clear:right;
	float: right;
	width: 48%;
	text-align: right;
}

#b_proceed_input{
	display: block;
	width:313px;
	height:42px;
	float: right;
	margin: 10px 12px 0 0; 
}


#b_proceed a:link, #b_proceed a:visited {
	background: transparent url(/images/b_proceedtocheckout.png) no-repeat 0 0;
	display: block;
	width:313px;
	height:42px;
	float: right;
	margin: 10px 12px 0 0; 
}	

#b_proceed a:hover,#b_proceed a:active, #b_proceed a:focus {
	background-position: 0 -101px;
}	
#b_proceed span{
	position: absolute;
	left: -9999em;
}	
/* END 3 major buttons */

#paypal_button /* for shopping Cart */{
	float: right;
	width:313px;
	text-align: center;
	margin-bottom: 20px;
}
#paypal_button p{
		margin-bottom: 10px;
}


#proceed_note{
	display: block;
	clear: right;
	padding:0 15px 20px 0;
	font-size: 77%;
}	

#subtotal {
	float: right;
	margin:20px 15px 0px 15px;
	
}
#subtotal strong{
	color: #E41F2A;
	font-size: 157%;
	font-weight: normal;
}
#subtotal p{
	font-size: 77%;
	text-align: right;
}
/* cart page end */



/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	position: relative;
	display: block;
	clear: both;
	color: #000;
	border: 1px solid #cccccc;
	width: 100%;
	margin-bottom: 10px;
}

#upsell_header-bkg{
	position: absolute;
	left: -4px;
	top: -4px;
}

/* Origins in Styles.css line 110ish */
#upsell .corner1, #upsell .corner2{top: -1px;}
#upsell .corner1, #upsell .corner3{left: -1px;}
#upsell .corner2, #upsell .corner4{right: -1px;}


#upsell h2{
	display: block;
	position: relative;
	color:#5a5a5a;
	font-size: 107%;
	font-weight: bold;
	margin:3px 0 20px 5px;
 }


.upsell_feature_module { 
	display: inline;
	float: left;
	width: 120px;
	position: relative;
	margin-left: 10px;
	padding-bottom: 10px;
	background: transparent url(/images/upsell-divider.gif) no-repeat 100% 5px;
}


.upsell_img{
	display: block;
	float: left;
	border: 1px solid #cccccc;
	
	text-align: center;
	width: 80px;
	height: 80px;
	margin:3px auto;
}


.upsell_text {
	clear:both;
	display:block;
	padding: 0px 10px 0px 0px;
}

.upsell_text a:link, .upsell_text a:visited{
	font-weight:bold;
	text-decoration: none;
	color: #191970; 
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
	color: #8B0000;
}

.upsell_feature_module h3 span{
	font-size: 77%;
	margin-bottom: 3px;
	line-height: 1.1em;
	display: block;
	height: 3.3em;
}
.upsell_feature_module h3 a:link, .upsell_feature_module h3 a:visited{
	color: #000000;	
	font-weight:bold;
	text-decoration:none;
}
.upsell_feature_module h3 a:hover span, .upsell_feature_module h3 a:focus span, .upsell_feature_module h3 a:active span{
	color:#E41E2A;
	text-decoration:underline;
}

.upsell_slashprice {
	font-size: 85%;
	display: block;
	font-weight:normal;
	text-decoration: line-through;
	color:#E41E2A;
}
.upsell_price {
	font-size: 85%;
	display: block;
	font-weight:bold;
}

.upsell_b_viewdetails{
	position: relative;
	margin-top: 10px;
}
#upsell .upsell_b_viewdetails .corner1, #upsell .upsell_b_viewdetails .corner2{top: 0px;}/* Origins in Styles line 110ish */
.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	display: block;
	position: relative;
	padding:3px 0px;
	width: 11ex;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 85%;
	background: #ce090a url(/images/b_viewdetails.png) repeat-x 0px -79px;
}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	background: #797979 url(/images/b_viewdetails.png) repeat-x 0px 0px;
}

.upsell_b_viewdetails a span{
	padding-left: 14px;
	padding-right: 1ex;
	background: transparent url(/images/sprite_icon.png) no-repeat 7px -66px;
}


/* BTM upsell stuff ENDS */	