/*
 * @package Featured Posts
 * @author Nando Pappalardo e Giustino Borzacchiello
 * @version 1.4
*/
.widget_featured-posts {
	/*background:url('images/titlesidebar3.gif') no-repeat top right;*/
	padding:5px 0 0 0;
	font-size:100%;
	line-height:30px;
	list-style: none;
	list-style-type: none;
}
.widget_featured-posts li {
	line-height:10px;
	margin:0!important;
	padding:0.95em 0!important;
	font-size:85%;
	height:auto!important;
	height:120px;
	min-height:80px;
	border-bottom:1px dotted #c6c5c5;
	list-style: none;
	list-style-type: none;
}
.widget_featured-posts li:last-child {
	border:none;
	list-style: none;
	list-style-type: none;
}
.widget_featured-posts img {
	border:1px solid #596467;
	float:right;
	margin:0 0em 0 0;
	display:inline;
	list-style: none;
	list-style-type: none;
}
.widget_featured-posts .featured-title {
	list-style: none;
	list-style-type: none;
}
.widget_featured-posts li a {
	color:#008ab0!important;
	list-style: none;
	list-style-type: none;
}
.widget_featured-posts li:hover {
	background:#cfe6f5;
	list-style: none;
	list-style-type: none;
}
.widget_featured-posts li:hover img {
	border:1px solid #afaeae;
	list-style: none;
	list-style-type: none;
}
h4.featured-title {
	margin:0;
	border:none;	
	margin:0 0em 0 0;
	display:inline;
	list-style: none;
	list-style-type: none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* CSS rule for IE6 */
* html .clearfix {
	height:1%;
}
/* CSS rule for IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}
