/* vim: set expandtab tabstop=4 shiftwidth=4: */

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
		color:black;
    margin: 0;
    padding: 0px 0 20px 0;
    /*background: #FFFFFF url(/images/header.gif) no-repeat top left;*/
}

a, a:visited {
	text-decoration: none;
	color: #ff3333;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#page_container {
	position: relative;
	min-height: 100%;
	width: 883px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	background-color: white;
}

* html #page_container {
	height: 100%;
}

div.grey_block {
	padding: 10px;
	background-color: #242424;
}

.pad10 {
	padding: 10px;
}

div#errors {
	background: #FFEEEE url(/images/icons/error_large.gif) no-repeat 5px 10px;
	border-top: 5px solid #DB2929;
	margin: 10px 40px 10px 0;
	padding: 6px 6px 6px 60px;
	line-height: 14px;
	color: #990000;
	min-height: 40px;
}

div#errors p {
	font-size: 11px !important;
}

ul#header_menu {
	display: none;
}

ul#header_menu li {
	float: left;
	padding: 0 0 0 0;
	margin: 0px 18px 0 0;
}

p.errors_title {
	font-weight: bold;
}

h1#frontpage_header, h1#frontpage_header span {
	height: 295px;
	width: 880px;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1#header {
    display: list-item;                
	list-style-image: url('/images/header.gif');
	list-style-position: inside;       
	letter-spacing: -1000em;           
	font-size: 1pt;                    
	color: #fff;                      
    width: 378px;
    height: 81px;
    margin-bottom: 40px;
}

h1#header a {
	color: white;
	text-decoration: none;
        
}

div.middle_content {
	padding: 10px 40px 10px 40px;
}

.middle_content h2 {
    color: white;
	margin: 10px 10px 10px 0;
	font-size: 18px;
}

div.middle_content p {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 11pt;
	line-height: 18px;
}

div#quick_search {
	display: none;
}

div.property_result {
	margin: 10px 4px 0 4px;
	padding: 5px 0 0 0;
    height: 120px;
	border-top: 1px solid #666;
}

img.photo_thumb {
    margin: 3px 5px 5px 5px;
	padding: 2px;
	border: 1px solid #444;
}

.property_result h2 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.property_result h2 a {
    color: #c90404;
    text-decoration: none;
    font-size: 16px;
}

.property_result p {
    margin: 1px 0 0 0;
    color: #ccc;
	font-size: 9pt;
	padding: 0px;
}

span.actions {
    position: relative;
    top: 0px;
    margin: 0 0 0 8px;
    padding: 0;
    vertical-align: bottom;
}

html>body span.actions {top: 7px;}

span.actions img {
    padding: 0;
    margin: 0 0 0 8px;
}

.clear {
	clear: both;
}


p.small {
	margin: 2px 0 0 0 !important;
	padding: 0 !important;
	font-size: 8pt !important;
}

.property_profile {
	padding: 20px 50px 40px 40px;
}

.property_profile h2 {
	color: black;
	margin: 10px 10px 10px 0;
	font-size: 18px;
}

.property_profile p {
	padding: 0;
	margin: 60px 180px 0 0;
	font-size: 10pt;
	line-height: 18px;
	text-align: justify;
}

.property_profile dl {
	width: 218px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.property_profile dl dt {
	font-size: 12px;
	color: black;
	font-weight: bold;
	width: 64px;
	float: left;
	margin: 0 0 0 0;
	padding: .3em;
	font-weight: bold;
}

 /* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.property_profile dl dt.price {
	padding-top: 8px !important;
}

.property_profile dl dd {
	font-size: 10px;
	float: left;
	width: 134px;
	margin: 0 0 0 0;
	padding: 6px .3em .3em .3em;
}

.property_profile dl dd a {
	font-weight: bold;
}

.property_profile dl dd.price {
	font-size: 16px;
	font-weight: bold;
}

div#photo_gallery {
	width: 880px;
	height: 372px;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
}

div#thumbnails {
	display: none;
}

div#photo_gallery div#thumbnails ul {
	list-style: none;
	padding-left: 0px;
	margin: 9px 0 0 0;
}

div#photo_gallery div#thumbnails ul li {
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	padding: 0 0 0 0;
	margin: 0px 1px 1px 0;
	width: 160px;
	height: 123px;
	cursor: pointer;
}

div#photo_gallery div#thumbnails ul li.fade {
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

div#main_photo {
	width: 550px;
	height: 372px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 1px;
}

html>body div#main_photo {
	width: 556px;
}

div#photo_nav {
	display: none;
}

div#photo_nav #icons {
	opacity: 1.0 !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100)  !important;
}

div#region_content {
	min-height: 600px;
	_height: 600px; /* IE hack */
	padding: 10px 0 30px 30px;
	background: #000000 url(/images/search_gradient.gif) repeat-x !important;
}

