/*************************************************************************
	Net Curtain Corner
	Developed by Peter Lewis - Twobelowzero (c) 2009
	MODULE: 		forms.css
	PURPOSE:	FORM rules for website
*************************************************************************/

/*************************   GENERAL STYLING   *************************/
legend {
	display:none;
}
input {
	border:1px solid #a42238;
	padding:1px 3px 2px;
	color:#808080;
	background-color:#fff;
	margin:5px 3px 0 0;
	width:100px;
}
input:focus {
	color:#000;
}
input:hover {
	color:#000;
	background-color:#FFF9ED;
}
textarea {
	width:235px;
	padding:1px 3px 2px 3px;
	margin:5px 0 0;
	border:1px solid #a42238;
	background-color:#fff;
	color:#808080;
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	float:left;
}
textarea:focus {
	color:#000;
}
textarea:hover {
	color:#000;
	background-color:#FFF9ED;
}
input.radio {
	height:12px;
	width:12px;
	margin:5px 10px 0 10px;
	border:none;
	cursor:pointer;
}
select {
	border:1px solid #a42238;
	padding:1px;
	color:#808080;
	background-color:#fff;
	margin:5px 3px 0 0;
	width:108px;
	cursor:pointer;
}
select:focus {
	color:#000;
}
select:hover {
	color:#000;
	background-color:#FFF9ED;
}
label {
	clear:both;
	float:left;
	width:100%;
}
label em {
	color:#A42238;
	font-size:1.5em;
	line-height:0.7em;
}
button {
	border:none;
	background:none;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	float:right;
}
button,
button span,
button em {
	height:28px;
	line-height:20px;
	margin:0;
	padding:0;
	color:#FFF;
	font-weight:normal;
	font-style:normal;
overflow:hidden;
}
button span, button em {
	display:block;
}
button span {
	padding-left:18px;
	background:#A42238 url(/themes/site_themes/ncc/images/button.png) no-repeat scroll left top;
}
button em {
	padding:4px 20px 0 0;
	background:transparent url(/themes/site_themes/ncc/images/button.png) no-repeat scroll right top;
}
button:hover span {
	background:transparent url(/themes/site_themes/ncc/images/button.png) no-repeat scroll left bottom;
}
button:hover em {
	background:transparent url(/themes/site_themes/ncc/images/button.png) no-repeat scroll right -30px;
}
button.disabled {
	cursor:default;
}
button.disabled:hover span {
	background:#A42238 url(/themes/site_themes/ncc/images/button.png) no-repeat scroll left top;
}
button.disabled:hover em {
	background:transparent url(/themes/site_themes/ncc/images/button.png) no-repeat scroll right top;
}


/*###   Alternative to button for Add to Basket   ### */
.basket-add,
.basket-add span {
	overflow:visible;
	text-align:center;
	display:block;
	white-space:nowrap;
	float:right;
	height:24px;
	line-height:20px;
	margin:0;
	padding:0;
	color:#FFF;
	font-weight:normal;
	font-style:normal;
}
.basket-add {
	padding-left:18px;
	background:#A42238 url(/themes/site_themes/ncc/images/button.png) no-repeat scroll left top;
}
.basket-add span {
	padding:1px 20px 0 0;
	background:transparent url(/themes/site_themes/ncc/images/button.png) no-repeat scroll right top;
}
.basket-add:hover {
	background:transparent url(/themes/site_themes/ncc/images/button.png) no-repeat scroll left bottom;
}
.basket-add:hover span {
	background:transparent url(/themes/site_themes/ncc/images/button.png) no-repeat scroll right -26px;
}


/* ###############   HEADER - SEARCH   ############### */
#header #search form {
}
#header #search label {
	display:none;
}
#header #search input {
	margin:0;
	width:154px;
}
#header #search button {
	background:transparent url(/themes/site_themes/ncc/images/search-button.png) no-repeat scroll left top;
	width:68px;
	height:24px;
	color:#fff;
	border:none;
	padding:0 0 5px;
	vertical-align:baseline;
	float:none;
}
#header #search button:hover {
	background:transparent url(/themes/site_themes/ncc/images/search-button.png) no-repeat scroll left bottom;
}


