﻿@import url("base.css");

.Property h1 { font-size: 175%; }
.PropertyType { display: block; }

.PropertyPrice
{
	font-size: 135%;
	font-weight: bold;
}

.PropertyPending, .PropertyContingent, .PropertySold
{
	display: block;
	font-weight: bold;
}

.PropertyPhotos
{
	margin: 0 0 0.5em 0;
	width: 99%;
}

.PropertyPhotos td { text-align: center; }
.PropertyPhotos img { border: 1px solid #ac0000; }
.PropertyDescription { margin-bottom: 1em; }

.PropertyFeatures
{
	border: 1px solid #ac0000;
	margin-bottom: 2em;
	width: 100%;
}

.PropertyVirtualTour
{
	margin: 0.5em 0;
	text-align: center;
}

.PropertyVirtualTour a { text-decoration: underline !important; }

/* Property View */
.listing h2 { text-align: center; }

.listing
{
	margin-bottom: 1em;
	width: 99%;
}

.listing .not-found { 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 .photos img { border: 1px solid #ac0000; }

.listing .virtual-tour
{
	margin-bottom: 1em;
	text-align: center;
}

.listing .virtual-tour a
{
	font-size: 102%;
	font-weight: bold;
}

.listing .overview
{
	border: 1px solid #ac0000;
	clear: left;
	float: left;
	font-size: 90%;
	margin-right: 1em;
	padding: 0.5em;
	text-align: left;
	width: 200px;
}

.listing .overview h3, .listing .details h3
{
	color: #ac0000;
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

.listing .overview .contact
{
	margin: 1em 0;
	text-align: center;
	text-transform: uppercase;
}

.listing .label { font-weight: bold; }

.listing .photo
{
	margin-bottom: 1em;
	text-align: center;
}

.listing .photo img
{
	border: 1px solid #ac0000;
	display: block;
	margin: 0 auto 0.5em auto;
}

.listing .description
{
	margin: 1em 0 1.5em auto;
	text-align: justify;
}

.listing .directions { text-align: center; }

.listing .details
{
	border: 1px solid #ac0000;
	clear: both;
	float: left;
	font-size: 90%;
	margin: 1em 0;
	padding: 0.5em;
}

.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;
}

.listing .back
{
	font-size: 1.25em;
	text-align: center;
}
