@import url("base.css");

.PropertyError
{
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.PropertyType, .PropertyPrice, .PropertyPending, .PropertyContingent, .PropertySold
{
	display: block;
	text-align: center;
}

.PropertyType { font-weight: bold; }

.PropertyPrice
{
	font-size: 125%;
	font-style: italic;
}

.PropertyPending, .PropertyContingent, .PropertySold { font-weight: bold; }

.PropertyPhotos
{
	border-collapse: collapse;
	margin: 1em 0 0 0;
	width: 100%;
}

.PropertyPhotos td { padding-bottom: 10px; }
.PropertyPhotos img { border: 1px solid #c00000; }
.PropertyVirtualTour { text-align: right; }

.PropertyDescription
{
	margin: 5px 0;
	text-align: justify;
}

.PropertyFeatures
{
	border: 1px dashed #fff;
	border-collapse: collapse;
	font-weight: bold;
	margin-top: 1em;
	width: 100%;
}

.PropertyFeatures td
{
	padding: 8px 10px;
	text-align: center;
	width: 25%;
}

/* Agent info */
.Agent
{
	margin: 20px auto 0 auto;
	padding: 10px;
	text-align: center;
	width: 300px;
}

.Agent img { border: 1px solid #c00000; }
.Agent .AgentName, .Agent .AgentContact .AgentCaption { font-weight: bold; }
.Agent .AgentName { font-size: 115%; }
