/* CSS Document */
h1.titleNews{
  padding:0px; margin:0px;
  font-size:18px;
  background: url(../img/m002_news/star.png) no-repeat right top;
  height:23px;
  border-bottom:1px solid #CCCCCC;
  margin-bottom:3px;}

div.content{
	width:500px;
}

/*news principale*/
#matherNews{
  margin-bottom:10px;
}

#imgClass{
  float:left;
  border:1px solid #F60;
  margin:5px;
}

span.textNews{
  font-size:12px;
}

#footerNews{
  font-size:10px;
  text-align:right;
  color:#666;
  clear:both;}

/*news secondarie (riassunti)*/
table.secondaryNews td{
	width:158px;
	vertical-align:top;
	margin:2px;
}

table.secondaryNews td.central{
	border-left:1px dashed #666;
	border-right:1px dashed #666;
}

#news h1{
  font-size:11px;
}

#news span.textNews{
  font-size:10px;
}

#news span.class{
  font-size:10px;
  color:#999;
}


#bannerNews{
  clear:both;}

#link a{
	display:block;
  color:#000000;
}
#link:hover{
  background:#FFC;
  cursor:pointer;
}
