@import url("style.css");

.PropertyList { margin-bottom: 15px; }

.PropertyList .Type
{
	font-weight: bold;
	margin: 0.25em 0;
}

.PropertyList .Sold
{
	font-style: italic;
	font-weight: bold;
}

.PropertyList .Address { font-size: small; }

.PropertyList td a
{
	display: block;
	margin-top: 0.5em;
}

.PropertyList .listed-by
{
	font-size: x-small;
	margin: 0.5em 0;
}

.PropertyList table { width: 100%; }

.PropertyList td
{
	text-align: center;
	vertical-align: top;
}

.PropertyList .Paging { margin: 1.5em 0; }