.listingBox
{
	border: 1px solid gray;
	background: #ffffff;
	width: 90%;
}

.listingBox td
{
	border: 1px solid gray;
	padding: 10px;
	font-size: 10pt;
	background: #CCCCCC;
}

#propertyDetails, #propertyDetails td, #propertyDetails p
{
	font-size: 10pt;
}

#propertyDetails h2
{
	margin-top: 0px;
}
#propertyDetails h1
{
	margin-bottom: 0px;
}

.detailsTable
{
	background-color: silver;
}
.detailsTable td
{
	background-color: white;
}

.thumbnail
{
	border: 1px solid silver;
	margin: 3px;
}

