form
{
	background-color: #FFFFFF; 
}

optgroup
{
	margin-bottom: 1em;
}

optgroup option
{
	margin-left: 1em;
}

form .submit
{
	overflow: hidden;
	border: none;
	background: url('../images/submit-button.png') no-repeat;
	padding-top: 3px;
	padding-bottom: 4px;
	*padding-bottom: 2px;
	font-weight: bold;
	font-size: 0.99em;
	color:#F99B00;
	cursor: pointer;
}

span.validation
{
	font-weight: bold;
	color: #FF0000;
}

form a.submit, form a.submit:hover 
{
	/* makes a link look like a button */
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
	margin: 0px;
	color:#F99B00;
}

form .submit.small
{
	width: 49px;
}

form .submit.small:hover
{
	background-position: -50px 0px;
}

form .submit.medium
{
	background-position: 0px -23px;
	width: 98px;
}

form .submit.medium:hover
{
	background-position: 0px -46px;
}

form .submit.large
{
	background-position: 0px -69px;
	width: 120px;
}

form .submit.large:hover
{
	background-position: 0px -92px;
}

/* quick search form */
#quick_search_form
{
	position: relative;
	height: 25px;
	width: 170px;
	background: url('../images/magnifier.jpg') no-repeat;
	background-position: 5px 2px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	z-index: 1;
}

#quick_search_form label
{
	/*position: absolute;
	top: 5px;
	left: 31px;
	font-size: 0.8em;
	font-weight: bold;*/
}

#quick_search_form #search_query
{
	position: absolute;
	border-style: none;
	border-width: 0px;
	top: 4px;
	left: 30px;
	width: 130px;
	z-index: 2;
}

#quick_search_form .submit_search
{
	position: absolute;
	top: -1px;
	left: 183px;
}

/* quick search */

/*
 * Quick Login
 */

#header_login_form
{
	position: absolute;
	top: 140px;
	left: 575px;
	background: none;
}

#header_login_form fieldset
{
	border: none;
}

#header_login_form label
{
	position: absolute;
	top: -999em;
	left: -999em;
}

#header_login_form p 
{
	position: relative;
	float: left;
	height: 25px;
	margin-bottom: 0px;
}

#header_login_form p.label label
{
	width: 98px;
	margin-right: 4px;
}

#header_login_form p.label label
{
	position: relative;
	top: 5px;
	left: 0px;
	font-weight: bold;
}

#header_login_form p.password 
{
	border:1px solid #000000;
	width: 100px;
	height: 25px;
	padding-left: 25px;
	background: url('../images/themes/orange/form-icons.jpg') no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	margin-right: 4px;
}

#header_login_form p.email 
{
	border:1px solid #000000;
	width: 112px;
	height: 25px;
	padding-left: 25px;
	background: url('../images/themes/orange/form-icons.jpg') no-repeat;
	background-position: 0px -25px;
	background-color: #FFFFFF;
	margin-right: 4px;
}

#header_login_form p.email input
{
	*width: 99px;
	_width: 100px;
}

#header_login_form p input
{
	position: absolute;
	top: 4px;
	left: 25px;
	border-style: none;
	border-width: 0;	
}

#header_login_form p.submit_button input
{
	top: 3px;
	left: 0px;
}

/******** checkout ********/
#checkout_div
{
	width: 768px;
}

#checkout_div h1
{
	margin-bottom: 0px;
	color:#F99B00;
}

#checkout_div h3
{
	color:#663300;
	font-size:0.8em;
}

#checkout_div .white_corners_large
{
	height: 15px;
	padding-top: 12px;
	padding-left: 14px;
}

#checkout_div fieldset
{
	padding: 14px;
	border: none;
}

#checkout_div h2
{
	font-size: 0.98em;
	color: #663300;
}

#checkout_div .holder
{
	margin-bottom: 2em;
}

#checkout_div .holder.border
{
	border-bottom:1px solid #FFCB3E;
}

#cart_back
{
	float: left;
	margin-top: 14px;
	padding-left: 16px;
}

#cart_continue
{
	float: right;
	margin-top: 14px;
	padding-right: 16px;
}

/* My Basket */

#checkout_div #form_wrap
{
	width: 754px;
	min-height:650px;
	padding-top: 14px;
	padding-left: 14px;
	background-color: #FFFFFF;
}

#checkout_div #cart_holder
{
	width: 740px;
}

#checkout_div #cart_holder .instruction
{
	margin-bottom: 2em;
}

