/* box preview */
div.box-news{
	float:left;
	width:242px;
}
.box-news > .top{
	float:left;
	width:242px;
	height:12px;
	background-image:url("../img/box-top.png");
	background-position:top left;
	background-repeat:no-repeat;
}
.box-news > .content{
	float:left;
	width:190px;
	padding-left:26px;
	padding-right:26px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url("../img/box-content.png");
	background-position:top left;
	background-repeat:repeat-y;
}
.box-news > .content > .title{
	float:left;
	width:154px;
	padding-left:36px;
	font-size:20px;
	color:#ffffff;
	background-image:url("../img/icon.png");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:20px;
}	
.box-news > .content > .item{
	float:left;
	width:190px;
	padding-bottom:8px;
	border-bottom:2px #aaaaaa dotted;
	margin-bottom:12px;
}
.box-news > .content > .item > .text{
	float:left;
	width:190px;
	color:#ffffff;
	font-size:0.8em;
}
.box-news > .content > .item > .btn{
	float:left;
	width:190px;
	padding-top:8px;
}
.box-news > .content > .item > .btn > a{
	float:right;
	background-color:#ffffff;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	text-transform:uppercase;
	font-size:0.8em;
}
	
.box-news > .bottom{
	float:left;
	width:242px;
	height:12px;
	background-image:url("../img/box-bottom.png");
	background-position:top left;
	background-repeat:no-repeat;
}

/* lista news */
.news-preview{
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px #ABAD83 dotted;
}
.news-preview > .data{
	color:#666666;
	padding-bottom:2px;
}
.news-preview > .title{
	font-weight:bold;
	padding-bottom:2px;
}
.news-preview > .text{
	color:#666666;
	text-align:justify;
}

/* scheda news */
.news-detail-thumb{
	float:left;
	width:360px;
	height:270px;
	text-align:center;
	background-color:#ffffff;
	border:1px #e1e1e1 solid;
}
.news-detail-description{
	float:left;
	width:620px;
	margin-left:18px;
}

