/********************
 * All listing related pages
 */


/********************
 * Search pages
 */
.search-block-right {
	border-right: 1px dotted #333;
} .search-block-left, .search-block-right {
	width: 49%;
	padding-top: 15px;
} .search-block-right .search-field {
	padding-right: 35px;
	padding-bottom: 14px;
} .search-block-left .search-field {
	padding-left: 35px;
	padding-bottom: 14px;
}


/********************
 * Detail pages
 */
#ourlisting {
	margin-bottom: 20px;
	height: 175px;
	font-size: 1.25em;
} #callus {
	margin-bottom: 20px;
	height: 80px;
}

#photos {
	float: left;
	width: 310px;
} #property_photo {
	margin-bottom: 15px;
}

#summary {
	float: left;
	width: 285px;
	padding-left: 25px;
} .details b, #summary b {
	display: block;
	float: left;
	margin-right: 6px;
} .details p, #summary p {
	float: left;
	margin-bottom: 5px;
}

#muldata {
	width: 100%;
	font-size: 0.9em;
	border-bottom: 1px dotted #333;
} #muldata th {
	border-bottom: 1px dotted #333;
} #muldata .databit {
	border-right: 1px dotted #333;
	width: 25px;
}

#map_canvas {
	width: 100%;
	height: 210px;
	margin-top: 45px;
} #map_canvas div {
	float: none !important;
	margin: 0 !important;
}

#courtesy {
	font-size: 0.75em;
	color: #666;
	text-align: center;
	padding-top: 30px;
}

.nl {
	clear: left;
	margin-bottom: 0 !important;
}

/********************
 * Results page
 */
#results {
	margin-bottom: 15px;
}

.result {
	height: 192px;
	margin: 10px 0 10px 0;
	clear: both;
	font-size: 0.9em;
} .result img {
	margin-right: 15px;
} .result div {
	width: 120px;
}
.recent {
	width: 290px;
	margin: 5px 0 5px 0;
	clear: both;
	font-size: 0.9em;
} .recent img {
	margin-right: 5px;
	margin-bottom: 10px;
}
