@charset "utf-8";
/* CSS Document */

.listingBox {
	border-top: 2px dashed #4b403a;
	border-bottom: 2px dashed #4b403a;
	padding: 5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	clear: both;
}

.listingBox:hover {
	background: url(../images/listingbg.jpg);
	background-repeat: repeat-y;
	border-top: 2px solid #4b403a;
	border-bottom: 2px solid #4b403a;
	cursor: pointer;
}

.listingSpacer {
	height: 20px;
	background: #c0b3ad;
}

.listingLabel {
	font-weight: bold;
	font-style: normal;
}

.address {
	font-weight: bold;
	font-size: 16px;
	color: #036;
	text-decoration: underline;
}

.cityStateZip {
	font-style: italic;
	font-size: 14px;
}

.neighborhoood {
	font-style: italic;
}

.rooms {
	font-style: italic;
}

.price {
	float: right;
	font-size: 16px;
	color: #900;
}

.singleThumb {
	float: right;
	clear: right;
	border: 1px solid #000000;
	margin-top: 15px;
}

.sqft {
	font-style: italic;
}

.dropDown {
	width: 170px;
	margin-bottom: 15px;
	border: 1px solid #000;
}

.data {
	font-style: italic;
	font-weight: normal;
}

.status {
	font-style: italic;
	font-weight: bold;
}
