* {
	border: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------- GLOBAL ------------------------------------------------------- */

html {
	height: 100%;

}

body {
	font-size: 62.5%;
	height: 100%;
	background: #fff url(../images/bggradient.png) top right no-repeat;
}

h1 {

}

a {
	color: black;
}

ul {
	list-style-type: none;
}

strong {
	color: #0B261B;
}

.invisible {
	display: none;
}

.clear {
	clear: both;
}

label, input, select {
	font-size: 1.1em;
}

#siteContainer {
	width: 940px;
	min-height: 100%;
	margin: auto;
   	background: #fff url(../images/mainbg.png) 61px 0px repeat-y;
}

.contentContainer {
	float: right;
	width: 716px;
	padding-left: 20px;
	min-height: 475px;
	/*padding-top: 24px;
	padding-left: 24px;*/
	overflow: hidden;
	background: transparent url(../images/bggradient.png) 0px -156px repeat-x;
}

.contentContainer h2 {
	margin-bottom: 0.6em;
	font-size: 1.7em;
	font-weight: normal;
	color: #0B261B;
}

.contentContainer h3 {
	font-size: 1.1em;
	font-weight: bold;
}

.contentContainer p { 
	margin-bottom: 1.1em;
	font-size: 1.1em;
}

.contentContainer ul, .contentContainer ol {
	margin-bottom: 1.1em;
	margin-left: 20px;
	font-size: 1.1em;
}

.contentContainer ul {
	list-style-type: disc;
}

.contentContainer ol {
	list-style-type: decimal;
}

#stripe {
	position: absolute;
	width: 40%;
	margin-top: 86px;
}

.green {
	color: #77AA4B;
}

.red {
	color: #BC003C;
}

.darkGreen {
	color: #0b261b;
}

a.red:hover {
    text-decoration: none;
}

.PDFicon {
	display: block;
	float: left;
	margin: 6px 0 0 4px;
}

.topMargin {
	margin-top: 1em;
}

.editable h3 {
	margin-bottom: 1em;
	color: #BC003C;
	font-size: 1.3em;
	font-weight: bold;
}

/* ----- Header ----- */

.header {
	position: relative;
	height: 156px;
	z-index: 500;
	background: transparent url(../images/header.png) top left no-repeat;	
}

.header h1 a {
	position: absolute;
	left: 237px;
	top: 15px;
	display: block;
	width: 257px;
	height: 0px;
	padding-top: 47px;
	overflow: hidden;
	background: transparent url(../images/logo.png) top left no-repeat;	
}

#headerBits {
	float: right;
	width: 210px;
	margin: 38px 0 0 0;	
}

#headerBits a {
	text-decoration: none;
}

#callUs {
	margin-bottom: 7px;
	color: #0B261B;
	font-size: 1.4em;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
}

#callUs strong {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
}

#callUs .areaCode {
	color: #86BE56;
}

.loginRegister {
	display: block;
	width: 105px;
	height: 24px;
	margin-bottom: 8px;
	padding-left: 12px;
	line-height: 21px;
	color: #fff !important;
   	background: transparent url(../images/login-register-bg.png) top left no-repeat !important;
}

#headerMenu li {
	height: 8px;
	display: inline-block;
	margin-right: 6px;
	padding-left: 6px;
	border-left: 1px solid #786E67;
	font-size: 1.1em;

}

#headerMenu li:first-child, #headerMenu li.first-child {
	padding-left: 3px;
	border: none;
}

#headerMenu li a {
	position: relative;
	top: -3px;
	color: #665B54;
}

#headerMenu li a:hover {
	text-decoration: underline;
}

/* ----- Footer ----- */

#footer {
	padding: 20px 0 10px 0;
	background: #fff;
	border-top: 1px solid #d1d1d1;
	color: #8E8D75;
	font-size: 1.2em;
}

#footer .inner {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

#footer * {
	vertical-align: middle;	
}

/* ---------- MENU --------------------------------------------------------- */

/* ----- Quick Search ----- */

#quickSearch {
	width: 188px;
	margin-bottom: 12px;
	text-align: left;
	background: transparent url(../images/quicksearch-bg.png) 0px 14px no-repeat;
}

#quickSearch .tabs {
	height: 14px;
	overflow: hidden;
}