/* ###############   PRODUCT PAGE   ############### */
form .left {
	float:left;
	width:48%;
}
form .right {
	float:right;
	width:48%;
}
#product-details #narrow-panel form .right,
#product-details #narrow-panel form .left {
	width:auto;
}
#product-details #content input.radio {
	background-color:#EEE5D8;
}
#product-details #content fieldset {
	margin:0 0 10px;
}
#product-details #content .room-label {
	color:#9A8479;
	font-size:0.85em;
	line-height:1.2em;
}
#product-details #content #rm-room-select,
#product-details #content #mm-room-select {
	width:150px;
	margin-bottom:10px;
}
#product-details #content .original-price {
	color:#9A8479;
	text-decoration: line-through;
	clear:both;
	float:left;
	width:100%;
	font-size:0.6em;
}
#product-details #content form .price {
	width:75px;
	color:#754C28;
	font-size:1.8em;
	line-height:1em;
}
#product-details #content .vat,
#product-details #content label.description {
	color:#9A8479;
	font-size:0.85em;
	line-height:1.2em;
	margin-top:5px;
}
#product-details #content .from {
	color:#9A8479;
	font-size:0.85em;
	font-style:italic;
}
#product-details #content #mm-quantity,
#product-details #content #rm-quantity,
#product-details #content #panels-needed {
	width: 30px;
}
#product-details #content form #customise-link {
	clear:both;
	line-height:1.2em;
	padding-top:15px;
}

/* ###############   COLOUR SWATCHES   ############### */
label.radio span.holder{height:96px;background:url(/themes/site_themes/ncc/images/colour-radio.png) 0 0 no-repeat}
label.checkbox:hover span.holder,label.radio:hover span.holder{top:-32px !important}
label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder{top:-64px !important}
label.list{
	clear:none;
	margin:0 0 5px 0;
	text-align:center;
	width:50px;
	cursor:pointer;
}
label.list:active{
	outline: none;
}
label.inline{float:left;margin:0 10px 0 0}
input.hiddenCheckbox{
	position:absolute;
	left:-10000px;
}
label.prettyCheckbox span.holderWrap{
	display:block;
	float:left;
	position:absolute;
	margin:0 9px;
	overflow:hidden;
}
label.prettyCheckbox span.holder{display:block;position:absolute;top:0;left:0}

.colour-options .colour-block {
	display:block;
	margin:3px 0 0 12px;
	width:26px;
	height:26px;
}
.colour-options em {
	color:#000;
	font-size:1em;
	font-style:normal;
}
.colour-options legend {
	display:block;
	margin:0 0 5px;
}


/* ###############   LOGIN & REGISTRATION PANEL   ############### */
#login-form,
#register-form {
	background-color:#A42238;
	margin-top:5px;
}
#login-form label,
#register-form label {
	width:150px;
	margin:8px 5px 0 0;
	color:#FFF;
	text-align:right;
	line-height:1.2em;
}
#register-form .full-width,
#user-details-form .full-width,
#quick-checkout-form .full-width {
	width:100%;
	clear:both;
	float:left;
	text-align:left;
	margin-bottom:5px;
	color:#D699A3;
}
#login-form label span,
#register-form label span {
	color:#D699A3;
	font-size:0.9em;
}
#login-form input,
#register-form input {
	float:left;
	width:200px;
}
#login-form .show-password,
#register-form .show-password {
	float:left;
	clear:none;
	width:60px;
	margin:8px 0 0 5px;
	text-align:left;
	cursor:pointer;
}
#login-form #auto-login-label,
#login-form .required-msg,
#register-form #auto-login-label,
#register-form .required-msg {
	width:200px;
	margin:0 0 0 152px;
	padding-top:5px;
	clear:both;
	display:block;
	float:none;
	text-align:left;
}
#login-form #auto-login {
	width:20px;
	margin:3px 2px 0 0;
	float:none;
}
#login-form button,
#register-form button {
	margin-top:4px;
	height:28px;
	clear:both;
}
#login-form .passwordreminder {
	margin:8px 0 0 0;
	display:block;
}
#login-form button span,
#register-form button span {
	padding-left:18px;
	height:28px;
	background:#A42238 url(/themes/site_themes/ncc/images/button-on-red.png) no-repeat scroll left top;
}
#login-form button em,
#register-form button em {
	padding:2px 20px 0 0;
	height:28px;
	background:transparent url(/themes/site_themes/ncc/images/button-on-red.png) no-repeat scroll right top;
	color:#A42238;
}
#login-form button:hover span,
#register-form button:hover span {
	background:transparent url(/themes/site_themes/ncc/images/button-on-red.png) no-repeat scroll left bottom;
}
#login-form button:hover em,
#register-form button:hover em {
	background:transparent url(/themes/site_themes/ncc/images/button-on-red.png) no-repeat scroll right -30px;
	color:#FFF;
}
#register-form #newsletter-toggle-label {
	width:100%;
	margin:5px 0 7px;
	text-align:left;
}
#register-form #newsletter-toggle {
	width:20px;
	float:none;
}
#register-form p {
	width:330px;
	float:left;
	display:block;
	color:#D699A3;
	margin-top:10px;
}
#register-form a {
	text-decoration:underline;
}
#register-form #captcha-question {
	color:#FFF;
	width:100%
}
#register-form #captcha-question span {
	color:#D699A3;
}
#register-form .form-success,
#login-form .form-success {
	margin-top:10px;
}


