#boxNews_bottom {
	width: 600px;
	margin-left: 10px;
	margin-bottom: 20px;
	background: url(img/box_content.png) repeat-x left bottom;
}

.box {
	float: left;
	width: 295px;
	display:inline;
}

.first {
	margin-right: 10px;
}

#boxNews_bottom h4.macity_news_box {
	background: url(img/bg_macitynews_box.png) no-repeat left top;
	height: 31px;
	text-indent: -9999px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#boxNews_bottom h4.aggiornamac_news_box {
	background: url(img/bg_aggiornamacnews_box.png) no-repeat left top;
	height: 31px;
	text-indent: -9999px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#boxNews_bottom .btr { background: url(img/bg_boxtop_right.png) no-repeat right top; }

#boxNews_bottom .bcl {
	margin-right: 10px;
	padding-left: 10px;
	padding-bottom: 18px;
	padding-top: 4px;
}

#boxNews_bottom ul.listNews {
	margin:0;
	padding:0;
	list-style: none;
}

#boxNews_bottom ul.listNews {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
}

#boxNews_bottom ul.listNews li {
	height:1%;
}

#boxNews_bottom ul.listNews li span.subtitles {
	font-size: 11px;
	margin-left: 10px;
	color: #999999;
	display: block;
	padding-bottom: 4px;
}

#boxNews_bottom ul.listNews li a {
	padding-left: 10px;
	display: block;
	font-weight: bold;
}

#boxNews_bottom ul.listMacity li a { background: url(img/liststyle_macitynews.png) no-repeat 0px 5px; }

#boxNews_bottom ul.listAggiornamac li a { background: url(img/liststyle_aggiornamacnews.png) no-repeat 0px 5px; }

/*
---------------------------------------------------------------------------------------
CLEARFIX
---------------------------------------------------------------------------------------
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }

.clearfix { display:block; }

/* End hide from IE-mac */

