/* Layer Styles */

#page_container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}

#header {
	width: 930px;
	height: 170px;
	margin: 0 auto;
	background: #ffffff url('/image/header_background.jpg') no-repeat 0 0;
}

img.homelink {
	width: 300px;
	height: 100px;
	float: left;
}

#login {
	padding: 10px 12px;
}

#login p {
	color: #dddddd;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: right;
}

#login a {
	color: #dddddd;
}
	
#login a:hover {
	color: #ffffff;
}
	
#bar_navigation {
	margin-top: 6px;
	height: 20px;
}

#bar_navigation p {
	line-height: 1.2em;
}

#bar_navigation p.advertise {
	width: 30%;
	float: left;
}

#bar_navigation p.quick_nav {
	width: 68%;
	float: right;
	text-align: right;
}

#bar_navigation a {
	color: #063d8c;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

#bar_navigation a:hover {
	color: #000000;
}

#bar_navigation img {
	display: inline;
	margin: 0 5px;
}

#bar_maps {
	border: 1px solid #6085bf;
	background: #e6efff url('/image/content_box_background.jpg') repeat-x 0 0;
	padding: 10px 0;
	float: left;
	width: 928px;
	margin-bottom: 10px;
} 
 
#bar_maps .map {
	background: #ffffff;
	float: right;
	margin-right: 10px;
	border: 1px solid #6085bf;
}

#bar_maps .map h2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
}

#bar_maps .map a {
	color: #6085bf;
}

#bar_maps .map a:hover {
	color: #000000;
}

#bar_maps img.glass_large {
	float: left;
	z-index: 99;
	position: relative;
	left: -9px;
	top: -13px;
}

#bar_maps img.glass_small {
	display: inline;
	vertical-align: middle;
}

#bar_crumbs {
	height: 28px;
	clear: left;	
}

#world_map {
	width: 180px;
	height: 120px;
}

#europe_map, #spain_map, #france_map, #italy_map {
	width: 140px;
	height: 120px;
}

#europe_map img, #spain_map img, #france_map img, #italy_map img {
	padding: 10px;	
}
	
#sidebar {
	float: left;
	width: 170px;
}

#sidebar h3 {
	border: 1px solid #063d8c;
	background-color: #e6efff;
	background-position: 151px 50%;
	background-repeat: no-repeat;
	color: #063d8c;
	margin: 10px 0 0 0;
	display: block;
	padding: 0 8px;
	line-height: 25px;
	text-transform: uppercase; 
	cursor: pointer;
}

#sidebar h3#sidebar_box_1 {
	margin: 0;
}

#sidebar h3 a {
	color: #063d8c;
	text-decoration: none;
}

#sidebar h3 a:hover {
	color: #333333;
}

#sidebar .sidebar_box, #sidebar .sidebar_box_open {
	background: #6085bf;
	color: #ffffff;
	margin: 0;
	padding: 0;
	border: 1px solid #063d8c;
	border-width: 0 1px 1px 1px;
}

#sidebar ul {
	margin: 0 0 6px 0;
	padding: 0 0 6px 8px;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0;
	padding: 2px 0 2px 12px;
	color: #e6efff;
	line-height: 18px;
	border-bottom: 1px solid #e6efff;
	background: transparent url('/image/sidebar_box_bullet.jpg') no-repeat 0 8px;
}

#sidebar ul li a {
	color: #e6efff;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
}

#sidebar ul li a:hover {
	color: #ffffff;
}

#sidebar .sidebar_content {
	display: block;
	margin: 0;
	padding: 0 0 10px 8px;
}

#sidebar .sidebar_content p {
	line-height: 20px;
}

#sidebar #sidebar_rss {
	padding: 15px 0 0 0; 
	font-size: 0.9em;
}

#sidebar #sidebar_rss h4 {
	text-transform: uppercase;
}

#sidebar .rss_icon {
	float: left;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 40px;
}

#content_container {
	width: 930px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 730px;
	margin-left: 30px;
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

h3.newproperty {
	font-size: 1.1em !important;
	text-transform: capitalize !important;
}

#content p {
	width: 65%;
}

#content li p, div.listingtitle p, div.listing p, div.content_box p, div.message p, p.pagination, p.text_right, p.readmore {
	width: auto !important;
}

p.pagination {
	margin: 20px 0;
}