#quickSearch .tabs a {
	float: left;
	width: 55px;
	height: 14px;
	padding-left: 6px;
	color: #5D5C50;
	font-size: 1.1em;
	text-decoration: none;
	background: transparent url(../images/quicksearch-tabs.png) top left no-repeat;
}

#quickSearch .tabs a.current {
	background-position: 0px -20px;
} 

#quickSearch h2 {
	display: none;
}

#quickSearch h3 {
	color: #5E9A29;
	font-size: 1.1em;
	font-weight: bold;
}

#quickSearch legend {
	display: none;
}

#quickSearch .inner {
	padding: 11px 13px 11px 7px;
	background: transparent url(../images/quicksearch-bottom.png) bottom left no-repeat;
}

#quickSearch label {
	display: inline-block;
	width: 45px;
	color: #555;
}

#quickSearch select {
	width: 105px;
	margin: 3px 0;
	padding: 1px;	
	border-left:1px solid #ACADB3;
	border-top:1px solid #ACADB3;
}

#quickSearch .propertyType {
	float: left;
	margin-top: 6px;
}

#quickSearch .propertyType label {
	width: 60px;
	margin: 0 2px 3px 0;
	color: #87866D;
	text-align: right;
}

#quickSearch .propertyType input {
	vertical-align: middle;
}

#quickSearch input.submitButton {
	float: right;
	width: 59px;
	height: 21px;
	margin-top: 13px;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(../images/button-quicksearch.png) top left no-repeat;
}

#menuContainer {
	float: left;
	width: 204px;
}

#upperMenu {
	width: 183px;
	margin-left: 3px;
}

#upperMenu li {
	text-align: right;
	margin-bottom: 2px;
}

#upperMenu li a {
	display: block;
	width: 171px;
	height: 19px;
	padding: 7px 12px 0 0;
	text-decoration: none;
	font-size: 1.1em;
	color: #665B54;
	background: transparent url(../images/menu-item-bg.png) top left no-repeat;
}

#upperMenu li.largeItem a {
	height: 33px;
	background-position: 0px -60px;
}

#upperMenu li a:hover, #menuItem-standard-active a {
	color: #352C26;
	background-position: 0px -30px;
}

#upperMenu li.largeItem a:hover {
	background-position: 0px -105px !important;
}

#upperMenu li ul a {
	height: auto !important;
	padding: 4px 0 4px 0 !important;
	background-image: none !important;
}

#upperMenu li ul a:hover, #menuItem-subMenu-active a {
	color: #BC003C !important;
	background-image: none !important;
}

.currentPage {
	font-weight: bold;
}

.indent {
	display: none;
}

#fanaticLink {
	margin: 5px 18px 0 0;
	font-size: 1.1em;
	text-align: right;
}

#fanaticLink, #fanaticLink a {
	color: #BFBAB7;
}

#fanaticLink a {
	text-decoration: none;
	font-weight: bold;
}

#fanaticLink a:hover {
	color: #9B9490;
}

/* ---------- GENERAL BITS ------------------------------------------------- */

.container-small-top {
	width: 229px;
	padding: 15px 18px 0.4em 18px;
	background: transparent url(../images/container-small-top.png) top left no-repeat;
}

.container-small-bottom {
	height: 5px;
	width: 265px;
	margin-bottom: 15px;
	background: transparent url(../images/container-small-bottom.png) top left no-repeat;
}

.container-large-top {
	width: 476px;
	padding: 15px 15px 0.4em 18px;
	margin-top: 1em;
	background: transparent url(../images/container-large-top.png) top left no-repeat;
}

.container-large-bottom {
	height: 5px;
	width: 512px;
	margin-bottom: 15px;
	background: transparent url(../images/container-large-bottom.png) top left no-repeat;	
}
.pageTabs {
	float: right;
	margin-right: 4px;
	border: 1px solid #EEEBEA;
}
.pageTabs li {
	display: block;
	float: left;
}

.pageTabs li a {
	display: block;
	height: 19px;
	padding-top: 5px;
	color: #0B261B;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
}

.leftTab a {
	background: transparent url(../images/tab-left.png) 0px 0px no-repeat;
}

.centreTab a {
	background: transparent url(../images/tab-centre.png) right 0px no-repeat;
}

.rightTab a {
	background: transparent url(../images/tab-right.png) right 0px no-repeat;
}

.leftTab a:hover, #leftTab-active a  {
	background: transparent url(../images/tab-left.png) 0px -24px no-repeat;
}

