#search_wrap{
	height:75px;
	border-bottom: solid #cbccce 1px;
	margin-bottom:22px;
	position:relative;
}

#search_wrap *{position:absolute;}

#search_wrap .filter_by{
	position:absolute;
	top:3px;
	left:0px;
}

#search_wrap #neighborhood_select{
	width:127px;
	top:0px;
	left:60px;
}

#search_wrap #type_select{
	width:127px;
	top:33px;
	left:60px;
}

#search_wrap .price{
	top:5px;
	left:205px;
	text-transform:uppercase;
}

#search_wrap #min_price{
	width:127px;
	top:0px;
	left:243px;
}

#search_wrap .price_to{
	top:4px;
	left:383px;
}

#search_wrap #max_price{
	width:127px;
	top:0px;
	left:401px;
}

#search_wrap .beds{
	top:38px;
	left:205px;
	text-transform:uppercase;
	
}

#search_wrap #beds_select{
	top:33px;
	left:243px;
	width:80px;
}

#search_wrap #submit_search{
	top:0px;
	left:545px;
	
}

#search_wrap #cear_search_btn{
	top:37px;
	left:522px;
	text-decoration:underline;
}

.listing_widget{
	width:285px;
	float:left;
	margin:0px 40px 50px 0px;
}

.listing_widget.last{
	margin-right:0px;
}

.listing_widget .image{
	position:relative;
	width:283px;
	height:188px;
	background-position:center;
	background-repeat:no-repeat;
	border:solid #cbccce 1px;
}

.listing_widget .image img{
	height:100%;
	width:100%;
}

.listing_widget .address_name{
	font-size:12px;
	font-weight:bold;
	border-bottom:solid #cbccce 1px;
	padding:3px 0px;
}

.listing_widget .price{
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 0px 3px 15px;
}

.listing_widget .price .per{
	color:#231f20;
	font-weight:normal;
	text-transform:lowercase;
}

.listing_widget .address{
	color:#7b7c7f;
	margin-bottom:25px;
}

.listing_widget .address .region{
	color:#aca9a2;
}


/* Small widget */
.small_listing_widget{
	width:204px;
	float:left;
	margin:0px 40px 10px 0px;
}

.small_listing_widget.last{
	margin-right:0px;
}

.small_listing_widget .image{
	position:relative;
	width:204px;
	height:135px;
	background-position:center;
	background-repeat:no-repeat;
	border:solid #cbccce 1px;
}

.small_listing_widget .image img{
	height:100%;
	width:100%;
}

.small_listing_widget .address_name{
	font-size:12px;
	font-weight:bold;
	border-bottom:solid #cbccce 1px;
	padding:3px 0px;
}

.small_listing_widget .price{
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 0px 3px 15px;
}

.small_listing_widget .price .per{
	color:#231f20;
	font-weight:normal;
	text-transform:lowercase;
}

.small_listing_widget .address{
	color:#7b7c7f;
	margin-bottom:25px;
}

.small_listing_widget .address .region{
	color:#aca9a2;
}