@import url("base.css");

.PropertyList
{
	font-size: 90%;
	margin-bottom: 2em;
}

.PropertyList table { width: 99%; }
.PropertyList td { vertical-align: top; }
.PropertyList img { border: 1px solid #ac0000; }
.PropertyList .Caption { /* font-style: italic; */ }
.PropertyList .Sold { font-weight: bold; }

.listings ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.listings ul li
{
	float: left;
	text-align: center;
	width: 200px;
	height: 200px;
}

.listings ul li .title { margin-bottom: 0.5em; }

.listings ul li img
{
	border: 1px solid #ac0000;
	margin-bottom: 0.5em;
}

.listings ul li .price { margin-top: 0.5em; }

.listings .pager
{
	clear: both;
	margin: 1em 0;
	text-align: center;
}