#toplink_container {
	float: left;
	margin-top: 15px;
	border-bottom: 2px solid #6085bf;
	width: 100% !important;
	text-align: right !important;
	padding: 20px 0 10px 0 !important;
}

#toplink_container a:link, #toplink_container a:visited {
	display: block;
	width: 125px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #6085bf url('/image/btn_top.gif') no-repeat top left;
}

#toplink_container a:hover {
	background-color: #fff;
	background-position: right top;
	color: #063d8c;
}

#toplink_container p {
	float: right;
	background: #fff url('/image/btn_top.gif') no-repeat right top;
	text-align: center;
	margin: -10px 0 0 0;
	font-size: 1.1em;
}

#footer {
	clear: both;
	padding-top: 15px;
	margin-top: 15px;
}

#footer p.links {
	width: 45%;
	float: left;
}

#footer p.copyright {
	width: 45%;
	float: right;
	text-align: right;
	padding-bottom: 20px;
}

/* Common Classes */

.content_box {
	border: 1px solid #6085bf;
	background: #e6efff url('/image/content_box_background.jpg') repeat-x 0 0;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.content_box_transparent {
	padding: 10px;
	margin-bottom: 10px;
}

.content_box h3 {
	color: #6085bf;
	font-weight: bold;
}

/* Form Styles */

div.message {
	background-color: #ffffff;
	border: 1px solid #6085bf;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: bold;
	color: #ff6600;
}

form, fieldset, label, input, textarea, legend {
	margin: 0;
	padding: 0;
}

form {
	width: 548px;
	margin: 18px 0 10px 0;
	border: 1px solid #6085bf;
	background: #e6efff url('/image/content_box_background.jpg') repeat-x 0 0;
	padding: 10px;
	clear: right;
	
}

fieldset {
	padding: 10px 0 20px 0;
	margin: 0 0 10px 0;
	border: 1px solid #b6c4da;
	border-width: 0 0 1px 0;
}

fieldset.buttons {
	border-width: 0;
	padding: 0;
}

label {
	display: block;
	float: left;
	width: 274px;
	margin-top: 14px;
	text-align: right;
}

input.input_text {
	float: right;
	width: 260px;
	margin: 10px 0 0 0;
	padding: 1px;
	border: 1px solid #6085bf;
}

select.input_select {
	float: right;
	width: 260px;
	margin: 10px 0 0 0;
	padding: 1px;
	border: 1px solid #6085bf;
}

input.input_checkbox {
	float: right;
	width: 16px;
	margin: 13px 249px 0 0;
	padding: 0;
	border: 0 solid #6085bf;
}

input.input_submit {
	padding: 2px 20px;
	float: right;
	margin: 0;
}

legend {
	color: #6085bf;
	font-size: 1.2em;
	font-weight: bold;
}

textarea.input_text {
	width: 546px;
	border: 1px solid #6085bf;
}

textarea.contenteditor {
	width: 400px;
	height: 120px;	
	float: right;
}

span.required {
	color: #ff3355;
	font-weight: bold;
}

span.required input.input_text, span.required textarea.input_text {
	background: #ffffff url('/image/field-required.jpg') center right no-repeat;	
}

/* Sidebar form styles */

#sidebar form {
	margin: 0;
	padding: 0;
	border-width: 0;
	width: 152px;
	background: transparent;
}

#sidebar fieldset {
	margin-bottom: 10px;
	border: 0px solid #dddddd;
	padding: 0;
}

#sidebar fieldset.buttons {
	padding: 0;
	margin: 0;
}

#sidebar label {
	display: block;
	float: left;
	width: auto;
	margin-top: 4px;
}

#sidebar input.input_text {
	width: 100%;
	margin-top: 2px;
	padding: 1px 0;
	border: 0 solid #6085bf;
}

#sidebar input.input_checkbox {
	width: 16px;
	margin-top: 2px;
	padding: 0;
	border: 0 solid #6085bf;
}

#sidebar input.input_submit {
	width: 100%;
	margin-top: 2px;
	padding: 2px 5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border: 0 solid #6085bf;
	background: #fff url('/image/bg_submit_silver.gif') 0% 50% repeat-x;
	cursor: pointer;
}

#sidebar legend {
	color: #6085bf;
	font-size: 1.2em;
	font-weight: bold;
}

/* Page Specific Layers */

#large_map {
	margin-bottom: 10px;
	padding: 0;
	border: 0px solid #6085bf;
}