.centreTab a:hover, #centreTab-active a {
	background: transparent url(../images/tab-centre.png) right -24px repeat-x;
}

.rightTab a:hover, #rightTab-active a  {
	background: transparent url(../images/tab-right.png) right -24px no-repeat;
}

.endTab a {
	width: 35px !important;
	color: #665B54 !important;
	text-decoration: underline !important;
	text-align: center !important;
}

.endTab a:hover {
	color: #7A706A !important;
	text-decoration: none !important;
}

.textButton {
	display: block;
	float: left;
	cursor: pointer;
	height: 31px;
	margin-right: 4px;
	color: #665B54;
	text-decoration: none;
	font-size: 1.1em;
	background: transparent url(../images/button-whitebg-left.png) top left no-repeat;
}

.textButton span {
	padding: 7px 9px 0 8px;
	display: block;
	height: 24px;
	background: transparent url(../images/button-whitebg-right.png) top right no-repeat;
}

.textButton-rightAlign {
	float: right;
	margin: -6px 16px 4px 0;
}

.textButton-back {
	float: right;
	margin-right: 16px;
}

.textButton-register {
	float: left;
	margin-top: -8px;
}

.textButton-edit {
	margin-top: -6px;
	margin-bottom: 1em;
}

.textButton-print-right {
	float: right;
	margin: -6px 0 4px 0;
}

#btnSubmit {
	margin-top: 0.7em;
}

.gradientRuleWrapper {
	height: 1px;
	margin: 2em 0 2.6em 0;
	background: transparent url(../images/hrgradient.png) top left no-repeat;
}

.goButton {
	width: 27px;
	height: 19px;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	background: transparent url(../images/button-go.png) top left no-repeat;	
}

.helpLink {
	display: block;
	float: left;
	width: 18px;
	height: 0px;
	margin: 4px 4px 0 4px;
	padding-top: 18px;
	overflow: hidden;
	background: transparent url(../images/icon-help.png) 0px 0px no-repeat;
}

.helpBalloon {
	display: none;
	position: absolute;
	width: 197px;
	color: #555;
	font-size: 1.1em;
	background: transparent url(../images/balloon.png) left bottom no-repeat;
}

.helpBalloon .innerBalloon {
	width: 169px;
	margin: 0 auto 30px auto;
	padding: 10px;
	border-top: 1px solid #D0D0D0;
}

.helpBalloon p {
	margin: 0px !important;
}

.hideHelp {
	display: block;
	float: right;
	width: 18px;
	height: 0px;
	padding-top: 18px;
	margin: -3px -3px 0 0;
	overflow: hidden;
	background: transparent url(../images/icon-close.png) left top no-repeat;

}

/* ---------- HOME --------------------------------------------------------- */

#carouselContainer {
	position: relative;
	width: 696px;
	height: 181px;
	margin-bottom: 16px;
	margin-left: 5px;
	padding: 8px 0 0 8px;
	background: transparent url(../images/carousel-bg.png) top left no-repeat;
}

#carousel ul {
	list-style-type: none;
	margin: 0px;
}

#carouselContainer .prev, #carouselContainer .next {
	position: absolute;
	top: 87px;
	width: 21px;
	height: 0px;
	padding-top: 21px;
	cursor: pointer;
	overflow: hidden;
	z-index: 5;
	background: transparent url(../images/carousel-buttons.png) top left no-repeat;
}

#carouselContainer .prev {
	left: -5px;
}

#carouselContainer .next {
	right: -5px;
	background-position: 0px -21px;
}

#carousel {
	height: 173px;
	overflow: hidden;
}

/* ----- Left-hand column ----- */

#homeColumn1 {
	float: left;
	width: 345px;
}

#homeColumn1 .readMore {
	display: inline-block;
	margin-bottom: 1em;
	color: #454242;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;	
}

#homeColumn1 .readMore:hover {
		text-decoration: underline;
}

.hiddenContent {
	display: none;
}

#latestNews h2 {
	height: 24px;
	margin-bottom: 12px;
	padding-left: 8px;
	color: #8E8D75;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid #D6D5D5;
	background: transparent url(../images/news-tab-bg.png) 1px 0px no-repeat;	
}

#latestNews div {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #D6D5D5;
	overflow: hidden;
}

#latestNews span {
	color: #3F3F3F;
	font-size: 1.1em;	
}

#latestNews h3 {
	color: #84002A;
	font-size: 1.1em;
	font-weight: bold;
}

