@import url("garland.css");

address
{
	font-style: normal;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
}

h1
{
	color: #900;
	font-size: 115%;
	text-align: center;
}

.error
{
	color: #f00;
	margin-bottom: 1em;
	text-align: center;
}

/* Property List */
.property-list
{
	margin-bottom: 1em;
	text-align: center;
}

.property-list .NoResults
{
	color: #f00;
	font-weight: bold;
}

.property-list table { width: 100%; }

.property-list table td
{
	font-size: 80%;
	text-align: center;
	width: 33.3%;
}

.property-list table td img { border: 1px solid #900; }
.property-list .Type { font-weight: bold; }
.property-list .Caption { font-style: italic; }
.property-list .Address { margin-bottom: 1em; }
.property-list table td a { font-weight: bold; }

/* Property View */
.property { margin-bottom: 1em; }

.property .type, .property .price, .property .pending, .property .contingent, .property .sold
{
	display: block;
	font-weight: bold;
	text-align: center;
}

.property .type
{
	margin-bottom: 1em;
	text-decoration: underline;
	text-transform: uppercase;
}

.property .price { margin-bottom: 0.5em; }
.property .sold { color: #f00; }

.property .photos
{
	margin: 1em 0;
	width: 100%;
}

.property .photos td
{
	text-align: center;
	width: 25%;
}

.property .photos img { border: 1px solid #900; }

.property .virtual-tour
{
	font-weight: bold;
	text-align: center;
}

.property .description
{
	margin: 1em 0 1.5em 0;
	text-align: justify;
}

.property .features { width: 100%; }

.property .features td
{
	text-align: center;
	width: 25%;
}