/* Homepage Styles */

#home_search_1 {
	float: right;
	width: 196px;
	margin: 0 0 10px 10px
}

#home_content_1 {
	clear: both;
	margin-top: 20px;
}

form.plain {
	margin: 0;
	padding: 0;
	border-width: 0;
	background: transparent;
	clear: none;
}

form.propertyid {
	width: 316px;
	padding: 5px 10px;
	margin: 0;
	padding: 0;
	border-width: 0;
	background: transparent;
	clear: none;
}

h2.propertyid {
	font-weight: bold;
}

input.input_propertyid {
	margin-bottom: 20px !important;
	width: 200px;
	font-size: 1.2em;
	border: 1px solid #6085bf;
	margin-right: 4px;
	float: left;
}

.input_home_go {
	float: left;
	margin-top: -7px;
	padding-bottom: 20px;
}

.home_button_new_villas {
	float: left;
	margin: 0 30px 20px 0 !important;
	width: 225px;
	height: 152px;
}

.home_button_special_offers {
	float: left;
	margin: 0 0 20px 0 !important;
	width: 225px;
	height: 152px;
}

.home_button_new_villas h2, .home_button_special_offers h2 {
	text-align: right;
	font-weight: bold;
}

.home_button_new_villas img, .home_button_special_offers img {
	padding: 3px;
	border: 1px solid #6085bf;
}

div.home_regions {
	clear: left;
	width: 464px;
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #6085bf;
}

div.home_regions h2 {
	font-weight: bold;
	margin-bottom: 6px;
}

div.home_regions a {
	font-weight: bold;
}

div.home_regions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 

div.home_regions ul li {
	float: left;
	height: 1.8em;
	width: 50%; 
	margin: 0;
	padding: 0;
}

/* Home Search Form */

#homeSearchForm {
	margin: 0;
	padding: 0;
	border: 0 solid #ffffff;
	width: 196px;
	background: transparent;
}

#homeSearchForm fieldset {
	margin: 5px 0;
	padding: 5px 0;	
}

#homeSearchForm select.input_select_wide {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;	
}

#homeSearchForm select.input_select_right {
	float: left;
	margin: 0 0 5px 10px;
	padding: 0;	
}

#homeSearchForm label {
	width: auto;
	margin: 0 0 5px 0;
	padding: 0;		
	line-height: 2em;
}

#homeSearchForm input.input_submit {
	width: 100%;
}

/* Sidebar Search Form */

#sidebarSearchForm fieldset {
	margin: 0;
	padding: 10px 0 0 0;	
}

#sidebarSearchForm select {
	font-size: 0.9em;
}
	
#sidebarSearchForm select.input_select_wide {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;	
}

#sidebarSearchForm select.input_select_right {
	float: right;
	margin: 0 0 5px 0;
	padding: 0;	
}

#sidebarSearchForm label {
	width: auto;
	margin: 0 0 5px 0;
	padding: 0;		
	line-height: 2em;
}

#sidebarSearchForm input.input_submit {
	width: 100%;
	margin: 0 0 0 0;
	padding: 2px 0;	
}

/* Advanced Form */

#advancedForm {
	margin: 0;
	padding: 0;
	border: 0 solid #ffffff;
	width: 196px;
	background: transparent;	
	width: 100%;
}

#advancedForm fieldset {
	margin: 0;
	padding: 10px;	
}

#advancedForm legend {
	margin-left: -10px;
	padding-top: 10px;
}

#advancedForm select.input_select_wide {
	width: 213px;
	margin: 10px 10px 0 0;
	padding: 0;	
}

#advancedForm select.input_select_right {
	float: left;
	margin: 5px 10px;
	padding: 0;	
}

#advancedForm label {
	width: 140px;
	margin: 5px 0;
	padding: 0;		
	line-height: 2em;
	text-align: left;
}

#advancedForm input.input_text, #advancedForm .input_select {
	float: left;
}

#advancedForm input.input_submit {
	float: right;
	width: 100px;
	margin: 0 0 5px 0;
	padding: 2px 0;	
}

/* Feature List */

#advancedForm ul.feature_list {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;	
}

#advancedForm ul.feature_list li {
	width: 33%;
	float: left;
	height: 20px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;	
}

#advancedForm ul.feature_list .input_check {
	float: left;
	margin: 5px 0 0 0;
	width: 22px;
}