#latestNews p {
	float: left;
	margin: 0px;
	color: #454242;
	font-size: 1.1em;
}

#latestNews .goLink {
	display: block;
	float: right;
	width: 27px;
	height: 0px;
	padding-top: 19px;
	overflow: hidden;
	background: transparent url(../images/button-go.png) 0px 0px no-repeat;	
}

#mortgageCalculator-home {
	position: relative;
	width: 355px;
	margin-left: -5px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	z-index: 20;
	background: transparent url(../images/home-mortgage-bottom.png) bottom left no-repeat;		
}

#mortgageCalculator-home .inner {
	padding: 42px 20px 5px 30px;
	background: transparent url(../images/home-mortgage-top.png) top left no-repeat;
}

#mortgageCalculator-home h2 {
	display: none;
}

#valuationRequest-home label, #mortgageCalculator-home label, span.afterLabel {
	float: left;
	padding-top: 9px;
	color: #7D7C61;
}

#valuationRequest-home .textfield, #mortgageCalculator-home .textfield {
	margin: 0.3em 0;
}

#valuationRequest-home .moreInfo, #mortgageCalculator-home .moreInfo {
	color: #424242;
	font-size: 1.0em;
	text-decoration: underline;
	text-transform: lowercase;
}

#mortgageCalculator-home label {
	width: 80px;
	margin-right: 14px;
	text-align: right;
}

#mortgageCalculator-home .afterLabel {
	margin-left: 6px;
	font-size: 1.1em;
}

#mortgageCalculator-home .textfield, #valuationRequest-home .textfield {
	float: left;
	background: #fff;
}

#mortgageCalculator-home .textfield {
	float: left;	
	width: 202px;
}

#mortgageCalculator-home .shorter {
	width: 172px !important;
}

#mortgageCalculator-home .shortest {
	width: 150px !important;	
}

#mortgageCalculator-home p, #valuationRequest-home p {
	margin-bottom: 0px;
	color: #0B261B;
	font-size: 1.1em;
}

#mortgageCalculator-home p {
	margin-top: 3px;
}

#mortgageCalculator-home #howMuch {
	position: absolute;
	top: 19px;
	right: 20px;
	margin: 0px;
}

#mortgageCalculator-home .helpLink {
	margin-right: 0px;
}

#mortgageCalculator-home .goButton {
	margin: 3px 0 0 5px;
}

 #mortgageCalculator-home .moreInfo {
 	float: right;
 }

 #mortgageCalculator-home .error {
 	margin-left: 94px;	
 }

/* ----- Right-hand column ----- */

#homeColumn2 {
	float: right;
	width: 360px;
}

.nugget {
	float: left;
	width: 170px;
	margin: 0 0 12px 9px;
	padding-bottom: 5px;
	background: transparent url(../images/nugget-bg.png) bottom left no-repeat;
}

.saleNugget, .lettingNugget {
	min-height: 170px;	
}

.auctionNugget, .propertyNugget {
	min-height: 180px;	
}

.nugget h2 {
	margin-bottom: 10px;
	padding-left: 10px;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 20px;
	background: transparent url(../images/nugget-headers.png) top left no-repeat;
}

.saleNugget h2 {
	background-position: 0px 0px;
}

.lettingNugget h2 {
	background-position: -170px 0px;
}

.auctionNugget h2 {
	background-position: -340px 0px;
}

.propertyNugget h2 {
	background-position: -510px 0px;
}

.nugget h2 span {
	font-weight: bold;
}

.nugget img {
	display: block;
	margin: 0 0 5px 10px;
}

.nugget div {
	margin: 0 12px;
}

.nugget .location {
	color: #0B261B;
	font-size: 1.1em;
}

.auctionNugget .location {
	font-size: 1.0em;
}

.nugget .price {
	font-size: 1.5em;
	font-weight: bold;
}

.nugget .price span {
	font-size: 0.8em;
	font-weight: normal;
}

.saleNugget .price {
	color: #86BE56;
}

.lettingNugget .price {
	color: #8E8D75;
}

.auctionNugget .price {
	color: #BC003C;
}

.auctionNugget .guide {
	font-size: 1.1em;
}

.propertyNugget .price {
	color: #b6b6b6;
}

.nugget .lotNo {
	color: #BC003C;
	font-size: 1.2em;
	text-transform: uppercase;
}

