/* -------------------------- LINKS ------------------------- */

.listing a:hover,
.listing .quickbar a:hover {
	color: #ff6600;
}

.listing a.mag {
	background: url(/images/graphics/mag.gif) no-repeat left center; 
	font-weight: bold;
	padding-left: 12px;
}

.listing a.map {
	background-image: url(/images/graphics/map.gif);
	padding-left: 16px;
}

.listing a.map:hover {
	background-image: url(/images/graphics/map_hvr.gif);
}

.listing a.mag:hover {
	background-image: url(/images/graphics/mag_hvr.gif); 
}


.listing a.photos {
	background-image: url(/images/graphics/camera.gif);
	padding-left: 18px;
}

.listing a.photos:hover {
	background-image: url(/images/graphics/camera_hvr.gif);
}

.listing a.print {
	background-image: url(/images/graphics/print.gif);
	padding-left: 12px;
}

.listing a.print:hover {
	background-image: url(/images/graphics/print_hvr.gif);
}

.listing a.save {
	background-image: url(/images/graphics/save.gif);
	padding-left: 16px;
	padding-right: 0;
}

.listing a.save:hover {
	background-image: url(/images/graphics/save_hvr.gif);
}

.listing a.send {
	background-image: url(/images/graphics/send.gif);
	padding-left: 18px;
	padding-right: 0;
}

.listing a.send:hover {
	background-image: url(/images/graphics/send_hvr.gif);
}

.listing .photo a {
	display: block;
	height: 100%;
}

.listing .quickbar a {
	background-repeat: no-repeat;
	background-position: left center;
	color: #003399;
	padding-right: 8px;
}

/* -------------------------- DIVS -------------------------- */

.listing {
	border: 1px solid #d4d8dd;
	color: #474d59;
	font-size: 10px;
	_height: 1%;
	margin-bottom: 24px;
	padding-bottom: 6px;
}

.listing .contact {
	display: inline;
	float: left;
	margin-left: 12px;
	width: 154px;
}

.listing .details {
	padding: 12px 16px;
}

.listing .details p {
	line-height: 14px; 
	margin-bottom: 0;
}

.listing .features {
	display: inline;
	float: left;
	width: 48%;
}

.listing .features ul {
	margin: 0 8px 0 20px;
	padding: 0;
}

.listing .features ul li {
	margin: 4px 0;
}

.listing h2 {
	background: #eee url('/images/graphics/mls_logo_sm.gif') no-repeat center left;
	padding-left: 16px;
}

.listing .listing_office {
	clear: both;
	color: #666;
	font-size: xx-small;
	padding-top: 12px;
}

.listing .photo {
	background: no-repeat center center;
	display: inline;
	height: 106px;
	float: left;
	overflow: hidden;
	width: 160px;
	text-align: center;
}

.listing .photo .status {
	background-color: #ff0000;
	display: block;
	color: #fff;
	filter: alpha(opacity=75);
	letter-spacing: .1em;
	opacity: .75;
	text-transform: uppercase;
	width: 100%;
}

.listing .price {
	display: inline;
	float: right;
	font-weight: bold;
	line-height: 20px;
	margin-right: 14px;
}

.listing .quickbar {
	border-top: 1px solid #d4d8dd;
	border-bottom: 1px solid #d4d8dd;
	background-color: #ffffff;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.listing .specs {
	display: inline;
	float: right;
	width: 75px;
}

.listing .specs .spectitle {
	clear: both;
	display: inline;
	float: left; 
	font-weight: bold; 
	text-align: left;
	width: 3.2em;
}

.page_numbers {
	font-size: 10px;
	float: right;
}

.paging {
	font-size: 10px;
	margin-bottom: 14px;
}