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

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

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

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

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

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

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

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

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