﻿@import url("base.css");

.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;
	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
{
	background: transparent url("images/shadow-br.png") no-repeat right bottom;
	display: inline-block;
	margin: 0 0.25em;
}

.listings ul.price-breakdown li a
{
	background: transparent url("images/shadow-tl.png") no-repeat left top;
	display: inline-block;
	padding: 5px 15px 15px 5px;
}

.listings ul.price-breakdown li a span, .listings ul.price-breakdown li a:visited span
{
	background: #758b7e;
	border: 2px solid #fff;
	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: #fff;
	border-color: #758b7e;
	color: #000;
}

.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 #00a;
	display: block;
	margin: 0 auto;
}

#content .listing .photos
{
	clear: both;
	float: none;
	margin: 0 0 0.5em 0;
}

.listing .photos img
{
	margin: 0 5px 0.5em 5px;
}

.listing .photos ul
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
}

.listing .photos ul li
{
	display: inline;
	/* float: left;
	width: 90px;
	height: 60px; */
}

#content .listing .photos img
{
	display: inline-block;
	margin: 0.35em;
}

.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 #24447e;
	float: right;
	margin-left: 1em;
	text-align: left;
	width: 250px;
}

.listing .overview h2, .listing .details h2
{
	background: #24447e;
	color: #fff;
	margin: -1px 0 1em 0;
	padding: 0.25em;
}

.listing .overview .content, .listing .details .content { margin: 0.5em; }
.listing .label { font-weight: bold; }

.listing .description
{
	margin: 1em 0 1.5em auto;
	text-align: justify;
}

.listing .details
{
	border: 1px solid #24447e;
	clear: both;
	margin: 1em 0;
}

.listing .details ul
{
	list-style: none;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}

.listing .details ul li
{
	float: left;
	width: 49%;
	height: 1.5em;
}

.listing .reciprocity
{
	font-size: small;
	font-style: italic;
	text-align: center;
}