@import url("style.css");

img { border: 0; }

h1
{
	font-size: 20pt;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

.PropertyType
{
	display: block;
	font-weight: bold;
}

.PropertyPrice { display: block; }

.PropertyPending, .PropertyContingent, .PropertySold
{
	display: block;
	font-style: italic;
}

.PropertyVirtualTour
{
	font-weight: bold;
	margin-top: 0.5em;
}

.PropertyPhotos
{
	margin: 0.5em 5px 0 0;
	width: 100%;
}

.PropertyPhotos td { text-align: center; }
.PropertyDescription { margin-bottom: 1em; }

.PropertyFeatures
{
	border: 1px solid #c1a01d;
	margin-bottom: 15px;
	width: 100%;
}

.Property .listed-by
{
	font-size: normal;
	text-align: center;
}

.Agent
{
	border: 1px solid #c1a01d;
	margin: 0 auto 15px auto;
	padding: 10px;
	width: 75%;
}

.Agent .AgentName
{
	font-weight: bold;
	margin-bottom: 10px;
}

.Agent .AgentContact { font-size: 90%; }
