@import "reset.css";
@import "vs_cms.css";

body {
	font: 80% Arial, sans-serif;
}

strong {
	font-weight: bold;
}


h2 {
	font-size: 150%;
	font-weight: bold;
}

#page {
	margin: 0 auto;
}

#header {
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

#copyright {
	float: left;
}
#legal {
	clear: left;
	font-size: 90%;
}
#legal br {
	display: inline;
}
#header #siteenv,
#footer,
#header .navigation,
#header #account_summary,
#collapsed_search,
#quick_jump,
.panel_area,
#advertisements,
#footer ul,
#mercurytide,
#search.property_search_results,
.subnavigation,
#send_shortlist_to_a_friend {
	display: none;
}














#search_results_heading .sorters {
	display: none; /***************************/
	margin-left: 200px;
	border: 1px solid red;;
	margin-right: 120px;
}
#search_results_heading .sorters li {
	float: left;
}
#search_results_heading .sorters li#sort_by_street {
	width: 50%
}
#search_results_heading .sorters li#sort_by_bedrooms {
	width: 20%
}
#search_results_heading .sorters li#sort_by_property_type {
	width: 30%
}
#search_results_heading .sorters li#sort_by_price {
	display: none;
}
#search_results_heading .sorters li a {
	color: #000;
	text-decoration: none;
}
#search_results_heading .sorters li.sorted a {
	font-weight: bold;
}

#search_results {
	margin-top: 10px;
}

#search_results .result {
	clear: both;
}
#search_results .result_break {
	page-break-after: always;
}

#search_results .result .image {
	float: right;
	text-align: right;
	width: 200px;
}
#search_results .result .new {
	display: none;
}
#search_results .result .main_info {
	border: 1px solid #fff;
	margin-right: 200px;
}

#search_results .result .details h3 {
	font-weight: bold;
}
#search_results .result .details h3 a {
	color: #000;
	text-decoration: none;
}
#search_results .result .details .bedrooms,
#search_results .result .details .property_type {
	font-style: italic;
}

#search_results .result .info .price_info .price {
	font-style: italic;
	display: inline;
}
#search_results .result .info .price_info .offer_type {
	display: inline;
	font-style: italic;
	padding-right: .5em;
}


#search_results .result .info .additional_info {
	display: none;
}

#search_results .result .description {
	font-size: 95%;
	line-height: 1.5em;
}
#search_results .result .actions {
	display: none;
}


#search_results_paginator {
	display: none;
}





















#property_details .heading {
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
}
#property_details .heading h1 {
	float: left;
	font-size: 150%;
	font-weight: bold;
}
#property_details .heading .price_info {
	float: right;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	white-space: nowrap;
}
#property_details .heading .price_info div {
	display: inline;
	padding-left: 10px;
}
#property_details #property_photos {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 450px;
}
#property_details #property_photos img {
	border: 1px solid #ccc;
}
#property_details #property_photos li {
	float: left;
	margin: 5px;
}
#property_details .info {
	margin-left: 450px;
	margin-top: 10px;
}
#property_details .info a {
	display: none;
}
#property_details #property_map {
	clear: both;
}
#property_details .additional_info,
#property_details form,
#property_details .email_to_a_friend {
	display: none;
}


#property_details .main_info .room_info {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 4px;
	width: 100%;
}
#property_details .main_info .room_info dt {
	clear: left;
	float: left;
	width: 180px;
}
#property_details .main_info .room_info .bedrooms {
	padding-top: 4px;
}
#property_details .main_info .room_info dd {
	font-weight: bold;
}
#property_details .main_info p.description {
	margin: .5em 0;
}

#property_details .solicitor_info {
	margin-top: 10px;
}
#property_details .solicitor_info h3 {
	font-weight: bold;
}
#property_details #property_map {
	border: 1px solid;
	border-width: 3px 0;
	padding: 3px 0;
}
#property_details #property_map h2 {
	display: none;
}
#property_details #property_map .googlemap {
	border: 1px solid #000;
	height: 300px;
	margin: 0 auto;
	width: 600px;
}