#checkout_div #cart_titles
{
	float: right;
	padding-right: 80px;
}

#checkout_div #cart_titles span
{
	float: left;
	display: block;
	font-weight: bold;
	width: 80px;
	text-align: right;
}

#checkout_div #cart_item_wrap
{
	clear: both;
	padding-top: 1em;
	margin-bottom: 2em;
	border-top: 1px solid #FFCB3E;
	border-bottom: 1px solid #FFCB3E;
}

#checkout_div #cart_item_wrap:after
{
	content: "";
	display: block;
	height: 0px;
	clear: left;
}

#checkout_div .cart_item .item_img
{
	float: left;
	width: 75px;
	height: 75px;
}

#checkout_div .cart_item .cart_selector
{
	float: left;
}

#checkout_div .cart_item
{
	position: relative;
	margin-bottom: 1em;
}

#checkout_div .cart_item .child_selector 
{
	float: left;
	width: 170px;
	min-height: 75px;
	_height: 75px;
}

#checkout_div .cart_item .item_detail
{
	float: right;
	margin-bottom: 1em;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
}

#checkout_div .cart_item .item_detail p
{
	line-height: 23px;
	color:#663300;
}

#checkout_div .cart_item .item_detail p span
{
	float: left;
	display: block;
	width: 80px;
	text-align: right;
}

#checkout_div .cart_item .item_detail p span.remove,
	#checkout_div .cart_item .item_detail p span.item_media_code
{
	text-align: center;
}

#checkout_div .cart_item .item_detail p span.remove img
{
	_margin-bottom: 0px;
}

#checkout_div .cart_item .item_detail input.short_text
{
	width: 40px;
}

#checkout_div .cart_item .item_detail .item_out_of_stock
{
	width: 480px;
}

#checkout_div .cart_item .item_detail .item_out_of_stock p
{
	line-height: 1em;
}

#checkout_div .cart_item .item_delivery_time
{
	float: left;
	/*width: 455px;*/
	margin-left: 16px;
}

#checkout_div .cart_total
{
	position: relative;
	font-weight: bold;
	color:#663300;
	width: 160px;
	left: 420px;
}

#checkout_div .cart_total span
{
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
}

#checkout_div #delivery_options
{
	border: none;
	padding: 0px;
}

/* End - My Basket */

/* Checkout My Details */

#checkout_div .checkout_required
{
	background-color: #FFFFFF;
	padding: 14px;
}

#checkout_div .checkout_required h3
{
	margin-bottom: 0px;
	color: #FF000A;
}

#checkout_div .checkout_required p
{
	color: #FF000A;
	font-weight: bold;
}

#checkout_details fieldset.border
{
	border-bottom: 1px solid #FFCB3E;
}

#checkout_details fieldset
{
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 12px;
	margin-right: 12px;
}

#checkout_details label.column
{
	float: left;
	display: block;
	width: 12em;
}

#checkout_details .indent
{
	margin-left: 12em;
}

#checkout_div .required
{
	color: #FF000A;
	font-weight: bold;
	font-size: 1.6em;
}

#blank_billing_address, #blank_delivery_address
{
	zoom: 1;
}

#checkout_details #saved_billing_addresses fieldset,
	#checkout_details #saved_delivery_addresses fieldset
{
	margin-right: 0px;
	padding-right: 0px;
}

#checkout_details .select_billing_address, 
	#checkout_details .select_delivery_address  
{
	float: left;
	width: 230px;
	margin-right: 14px;
}

#checkout_details .zero_right_margin
{
	margin-right: 0px;
}

#checkout_details .zero_left_margin
{
	margin-left: 0px;
}

#checkout_details .zero_left_padding
{
	padding-left: 0px;
}

#checkout_details .zero_right_padding
{
	padding-right: 0px;
}

#email_login_prompt 
{
	display:none;
}

/* End Checkout My Details */

/* Checkout Summary */

#checkout_div .cart_item.summary .child_selector
{
	width: 105px;
}

#checkout_div .cart_item.summary .item_detail p span.item_quantity
{
	width: 70px;
}

#checkout_div #cart_totals
{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom:1px solid #FFCB3E;
}

#checkout_div #address_div .address_holder
{
	float: left;
	width: 48%;
	padding-left: 2%;
}

#checkout_div #address_div
{
	padding-bottom: 1em;
	border-bottom:1px solid #FFCB3E;
}

#checkout_div #cart_back.summary
{
	padding-left: 2px;
}