#valuationRequest-home {
	position: relative;
	clear: both;
	width: 351px;
	margin: 0 0 25px 9px;
	padding-bottom: 7px;
	z-index: 10;
	background: transparent url(../images/home-valuation-bottom.png) bottom left no-repeat;		
}

#valuationRequest-home .inner {
	padding: 33px 14px 5px 20px;
	background: transparent url(../images/home-valuation-top.png) top left no-repeat;
}

#valuationRequest-home h2 {
	display: none;
}

#valuationRequest-home p {
	position: absolute;
	top: 13px;
	right: 20px;
}

#valuationRequest-home label {
	width: 58px;
}

#valuationRequest-home .inlineLabel {
	width: 25px;
	margin-right: 15px;
	text-align: right;
}

#valuationRequest-home .name {
	width: 252px;
}

#valuationRequest-home .postcode {
	width: 70px;
}

#valuationRequest-home .tel {
	float: right;
	width: 135px;
}

#valuationRequest-home .email {
	float: left;
	width: 135px;
}

#valuationRequest-home .submitButton {
	display: block;
	float: right;
	width: 47px;
	height: 19px;
	margin-top: 8px;
	font-size: 0px;
	line-height: 0px;	
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(../images/button-submit.png) 0px 0px no-repeat;
}

#valuationRequest-home .moreInfo {
	float: left;
	margin: 10px 0 0 12px;
}

#valuationRequest-home .moreInfo:hover {
	text-decoration: none;
}

#valuationRequest-home .error {
	margin-left: 58px;
}

#portals {
	color: #797979;
	font-size: 1.2em;
	text-align: center
}

#portals p {
	margin-bottom: 6px;
}


/* ---------- CONTACT US --------------------------------------------------- */

#contactDetails h3 {
	font-size: 1.2em;
	font-weight: normal;
}

#contactDetails p {
	margin-top: 1.2em;
}

#contactForm {
	margin-left: 16px;
}

#contactForm h3 {
	display: block;
	height: 30px;
	font-size: 1.2em;
}

#contactForm label {
	float: left;
	width: 125px;
	padding-top: 6px;
}

.contactForm-input {
	float: left;
	font-size: 1.1em;
	width: 320px !important;
}

#sendButton {
	float: right;
	margin-right: 60px;
}

#map {
	margin-top: 15px;
}

/* ---------- LOGIN -------------------------------------------------------- */

form input {
	display: block;
}

#forgottenPassword {
	display: block;
	font-size: 0.9em;
	margin-bottom: -1em;
}

.textfield {
	width: 220px;
	margin: 0.5em 0 0.5em 0;	
	padding: 3px;
	background-color: #EDEDED;
	border-top: 1px solid #ACADB3;
	border-left: 1px solid #ACADB3;
	color: #222;		
}

.optional {
	color: #a0a0a0;
}

.focused {
	color: #222;
}

#notYetMember {
	float: left;
	font-size: 1.1em;
	margin: 0em 0.8em 0 26px;
}

#welcomePage h3 {
	font-size: 1.15em;
}

/* ---------- REGISTER ----------------------------------------------------- */

.bullet {
	display: block;
	float: left;
	clear: both;
	padding-top: 14px;
	margin-right: 3px;
}

.registerForm label {
	float: left;
	width: 125px;
	padding-top: 10px;
}

.noBullet {
	width: 134px !important;
}

.registerForm input {
	float: left;
}

.registerForm select {
	float: left;
}

.registerForm h3 {
	margin-bottom: 1.2em;
	font-size: 1.1em;
}

.selectLabel {
	width: 33px !important; 
	text-align: center;
}

.checkBox, span.checkBox input {
	margin: 0 0.5em 2.5em 0;
}

#key {
	margin-bottom: 1.6em;
}

#key dt {
	float: left;
	width: 9px;
}

.narrowField {
	width: 65px;
}

.medField {
	width: 160px;
}

.wideField {
	width: 380px;
}

.noLabel {
	margin-left: 134px;
}

#propertySearchOptions .checkBox, #propertySearchOptions span.checkBox input {
	float: left;
	clear: both;
	margin: 0 5px 0 0;
}

#propertySearchOptions p {
	float: left;
	width: 670px;
}

#salePrefs, #lettingPrefs, #commercialPrefs {
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
}

#pnlSearchPrefs #textbutton_submit {
	margin-bottom: 1em;
}

