/* @group General rules */
form {
	font-size: 1em;
	margin: 1.5em 0;
}
input.text, textarea, select {
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	padding: 2px;
	font-family: verdana;
	font-size: 100%;
}
textarea {
	font-size: 100%;
}
select {width: auto;}
input.text:focus, textarea.text:focus {
	background-color: #f9f9f9;
	border: 1px solid #555;
	padding: 2px;
}
input.text:hover, textarea.text:hover {
	background: #f3f3f3;
}
fieldset {
	margin: 0 0 1.5em 0;
	padding: 0;
}
legend {
	font-weight: bold;
	padding: 0;
}

fieldset ol {
	padding: 4px 0 0 0;
	list-style: none;
	margin: 0;
}
fieldset li {
	list-style: none;
}

fieldset.submit input {
	padding: 2px;
}
/* @group Element 'subgroup' styles */
fieldset fieldset {
	border-style: none;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
}
fieldset fieldset ol {
	position: relative;
	margin: 0 0 0 11em;
	padding: 0;
}
fieldset fieldset li {
	padding-bottom: .5em;
}
fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}
/* @end */

/* @group Override general rules */
/* Give specific forms a class to override any of the above general rules and place specific rules here */

#main label em img, p#required img {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
/* @end */

/* @group Validation error stuff */
.markererror, input.markererror:focus, textarea.markererror:focus {
	background-color: #FFE4E4;
}
.verror{
	font-size: 90%;
	width: 100%;
	display: block;
	color: red;
	font-weight: bold;
	margin: 2px 0;
	line-height: 1;
	padding: 0;
}
#mainError {
	margin: 0 0 0 11em;
	position: relative;
	top: -2em;
	width: 50%;
}
p#required {
	margin-bottom: .6em;
}
#maincontent form img {
	display: inline;
	border: none;
	padding: 0;
	position: relative;
	float: none;
	margin: 0;
}
/* @end */
/* @end */

/* @group Top-aligned labels */
/* Give form a class of 'top' */ 
.top label {
	display: block;
}
.top fieldset.submit {
	padding-left: 1em;
}
.top fieldset fieldset label, .top fieldset li.radio label {
	float: none;
	width: auto;
	margin-right: auto;
	display: inline;
}
.top fieldset fieldset ol {
	margin-left: 8em;
}
.top label em {
/* Required text <em>required</em> */
	display: inline;
}
/* @end */

/* @group Left-aligned labels */
/* Give form a class of 'left' */ 
.left fieldset {
	float: left;
	clear: left;
	width: 100%;
}
.left fieldset ol {
	zoom: 1;
}
.left fieldset li {
	float: left;
	clear: left;
	width: 100%;
}
.left label {
	float: left;
	width: 12em;
	margin-right: 1em;
	/* Set following rule if right-aligned labels are required:
	text-align: right;
	*/
}
.left fieldset.submit {
	float: none;
	width: auto;
	padding-left: 12em;
}
.left fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}
/* @end */

/* @group Fieldset background colour */
/* Give form a class of 'bg' */ 
.bg fieldset {
	background-color: #F2EFE9;
}
.bg fieldset.submit {
	background-color: transparent;
	background-image: none;
}
/* @end */

/* @group Fieldset background image/grad */
/* Give form a class of 'bgimg' */ 
.img fieldset {
	background-color: #F2EFE9;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}
/* @end */

/* @group Fieldset alternating bg */
/* Give form a class of 'altbg' */ 
.altbg fieldset.alt {
	background-color: #E6E3DD;
}
/* @end */

/* @group Field sizes */
.small {
	width: 5em;
}
.medium {
	width: 15em;
}
.large {
	width: 250px;
}
.search {
	width: 110px;
	margin-right: 9px;
}
.sitesearch {
	width: 190px;
	margin-right: 9px;
}
/* @end */

/* @group No fieldset/legend styles */
/* Add class of 'nofield' to form to get rid of fieldset and legend styles */
.nofield fieldset {
	border-style: none;
	margin: 0;
	padding: 0 0 1em 0;
	position: relative;
}
.nofield legend span {
	top: 0;
	font-size: 135%;
}
.nofield legend {
	margin-left: 0;
}
.nofield fieldset ol {
	padding: 0 1em 0 0;
}
.nofield fieldset.submit {
	padding-top: 1.5em;
	background-color: #fff;
	padding-left: 1em;
}
.nofield fieldset fieldset {
	border-style: none;
	background-color: transparent;
	background-image: none;
}
.nofield fieldset fieldset ol {
	padding: 0;
}
/* @end */

/* @group New bits */
form#quote {
	margin: 0;
	padding: 0;
}
form#quote fieldset {
	margin: 0;
	padding: 0;
}
form#quote fieldset fieldset {
	margin-top: 20px;
}
form#quote fieldset.section {
	border: 1px solid #ccc;
	background: #fbfbfb;
	padding: 15px;
	margin-bottom: 15px;
}
form#quote fieldset.section label.first, form#quote fieldset.section ol li fieldset.first {
	margin-top: 0;
}
form#quote fieldset.section legend {
	margin-bottom: 0;
	padding: 0 5px;
}
form#quote legend, form#quote fieldset.section fieldset legend {
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 0;
}
form#quote label {
	margin-bottom: 4px;
	margin-top: 20px;
}
form#quote li.compare label {
	margin-top: 5px;
}
form#quote li {
	margin: 0 0 8px 0;
	padding: 0;
}
form#quote ol {
	margin: 0;
	padding: 0;

}
form#quote a.toggle-link {
	font-size: 80%;
}
form#quote fieldset.submit {
	padding-top: 10px;
}
form#quote fieldset.submit input {
	font-size: 120%;
}
form#quote fieldset ol input.text {
	margin-top: 0;
}
form#quote legend.hide, form#quote label.hide {
	display: none;
}
form#quote li.radio {
	width: 7em;
	float: left;
}
form#quote li.signup {
	width: 300px;
	float: left;
	
}
form#quote li.why {
	width: 7em;
	margin-left: -10px;
	font-weight: bold;
	font-size: 85%;
}
form#quote li.week {
	width: 15em;
}
form#quote ol.delivery li {
	width: 15em;
}
form#quote ol.payment li {
	width: 20em;
}
form#quote label.boldprod {
	font-weight: bold;
	margin-bottom: 1em;
}
form#quote label.bold {
	font-weight: bold;
}
.slickbox {
	font-size: 90%;
	background: #F3F6FB;
	border: 1px solid #C5D5D8;
	color: #444;
	padding: 10px;
}
div.options {
	margin-bottom: -20px;
}
form#quote p.note {
	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 10px;
	font-size: 90%;
}
form#quote p.float {
	float: right;
	width: 120px;
	margin-top: 21px;
}
#maincontent div.slickbox h2 {
	margin-top: 0;
	color: #444;
	font-style: normal;
	margin-bottom: 3px;
}
div.slickbox li {
	list-style: square;
	padding-left: 10px;
}
div.slickbox p {
	margin-bottom: .4em;
}
form#quote textarea.text {
	width: 250px;
}
form#quote li.compare {
	width: 180px;
	float: left;
	padding-top: 0;
}
input#quantity {
	margin-bottom: 5px;
}
form#quote li.nudgedown {
	margin-bottom: 20px;
}
/* @end */
