/*******************  DIV NEWS **************************/
div#news{
	width:640px;
	float:left;
	overflow:hidden;
}

.newspadd {
	background:rgb(240,250,250); 
	border:2px solid rgb(62,143,146/*120,200,200*/); 
	padding:10px;
	float:left;
	margin-bottom:10px; 
}

/*********** BOX APERTURA *******************/
.boxapertura {
	width:616px;
	height:160px;
	overflow:hidden;
}

.boxapertura h1,.boxapertura h2 {
	font-size:20px;
	line-height:20px;
	margin-bottom:8px;
	font-family: "Book Antiqua";
	color:rgb(62,143,146);
}

.boxapertura h4 {
	font-size:12px;
	line-height:12px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#790E11;
}

.boxapertura img.box {
	float:left;
	margin-right:15px;
}

.boxapertura .testocorrelati {
	width:350px;
	overflow:hidden;
	height:155px;
	float:left;
}

/*********** BOX BRICIOLA *******************/
.boxbriciola {
	float:left;
	width:195px; 
	height:51px; 
	overflow:hidden; 
	border-top:1px solid rgb(62,143,146/*120,200,200*/);; 
	margin-top:10px;  
	margin-right:15px;
	padding-top:10px;
}

.boxbriciola h2 {
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	font-family:"Book Antiqua";
	height:30px;
	overflow:hidden;
	text-decoration: none;
}

.boxbriciola h4 {
	font-size:10px;
	line-height:12px;
	color:#790E11;
	text-transform: uppercase;
}

.boxbriciola img.box {
	margin:2px;
}

.boxbriciola a {
	width:193px; 
	height:49px; 
	display:block; 
	text-decoration:none;
}

.boxbriciola a:hover, .hover a {
	border: 1px solid black;
	background: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.boxbriciola a.active {
	border: 1px solid black;
	background: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.boxbriciola.last {
	margin-right:0; 
	padding-left:0;
}

/******************  START   *******************************/
#start1 {
	display: block;
}
#start2 {
	display: none;
}
#start3 {
	display: none;
}

/**************** COMMON *************************************/
img.box {
	border:0;
	display:block;
	float:left;
	margin-right:5px;
}

h1, h2, h3 {
	font-family:"Book Antiqua";
	color:rgb(62,143,146);
}

h1 a, h2 a, h3 a {
	color:#004a99;
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

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

p {
	font-size:12px;
	line-height:15px;
}

/* gestione links */
ul.links {
	font-size:12px;
	margin:4px 0 0 0;
	padding:0;
	list-style:none;
}

ul.links li {
	float:left;
	margin:0 4px 0 0;
	padding:0;
	white-space:nowrap;
}

ul.links li a {
	padding-left:10px;
	text-decoration:none;
}

ul.links li a:hover {
	text-decoration:underline;
}

ul.links li.arrow a {
	padding-left:0;
	color:#f00;
}

ul.links li.commentiblu a.noicona {
	padding-left:0;
	background:none;
}

ul.links li.commentiblu a {
	padding-left:14px;
	background:url(../img/icone/commentiB.gif) no-repeat left 2px;
	color:#00f;
}

ul.links li.commentiblu a.commentibluico {
	background:url(../img/icone/commentiB.gif) no-repeat left 2px;
	display:block;
	float:left;
}

