/* PROPERTY LISTING */

#key-property-details .listing{
	clear:both;
	border-bottom:1px solid #EAEAEA;
	margin-bottom:12px;
}

#key-property-details .bottom{
	border:0;
	margin-bottom:0;
}
#key-property-details .thumb{
	display:block;
	width:125px;
	height:93px;
	float:left;
	border:1px solid #DADADA;
}
#key-property-details .summary{
	float:left;
	width:450px;
	padding-left:10px;
	vertical-align:top;
}
#key-property-details .info{
	float:right;
	width:130px;
}
#price-range-menu{
	clear:both;
	margin-bottom:10px;
	border-bottom:1px solid #DADADA;
}
#price-range-menu[id]{
	margin-top:15px;
}
#price-range-menu ul{
	display:inline;
	float:left;
	background-image:url('../images/menu-bg.gif');
	clear:both;
	padding:0;
	margin:0;
	list-style-type:none;
	border-left:1px solid #DADADA;
}
#price-range-menu ul li{
	display:inline;
}
#price-range-menu ul li a{
	float:left;
	padding:5px;
	border-top:1px solid #DADADA;
	border-right:1px solid #DADADA;
	font-weight:bold;
	text-decoration:none;
	color:#464646;
}
#price-range-menu ul li a:hover, #price-range-menu ul li a.selected {
	background-color:#AA0000;
	color:#FFFFFF;
}
#price-range-menu .pagination{
	padding:5px;
	padding-bottom:6px;
	text-align:right;
}

/* PROPERTY STATUS */

#key-property-details .status{
	width:125px;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

#key-property-details .green{
	background-color:#009900;
}

#key-property-details .red{
	background-color:#cc0000;
}

#key-property-details .orange{
	background-color:#ffcc66;
}
