﻿@import url("base.css");

.PropertyError
{
	color: #f00;
	text-align: center;
}

/* Listings */
.PropertyList table { width: 100%; }

.PropertyList table td
{
	font-size: 0.9em;
	padding: 1em 0;
	text-align: center;
	vertical-align: top;
	width: 25%;
}

.PropertyList table td img { border: 1px solid #d09d41; }

.PropertyList table td .Type
{
	font-weight: bold;
	margin: 0.25em 0 0.5em 0;
}

.PropertyList table td .Caption { margin: 0 0 0.5em 0; }
.PropertyList table td .Address { font-style: italic; }

.PropertyList table td a
{
	display: block;
	font-weight: bold;
	margin: 0.5em 0 0 0;
}

.PropertyList .pager { text-align: center; }

/* Individual listing */
.PropertyType, .PropertyPrice, .PropertyPending, .PropertyContingent, .PropertySold
{
	display: block;
	font-weight: bold;
	text-align: center;
}

#slideshow img
{
	border: 1px solid #d09d41;
	display: block;
	margin: 1em auto;
}

.PropertyVirtualTour
{
	font-size: medium;
	font-weight: bold;
	margin: 0.5em 0 1em 0;
	text-align: center;
}

.PropertyDescription
{
	margin: 0 auto 1em auto;
	width: 100%;
}

.PropertyFeatures
{
	margin: 0 auto;
	width: 100%;
}

.PropertyFeatures td
{
	text-align: center;
	width: 25%;
}

.email-listing
{
	margin: 2em auto 1em auto;
	text-align: center;
	width: 40%;
}

.email-listing table { width: 100%; }

.email-listing table th
{
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
	width: 40%;
}

.email-listing .text-field { width: 99%; }



/* IDX styles */
.pager
{
	clear: both;
	margin: 1em 0;
	text-align: center;
}

.listings h2
{
	text-align: center;
}

.listings p
{
	text-align: center;
}

.listings ul
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 645px;
}

.listings ul li
{
	float: left;
	font-size: 0.85em;
	text-align: center;
	width: 215px;
	height: 220px;
}

.listings ul li .title
{
	margin-bottom: 0.5em;
}

.listings ul li .price
{
	margin-top: 0.5em;
}

.listings ul.price-breakdown
{
	margin: 3em 0 0 0;
	text-align: center;
	width: 100%;
}

.listings ul.price-breakdown li
{
	display: inline;
	float: none;
	width: auto;
	height: auto;
}

.listings ul.price-breakdown li span
{
	display: inline-block;
	margin: 0 0.25em;
}

.listings ul.price-breakdown li a
{
	display: inline-block;
	padding: 5px 15px 15px 5px;
}

.listings ul.price-breakdown li a span, .listings ul.price-breakdown li a:visited span
{
	background: #60503d;
	border: 1px solid #d09d41;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
}

.listings ul.price-breakdown li a:active span, .listings ul.price-breakdown li a:hover span
{
	background: #987f62;
}



.search table
{
	width: 100%;
}

.search th
{
	font-weight: normal;
	padding-right: 0.5em;
	text-align: right;
}

.search td
{
	text-align: left;
}

.search .mls-number
{
	margin: 0.5em 0 2em 0.5em;
	text-align: center;
}

.search .mls-number .button
{
	padding-left: 1em;
	padding-right: 1em;
	width: auto;
}

.search .submit
{
	padding: 0.5em 0;
	text-align: center;
}



.listing .not-found
{
	text-align: center;
}

.listing .photo-full
{
	margin: 0 0 1em 0;
	text-align: center;
}

.listing .photo-full img
{
	border: 1px solid #d09d41;
	display: block;
	margin: 0 auto;
}

.listing .photos
{
	margin: 0 0 0.5em 0;
	text-align: center;
}

.listing .photos img
{
	margin: 0 5px 0.5em 5px;
}

.listing .photos ul
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.listing .photos ul li
{
	display: inline;
}

.listing h2
{
	clear: both;
}

.listing .address
{
	font-weight: bold;
	margin: 0 0 1em 0;
	text-align: center;
}

.listing .type, .listing .mls, .listing .price
{
	font-weight: bold;
	text-align: center;
}

.listing .type, .listing .mls
{
	margin-bottom: 1em;
	text-decoration: underline;
	text-transform: uppercase;
}

.listing .price
{
	margin-bottom: 0.5em;
}

.listing .virtual-tour
{
	margin-bottom: 1em;
	text-align: center;
}

.listing .virtual-tour a
{
	font-size: 102%;
	font-weight: bold;
}

.listing .overview
{
	border: 1px solid #d09d41;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: left;
	width: 250px;
}

#content .listing .overview h2, #content .listing .details h2
{
	background: #d09d41;
	color: #fff;
	font-size: 1em;
	margin: -1px 0 1em 0;
	padding: 0.25em;
}

.listing .overview .content, .listing .details .content
{
	font-size: 0.85em;
	margin: 0.5em;
}

.listing .label { font-weight: bold; }

.listing .description
{
	margin: 1em 0 1.5em auto;
	text-align: justify;
}

.listing .details
{
	border: 1px solid #d09d41;
	clear: both;
	float: left;
	margin: 1em 0;
	width: 100%;
}

.listing .details ul
{
	float: left;
	list-style: none;
	margin: 1em 0;
	padding: 0;
	width: 49%;
}

.listing .details ul li
{
	/* float: left;
	width: 49%;
	height: 1.5em; */
}

.listing .reciprocity
{
	clear: both;
	font-size: small;
	font-style: italic;
	text-align: center;
}