/* End - Checkout Summary */


/* Payment */

#checkout_div #ready
{
	width: 740px;
	margin-bottom: 1em;
}

#checkout_div #ready fieldset
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom:1px solid #FFCB3E;
}

#checkout_div #ready label.block
{
	float: left;
	width: 10em;
}

#checkout_div .alternate_payment
{
	width: 740px;
}

#checkout_div .alternate_payment fieldset
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom:1px solid #FFCB3E;
}

#checkout_div .select_card_type
{
	padding: 14px;
	margin-bottom: 1em;
	width: 707px;
	background-color: #FFE8AC;
}

#checkout_div .select_card_type p
{
	margin-bottom: 0px;
}

#checkout_div .select_card_type label
{
	margin-right: 27px;
}
/* End Payment */

/* confirmation_holder */

table .small_col 
{
	width: 50px;
}

table .medium_col
{
	width: 120px;
}

table td.valign_top, table th.valign_top
{
	vertical-align: top;
}

table.confirmation_complete
{
	width: 700px;
	margin-bottom: 1em;
	margin-left: 20px;
	border-bottom: 1px solid #F99B00;
}

table.confirmation_complete tbody
{
	padding-bottom: 1em;
}

table.confirmation_complete th
{
	color:#663300;
	font-size:0.98em;
	padding: 4px;
}

table.confirmation_complete td
{
	color:#925806;
	padding: 4px;
}

/* End - confirmation_holder */

/******** End - Checkout rules *******/

/* Login form */

#login_holder
{
	width: 768px;
}

#login_holder h1
{
	margin-bottom: 0px;
	
}

#login_holder .white_corners_large 
{
	height:15px;
	padding-left:14px;
	padding-top:12px;
}

#login_holder #form_wrap
{
	background-color: #FFFFFF;
	min-height:650px;
	_height: 650px;
	padding-top: 1em;
	padding-left: 14px;
}

#login_holder form
{
	margin-bottom: 3em;
}

#login_holder form fieldset
{
	border: none;
}

#login_holder label
{
	float: left;
	display: block;
	width: 100px;
}

#login_holder .submit_p input
{
	clear: left;
	position: relative;
	left: 100px;
	_left: 103px;
}

#search_results_div .instruction
{
	margin-bottom: 3em;
}

.login_links
{
	margin-bottom: 2em;
}

/* End - Login Form */

/* Search Page */

#search_results_div .white_corners_large
{
	height:15px;
	padding-left:14px;
	padding-top:12px;
}

#search_results_div h1 
{
	margin-bottom:0;
}

#search_results_wrap
{
	background-color: #FFFFFF;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-top: 7px;
	min-height: 650px;
	_height: 650px;
}

#search_results_wrap .search_parent
{
	border-bottom: 1px solid #FFCB3E;
	margin-bottom: 14px;
	width: 740px;
}

#search_results_wrap .search_parent .image 
{
	float:left;
}

#search_results_div .product_details 
{
	float:left;
	margin-left:14px;
	width:612px;
}

#search_results_div .search_parent:after 
{
	content: "";
	display: block;
	height: 0px;
	clear: left;
}

#search_results_div .product_details h2 a 
{
	color:#663300;
}

#search_results_div .more
{
	font-weight:bold;
}

#search_results_div .more a 
{
	color:#DA0C59;
}

#search_results_div .product_price 
{
	color:#663300;
	font-weight:bold;
}

/* End Search Page */

/* Order History */

#order_details
{
	margin-bottom: 1em;
}

#order_details label
{
	float: left;
	width: 9em;
	font-weight: bold;
	color: #663300;
}

#order_details .two_columns p
{
	float: left;
	width: 50%;
}

#order_items
{
	clear: left;
}

.order_address
{
	float: left;
	margin-right: 4em;
}

#order_history
{
	margin-bottom: 1em;
	width: 740px;
	border-collapse: collapse;
}

#order_history th
{
	color:#663300;
	font-size:0.8em;
	padding-bottom: 0.5em;
}

#order_history tr.border th, #order_history tr.border td
{
	border-bottom:1px solid #FFCB3E;
}

#order_history td
{
	font-size: 0.8em;
	color: #4F3B3B;
	padding: 0.2em;
	vertical-align: top;
}

#order_history .other_row
{
	background-color: #EFEAE0;
}

#order_history .tiny
{
	width: 60px;
}

#order_history .small
{
	width: 100px;	
}

/* end Order History */