.title, .subtitle {
	padding: 5px;
	background-color: #336699;
	color: white;
	font: 12px Helvetica;
	font-weight: bold;
}

.subtitle {
	font: 11px Tahoma;
}

.body-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.listing-address {
	font: 11px Tahoma;
	padding: 5px;
	background-color: #ffe07b;
	font-weight: bold;
	border: 1px solid #ababab;
	margin: 10px 10px 10px 10px;
}

.mls-number, .exclusive-text{
	font: 12px Helvetica;
	font-weight: bold;
	margin: 0 10px 0px 0px;
}

.exclusive-text {
	color: red;
}

.listing-price {
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #ababab;
	font: 12px Helvetica;
	font-weight: bold;
	margin-bottom: 5px;
}

.icon-toolbar {
	padding: 5px;
	border: 1px solid #ababab;
	font: 12px Helvetica;
	font-weight: bold;
	margin-bottom: 5px;
}

.photo-section {
	/* margin: 0 5px 5px 10px; */
	/* margin: expression('0 5px 0px 10px'); */
	position: relative;
	width: 330px;
	height: 280px;
	background: url(../img/search/main_photo_box.gif);
}

.listing-photo {
	position: absolute;
	top: 18px;
	left: 10px;
	/* border: 1px solid black; */
}

.listing-banner {
	position: absolute;
	top: 18px;
	left: 10px;
	/* border: 1px solid black; */
}

.right-side-group {
	border: 1px solid #ababab;
	margin-bottom: 6px;
	margin-bottom: expression( '2px' );
}

.left-side-group {
	border: 1px solid #ababab;
	margin-bottom: 6px;
	margin-bottom: expression( '2px' );
}

.right-side-group legend, .left-side-group legend {
	font: 11px Tahoma;
	color: #336699;
	font-weight: bold;
	margin-bottom: expression( '3px' );
}

.navigation-link, .navigation-link-disabled {
	font: 11px Tahoma;
	font-weight: bold;
}

.navigation-link-disabled {
	color: #ababab;
}

.info-label {
	font: 11px Tahoma;
	text-align: right;
	background-color: #eeeeee;
	border: 1px solid #cdcdcd;
}
.info-data {
	font: 11px Tahoma;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.table-heading {
	font: 11px Tahoma;
	text-align: left;
	background-color: #eeeeee;
	border: 1px solid #cdcdcd;
}

.table-data {
	font-weight: bold;
}

.realtor-info {
	font: 11px Tahoma;
	border-top: 1px solid gray;
	margin-top: 5px;
	padding-top: 10px;	
}
.realtor-links {
	margin-left: 15px;
}
.realtor-name {
	font-weight: bold;
}

.more-images-link {
	cursor: pointer;
	color: blue;
}

.sign-up-box {
	background-color: #fceda7; 
	border: 1px solid #fec162; 
}

.open-house-section {
	color: red;
	font-weight: bold;
	text-align: left;
}

.additional-docs-section, .external-links-section {
	background-color: #efefef; 
	border: 1px solid #ababab; 
}

.additional-docs-section span, .external-links-section span {
	font-weight: bold; 
	color: blue;
}

