.listing-image-container {
	float: left;
	width: 140px;
	/*height: 102px;*/
	background-color: #fff;
	color: #aaa;
	text-align: center;
	padding: 2px;
	/*overflow: hidden;*/
	border: 1px solid #eee;
	/*cursor: pointer;*/
}
.listing-image {
	width: 136px;
	height: 102px;
	overflow: hidden;
	border: 1px solid #eee;
	/*background-color: #aaa;*/
	background: #aaa url(../images/loading_boxes.gif) center no-repeat;
	padding: 0;
	margin: 0;
}
.listing-image img {
	width: 136px;
	height: 102px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.listing-image-container img.loading {
	filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
}
.listing-icons {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 107px;
	/*text-align: right;*/
}
.listing-icons li { line-height: 25px; }
.listing-icons .listing-mls-number { margin: 0 auto 5px; cursor: pointer; }
div.listing-mls-number:hover { color: #fff; }
.listing-icons .icon-strip { margin: 10px auto; padding: 0 1px; }
.listing-icons .icon {
	float: left;
	margin: 0 5px 0 auto;
	padding: 0;
	width: 16px;
	height: 17px;
	line-height: 16px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #1D3B6D;
	text-align: center;
	background-image: url(../images/bg_rounded_white.gif);
	background-repeat: no-repeat;
}
.listing-icons a { text-decoration: none; color: inherit; font: inherit; }
.listing-icons .info { cursor: default; }
.listing-icons .dock { background-image: url(../images/bg_rounded_blue.gif); color: #fff; }
.listing-icons .new { background-image: url(../images/bg_rounded_yellow.gif); color: #000; }
.listing-icons .blocks { background-image: url(../images/bg_rounded_white.gif); color: #000; }
.listing-icons .off { background-image: none; }
/*a.icon_button {
	width: 80px;
	height: 25px;
	clear: none;
	display: block;
	margin: 0;
	padding: 0 0 0 25px;
	border: 1px solid #244985;
	border-width: 0 1px 1px 0;
	color: #ccc;
	background-position: left center;
	background-repeat: no-repeat;
}
a.icon_button:hover {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	color: #fff;
}*/
.listing-stats {
	/*float: left;*/
	/*width: 310px;*/
	margin-left: 170px;
	padding: 0;
}

.clear { clear: both; }