/* Overall styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FDF6EC;
}

a:hover {
	text-decoration: none;
}

.spacer {
	clear: both;
}
/* Layout styles */

#container {
	width: 750px;
	border-top: 1px solid #000;
	background-color: #fff;
	margin: 5px auto;
	border-collapse: collapse;
}

#header {
	height: 168px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
}

#header img {
	display: block;
}

#footer {
	font-size: 70%;
	color: #333;
	padding: 0.25em;
	background-color: #FDF6EC;
	text-align: right;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
     display: inline;
	 border-right: 1px solid #fff;
	 padding: 0 0.5em;
}

#footer a {
	color: #333;
}

#footer li#lastlink {
     display: inline;
	 border-right: none;
	 padding: 0 0.5em;
}

#footer_photos {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 100px;
}

#footer_photos img {
	display: block;
}

/* Left column navigation */

ul.navlist
     {
     margin: 0 0 0 10px;
     padding: 0;
	 line-height: 170%;
     }

.navlist li
     {
     list-style-type: none;
	 padding: 0;
     }

.navlist a:link, .navlist a:visited
     {
	 color: #fff;
     }

.navlist a:hover
     {
     text-decoration: none;
     }
	 
#current a:link, #current a:visited, #current a:hover {
     text-decoration: none;
	 color: gold;
}

/* Content */

#content {
	padding: 0.5em;
	text-align: left;
	font-size: 80%;
	line-height: 150%;
	width: 600px;
	border-left: 1px solid #000;	
}

/* Left hand column */

#left_col {
	width: 150px;
	background-color: #CC0000;
	border-right: 1px solid #000;
	text-align: left;
	font-size: 75%;
}

#left_col h2 {
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 5px 0;
	border-bottom: 1px solid #FFF;
}

#left_col img {
	display: block;
}

/* Header styles */

h1 {
	font-size: 140%;
	color: #CC0000;
	font-weight: 600;
	margin-top: 0;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #C00;
}

h2 {
	font-size: 120%;
	color: #CC0000;
}

h3 {
	font-size: 100%;
	color: #000;
}

/* Text styles */

.text_red {
 color: #DF201E;
}

.strike_through {
	color: gray;
	text-decoration: line-through;
}

.smaller {
	font-size: 90%;
}

/* Search form */

.searchform {
	border: 1px solid #CC0000;
	background-color: #FDF2CE;
}

.searchform fieldset {
	padding: 0.5em;
	border: none;
}

.searchform legend {
	font-size: 120%;
	color: #CC0000;
	font-weight: bold;
}

.searchform label {
	font-weight: bold;
	line-height: 2em;
}

.searchform input, .searchform select, .searchform textarea {
	margin: 0.5em 2em;
}

/* Results table */

.resultstable td, .resultstable th {
	border: 1px solid gray;
	font-size: 90%;
}

 .resultstable th {
 	background-color: #FDF2CE;
}

/* Link for ID in admin centre */

.idlink {
	text-align: center;
	padding: 2px;
	border: 1px solid silver;
	display: block;
	background-color: #FDF2CE;
}

.idlink:hover {
	background-color: #FADD86;
}

/* Form styles */

fieldset {
	border: 1px solid #000;
	margin: 0.5em;
	padding: 0.5em;
}

legend {
	font-weight: bold;
	color: #DF201E;
	margin-bottom: 0.5em;
}

.buttoncontainer {
	border: 1px solid #000;
	margin: 0.5em;
	padding: 0.5em;
}

.fullwidth {
	width: 100%;
}

/****************************************************** Category table */

.listing_table {
	border-collapse: collapse;
}

.listing_table td {
	border: 1px solid silver;
	text-align: center;
	padding: 5px 0;
}

.listing_table td img {
	border: 1px solid silver;
}

/****************************************************** Enquiry form in left hand column of property detail page */

.leftcol_content {
	padding: 3px;
}

.tel_no {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	width: 150px;
	line-height: 150%;
}

.enquiryform {
	margin: 0;
	padding: 0;
	background-color: #CCC;
}

.enquiryform .field_text {
	width: 290px;
	font-size: 10px;
	border: 1px solid #000;
}

.enquiryform .field_textarea {
	width: 290px;
	font-size: 10px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000;
}

.enquiryform .field_code {
	font-size: 18px;
	font-family: "Courier New", Courier, mono;
	border: 1px solid #000;
	width: 79px;
	height: 21px;
	text-transform: uppercase;
}

.enquiryform em, .tel_no em {
	font-size: 80%;
}

.enquiryform div {
	margin: 4px 0;
	padding: 5px;
}

.enquiryform h2 {
	background-color: #999;
	padding: 4px;
	color: #000;
	margin: 0;
}

/********************************************************** Breadcrumb trail */

.breadcrumb {
	font-size: 80%;
	padding: 0 0 6px 0;
}

/********************************************************** Property details page: photo and other details */

.photo_table {
	border-collapse: collapse;
	background-color: #CCC;
	border: 1px solid #333;
	margin: 0 0 5px 5px;
}

.photo_table td {
	padding: 4px;
}

.attractions {
	width: 200px;
	float: right;
	padding-left: 4px;
	padding-bottom: 2px;
	border: 1px solid #C90200;
	background-color: #FDF2CE;
	margin-left: 2px;
}
