/* CSS Document */


#content {
	}

.cart {
	border:none;
	font-size: 11px;
	width: 100%;
	margin: 20px 0;
	color: #000;
	border: none;
	}
	
.cart th {
	border: none;
	border-bottom:solid 1px #b9a295;
	padding: 2px 5px;
	background: #e7ddd4;
	color: #582108;
	font-size: 10px;
	text-align: center;
	}
	
.cart td {
	border: none;
	border-bottom: solid 1px #e9e2db;
	padding: 5px;
	}
	
.cart .name {
	padding-left: 10px;
	text-align: left;	
	}
	
	.cart td.name {
		font-size: 12px;
		}
	
.cart .quantity {
	text-align: center;
	padding-right: 0;
	}
cart th.quantity {
	text-align: center;
	}
	
	.cart .quantity input {
		text-align: right;
		display: block;
		margin: 0 auto ;
		}
		
	
	
	.button_remove {
		display: block;
		width: 20px;
		height: 20px;
		background: url(button_remove.gif) no-repeat 0 0;
		text-align: center;
		margin: 0 auto;
		float: none;
		clear: both;
		}
		
		.button_remove strong {
			display: none;
			}
			
		.button_remove:hover {
			background-position: 0 -20px;
			}


	.button_update {
		display: block;
		width: 99px;
		height: 20px;
		background: url(button_update.long.gif) no-repeat 0 -20px;
		text-align:center;
		float: left;
		}
		
		.button_update strong {
			display: none;
			}
			
		.button_update:hover {
			background-position: 0 0px;
			}
	
.cart td.total {

	}
	
.cart .description {
  font-size: 9px;
}
	
.cart .money
 {
  text-align: right;
  white-space: nowrap;
  width: 75px;
}

.cart .unit_price{
	width: 50px;
	text-align: center;
}

.cart .qty_units{
	width: 60px;
	text-align: center;
}
	
.cart .subtotal,
.cart .freight,
.cart .total
 {
	font-size: 12px;
	font-weight: bold;
	}
	
.cart .subtotal_label,
.cart .freight_label,
.cart .total_label
 {
	font-size: 12px;
	text-align: right;
	}
	
	
.cart a {
	text-decoration: underline;
	}
	
.form_buttons {
	text-align: right;
	margin: 0 -5px 0 0;
	min-height: 1px;
	}
	
	.form_buttons:after {
		content: ".";
		height: 0;
		display: block;
		clear: both;
		visibility: hidden;
		}
		
	* html {
		height: 1px;
		}
	
/* [ Cart Login ] */
	
#login_container {
	padding: 0;
	min-height: 1px;
	margin: 20px 0;
	}
	
	* html #login_container {
		height: 1px;
		}
		
	#login_container:after {
		content: ".";
		height:0;
		display: block;
		clear: both;
		visibility: hidden;
		}
	
#create_account {
	padding: 0;
	font-size: 12px;
	min-height: 1px;
	width: 350px;
	float: left;
	}
	
	#create_account h2 {
		background: #ebe4d1;
		margin: 0 0 10px;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: bold;
		color: #582108;
		border-bottom: 1px solid #c9b7ac;
		}
	
#login {
	float: left;
	width: 178px;
	padding:  10px;
	margin: 0 0 0 10px;
	background: #ebe4d1;;
	border: 1px solid #c9b7ac;
	display: inline;
	}
	
	#login h4 {
		margin: 0 0 10px 0;
		font-size: 12px;
		}
	
	#login .control_stacked {
		margin: 0;
		}
	
	#login .control_stacked label {
		font-size: 11px;
		line-height: 14px;
		}
	
	#login .control_stacked input {
		width: 160px;
		font-size: 12px;
		}
		
	.login_buttons {
		margin: 10px 0;
		}
		
		.login_buttons .forgot_password {
			clear: both;
			}
			
/* [ Gift Card } */
.giftcard_check_box {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 30px;
	}
	
	#giftcard_select {
		list-style: none;
		margin: 0;
		padding: 0 0 10px 0;
		min-height: 1px;
		position: relative;
		}
		
		#giftcard_select:after {
			content: ".";
			height: 0;
			visibility: hidden;
			display: block;
			clear: both;
		}
		
		* html #giftcard_select {
			height: 1px;
			}
		
		#giftcard_select li {
			float: left;
			padding: 0;
			text-align: center;
			margin: 0 10px 0 0;
			min-height: 1px;
			}
			
		#giftcard_select label {
			display: block;
			padding: 5px;
			background: #ebe4d1;
			border: 1px solid #c9b7ac;
			float: left;
			width: 80px;	
			}
			
		#giftcard_select label:hover {
			border: 4px solid #c9b7ac;
			margin: -3px;
			}

		#giftcard_select img {
			display: block;
			background: #fff;
			padding: 2px;
			margin: 0 auto 5px;
			}
/* [ Generated Login Table ] */
.control-login {
	margin: 0 0 10px 0;
	}
	
/* [ Voucher Redeem ] */

/* [ Voucher ] */



#voucher_redeem {
	background: #ebe4d1;
	border: 1px solid #c9b7ac;	
	position: relative;
	min-height: 1px;
	padding: 10px;
	margin: 0 0 50px 0;
	}
	
	#voucher_redeem:after {
		clear: both;
		display: block;
		height: 0;
		content: ".";
		visibility: hidden;
		}
		
	* html #voucher_redeem {
		height: 1px;
		}
		
		
#voucher_order_totals {
	position: relative;
	min-height: 1px;
	margin: 0 0 50px 0;
	}
	
	#voucher_order_totals .control label {
		width: 200px;
		}
		
		
.select_auto{
	width:auto !important;
}
