.featured {
	border: 1px solid #b1d349;
	background: #e1edc1;
	padding: 5px;
	margin: 5px 0;
	}
.featured h4 {
	background-color: #b1d349;
	padding: 4px;
	font-size: 16px;
	color: #fff;
	}
#main-content .featured h4 {
	margin: 0;
	}
.featured h4 .leftHeader {
	float: left;
	width: 350px;
	color: #fff;
	}
.featured h4 .rightHeader {
	text-align: right;
	float: right;
	color: #fff;
	width: 180px;
	}
.featured .featured-details {
	border: 1px solid #e1edc1;
	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: 100%;
	}
#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 #b1d349;
	background-color: #b1d349;	
	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 #b1d349;
	background-color: #fff;
	color: #b1d349;
	padding: 5px;
	}
.paging_nav {
	border: 1px solid #b1d349;
	background-color: #e1edc1;
	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,
#main-content .paging_nav a:link,
#main-content .paging_nav a:visited {
	color: #79a20a;
}
.no_properties {
	border: 2px solid #b1d349;
	text-align: center;
	margin: 30px;
	padding: 20px;
}
.no_properties p {
	color: #b1d349;
	font-weight: bold;
	font-size: 16px;
}
