/* LISTINGS ****************************************************************************************/
/* Search Results */
.listing-page-marker {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.listing-page-marker li {
	display: inline;
}

.listing-page-marker li a {
	padding: 0 3px;
}

.listing-page-marker li.current-page {
	font-size: 150%;
}

.listing-results {
	margin: 0 10px;
}

.listing-item {
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD;
}

.listing-image:link, .listing-image:visited {
	width: 80px;
	height: 59px;
	margin-right: 10px;
	border: 1px solid #AAAAAA;
	float: left;
	overflow: hidden;
}

.listing-image:hover {
	border-color: #000000;
}

.listing-image img {
	width: 80px;
	height: 59px;
}

.listing-info {
	width: 633px;
	float: left;
}

.listing-info table {
	width: 100%;
}

.listing-info table tr.heading {
	background-color: #6699cc;
	color: #FFFFFF;
	font-weight: bold;
}

tr.heading a:link, tr.heading a:visited {
	color: #FFFFFF;
}

tr.heading a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.listing-info table td {
	padding: 2px 5px;
	vertical-align: top;
}

.listing-info a {
	color: #404040;
}

.residential table td, .land table td {
	width: 20%;
}

.commercial table td {
	width: 25%;
}

.mls-number {
	text-align: right;
}


.listing-mls-search {
	background-color: #6699cc;
	padding: 4px;
	margin: 0 0 5px 0;
	list-style: none;
	text-align: center;
}

.listing-mls-search li {
	display: inline;
}

.listing-mls-search li a {
	color: #ffffff;
	padding: 0 25px;
}
