body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;

}

/****************************** Links */

a:link {
	color: #1E1E1E;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #666;
}

a.noline {
	text-decoration: none;
}

.media_button {
	cursor: pointer;
}

/****************************** Header with logo */

#header {
	width:900px;
	display: block;
	margin: 15px auto 1px;
	padding:0px;
	text-align:left;
	height: 118px;
	position: relative;
	background-color: #363534;
}

#header_logo {
	font-size: 26px;
	color: #FFFFFF;
	display: block;
	padding-top: 12px;
	text-align: left;
	padding-left: 4px;
}

#header_logo a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#header_logo a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#header_link {
	right: 1px;
	top: 7px;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	width: 400px;
	padding-top: 12px;
	text-align: right;
	margin: 0 10px;
	position: absolute;
	font-style: italic;
}

/****************************** Left column */

#leftcol{
   float: right;
   clear: left;
   width: 25%;
}

/****************************** Content container */

#pagewidth {
	width: 900px;
	margin: 0 auto;
	clear: both;
	text-align: left;
	color: #333333;
	display: block;
	padding: 0px;
	
}

#content {
   margin-left:1px;
   float:right;
   width: 695px;
}

#content_text {
	background-color: #CCCCCC;
	padding-bottom: 2px;
	margin-botton: 1px;
	padding-left: 3px;
	margin-top: -2px;
	padding-top: 0px;
}

#content h3 {
	background-color: #5F5F5F;
	color: #FFFFFF;
	height: 20px;
	padding-top: 7px;
	padding-left: 4px;
	font-size: 12px;
	margin-bottom: 0;
}

.clearBoth {line-height: 0px; font-size:0px; clear: both; height: 0px;}


/****************************** Content table (used on the home page)*/

.content_table_text {
	padding: 8px 6px 5px 0px;
	border: 0;
}

.content_table_search {
	background-color: #DDDEE2;
}

.page_header {
	padding: 0 6px 0 0px;
	color: #606060;
}

.page_header a {
	color: #606060;
}

.page_content {
	padding: 0px 6px 3px 3px;
	border: 0;
}

h1 {
	color: #000;
	font-size: 130%;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 115%;
	color: #555;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 100%;
	color: #54381C;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 0;
}

.text_red {
	color: red;
}

.strikethrough {
	text-decoration: line-through;
	color: gray;
}

/****************************** Left column */

#leftcol{
   float: left;
   clear: left;
   width: 203px;
}

#leftcol h3 {
	background-color: #5F5F5F;
	color: #FFFFFF;
	height: 25px;
	width: 199px;
	padding-top: 7px;
	padding-left: 4px;
	font-size: 12px;
	margin-bottom: 1px;
	margin-top: 0px;
}

#leftcol_text {
	padding-left: 5px;
}

#leftcol_callcentre {
	margin-bottom: 1px;
	background-color: #CCCCCC;
	height: 184px;
	width: 203px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

/****************************** Call centre */

#callcentre {
	margin-bottom: 1px;
	background-color: #CCCCCC;
	width: 203px;
}

#callcentre_text {
	padding-left: 3px;
	padding-right: 2px;
}

#callcentre h3 {
	background-color: #5F5F5F;
	color: #FFFFFF;

}

/****************************** Subscribe */

#subscribe {
	margin-bottom: 1px;
	background-color: #CCCCCC;
	height: 63px;
	width: 203px;
}

/****************************** Availability search form */

#searchform {
	margin: 0 0 1px;
	padding-left: 3px;
	color: #FFFFFF;
	font-size: 11px;
	width: 200px;
	background-color: #363534;
	padding-top: 3px;
}

#searchform strong {
	font-size: 13px;
}

#searchform a:link{
	color: #FFFFFF;
}

#searchform td {
	padding: 4px 0;
}

#searchform input, #searchform select {
	border: 1px solid #CED2DB;
	font-size: 10px;
}

#searchform input.search_button {
	border: 0;
}

#searchform input.mxw_cld {
	background-image: url(../images/btn-calendar.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 18px;
	width: 22px;
	background-color: #363534;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}


fieldset {
	border: none;
	color:#FFFFFF;
}

legend {
	border: none;
	color:#FFFFFF;
}
/****************************** Advanced search form */

#adv_searchform {
	margin: 0;
	padding: 0;
}

#adv_searchform fieldset {
	padding: 6px;
	margin: 5px 0;
}

#adv_searchform legend {
	font-weight: bold;
	color: #606060;
}

#adv_searchform input.mxw_cld {
	background-image: url(../images/btn-calendar.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 22px;
	width: 25px;
	background-color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
}

.varcat_table {
	width: 100%;
}

.varcat_table td {
	padding: 5px;
	width: 50%;
}

/****************************** Search results */

.results_table {
	border-collapse: collapse;
}

.results_table td {
	padding: 4px;
}

.results_table td img {
	border: 0;
}

.results_table h2 {
	font-size: 110%;
	padding: 0;
	margin: 0;
}

.results_table td.results_table_spacer {
	padding: 0px;
	font-size: 1px;
}

.results_table td.results_table_border {
	border-bottom: 1px solid #D9D9D9;
}

