
/* cart page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#cart_site_content{
	display: inline;
	margin: 0px 20px 0px 20px;
	width: 639px;
	float: right;
}

#cart_site_content h1{
	padding-left:0px;
}

#recalculate{
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}
#cart{
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #754366;
}
#cart th{
	background: #484848 url(/images/sprite_buttons.png) repeat-x 0 -500px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
}
#cart th span{
	display:block;
	line-height: 2em;
	text-align: center;
	padding:0 1.2em;
	border-left: 1px solid #785e6f;
	border-right: 1px solid #b69aad;
}

#cart td{
	background-color: #fff;
	color: Black;
	background: url(/images/dots.gif) repeat-x 0 100% ;
}

#cart tr.nodots td{
	background-image: none !important;
}

.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.75em 1.2em;
}	

.cart_gift_icon{
	display: inline;
	width: 15px;
	height: 13px;
	background: #FFFFFF url(/images/sprite_buttons.png) no-repeat -140px -258px;
}

.cart_quantity{
	text-align: center;
	padding-left: 20px; 
	padding-right: 5px;
}
	
.cart_total{
	padding: 0.5em 1.2em;
	text-align: right;
}	

#recalc, #contshop{
	clear:left;
	display: block;
	float: left;
}
#recalc {
	margin-top: 10px;
}

#recalc a:link, #recalc a:visited {
	display: block;
	position: relative;
	text-align: center;
	width: 145px;
	height: 27px;
	padding-top: 4px;
	color: #d6c7d1; 
	text-decoration:none;
	border: none;
	background: transparent url(/images/sprite_buttons.png) no-repeat 5px -831px;
}

#recalc a:hover, #recalc a:active, #recalc a:focus {
	background: transparent url(/images/sprite_buttons.png) no-repeat 5px -885px;
	color: #fff; 
}

#contshop a:link, #contshop a:visited{
	display: block;
	position: relative;
	text-align: center;
	width: 145px;
	height: 27px;
	padding-top: 4px;
	color: #d6c7d1; 
	text-decoration:none;
	border: none;
	background: transparent url(/images/sprite_buttons.png) no-repeat 5px -720px;
}

#contshop a:hover, #contshop a:focus, #contshop a:active {
	background: transparent url(/images/sprite_buttons.png) no-repeat 5px -774px;
	color: #fff; 
}

#recalc span {
}
#contshop span {
	margin-left: 10px;
}



#remove {
	display: block;
	text-align:right;
	padding-bottom:0.5em;
	font-size:85%;
}	

#remove a:link, #remove a:visited {
	color: #1859d0;
}
#remove a:hover, #remove a:focus, #remove a:active{
	color: #000;
}




#proceed{	
	display: block;
	float: right;
	position: relative;
	width: 300px;
	float: right;
	clear: right;
	text-align: right;
	font-size: 85%;
}
#proceed a:link, #proceed a:visited {
	float: right;
	display: block;
	width: 215px;
	height: 32px;
	margin: 20px 0 12px 0px;
	text-decoration:none;
	text-align: center;
	color: #FFFFFF;
	font-size: 122%;
	font-weight: bold;
	background: url(/images/sprite_buttons.png) no-repeat 0px -600px;
}	

#proceed a:hover, #proceed a:active, #proceed a:focus {
	background: url(/images/sprite_buttons.png) no-repeat 0px -660px;
	color: #d6c7d1; 
}		
#proceed a span{
display: block;
padding-top:6px;
}

#proceed p{
	display: block;
	clear: right;
	padding-bottom:20px;
}	

.prodlist_cart {
	float: left;
	width: 170px;
	height: 208px;
	border: 0px solid black;
	margin-left: 2px;
	margin-right: 15px;
	position: relative;
}
	
#vert_line {
	float: right;
	width: 10px;
	height: 200px;
	background-image: url(../images/vert_line.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	border: 0px solid black;
}	
	
#cart_upsell{
	float:left;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 0px solid black;
	width: 420px;
}

#subtotal {
	clear: right;
	float: right;
	width: 300px;
	margin: 0.5em 1.2em;
}



/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#prod_upsell {
	position: relative;
	clear: right;
	display: block;
/*	margin-left: 20px;*/
	color: #000;
	width: 659px;
	float: right;
}
#prod_upsell h2{
 	font-size: 144%; 
	display: block;
	margin-bottom: 20px;
 }
 

.prod_upsell_pod { /*Used for recommended section */
	display: block;
	float: left;
/*	width: 24%;*/
	width:145px;
	height: 250px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	background: White url(/images/prod_also_recommend-backg.gif) no-repeat top;
}


.prod_upsell-img{
	display: block;
	position: relative;
	margin:0px auto 15px auto;
}

.prod_upsell_pod h4 a:link, .prod_upsell_pod h4 a:visited{
	display: block;
	position: relative;
	font-weight:bold;
	font-size: 85%; 
	text-decoration: none;
	padding: 7px 10px 0px 10px;
	height: 3.6em;
	overflow: hidden;
}
.prod_upsell_pod h4 a:hover, .prod_upsell_pod h4 a:focus, .prod_upsell_pod h4 a:active{
	text-decoration: underline;
}



.prod_upsell_price {
	display: block;
	position: relative;
	font-size: 125%; 
	font-weight:bold;
	color: #7e7e7e;
}

.viewdetails_upsell a:link, .viewdetails_upsell a:visited {
	display:block;
	position: relative;
	clear: both;
	width: 80px;
	height: 27px;
	margin: 5px auto;
	padding-top:4px; 
	color: #d6c7d1; 
	text-decoration:none;
	background: transparent url(/images/sprite_buttons.png) no-repeat 0px -260px;
}	

.viewdetails_upsell a:hover, .viewdetails_upsell a:focus, .viewdetails_upsell a:active {
	background: transparent url(/images/sprite_buttons.png) no-repeat 0px -320px;
}
.viewdetails_upsell a span{
	Margin-left:-15px;
}
/* BTM upsell stuff ENDS */



/*GIFT WRAP */
a.giftWrap_link:link, a.giftWrap_link:visited{font-size:85%}
.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;
}


/*GIFT WRAP */



/* cart page end */	
