form
{
	background-color: #FFFFFF; 
}

textarea {
    font-family: Arial, 'sans-serif';
    font-size: 12px;
}

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;
}

form label {
	font-weight: bold;
}

form .checkbox-desc {
	position: relative;
}

form .checkbox-desc p {
	padding-left:20px;
	padding-right:40px;
}

form .checkbox-desc label {
	font-weight:normal;
}

form .checkbox-desc input {
	left: 0;
	position: absolute;
	top: 2px;
}

form select.medium {
	width:8em;
}

form select.large {
	width:16em;
}


form span.required {
	color:red;
	font-size:2em;
	font-weight:bold;
	position:absolute;
}

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;
}

/* Errors */
form .input-wrap {
	position: relative;
	z-index: 50;
}

form .input-wrap:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
}

form .error-wrap {
	display: inline;
	position: absolute;	
	top: 15px;
	left: 170px;
	background: url('../images/error-arrow.png') no-repeat;
	padding-left: 27px;
	width: 300px;
	min-height: 23px;
	*height: 23px;
	z-index: 100;
}

form .error-wrap.not-enough-space {
	position: relative;
	display: block;
	top: 0px;	
	left: 0px;
	padding: 0px;
	background: none;
	border: none;
}

form .errors {
	position: absolute;
	list-style: none;
	margin: 0px;
	border: 2px solid red;
	border-left: none;
	background-color: white;
	height: 19px;
	padding-left: 4px;
	padding-right: 0.5em;
	z-index: 120px;
}

form .error-wrap.not-enough-space .errors {
	position: relative;	
	border-left: 2px solid red;
}

form .errors li {
	display: block;
	font-weight: bold;
	line-height: 19px;
	color: red;
	width: auto;	
}

/**
 * Defacto classes for forms
 */
form.zend-form fieldset {
    border-style: none;
    padding: 14px 0px 14px 0px;
}

form.zend-form label {
    float: left;
    display: block;
    width: 12em;
}

form.zend-form label span.asterisk {
    color: red;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
}

form.zend-form .checkbox-label {
    display: inline;
    float: none;
    width: auto;
}

form.zend-form .checkbox-label span.asterisk {
    position: relative;
}

form.zend-form .border
{
	border-bottom: 1px solid #FFCB3E;
}

form.zend-form .errors {
    background: url("../images/error-arrow.png") no-repeat scroll 0 0 transparent;
    border-style: none;
    height: 23px;
    list-style-position: outside;
    padding-left: 27px;
    top: -1px;
    width: 240px;
}

form.zend-form .errors li {
    height: 19px;
    line-height: 19px;
    background-color: white;
    border: 2px solid red;
    border-left: 0px;
    padding: 0px 5px 0px 5px;
}

form.zend-form .form-navigation {
	clear: both;
}

form.zend-form .form-navigation .back {
	float: left;
	width:336px;
	padding-left: 20px;
}

form.zend-form .form-navigation .continue {
	float: right;
	width:336px;
	padding-right: 20px;
    text-align: right;
}

form.zend-form .back a
    ,form.zend-form .continue button {
    background: url("../images/submit-large.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #F99B00;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    width: 91px;
    text-align: center;
}

form.zend-form .back a {
    display: block;
}

/*
 * Email Unsubscribe
 */
.email-unsubscribe .errors {
    left: 350px;
}

/* 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_username {
	width: 112px;
}

#header_password {
	width: 100px;	
}

#header_login_form p.submit_button input
{
	top: 3px;
	left: 0px;
}

/******** checkout ********/
.checkout_message {
    color: red; 
    font-weight: bold; 
    font-size: 12px;	
}

#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 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;
}

#invoice-orders {
	position: relative;
	background-color: white;
	top: 0px;
	left: 0px;
	padding: 14px;
	*zoom: 1;
}

#invoice-orders:after {
	content: '';
	display: block;
	height: 0px;
	clear: both;
}

#order-by-invoice-img {
	position: relative;
	float: left; 
	width: 305px;
	padding-right: 28px;
}

#invoice-orders h2 {
	position: relative;
	top: 60px;
	left: 1px;
	width: 170px;	
	color: #f99b00;
}

#order-by-invoice-instruction {
	float: left;
	width: 450px;
	padding-left: 231px;
}

#invoice-orders img {
	position: absolute;
	clip: rect(0px 211px 100px 0px);
	top: 0px;
	left: 0px;
}

#invoice-orders p {
	margin-bottom: 0px;	
	padding-bottom: 1em;
}

/* 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_div em.required
{
	color: #FF000A;
	font-weight: bold;
	font-size: 1.6em;
}

#blank_billing_address, #blank_delivery_address
{
	zoom: 1;
}

#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 */

#order_process_notification_card_holder {
    border-right: 1px solid #FFCB3E;
    float: left;
    margin-right: 13px;
    padding-right: 14px;
    width: 356px;
}

#checkout_div #ready
{
	margin-bottom: 1em;
}

#checkout_div #ready fieldset
{
	margin-left: 0px;
	margin-right: 0px;
    border: none;
}

#checkout_div #ready label.block
{
	float: left;
	width: 10em;
}

#checkout_div .alternate_payment
{
	width: 740px;
}

#checkout_div .alternate_payment .submit-p {
	text-align: right;
}

#checkout_div .alternate_payment fieldset
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
    border: none;
}

#checkout_div .select_card_type
{
	margin-bottom: 1em;
	background-color: #FFE8AC;
}

#checkout_div .select_card_type p
{
    padding-top: 3px;
    padding-left: 3px;
	margin-bottom: 0px;
}

#checkout_div .select_card_type input {
    position: absolute;
    left: -999em;
}

#checkout_div .select_card_type label {
	cursor: pointer;
}

/* 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 */

/* Paf look up */

form .paf-lookup {
	position: relative;
}

form .paf-lookup .ajax-loading {
	top: 20px;
	left: 146px;
}

/**
 * Mini Sign Up form
 */
#mini-signup-form {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #FB9B02;
    padding: 5px;
    padding-top: 10px;
    behavior: url('css/PIE.htc');
    margin-bottom: 10px;
}

#mini-signup-form h2 {
    position: relative;
    overflow: hidden;
    height: 0px;
    background: url('../images/headings/signup-for-great-offers.png') no-repeat 0px 0px;
    padding: 15px 0px 0px 0px;
    margin-bottom: 14px;
    zoom: 1;
}

#mini-signup-form p {
    position: relative;
    text-align: center;
    zoom: 1;
}

#mini-signup-form label {
    position: absolute;
    left: -99em;
}

#mini-signup-form input {
    position: relative;
    height: 27px;
    line-height: 26px\9;
    *line-height: 19px;
    border:1px solid #F99B00;
    padding-top: 4px\9;
    height: 25px\9;
}

#mini-signup-form input.place-holder {
    text-align: center;
}

#mini-signup-form button {
    position: relative;
    height: 32px;
    width: 91px;
    background: url("../images/submit-large.png") no-repeat;
    border: medium none;
    color: #F99B00;
    font-weight: bold;
    line-height: 32px;
    cursor: pointer;
}