#advancedForm ul.feature_list label {
	display: inline;
	margin: 0;
	padding: 0; 
}

/* TinyMCE */

#advancedForm .contenteditor {
	float: left;
	margin: 5px 0px;
	width: 440px;
	height: 250px;
	text-align: left;
	border: 1px solid #999;
}

/* Links List */

ul.links {
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;	
}

ul.links li {
	margin-bottom: 8px;	
}

/* Map Areas Links */

ul.mapareas {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;	
}

ul.mapareas li {
	float: left;
	width: 130px;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 1.6em;	
	text-align: left;
}

/* Listing Styles */

img.flag {
	margin-bottom: 10px;
	border: 1px solid #063d8c;
}

div.listingtitle {
	border: 1px solid #063d8c;
	border-width: 1px 1px 0 1px;
	background: #6085BF;
	padding: 5px 10px;
	color: #ffffff;
}

div.listingtitle a {
	color: #ffffff;
}

div.listingtitle h2 {
	margin-top: 0;
	padding-top: 0;
	line-height: 1em;
	height: 20px;
	color: #ffffff;
}

div.listingtitle h3 {
	float: right;
	margin-top: 0;
	padding-top: 0;
	line-height: 1em;
	color: #ffffff;
}

div.listingtitle p {
	margin-bottom: 3px;
}

div.listing {
	min-height: 164px;
	border: 1px solid #063d8c;
	background: #e6efff url('/image/content_box_background.jpg') repeat-x 0 0;
	padding: 10px;
	margin-bottom: 10px;
}

div.listing ul {
	clear: left;	
}

div.listing img.thumbnail {
	float: left;
	padding: 5px; 
	width: 160px;
	height: 120px;
	border: 1px solid #6085bf;
	margin: 0 10px 0 0;
	background: #ffffff;
}

div.listing div.description {
	float: left;
	width: 100%;
	height: 136px;
	margin: 5px 4px 8px 0;
}

div.listing p {
	margin-top: 0;
}

div.listing ul {
	height: 16px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.listing ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 22px;
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div.listing ul li.bedrooms {
	background-image: url('/image/icon_bedrooms.png');
}

div.listing ul li.sleeps {
	background-image: url('/image/icon_sleeps.png');
}

div.listing ul li.catering {
	background-image: url('/image/icon_catering.png');
}

/* Property Styles */

.property_navigation {
	clear: both;
	background: #6085bf !important;
	margin: 10px 0;
	border: 1px solid #6085bf;
	height: 2.5em;
}

.property_navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.property_navigation ul li {
	float: left;
	margin: 0 !important;
	padding: 0;
	line-height: 2.5em;
	list-style: none;
}

.property_navigation ul li a {
	padding: 0 10px;
	display: block;
}

.property_navigation ul li a:link, .property_navigation ul li a:visited {
	color: #fff;
}

.property_navigation ul li a:hover {
	color: #063d8c;
	background: #fff;
}

.property_navigation ul li.active a:link, .property_navigation ul li.active a:visited {
	color: #063d8c;
}

.property_navigation ul li.active {
	background: #fff;
}

p.addtofavorites {
	margin-top: 3px;
	float: right;
}

div.photos {
	width: 472px;
	height: 354px;
	margin-bottom: 6px;
	border: 1px solid #6085bf;
	padding: 7px;
}

div.column_right {
	float: right;
	clear: right;
	background: #e6efff url('/image/content_box_background.jpg') repeat-x 0 0;
	margin: 0 0 10px 10px;
	padding: 10px; 
	border: 1px solid #6085bf;
	width: 210px;
}

div.column_right h3 {
	width: 95% !important;
	margin: 5px 0 !important;
}

div.column_right p {
	width: 95% !important;
	margin: 5px 0 !important;
}
	
div#features ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div#features ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 22px;
	height: 2em;
	line-height: 2em;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div#features ul li.yes {
	background-image: url('/image/yes.gif');
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

div#features ul li.no {
	background-image: url('/image/no.gif');
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

ul.gallery_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.gallery_list li {
	float: left;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px solid #6085bf;
	background: #fff;
}

ul.gallery_list li a {
	display: block;
	background: none;
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
}

ul.gallery_list li img {
	display: none;
}

#newproperties {
	width: 202px;
	float: right;
}

#newproperties ul {
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#newproperties ul li {
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #6085BF;
}