div#region_content h2 {
	color: white;
}

div#region_content p {
	font-size: 10pt;
	line-height: 18px;
	padding: 10px 0 5px 0px;
	margin: 0 230px 0 0;
}

div#region_content p strong {
	color: white !important;	
}

div#cms_content {
	min-height: 600px;
	_height: 600px; /* IE hack */
	padding: 10px 0 30px 30px;
	background: #000000 url(/images/search_gradient.gif) repeat-x !important;
}

div#cms_content h2 {
	color: white;
	font-size: 14pt;
}

div#cms_content h3 {
	color: white;
	font-size: 12pt;
}

div#cms_content p {
	font-size: 10pt;
	line-height: 18px;
	padding: 10px 0 5px 0px;
	margin: 0 230px 0 0;
}

div#search_results_page {
	min-height: 600px;
	_height: 600px; /* IE hack */
	padding: 10px 10px 40px 40px;
}

div#search_results_page p {
	font-size: 10pt;
	padding: 10px 0 5px 5px;
	margin: 0;
}

div#property_search_result ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px 0 0 0;
}

div#property_search_result .photo {
	position: relative;
	height: 100px;
}

div#property_search_result .new_property {
	
}

div#property_search_result ul li {
	float: left;
	padding: 5px 0 0 0;
	margin: 5px 18px 0 0;
	width: 140px;
	height: 210px;
}

html > body div#property_search_result ul li {
	height: 200px;
	margin-right: 20px;
}

div#property_search_result ul li h2 {
	font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 2px 0px;
    padding: 0;
}

html>body div#property_search_result ul li h2 {
	margin-top: 10px;
}

div#property_search_result ul li h3 {
	font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

div#property_search_result ul li h2 a {
	color: #ff3333;
	text-decoration: none;
}

div#property_search_result ul li p {
	margin: 0px 0 0 0px;
	padding: 0;
}

div#property_search_result ul li img.photo_thumb {
    margin: 3px 5px 5px 0px;
	padding: 2px;
	border: 1px solid #444;
}

p.price {
	font-size: 14px;
	font-weight: bold;
}

.searchResultsInfo {
	width: 615px;
	text-align: right;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.top {
	vertical-align: top;
	padding-top: 4px;
}

.label {
	text-align: right;
	font-weight: bold;
}

input.checkbox {
	border: none;
	vertical-align: middle;
}

td.input {
	padding: 0;
}

html > body table.checkbox {
	border-collapse: separate collapse;
}

h3.search_query_info {
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
}

p.no_results {
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-bottom: 30px;
}

ul#region_sections {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#region_sections li {
	margin: 0;
	padding: 3px 0px 3px 12px;
	background-image: url(/images/page_nav/next_page.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
}

#minfav_msg {
	width: 350px;
	background-color: #E7F4D4;
	color: #252722;
    padding: 3px;
	margin: 4px 0px;
    font-weight: bold;
    text-align: center;
}

#favindicator {
    position: absolute;
    top: 80px;
    left: 80px;
}

td.label {
	text-align: right;
	font-weight: bold;
	width: 160px;
}

.featured_property {
	width: 150px;
	float: left;
	margin-right: 59px;
}

html>body .featured_property {
	margin-right: 65px;
}

.featured_property p {
	margin: 0px 0 0 5px !important;
	padding: 0 !important;
}

.featured_property .photo {
	height: 110px;
}

.featured_property h2 {
	font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0 5px;
    padding: 0;
}

.featured_property h2 a {
	color: #ff3333;
	text-decoration: none;
}

.featured_property img.photo_thumb {
    margin: 3px 5px 5px 5px;
	padding: 2px;
	border: 1px solid #444;
}

.featured_property h3 {
	font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 0;
}

hr {
	border: 0;
	color: #444;
	background-color: #444;
	margin: 5px 0;
	height: 1px;
}

div.sort_options {
	
}

div.sort_options ul {
	float: left;
	list-style: none;
	padding-left: 0px;
	margin: 0px 0 0 0;
}

div.sort_options ul li {
	font-weight: bold;
	float: left;
	padding: 0 0 0 0;
	margin: 0px 10px 0 0;
}

div.sort_options ul li.current_order a {
	color: white;
}

ul#regions_list {
	list-style: none;
}

ul#regions_list li a {
	color: #cccccc;
}

div.img_overlay {
	z-index: 10000;
	position: absolute;
	top: 3px;
	left: 0;
}

.featured_property div.img_overlay {
	left: 5px;
}

div.img_overlay img {
	opacity: 0.75;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}

td.checkbox_cell {
	font-size: 10px;
	color: #cccccc;
}

#page_footer {
	margin-top: 10px;
	text-align: center;
}

#similar_properties {
	display: none;
}

.buttons {
	display: none;
}

.hide_on_print {
	display: none;
}

