/* ####################################### */
/* ############### GENERIC ############### */
/* ####################################### */

p.form-header {
	float: left;
}

button,
input.btn {
	cursor: pointer;
	border: 0;
}

/* GRAPHICAL BUTTON INSIDE INPUT
------------------------------------------------*/
.input_special {
	background: transparent url(../../img/global/h_search_field.gif) no-repeat scroll 0 0;
	overflow: hidden;
	clear: both;
}

.input_special input.txs {
	background: 0;
	border:0;
	color:#977E49;
	display:block;
	float:left;
	font-size:10px;
	padding:3px 5px;
	max-width: 11em;
}

.input_special input.btn {
	float: right;
}



/* FORMS
------------------------------------------------*/

.hideLegend {
	font-size: 0px;
	height: 0px;
	width: 0px;
	line-height: 0px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.f-block {
	margin-bottom: 1.5em;
	clear: both;
	overflow: hidden;
}

label {
	margin-bottom: 0;
}

.f-txs label,
.f-select label,
.f-dob label {
	width: 45%;
	display: block;
	float: left;
}

.f-txs input {
	width: 53%;
	border: 1px solid #808080;
	padding: 1px;
	color: #A4863E;
}

.f-txs input.btn {
	width: auto; /* overiding the above for buttons */
	border: 0;
}

.f-bln input {
	float: left;
	margin-right: 0.5em;	
}

.f-bln label {
	width: auto;
	float: left;
}

.f-bln p {
	clear: both;
}

.f-select select {
	width: 54%;
}

.f-dob select.month {
	width: 9em;
}

.f-dob select.year {
	width: 5.8em;
}

.f-submit {
	overflow: hidden;
}

.f-submit input {
	float: right;
	margin-right: 0.3em;
}

.f-textarea textarea {
	clear: left;
	float: none;
	display: block;
	width: 98%;
	height: 10em;
	color: #A4863E;
}

.f-textarea label {
	vertical-align: top;
	float: none;
	display: block;
	margin-bottom: 0.2em;
}



/* BUTTONS
------------------------------------------------*/

input.btn_addBasket {
	background: url(../../img/form/btn_addBasket.gif) no-repeat 50% 50%;
	height: 20px;
	width: 90px;
	border: 0;
	float: right;
	clear: both;
	margin-right: 10px;
	text-indent: -9999px;
}

input.btn_remove {
	background: url(../../img/form/btn_remove.gif) no-repeat 50% 50%;
	height: 20px;
	width: 80px;
	border: 0;
	float: right;
	clear: both;
	margin-right: 10px;
	text-indent: -9999px;
}
	
input.btn_addSelected {
	background: url(../../img/form/btn_addSelected.gif) no-repeat 50% 50%;
	height: 20px;
	width: 150px;
	border: 0;
	float: right;
	margin: 0.1em 0.9em 0 0;
	text-indent: -9999px;
}

input.btn_UpdateQuantity {
	margin-top: -5px;
}









/* SELECTS
------------------------------------------------*/

select {
	font-size: 0.9em;
	border: 1px solid #808080;
}



div.f-dropBox {
	background: url(../../img/form/f_DropBox_arrow.gif) no-repeat 100% 50%;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 100px;
	width: auto;
}

div.f-dropBox ol {
	display: none;
}

div.f-dropBox:hover ol {
	display: block;
}

div.f-dropBox p {
	background: url(../../img/form/f_DropBox_content.gif) no-repeat 0 50%;
	padding: 0 30px 0 10px;
	margin: 0;
	cursor: default;
	width: auto;

}

ol.f-dropGroup {
	width: inherit;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 900;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	background: #fff;
	cursor: default;
	border: 1px solid #808083;
	border-top: 0;

}

ol.f-dropGroup li {
	color: #606060;
	width: inherit;
}

ol.f-dropGroup li a:link,
ol.f-dropGroup li a:visited {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	width: auto;
}
	
ol.f-dropGroup li.current a:link,
ol.f-dropGroup li.current a:visited,
ol.f-dropGroup li a:hover,
ol.f-dropGroup li a:focus {
	background: #808083;
	color: #fff;
}

/* ####################################### */
/* ############### H_SEARCH ############## */
/* ####################################### */

#h_search {
	margin: 0.2em 0 0 0;
}

#h_search p {
	margin: 0 0 0 0;
}


#h_search label {
	color:#8A8A8C;
	font-family:Arial,sans-serif;
	font-size:0.9em;
	margin: 0 0 0.1em;
	display: block;
	padding-left: 5px;
}

#h_search div#search_box {
	background: transparent url(../../img/global/h_search_field.gif) no-repeat 0 0;
	overflow: hidden;
}

#h_search div#search_box input.f-txs {
	background: transparent;
	border: 0;
	width: 161px;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	display: block;
	float: left;
	color: #977E49;
}

#h_search div#search_box button.f-submit {
	background: transparent /*url(../../img/global/h_search_button.gif) no-repeat 0 0*/;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 32px;
	color: #8A8A8C;
	float: left;
	padding: 3px 5px 3px 5px;
}






/* ####################################### */
/* ############### REGISTER ############## */
/* ####################################### */


#contact_form #postCode input.txs {
	width: 100px;
	float: left;
	margin-right: 20px;
}

#contact_form #postCode input.btn {
	display: block;
	border: 0;

}


/* ####################################### */
/* ######## STORE ACCOUNT SIGN IN ######## */
/* ####################################### */

#store_account_sign_in .f-txs label {
	width: 10em;
}

#store_account_sign_in .f-txs input {
	width: 13em;
}


/* ################################### */
/* ######## PROMOTION SIGN UP ######## */
/* ################################### */

.optin {
    margin-top: 3px;
	margin-bottom: 3px;
}

.optin label {
    margin-left: 3px;
}

.signupInput {
    vertical-align: middle;
	margin-left: 3px;
}

.signupTextBox {
    border: #9B8350 Solid 1px;
}

.error ul li {
	color:#FF0000
}

.kewsignupbox {
	background-color: #EFEFE3;
	padding: 5px;
}
