/* General form styles
----------------------------------------*/

fieldset {
    border: none;
    padding: 10px 0 5px;
	font-size:14px;
	line-height:145%;
    }
fieldset h3 {
	color:#0099ff;
	}
fieldset ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 !important;
	font-size:100%;
	line-height: 130%;
	overflow:hidden;
	height:100%;
    }
fieldset ul li {
	float:left;
	padding:3px 0 5px;
    }
fieldset input, 
fieldset select,
fieldset textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	border: 2px solid #EEE;
	padding: 2px;
	margin: 2px 0 5px 0;
	color: #333333;
	background-color: #f6f6f6;
	font-size: 100%;
	}
fieldset input.valid, 
fieldset select.valid,
fieldset textarea.valid {
	border-color:#ff0000!important;
	}
fieldset textarea {
    overflow: auto;
    }
fieldset input:focus,
fieldset select:focus,
fieldset textarea:focus {
	border-color: #0099ff;
	}
fieldset input.submit {
	cursor:pointer;
	}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
	}
fieldset select option {
    padding: 0 1em 0 2px;
    }
fieldset label {
    margin-right: 5px;
	font-weight: normal;
    display: block;
    margin-top: 5px;
	line-height: 130%;
	padding:0 0 3px;
    }
fieldset span.note {
    font-weight: normal;
    color: #FF0000;
    margin: 0 1em 0 0;
	font-size: 92%;
    }
fieldset span.note.valid, span.note {
	color:#ff0000;
	}
span.note	
.required {
    color: #000 !important;
    }
.ding {
    color: #ff0000 !important;
	font-weight:bold;
    }
fieldset label.checkbox_note {
    font-weight: normal;
    display: inline;
    float: none;
    }
.tiny { width: 10% }
.small { width: 15%; }
.smalltext{ font-size: 92%;}
.third { width: 30%; }
.half { width: 47%; }
.two_thirds { width: 66%; }
.full { width: 96%; }

li.full { width: 100%; clear: both;}
li.next { clear: both;}
li.right { float:right;}

label.tiny,
label.small,
label.third,
label.half,
label.two_thirds,
label.full {
    float: left;
    }

label input.check_radio {
	display:inline;
	margin-right:5px;
	}

fieldset p {
    margin-bottom: 0.5em !important;
    }

#ensure_ham_field {
	display: none;
	}


/* Post comment form */
#post_comment input.post_reply {
	font-weight: bold;
	float: right;
	margin-right: 0;
	}


/* Submit button fieldset
---------------------------------------- */
fieldset.buttons {
	background-color: transparent;
	margin: 0;
	padding: 10px 0 15px 0;
	}
fieldset.buttons input {
	background:#0099ff;
	color:#fff;
	padding:3px 5px;
	border:0 none !important;
	cursor:pointer;
	}
fieldset.buttons input:hover {
	border:0 none !important;
	color: #eee;
	}


/* Buttons */
fieldset.buttons input.button1{
	font-weight: bold;
	}
fieldset.buttons input.button2 {
	font-weight: normal;
	}


/* Fieldset tabs
--------------------------------------*/
#fstabs {
    height: 25px;
    clear: right;
    border-bottom: 2px solid #DEDEDE;
	margin-top: 5px;
	}
#fstabs a {
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	padding: 4px 10px 0 10px;
	margin-right: 1px;
    height: 21px;
	font-weight: bold;
	float: left;
	width: auto;
	font-size: 11px;
	}
#fstabs a:hover {
	text-decoration: none;
	background-color: #DEDEDE;
	}
#fstabs a.active {
	background-color: #DEDEDE;
	color: #484848;
	}



/* Searh form */
#site_search {
	padding: 0;
    margin: 30px 0 0 0;
	text-align: right;
	}
#site_search label {
	display: inline;
	font-weight: normal;
    margin: 0;
    cursor: pointer;
	}
#search_field {
	width: 140px;
    margin: 0;
	}
#search_field:focus {
	border-color: #CCC;
	}
#search_button {
	cursor: pointer;
	margin: 0;
	padding:2px;
	}







/* Error/notice fields
-------------------------------- */
#notice {
	background-color: #bae68f;
	padding: 7px 14px;
	margin: 10px 0;
	}
#notice p {
	font-weight: bold;
	margin: 5px 0;
	font-size: 100%;
	}
.error {
	font-weight: bold;
	color: #DF226A;
	}
em.field_error input,
em.field_error textarea,
em.field_error select {
	background-color: #F3E9E9;
	border-color: #B72222;
	font-style: normal;
	}


/* Default rails error styles */
.fieldWithErrors {
	display: inline;
	}
.fieldWithErrors input,
.fieldWithErrors textarea {
	border: 1px solid #DF226A;
	background-image: url("/images/alert.gif");
	background-repeat: no-repeat;
	background-position: 100% 3px;
	}
#errorExplanation,
#error {
	padding: 9px;
	margin: 9px 0;
	background-color: #B72222;
	color: #FFFFFF;
	}
#errorExplanation h2 {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	display: none;
	}
#errorExplanation p	,
#error p {
	font-size: 100%;
	margin-bottom: 0;
	font-weight: bold;
    color: #FFCD38;
	}
#errorExplanation ul {
	margin: 0;
	}
#errorExplanation ul li {
	font-size: 100%;
	list-style: square;
	margin-left: 1em;
	}
	

#login_form {
	background:#353638;
	border-bottom:2px solid #fff;
	padding:7px 0 0;
	}
#login_form form {
	width:938px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	}
#login_form fieldset input,
#login_form fieldset a {
	display:inline;
	float:left;
	margin-right:10px;
	}
#login_form fieldset a {
	margin-top:4px;
	}
#login_form input.button1 {
	font-weight: bold;
	background:#0099ff;
	border-color:#0099ff;
	color:#fff;
	padding:1px 2px;
	cursor:pointer;
	}
	
	
	

/* EnquiryForm */	



div#EnquiryForm table td {
	border-width:0px;
}

div#EnquiryForm table.side td {
	border-width:1px;
}

div#EnquiryForm table td input {
	background-color:#0099FF;
	color: #666666;
	font-family: 'Rockwell', 'AlexandriaFLF', Helvetica, Arial, sans-serif;
	border-width: 0px;
	font-size: 15px;
	cursor:pointer;
}

div#EnquiryForm table td input[type="button"]{
	color:#FFF;
}


div#EnquiryForm table td input#postcode, 
div#EnquiryForm table td input#line1, 
div#EnquiryForm table td input#line2, 
div#EnquiryForm table td input#line3, 
div#EnquiryForm table td input#town, 
div#EnquiryForm table td input#county, 
div#EnquiryForm table td input#country {
	background-color:#F6F6F6;
	border-width:2px;
	cursor: text;
}

