.featured {
	border: 1px solid #93bb03;
	background: #d4ea87;
	padding: 5px;
	margin: 5px 0;
	}
.featured h4 {
	background-color: #93bb03;
	padding: 4px;
	font-size: 16px;
	color: #fff;
	}
.featured h4 .leftHeader {
	float: left;
	width: 400px;
	}
.featured h4 .rightHeader {
	float: right;
	}
.featured .featured-details {
	border: 1px solid #d1d2d2;
	margin-top: 5px;
	background-color: #fff;
	}
.featured .featured-details .description_text {
	padding: 5px;
	margin: 0 0 30px 105px;

	}
#main-content .featured .featured-details .description {
	z-index: -1;
	width: 801px;
	}
#main-content .featured .featured-details .description img {
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	}
.featured .featured-details .description_buttons {
	float: right;
	margin: 0 5px 11px 0;
	}
#main-content .featured .featured-details .description_buttons a,
#main-content .featured .featured-details .description_buttons a:link,
#main-content .featured .featured-details .description_buttons a:visited {
	border: 1px solid #93bb03;
	background-color: #93bb03;	
	color: #fff;
	padding: 5px;
	}
#main-content .featured .featured-details .description_buttons a:hover,
#main-content .featured .featured-details .description_buttons a:active {
	border: 1px solid #93bb03;
	background-color: #fff;
	color: #94804d;
	padding: 5px;
	}
.paging_nav {
	border: 1px solid #94804d;
	background-color: #efece1;
	margin: 5px 0;
	padding: 5px;
	text-align: right;
	font-size: 16px;
	line-height: 16px;
}
.paging_nav span {
	padding: 0 2px;
}
#main-content .paging_nav a:visited {
	color: #93bb03;
}
.no_properties {
	border: 2px solid #94804d;
	text-align: center;
	margin: 30px;
	padding: 20px;
}
.no_properties p {
	color: #94804d;
	font-weight: bold;
	font-size: 16px;
}