
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#cart{
	width: 745px;
	margin-top: 15px;
	/*margin-left: 15px;*/
}
#cart th{
	text-transform: uppercase;
	font-weight: bold;
/*	margin: 6px 0px;*/
	/*line-height: 2em;
	text-align: center;
	padding:0 1.2em;*/
	
}
#cart td{
	background-color: #fff;
	color: Black;
}
.cart_prod { 
	/*padding-bottom: 10px;*/
}

.cart_prod_desc a:link, .cart_prod_desc a:visited{
	float: left; 
	margin-left: 10px; 
	margin-top: 10px; 
	display: inline; 
	/*width: 150px;*/
	font: bold 77% Verdana, sans-serif; 
	color: #000;
	text-decoration: none;
	border: 0px solid red;
	width: 80px;
}



.cart_prod_desc a:hover, .cart_prod_desc a:focus {
	text-decoration: underline;
	font:  bold 77% Verdana, sans-serif; 
	color: #000;
}


.cart_image {
	border: 0px solid #ced0b6; 
	margin-left: 5px; 
	margin-top: 5px; 

	float: left;  
	display: inline;
}

.cart_text {
	text-align: center;
	/*padding: 0.5em 1.2em;*/
	font:  bold 77% Verdana, sans-serif; 
	color: #000;
	
}	
	
.cart_quantity{
	text-align: center;
	/*padding-left: 20px; 
	padding-right: 5px;*/
}
	
.cart_total{
	/*padding: 0.5em 1.2em;*/
	text-align: right;
	padding-right: 25px;
	font:  bold 77% Verdana, sans-serif; 
	color: #000;
}	
	
.dotted /*Do we need this to be in the skeleton?*/{
	background-image: url(/images/dots.gif);
	background-repeat: repeat-x;
	height: 5px;
	clear: both;
}
	
#contshop a:link, #contshop a:visited {
	display: block;
	float: left;
	/*clear: left;*/
	width:145px;
	height:23px;
	margin-left: 10px;
	background: url(/images/b_contshopp.gif) no-repeat 0 0;
}

#contshop a:hover, #contshop a:focus {
	background: url(/images/b_contshoppON.gif) no-repeat;
	width:145px;
	height:23px;
	margin-left: 10px;
}
#recalculate{
	margin: 0;
	padding: 0;
	display: block;
}
#b_recalc a:link, #b_recalc a:visited {
	display: block;
	float: left;
	width:107px;
	height:23px;
	margin: 0px 0 12px 0px;
	background: url(/images/b_recalc.gif) no-repeat top;
}

#b_recalc a:hover, #b_recalc a:active, #b_recalc a:focus {
	background: url(/images/b_recalcON.gif) no-repeat ;
	width:107px;
	height:23px;
	margin: 0px 0 12px 0px;
}	

#remove {
	display: block;
	text-align:right;
	padding: 1em;
	padding-top:50px;
	/*margin-right: 15px;*/
}	

#remove a {
/*text-decoration: none;*/
color: Black;
}	
#proceed{	
	position: relative;
	/*width: 300px;*/
	float: right;
	text-align: right;
	font-size: 85%;
	color: Black;
	background: url(../images/cart_btm.gif)  no-repeat 0 100%;
	width: 744px;
	height: 70px;
	border: 0px solid red;
}
#proceed a:link, #proceed a:visited {
	float: right;
	display: block;
	width: 200px;
	height: 29px;
	margin: 10px 0 12px 0px;
	background: url(/images/b_proceed_checkout.gif) no-repeat;
}	

#proceed a:hover, #proceed a:active, #proceed a:focus {
	background: url(/images/b_proceed_checkoutON.gif) no-repeat;
	width: 200px;
	height: 29px;
	margin: 10px 0 12px 0px;
}		
#proceed p{
	display: block;
	clear: right;
	/*padding-bottom:40px;*/
	padding-right:20px;
	font-size: 80%;
}	

#proceed2 {	
	position: relative;
	padding-top: 20px;
	/*width: 300px;*/
	float: right;
	text-align: right;
	font-size: 85%;
	color: Black;
	width: 344px;
	height: 180px;
	border: 0px solid red;
}
#proceed2 a.proceed_link:link, #proceed2 a.proceed_link:visited {
	float: right;
	display: block;
	width: 200px;
	height: 29px;
	margin: 10px 0 12px 0px;
	background: url(/images/b_proceed_checkout.gif) no-repeat;
}	

