/* LISTING FRONT > MIDDLE CONTENT > FEATURED LISTING */
.tableFeatured {
	width: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
	border:0;
	border-bottom:1px solid #F2EFEC;
}
.tableFeatured td {
	padding: 3px;
}
.tableFeatured a:link, .tableFeatured a:active, .tableFeatured a:visited, .tableFeatured a:hover {
	color: #96293F;
	text-transform: capitalize;
}
.tableFeatured a:hover {
	color: #000;
	text-decoration: underline;
}
.title-featured {
	margin: 0;
	padding: 0;
}
.title-featured a:link, .title-featured a:active, .title-featured a:visited {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	color: #77AA44;
	text-decoration: none;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	border-left: 5px solid #77AA44;
}
.title-featured a:hover {
	color: #77AA44;
	text-decoration: underline;
}
.tableFeatured p {
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	padding: 5px 5px 10px 5px;
	margin: 0;
}
/* RIQUADRO IMMAGINE */
.imgListingFeatured {
	text-align: center;
	background-color: #F2F7EE;
	border: 5px solid #E5EFDC;
}
.imgListingFeatured td {
	text-align: center;
	vertical-align: middle;
}
.imgListingFeatured img {
	margin: 5px;
}