/* Handrail Feature */
/* Liscard Stairs */
#rangeFeatureArea ul li#handrail { background: url(../../images/ranges/stairs/bg-handrail.jpg) no-repeat top left; }
#rangeFeatureArea li#handrail h3, #rangeFeatureArea li#handrail h4 { background: none; border: none; float: left; clear: left; margin: 0; padding: 0; }
#rangeFeatureArea li#handrail h3 img { padding-bottom: 5px; }
#rangeFeatureArea li#handrail p {
	clear: both;
	color: #D8D0C5;
	line-height: 1.1em;
	margin: 0 0 10px 18px;
	width: 400px;
}
#rangeFeatureArea li#tnt.seeRange img,
#rangeFeatureArea li#tnt a.findStockist img {
	margin-top: 10px;
}
#rangeFeatureArea li#tnt a.button {
	color: #787154;
	border: 1px solid #797E72;
}

/* 'Stairs Made Easy' Feature */
#rangeFeatureArea ul li#madeeasy { background: url(../../images/ranges/stairs/bg-madeeasy.jpg) no-repeat top left; }
#rangeFeatureArea li#madeeasy h3{ background: none; border: none; float: left; clear: left; margin: 0; padding: 0 0 15px 0; }
#rangeFeatureArea li#madeeasy p { clear: both; float: left; color: #474845; margin: 5px 0 5px 18px; width: 350px; }
#rangeFeatureArea li#madeeasy a { clear: both; padding: 0; float: left; }

#column-product { margin: 0 0 0 1px; padding-top: 2px; }
#column-product li { float: left; margin: 0 5px 3px 0; padding: 0; width: 182px; }
#column-product li.right { margin: 0; width: 183px; }

