.city_list_table {
	width: 100%;
}
.city_list_table td {
	width: 33%;
}

#listingsTableHeaderRight,
.right-column {
	width: 150px;
}

.search-results-map {
	visibility: visible;
	width: 725px;
	height: 275px;
	background-color: #EEE;
	margin-bottom: 5px;
}
.listing-results-map {
	visibility: visible;
	width: 505px;
	height: 275px;
	background-color: #EEE;
	margin-bottom: 5px;
}

.right-column hr {
	border: 0px;
	border-bottom: 1px solid #DDD;
}

#mlsSearchButton {
	border: 1px solid #AAA;
	background-color: #FFF;
}

.view-all {
	text-align: center;
}

.detail-info {
	width: 50%;
}

.detail-additional-info {
	width: 50%;
	vertical-align: middle;
}
td.detail-additional-info h3 {
	background-color: #FFF;
}

#slideShowDiv {
	width: 320px;
	height: 295px;
}

.searchMapFrame {
	border: 0px;
	width: 725px;
	height: 280px;
}

.listingMapFrame {
	border: 0px;
	width: 505px;
	height: 280px;
	margin-bottom: 5px;
	margin-top: 5px;
}