#proceed2 a.proceed_link:hover, #proceed2 a.proceed_link:active, #proceed2 a.proceed_link:focus {
	background: url(/images/b_proceed_checkoutON.gif) no-repeat;
	width: 200px;
	height: 29px;
	margin: 10px 0 12px 0px;
}		
#proceed2 p{
	display: block;
	clear: right;
	font-size: 100%;
	/*padding-bottom:40px;*/
}	

#paypal_button /* for shopping Cart */{
	float: right;
	clear:both;
	width:200px;
	text-align: center;
	margin-bottom: 20px;
}
#paypal_button p{
	margin-bottom: 10px;
}

#subtotal {
	float: right;
	clear: both;
	text-align: right;
	font-size: 85%;
	width: 720px;
	margin-right: 15px;
	border: 0px solid red;
	/*margin: 0.5em -1.2em;*/
}
/* cart page end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
/*	position: relative;  removed for gift wrap to show up. */
	display: block;
	margin-left: 40px;
	color: #000;
	border: 0px solid #000;
	z-index: 2;
	float: left;
  clear: left;
  background-image: url(../images/also_consider.gif);
  background-repeat: no-repeat;
  width: 670px;
}
#upsell h2{
	display: block;
 }


.upsell_feature_module { 
	display: inline;
	float: left;
	width: 300px;
	height: 122px;
	position: relative;
	margin-top: 30px;
	margin-right: 30px;
	border: 0px solid red;
}


.upsell_img{
	display: block;
	float: left;
	background-image: url(../images/upsell_bck.gif);
	background-repeat: no-repeat;
	padding: 4px;
	margin: 0px 5px 0px 0px;
}

.upsell_text {
	display:block;
	padding: 0px 10px 0px 0px;
	font: bold 85% Verdana;
	color: #678500;
}

.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_text h4{
	font-weight:bold;
}

.upsell_price {
	position:absolute;
	bottom:60px;
	left:100px;
	display: block;
	font-weight:bold;
	color: Black;
}

.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	position:absolute;
	bottom:30px;
	left:100px;
	display:block;
	width: 104px;
	height: 23px;
	background: transparent url(/images/b_addtocart.gif) no-repeat ;
}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	background: transparent url(/images/b_addtocartON.gif) no-repeat ;
}

/* BTM upsell stuff ENDS */	

/*GIFT WRAP STYLES*/
#cart_giftwrap_table {
	
}
#cart_giftwrap_table td{
	background-color: transparent;
	border: none;
	height: auto;
}


.giftWrap{
	position:absolute;
	background-image:url(/common/images/giftcardskins/giftlabel_generic2008.gif); 
	background-repeat: no-repeat;
	height:280px; width:310px; 
	
}

.giftWrap fieldset{
	border:none; margin:60px 10px 0px 10px;
}
.giftWrap fieldset legend{
	font-weight: bold;
}
.giftWrap fieldset label{
	Clear:both;
	float: left;
	width: 90px;
	text-align: right;
	margin: 3px 0px
}
.giftWrap fieldset input{
	float:left;
	width: 90px;
	margin: 3px 0 3px 10px;
}
.giftWrap fieldset textarea{
	float:left;
	width: 140px;
	margin: 3px 0 3px 10px;
}

.giftWrap fieldset span{
	font-size: 9px;
	float:left;
}
.giftWrap fieldset span.spanformessage{
	Margin-left:100px;
}

.giftWrap fieldset label.labelforstyle{
	Margin-top:20px;
}

.giftWrap fieldset select{
	float:left;
	width: 140px;
	margin: 20px 0 0 10px;
}
.giftWrap input.b_update-giftwrap{
	clear: both; 
	Margin:3px 0px 0px 110px;
}


/* Paypal shopping cart styles */

#paypal_container, .paypal_container {text-align:center;clear:both;position:relative;padding-bottom:20px;}
#paypal_container_or {padding-bottom:10px;}

.paypal_deny_overlay {
	position:absolute;
	top:0px;
	right:0px;
	width:240px;
	height:100%;
	background-color:#ffffff;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.paypal_deny_clickhere {
	position:absolute;
	bottom:0px;
	right:0px;
	width:240px;
	height:10pt;
	text-align:right;
	font-size:85%;
}