.column-feature { border-top: 5px solid #D0CCC5; clear: both; overflow: hidden; padding-top: 7px; }
.column-feature li { float: left; list-style-type: none; width: 371px; }
.column-feature li.right { float: right; }

.column-feature li.servicePromise { background: url(../../images/ranges/stairs/bg-48hours.jpg) no-repeat bottom right; border: 1px solid #CCC; width: 366px; }
.column-feature li.servicePromise h4 { float: left; margin: 10px 12px 14px 12px; }
.column-feature li.servicePromise h5 { float: left; margin: 10px 0 0 0; }
.column-feature li.servicePromise p { float: left; margin: 4px 0 0 0; width: 230px; }
.column-feature li.servicePromise a { background: url(../../images/ranges/stairs/bg-button.png) repeat-x top left; color: #FFF; float: left; margin: 4px 0 0 0; padding: 1px 5px 2px 5px; text-decoration: none; }

.column-feature li.requestBrochure { background: url(../../images/ranges/stairs/bg-brochures.png) no-repeat bottom right; border: 1px solid #CCC; height: 87px; width: 366px; }
.column-feature li.requestBrochure h4 { color: #333; font-weight: normal; font-size: 1.3em; margin: 10px 10px 5px; }
.column-feature li.requestBrochure p { line-height: 1.2em; margin: 5px 10px 10px; width: 175px; }
.column-feature li.requestBrochure a { color: #1A6B90; }

.column-feature li.getintouch { border: 1px solid #CCC; height: 81px; width: 360px; padding: 3px; }
.column-feature li.getintouch div { background: #F4F2EF; height: 81px; }
.column-feature li.getintouch h4 { color: #333; font-weight: normal; font-size: 1.3em; padding: 10px 10px 5px; }
.column-feature li.getintouch p { line-height: 1.2em; padding: 5px 10px 10px; }

/* Stairs enquiry form */
#stairsEnquiry label {
	display: block;
	font-weight: bold;
	color: #333;
}

#stairsEnquiry fieldset {
	border: none;
	border-top: 1px solid #CCC;
	padding: 0.5em 0;
	margin-bottom: 1em;
}

#stairsEnquiry fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
}

#stairsEnquiry label em {
	font-weight: bold;
	color: #C00;
	font-style: normal;
}

#stairsEnquiry p { margin-bottom: 0.8em; }
#stairsEnquiry p.buttons { border-top: 1px solid #DFDFDF; padding-top: 0.8em; }
#stairsEnquiry button {
	border: 1px solid #6F4568;
	border-top-color: #9F819A;
	border-left-color: #9F819A;
	background: #956E8E;
	color: #FFF;
	font: bold 1.6em/1.3 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	padding: 0.1em 0.3em;
	cursor: pointer;
}

#stairsEnquiry button:hover { background: #9F6D97; border-color: #7F5779; border-top-color: #AF99AB; border-left-color: #AF99AB; }

#stairsEnquiry ol > li { margin-bottom: 0.4em; }
#stairsEnquiry li ul { margin-bottom: 0.7em; }
#stairsEnquiry li ul label { font-weight: normal; display: inline; }
#stairsEnquiry li ul input { vertical-align: middle; }
#stairsEnquiry li ul li { margin-bottom: 0.2em; }

#stairsEnquiry input[type=text], #stairsEnquiry textarea, #stairsEnquiry select {
	border: 1px solid #CCC;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background: #F2F2F2;
	width: 40em;
	font: normal 1.3em 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;;
	padding: 0.1em 0.2em;
	color: #333;
}

#stairsEnquiry select {
	width: auto;
	font-size: 1.1em;
}

/* different field states */
#stairsEnquiry input[type=text].required, #stairsEnquiry textarea.required { background: #FFFFE1; }

#stairsEnquiry input[type=text]:focus, #stairsEnquiry textarea:focus { background: #FFF; }
#stairsEnquiry textarea { height: 8em; }

#stairsEnquiry span.complete, #stairsEnquiry span.incomplete {
	display: inline-block;
	width: 20px; height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: -4px;
}
#stairsEnquiry span.complete { background-image: url(../images/icon-tick.png);  }
#stairsEnquiry span.incomplete { background-image: url(../images/icon-cross.png); }

#stairsEnquiry input[type=text].complete, #stairsEnquiry textarea.complete { background: #E1FFE2; }
#stairsEnquiry input[type=text].incomplete, #stairsEnquiry textarea.incomplete { background: #FFE1E1; }

#stairsEnquiry .measurements input[type=text] { width: 4em; text-align: right; }
#stairsEnquiry .measurements li img { float: left; margin: 6px 10px 0 0;  }
#stairsEnquiry .measurements { margin: 19px 460px 0 0; }

#stairsLayout label img { display: block; margin: 0 auto; cursor: pointer; }
#stairsLayout li {
	padding: 0.5em 0.5em 1em;
	margin-bottom: 1.5em;
	border: 3px solid #FFF;
	border-bottom: 1px solid #DDD;
}
#stairsLayout li.on { border: 3px solid #CCD8E0; }

#stairsEnquirySections { margin: 0.5em 0 1em; }

#stairsEnquirySections li {
	display: inline-block;
	border: 1px solid #CCC;
	padding: 0.5em 0.8em;
	background: #EEE;
	width: 11.1em;
	text-align: center;
	margin-right: 0.4em;
	cursor: pointer;
}

#stairsEnquirySections li.on { background: #FFF; color: #111; font-weight: bold; }

#stairsEnquiry .errors {
	border: 1px solid #C00;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #FFEFEF;
	padding: 0.4em 0.8em;
	color: #C00;
	margin: 0 0 1em;
}

#stairsEnquiry .errors ul { font-weight: bold; font-size: 1.2em; }
#stairsEnquiry .errors ul ul { display: inline; font-weight: normal; font-size: 0.85em; }

.sectionNavigation button { font-size: 1.1em; background: #EEE; cursor: pointer; }
.sectionNavigation button:hover { background: #DDD; text-decoration: underline; }
.sectionNavigation button[disabled=disabled]:hover { background: #EEE; text-decoration: none; }
.sectionNavigation .previousButton { float: left; }
.sectionNavigation .nextButton { float: right; }