/* ---------- WELCOME ------------------------------------------------------ */

#button-account {
	float: right;
	margin-top: -30px;
}

#myDetails {
	font-size: 1.1em;
}

#myDetails dd {
	font-weight: bold;
	margin-bottom: 0.6em;
}

#preferences {
	text-decoration: underline; 
	margin-top: 1.2em; 
	font-weight: normal !important;
}

.preferences-subHeading {
	float: left;
}

.preferences-indent {
	padding-left: 30px;
}

.preferenceLabel {
	font-weight: normal !important;	
}

/* ---------- PROPERTY SEARCH ---------------------------------------------- */

#mapContainer {
	padding: 1.6em 0 1.6em 0;
	line-height: 2.5em;
}

.checkboxContainer {
	float: left; 
	width: 178px;
}

.checkboxContainer input {
	display: inline;
}

#propertySearch span {
	display: block;
	font-size: 1.1em;
}

#propertySearch select {
	width: 150px;
	padding: 1px;
	background-color: #EDEDED;
	border: 1px solid #8A8A8A;
}

.searchHeading {
	float: left;
	width: 70px;
	font-size: 1.2em;
}

.searchLabel {
	margin-top: 1.5em;
}

#mapKey dt, #mapKey dd {
	float: left;	
}

#mapKey dd {
	margin: 3px 3em 0 0.5em;
}

/* ---------- INFORMATION -------------------------------------------------- */

#content-info h3, .newsItem h3, #newsDetail h3 {
	color: #BC003C;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

/* ---------- NEWS LIST ---------------------------------------------------- */

.newsItem {
	padding: 7px 8px 5px 8px;
	background: transparent url(../images/container-large-top.png) top left no-repeat;
}

.newsItem img, .newsSummary {
	float: left;
}

.newsSummary {
	width: 332px;
	margin-left: 18px;
	text-align: justify;
}

.button-more {
	display: block;
	width: 112px;
	height: 30px;
	background: transparent url(../images/button-more.png) top left no-repeat;
}

/* ---------- PROPERTY DETAILS --------------------------------------------- */

#propertyImages {
	float: left;
	width: 287px;
	padding: 8px 8px 0 8px;
	margin-bottom: 8px;
	color: #0B261B;
	background: transparent url(../images/propertyimg-top.png) top left no-repeat;
}

#propertyImages p {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}

#propertyImages img {
	margin-bottom: 4px;
}

#propertyImages-bottom {
	height: 6px;
	width: 303px !important;
	margin: 0 -8px -1px -8px;
	background: transparent url(../images/propertyimg-bottom.png) top left no-repeat;
}

.thumbnail {
	margin-right: 4px;
}

.backButton {
	padding-left: 32px;
	background: transparent url(../images/button-arrow-left.png) top left no-repeat !important;		
}

.textButton-print-right {
	background: transparent url(../images/button-greybg-left.png) top left no-repeat !important;
}

.textButton-print-right span {
	background: transparent url(../images/button-greybg-right.png) top right no-repeat !important;
}

.nextButton span {
	padding: 7px 57px 0 6px;
	display: block;
	height: 24px;
	background: transparent url(../images/button-arrow-right.png) top right no-repeat;
}

.leftText {
	float: left;
}

.noMargin {
	margin-right: 0px;
}

.lotInfo {
	color: #0B261B;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 2em;
	margin-bottom: 2.2em;
}
/*
#propertyInfo-sale {
	margin-bottom: 4.3em;
}
*/
#propertyInfo-auction:first-line {
	color: #BC003C;
}

#propertyInfo-sale:first-line {
	color: #868380;
}

#propertyPrice, #propertyStatus {
	color: #63AD23;
	font-size: 1.5em;
}
/*
#propertyInfoLinks {
	width: 185px;
	padding: 8px;
	background: transparent url(../images/propertyinfo-top.png) top left no-repeat;
}

#propertyInfoLinks-bottom {
	width: 200px;
	height: 6px;
	background: transparent url(../images/propertyinfo-bottom.png) top left no-repeat;
}
*/
#propertyInfoLinks a {
	cursor: pointer;
	display: block;
	height: 31px;
	color: #665B54;
	text-decoration: none;
	font-size: 1.1em;
	background: transparent url(../images/button-whitebg-left.png) top left no-repeat;
}

#propertyInfoLinks a span {
	padding: 7px 0 0 6px;
	display: block;
	height: 24px;
	background: transparent url(../images/button-arrow-right.png) top right no-repeat;
}