#newproperties ul li img {
	margin: 8px 0 0 0;
	border: 10px solid #E6EFFF;
}

/* Control Panel Styles */

.control_icons {
	padding-top: 10px;
	padding-left: 10px;
}

.control_icons .link {
	width: 340px;
	height: 90px;
	float: left;
	margin: 0 10px 4px 0;
}

.control_icons .link img {
	float: left;
	width: 48px;
	height: 62px;
	margin: 9px 5px 5px 0;
}

.control_icons .link h2 {
	margin-top: 2px;	
}

.control_icons .link p {
	width: auto !important;
}

img.icon {
	width: 16px;
	height: 16px;
	display: inline;
	border: 0;	
	vertical-align: text-bottom;
}

table.control {
	width: 100%;
	border: 1px solid #063D8C;
	margin: 10px 0;
	border-collapse: collapse;
}

table.control th {
	background: #E6EFFF;
	color: #063D8C;
	padding: 7px 5px;
	text-align: left;
	font-weight: normal;
}

table.control td {
	padding: 5px 5px;
}

ul.propertyimages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul.propertyimages li {
	margin: 0;
	padding: 0;
	width: 185px;
	height: 200px;
	float: left;
}

ul.propertyimages li img.photo {
	margin: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}

ul.propertyimages li p {
	margin: 0;
	padding: 0 10px;
	line-height: 1.2em;
}

ul.propertyimages li p.delete {
	text-align: right;
}

ul.propertyimages li p.caption {
	line-height: 1.5em;
	text-align: center;
}

img#login_key {
	margin: -2px 0 0 10px;
	position: absolute;
	display: block;
	float: left;
}

#loginForm #submit {
	float: right;
	margin-top: 10px;
}

#loginForm #loginremember {
	float: left;
	width: 16px;
	margin: 13px 0 0 10px;
}

/* Article List */

/* Common Classes */

ul.article_list {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

ul.article_list li {
	margin: 0;
	border: 1px solid #6085bf;
	background: #e6efff url('/image/content_box_background.jpg') repeat-x 0 0;
	padding: 10px;
	margin-bottom: 10px;
}

ul.article_list li p.date {
	float: right;
	line-height: 2.6em;
}

ul.article_list li h2 {
	margin: 0;
	padding: 0;
	line-height: 2em;
}	

/* 
Pagination
*********************************************************/
.pagination{
	text-align:center;
	}
	.pagination a{
		padding:5px 10px;
		border:1px solid #063D8C;
		background:#EDF4FE;
		color:#063D8C;
		text-decoration:none;
		}
		.pagination a:hover{
			background:#6085BF;
			border:1px solid #063D8C;
			color:#fff;
			}
	.pagination span{		
		padding:5px 10px;
		background:#fff;
		border:1px solid #ddd;
		color:#bbb;
	}	
		.pagination span.current{
			background:#6085BF;
			border:1px solid #333;
			color:#fff;
			font-weight:bold;
			}
 
 
 /* Features List */

ul.feature_list {
	margin: 10px 0 0 10px;
	padding: 0; 
	list-style-type: none;	
}

ul.feature_list li {
	width: 250px;
	float: left;
	height: 20px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;	
}


ul.feature_list .input_check {
	float: left;
	width: 22px;
	margin-top: 3px;
}

ul.feature_list label {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0; 
	text-align: left;
}

/* Site Map */

ul.sitemap {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	}
	ul.sitemap li {
		margin: 2px 0;
		padding: 0;
		}
		ul.sitemap li ul {
			list-style: none;
			margin: 0 0 10px 20px;
			padding: 0;
			}
			ul.sitemap li {
				margin: 4px 0;
				padding: 0;
				}
	ul.sitemap h3 {
		margin: 3px 0 1px 0;
	}
	
/* Thumbnail Styles */

a.newpropertyimages {
	display: block;
	background: none;
	border: 5px solid #e6efff;
	width: 170px;
	height: 100px;
	margin: 0 auto;
}

a.newpropertyimages img {
	display: none;
}

a.thumbnail {
	float: left;
	display: block;
	width: 166px;
	height: 120px;
	margin: 0 10px 0 0;
	background: #ffffff;
	border: 1px solid #6085bf;
	cursor: pointer;
}

a.thumbnail img {
	display: none;
}

span.thinborder {
	display: block;
	width: 160px;
	height: 114px;
	border: 3px solid #fff !important;
}