/* ###############   MODULES   ############### */
#modules form {
	margin-top:3px;
}
#modules input {
	display:block;
	width:110px;
	margin:5px 0 0;
}
#modules label {
	display:block;
	width:85px;
	text-align:right;
	font-size:0.9em;
	margin:6px 5px 0 0;
}

/* ###############   CONVERTER MODULE   ############### */
#modules #converter label {
	float:right;
	text-align:left;
	margin:6px 0 0;
}

/* ###############   NEWSLETTER MODULE   ############### */
#modules #newsletter a {
	display:block;
	margin-top:7px;
}
#modules #newsletter button {
	margin-top:4px;
}

/* ###############   CONTENT FORMS (CONTACT, USER INFO, QUICK CHECKOUT)   ############### */
#contact-form,
#user-details-form,
#quick-checkout-form {
	width:100%;
}
#contact-form label,
#user-details-form label,
#quick-checkout-form label {
	clear:both;
	float:left;
	width:150px;
	margin:5px 7px 0 0;
	text-align:right;
}
#contact-form input,
#contact-form textarea,
#user-details-form input,
#user-details-form textarea,
#quick-checkout-form input,
#quick-checkout-form textarea {
	float:left;
	width:250px;
}
#contact-form select,
#user-details-form select,
#quick-checkout-form select {
	float:left;
	width:257px;
}
#contact-form a {
}
#contact-form #newsletter-label {
	width:100%;
	margin:10px 0 5px 0;
	text-align:left;
}
#user-details-form #delivery-same-address-label, 
#quick-checkout-form #delivery-same-address-label {
	margin:15px 0 0;
	text-align:left;
	width:100%;
}
#register-form #newsletter-toggle,
#user-details-form #delivery-same-address,
#quick-checkout-form #delivery-same-address {
	border:medium none;
	height:15px;
	margin:2px 6px 0 10px;
	padding:0;
	vertical-align:top;
	width:15px;
}
#user-details-form #email-address {
	clear:none;
	margin:4px 0 3px;
	width:auto;
}
#user-details-form p,
#quick-checkout-form p {
	clear:both;

	margin:10px 0 0;
	width:100%;
}
#user-details-form button,
#quick-checkout-form button {
	margin:10px 55px 0 0;
}
#contact-form #newsletter-signup {
	width:20px;
	float:none;
}
#contact-form #contact-privacy-link {
	margin:10px 0 5px 155px;
}
#contact-form button {
	margin:8px 63px 0 0;
}
#content form #captcha-question {
	width:100%;
	clear:both;
	margin:0;
	padding:10px 0 0;
}


/* ###############   USER INFORMATION   ############### */
#user-details-form .first,
#quick-checkout-form .first {
	padding:0;
}
#user-details-form legend,
#quick-checkout-form legend {
	display:block;
	font-style:italic;
	font-weight:bold;
	padding:15px 0 5px;
}
#user-details-form label,
#quick-checkout-form label {
	width:155px;
}
input:focus, input:hover,
textarea:focus, textarea:hover,
select:focus, select:hover {
	border-color:#000000;
	color:#414042;
}
form .instructions {
	color:#aa2f2f;
}

/* ###############   VALIDATION STYLES   ############### */
label.error {
	color:#aa2f2f;
}
#newsletter-form label.error {
	width:95%;
	margin:0 0 5px;
}
#contact-form label.error,
#user-details-form label.error {
	float:right;
	width:100%;
	margin:0 65px 5px 0;
}
form input.error,
form select.error,
form textarea.error {
	border:1px solid #aa2f2f;
	margin-bottom:0;
	background-color:#FEEEEE;
}
#login-form label.error,
#register-form label.error {
	float:none;
	display:block;
	margin:0 0 5px 156px;
	width:320px;
	color:#FFF;
	text-align:left;
}
#login-form input.error,
#register-form input.error {
	border:1px solid #000;
}
.form-success {
	display:none;
	float:left;
}
#newsletter .form-success {
	float:none;
}