#propertyInfo {
	float: left;
	margin-left: 18px;
	width: 207px;
}

#propertyDetail {
	margin-bottom: 1.5em;
}

#propertyDetail h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#propertyDetail h4 {
	font-size: 1.1em;
}

.lightText {
	color: #868380;
}

#guidePrice {
	font-size: 1.4em;
}

/* ---------- PROPERTIES FOR AUCTION --------------------------------------- */

.auctionHeader {
	padding: 0.7em;
	color: #fff;
	background: #BC003C;
	font-size: 1.1em;	
}

.auctionHeader h3 {
	float: left;
	margin: 0px 0.8em 0 0 !important;
	padding: 0px !important;
}

.auctionHeader span {
	color: #370915;
	font-size: 1.2em;
}

.auctionHeader strong {
	color: #fff;
}

.table-auctionHistory {
	clear: both;
	width: 100%;
}

.table-auctionHistory h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

.table-auctionHistory p {
	font-size: 1.0em;
	margin-bottom: 1em;
}

.table-auctionHistory img {
	float: left;
	margin: 0 0.6em 0.6em 0;
}

/* ---------- FORTHCOMING AUCTIONS ----------------------------------------- */

#auctionsContainer {
/*	width: 528px;*/
}

#auctionList {
	width: 690px;
	padding: 12px;
	color: #665B54;
	background: #DFDCDA;
}

#upcomingList dt {
	padding: 0.1em 0 0.1em 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background: #BC003C;
}

#upcomingList dt a {
	color: #fff;
	text-decoration:none;	
}

#upcomingList dt a:hover {
	text-decoration: underline;
}

#upcomingList dd {
	padding: 1em;
	margin: 0.3em 0 0.3em 0;
	font-size: 1.1em;
	background: #fff;
}

/* ---------- AUCTION HISTORY ---------------------------------------------- */

#auctionTabs li a {
	width: 53px;
}

#previousList dt {
	padding: 0.5em 0 0.5em 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background: #BC003C;
}

#previousList dd {
	padding: 1em;
	margin: 0.3em 0 0.3em 0;
	font-size: 1.1em;
	background: #fff;
}

#auctionList h3 {
	padding: 0.6em;
	color: #fff;
	background: #BC003C;
	font-size: 1.3em;
}

.table-auctionHistory thead {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background: #AEAEAE;
}

.table-auctionHistory thead td {
	padding: 0.1em;
}

.table-auctionHistory tbody {
	font-size: 1.1em;
	color: #000;
	background: #fff;
}

.table-auctionHistory tbody td {
	position: relative;
	padding: 0.5em;
}

.lotNumber {
	color: #333;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

.sold {
	font-weight: bold;
}

/* ---------- COMMERCIAL PROPERTIES ---------------------------------------- */

#commercialPage .auctionHeader, .commercialPage h3 {
	background: #A0A0A0 !important;
}

#commercialPage .red {
	color: #A0A0A0 !important;
}

.table-auctionHistory .propertyType {
	display: none;
}

.table-auctionHistory .toLet {
	background: #fff url(../images/to-let.png) bottom right no-repeat;
}

.table-auctionHistory .forSale {
	background: #fff url(../images/for-sale.png) bottom right no-repeat;
}

.table-auctionHistory .forSaleOrLet {
	background: #fff url(../images/for-sale-let.png) bottom right no-repeat;
}

/* ---------- IMPORTANT INFORMATION ---------------------------------------- */

#importantInfo h3 {
	font-size: 1.2em;
	margin: 1em 0 1em 0;
	color: #BC003C;
}

#importantInfo-topHeading {
	padding-top: 1em;
}

#importantInfo ol {
	font-size: 1.1em;
}

#importantInfo li {
	margin: 0 0 1em 20px;
}

/* ---------- PROPERTY LIST ------------------------------------------------ */

#propertyTabs li , #propertyTabs li a {
	width: 26px;
}

#propertyList {
	padding-top: 20px;
   	background: #DFDCDA;
}

.propertyContainer {
	float: left;
	width: 231px;
	margin-bottom: 8px;
	margin-left: 84px;
}

.propertyHeader {
	padding: 2px 4px 2px 4px;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: #86BE56;
}

.propertyHeader h4 {
	font-size: 1.1em;
	float: left;
}

