﻿@import url("base.css");

#content img
{
	border: 1px solid #800000;
	display: block;
}

#homes
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#land
{
	float: right;
	margin-right: 10px;
	text-align: center;
}

.NoResults { text-align: center; }
.PropertyList table { width: 100%; }

.PropertyList table td
{
	text-align: center;
	vertical-align: top;
	width: 33.3%;
}

.Property h3
{
	font-size: 100%;
	text-align: center;
}

.Property .PropertyError { text-align: center; }

.Property .PropertyType,
.Property .PropertyPrice,
.Property .PropertyPending,
.Property .PropertyContingent,
.Property .PropertySold,
.Property .PropertyVirtualTour
{
	display: block;
	text-align: center;
}

.Property .PropertyPending,
.Property .PropertyContingent,
.Property .PropertySold,
.Property .PropertyVirtualTour
{
	font-weight: bold;
}

.Property .PropertyVirtualTour { margin-top: 0.5em; }

.Property .PropertyPhotos
{
	margin-top: 1em;
	width: 100%;
}

.Property .PropertyDescription
{
	border: 1px solid #800000;
	border-width: 1px 0;
}

.Property .PropertyFeatures { width: 100%; }