a:link.results_table_button, a:visited.results_table_button {
	display: block;
	width: 150px;
	height: 20px;
	background-image: url(../images/btn-view_details_lg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #606060;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:hover.results_table_button {
	text-decoration: underline;
}

a:link.results_table_button_book, a:visited.results_table_button_book {
	display: block;
	width: 150px;
	height: 20px;
	background-image: url(../images/btn-book.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:hover.results_table_button_book {
	text-decoration: underline;
}

/* Larger button */

a:link.results_table_button_lg, a:visited.results_table_button_lg {
	display: block;
	width: 150px;
	height: 20px;
	background-image: url(../images/btn-view_details_lg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #606060;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:hover.results_table_button_lg {
	text-decoration: underline;
}

/****************************** Property details page */

.property_detail_table {
	border-collapse: collapse;
}

.property_detail_table_content {
	padding: 10px;
	border-left: 0;
	border-bottom: 0;
}

.property_detail_table_content h1, .property_detail_table_content h2 {
	color: #555;
	border-bottom: 1px solid #D9D9D9;
	font-size: 120%;
	margin: 0;
	padding: 4px 0;
}

.property_detail_table_content_txt {
	background-color: #FFF;
	padding: 5px;
	color: #000;
}

.property_detail_table_content_txt h3 {
	color: #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	font-size: 100%;
	margin: 8px 0 0 0;
	padding: 4px 0;
}

.property_detail_table_rightcol {
	border-bottom: 0;
	border-right: 0;
	padding: 36px 3px 0 0;
}

.property_detail_overview {
	background-color: #FFF;
	border-collapse: collapse;
}

.property_detail_overview th {
	background-color: #FFF;
	color: #606060;
	font-size: 14px;
	padding: 4px;
	margin: 0;
}

.property_detail_overview td {
	padding: 6px 3px;
	font-size: 90%;
}

/****************************** Property photo banner */

#rcv_banner {
	border-collapse: collapse;
	height: 165px;
	background-color: #FFF;
}

#rcv_banner td img {
	display: block;
}

#rcv_banner_1 {
	width: 259px;
}

#rcv_banner_1 img {
	border-right: 2px solid #FFF;
}

#rcv_banner_2 {
	width: 143px;
}

#rcv_banner_2 img {
	border-bottom: 2px solid #FFF;
}

#rcv_banner_4 {
	width: 153px;
}

#rcv_banner_4 img {
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

#rcv_banner_5 {
	width: 185px;
}

/****************************** Property prices */

.price_table {
	background-color: #FFF;
}

.price_table th {
	background-color: #D9D9D9;
	font-weight: normal;
	padding: 4px;
}

.price_table td {
	background-color: #FFF;
	padding: 4px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C8;
}

/****************************** List of page numbers */

.pagenumbers {
	padding: 0.5em 0;
	text-align: center;
}

.pagenumbers strong {
	color: red;
}

/****************************** Currency conversion form */

#currencyform {
	margin: 0;
	padding: 0;
}

#altcurrency {
}


/****************************** Car hire table */

.carhire_table {
	border-collapse: collapse;
}

.carhire_table th {
	border: 1px solid silver;
	padding: 4px;
}

.carhire_table td {
	border: 1px solid silver;
	padding: 4px;
}

/****************************** Variable links */

.variable_links {
	font-size: 11px;
	text-align: center;
}

/****************************** Buttons to link to the relevant contact forms */

.contact_button_link:link, .contact_button_link:visited {
	padding: 6px;
	border: 1px solid #6D8CF8;
	display: block;
	width: 175px;
}

.contact_button_link:hover {
	background-color: #363534;
	color: #FFFFFF;
}

/****************************** Footer */

#footer-outer {
	width:100%;
	margin:0 auto;
	background-color:#333333;
}

#footer { 
	margin: 0px;
	padding: 35px 0px 23px 0px;
	clear:right;
	margin-top:0px;
	font-size: 11px;
	color: #FFFFFF;
	text-align:left;
}

#footer #inner {
	margin: 0px auto; 
	width:830px;
}

#footer a {
	color: #FFF;
}

/****************************** Email subscription form */

#subscribe_form {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-subscribe_form.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 124px;
	border: 1px solid #DDDEE2;
	font-size: 12px;
}

#subscribe_form th {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 0 3px;
}

#subscribe_form td {
	padding: 2px;
}

#subscribe_form input {
	font-size: 10px;
}

/****************************** Featured villas */
.featured {
	padding: 0 0 0 0;
	background-color: none;
}

.featured img {
	display: block;
}

.featured td {
	padding: 5px;
	background-color: #CCCCCC;
}

.featured a:link, .featured a:visited {
	text-decoration: none;
	color:#000000;
}

.featured a:hover {
	text-decoration: underline;
	color:#000000;
}

/****************************** List of country & region links at the bottom of the home page */
#countries_list {
	padding: 0 8px 0 8px;
	position: absolute;
	top: 695px;
	left: 0;
	width: 640px;
}

#countries_list strong {
	color: #333;
}

#countries_list a:link, #countries_list a:visited {
	text-decoration: none;
	color: gray;
}

#countries_list a:hover {
	text-decoration: underline;
}

#countries_list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#countries_list ul li {
	display: inline;
}

#themes{
	background-color: #CCCCCC;
	margin-bottom: 1px;
}

#themes_text{
	padding-bottom: 5px;
	padding-top: 10px;
	line-height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #FFF;
}

#themes a{
	color: #1E1E1E;
}