.propertyContainer a {
	text-decoration: none;
	color: #6D9D43;
}

.propertyContainer a:hover {
	text-decoration: underline;
	color: #6D9D43;
}

.propertyContainer p {
	padding: 5px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #000;
	background: #fff;
}

/* ---------- CALCULATOR PAGES --------------------------------------------- */

#contentColumn {
	float: left;
	width: 400px;
}

/* ----- Sidebar ----- */

.formRow {
	clear: both;
	overflow: hidden;
}

.formRow .error {
	display: block;
	clear: both;
	margin-left: 82px;
	color: #bc003c;
	font-size: 1.1em;
}

.success {text-align: center;
	clear: both;
	display: block;
	padding: 10px 25px;
	color: #0B261B;
	font-size: 1.2em;
}

.success strong {
	color: #86be56;
	font-size: 1.2em;
}

.sideBar {
	float: right;
	width: 290px;
}

.sideBar label, 
.sideBar .afterLabel {
	float: left;
	margin: 4px 12px 0 0;
	padding: 3px 0;
	color: #7D7C61;
	font-size: 1.1em;	
	text-align: right;
}

.sideBar .afterLabel {
	margin-left: 8px;
}

.sideBar .textfield {
	float: left;
	margin: 4px 0px;
	padding: 2px;
	background: #fff;
}

.sideBar .textfield.short {
	float: left;
	width: 97px !important;
}

.sideBar .submitButton {
	float: right;
	position: relative;
	top: 5px;
	width: 64px;
	height: 25px;
	margin-right: 20px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(../images/button-sidebar-submit.png) top left no-repeat;	
}

.sideBar .goButton {
	float: right;
	margin: 2px 20px 2px 0;
}

.sideBar p {
	margin: 0 0 3px 25px;
	color: #0B261B;
	font-size: 1.1em;
	font-weight: normal;
}

.sideBar .heading-cost {
	margin-top: 15px;
	margin-bottom: 5px;
}

.contactLink {
	float: left;
	height: 32px;
	color: #424242;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 32px;
	text-decoration: none;
	background: transparent url(../images/button-contact-link.png) top left no-repeat;	
}

.contactLink span {
	float: left;
	display: block;
	position: relative;	
	left: 10px;
	padding-right: 30px;
	background: transparent url(../images/button-contact-link.png) top right no-repeat;	
}

.sideBar .contactLink {
	float: right;
	margin-right: 10px;
}

#valuationRequest h3 {
	height: 73px;
	text-indent: -9999px;
	background: transparent url(../images/sidebar-valuation.png) top right no-repeat;
}

#valuationRequest .inner {
	margin-bottom: 16px;	
	background: transparent url(../images/sidebar-valuation-bg.png) bottom right no-repeat;
}

#valuationRequest label {
	width: 70px;
}

#valuationRequest .textfield {
	width: 180px;
}

#mortgageCalculator h3 {
	height: 61px;
	text-indent: -9999px;
	background: transparent url(../images/sidebar-calculator.png) top right no-repeat;
}

#mortgageCalculator .inner {
	padding-bottom: 20px;
	background: transparent url(../images/sidebar-calculator-bg.png) bottom right no-repeat;
}

#mortgageCalculator label {
	width: 103px;
}

#mortgageCalculator .textfield {
	width: 150px;
}

#mortgageCalculator select.textfield {
	width: 155px;
}

#mortgageCalculator .error {
	margin-left: 115px;
}

#mortgageCalculator .success {
	padding: 4px 25px 0px 25px;
}

/* ----- SECTION COLOUR SCHEMES ----- */

#salePage h1 a {
	background-image: url(../images/logo-sale.png);
}

#auctionPage h1 a {
	background-image: url(../images/logo-auction.png);
}

#commercialPage h1 a {
	background-image: url(../images/logo-commercial.png);
}

#lettingPage h1 a {
	background-image: url(../images/logo-letting.png);
}

#commercialPage .propertyHeader {
	background: #B6B6B6;
}

#commercialPage .propertyContainer a {
	color: #888;
}

#commercialPage #propertyPrice, #commercialPage #propertyStatus {
	color: #B6B6B6;
}

#lettingPage .propertyHeader {
	background: #8e8d75;
}

#lettingPage .propertyContainer a {
	color: #8e8d75;
}

#lettingPage #propertyPrice, #lettingPage #propertyStatus {
	color: #8e8d75;
}
