@charset "utf-8";
/* CSS Document */

#cart{
	border-top:1px solid #ffffff;	
	border-bottom:1px solid #ffffff;	
}
#cart .cart_item{
	clear:both;	
}
#cart .photo{
	float:left;
	text-align:center;
	width:190px;
	margin:10px 0;
}
#cart .info{
	float:left;
	width:375px;
	margin:30px 0;
}
#cart .title{
	color:#7f684b;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
#cart .price{
	margin-top:30px;
	font-size:12px;
}
#cart .quantity{
	text-align:right;
	float:right;
	color:#7f684b;
	font-size:12px;
	font-weight:bold;
	margin-top:30px;
}
#cart .input_qty{
	width:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
#cart_buttons{
	margin-top:40px;
	text-align:right;	
	clear:both;
}
#checkout_buttons{
	margin-top:00px;
	width:555px;
	text-align:right;	
	clear:both;
}
#cart_order_total{
	border-bottom:1px solid #ffffff;	
	text-align:right;
	padding:10px 0;
	color:#7f684b;
	font-size:14px;
}
#cart_order_total .price{
	color:#ffffff;
	font-size:24px;
}
.checkout_section, .summary_section {
	border-top:1px solid #ffffff;	
	clear:both;
	position:relative;
}
.checkout_section table{
	margin:10px 0 10px 130px;
	float:left;
}
.summary_section table{
	float:left;
	margin:30px 0 10px 15px;
	color:#9e8769;
	font-weight:bold;
	font-size:12px;
}
.summary_section table.order-table{
	margin:0;
	float:none;
}
.summary_section td{
	vertical-align:top;	
}
.summary_section table .title-cell{
	width:140px;	
}
.summary_section table .data-cell{
	width:220px;	
}
.chk_label{
	width:160px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	padding-right:12px;
}
.checkout_section td{
	height:30px;	
}
.checkout_section input.text, .checkout_section select{
	width:250px;
	border:none;
}
.checkout_section input.cc_text{
	border:none;
	width:170px;
}
.checkout_section select.card_exp_mon, .checkout_section select.card_exp_yr{ width:auto;}
#shipping_label, #shipping_amount{
	color:#9e8769;	
}
#shipping_total, #order_label{
	font-size:24px;	
}
a.cc_info{ color:#9e8769; font-style:italic;}
.chk_same{
	position:absolute;
	top:60px; 
	left:25px;
	width:150px;
	font-size:12px;
	line-height:15px;
	color:#9e8769;
	font-style:italic;
}
.chk_same input{ position:absolute; left:0; }
.chk_same label{ position:absolute; left:25px;  }
.orderTotal{
	padding-top:10px;
	font-size:24px;	
}
input[disabled], input[disabled='disabled'], select[disabled], select[disabled='disabled']{
	background:#aaaaaa;	
	color:#666666;
}
