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

.listingBox {
	padding: 5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	clear: both;
}

.listingBox:hover {
	background: #EEEEEE;
	cursor: pointer;
}

.listingSpacer {
	height: 20px;
}

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

.address {
	font-weight: bold;
	font-size: 16px;
	color: #036;
	text-decoration: underline;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.cityStateZip {
	font-style: italic;
	font-size: 14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.neighborhoood {
	font-style: italic;
}

.rooms {
	font-style: italic;
}

.price {
	float: right;
	font-size: 16px;
	color: #900;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.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;
}

.dataCell {
	border-bottom: #CCC 1px solid;
	border-left: #CCC 1px solid;
	padding: 0px 10px 0px 10px;
}
