div.extTopNews	/* altezza dell'immagine e quindi del div contenitore */
{
	width:671px;
	height:256px;				
	background-color:#CFDDEA;
	position:absolute;
	overflow:hidden;
}

/*
div.testoImg  
{
	height:44px;
	width:442px;
	float:left;
	position:absolute;
	margin-top:182px;
	z-index:1;
	font-size: 13pt;
	text-decoration:none;
	font-weight:bold;
	padding:5px;	
	overflow:hidden;
	background-color:#707070;
	filter: alpha(opacity=80);
	font-family:Times New Roman;
	font-size: 14pt;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}*/

a.testoImg  
{
	text-decoration:none;
	font-weight:bold;
	font-family:Times New Roman;
	font-size: 14pt;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

a.testoImg:hover  
{
	text-decoration:none;
	font-weight:bold;
	font-family:Times New Roman;
	font-size: 14pt;
	text-decoration:underline;
	font-weight:bold;
	color:#ffffff;
}



a.testo /* testo dx*/
{
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana;
	font-size: 10pt;
	text-decoration:none;
	color:#707070;
}
a.testo:hover /* testo dx */
{
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana;
	font-size: 10pt;
	text-decoration:underline;
	color:#707070;
}


a.autore /* autore testo dx*/
{
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana;
	font-size: 10pt;
	text-decoration:none;
	color:#43669E;
	font-weight:bold;
}
a.autore:hover /* autore testo dx */
{
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana;
	font-size: 10pt;
	text-decoration:underline;
	color:#43669E;
	font-weight:bold;	
}



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* hax */
.clearfix:after {
  content: ".";
  display: block;
  
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}



.ticker, #feature, #somewrapper, #feeds, #offers h2, .verdana {
	font-family:Verdana, sans-serif;
}
#tickerwrapper {
	float:left;
	display:inline;
	position:relative;
	width:458px;
	height:339px;
}
.ticker {
	position:absolute;
	top:0;
	left:0;
}
.currentticker {
	display:block;
	visibility:visible;
}
.ticker .header {
	position:relative;
	height:256px;
	margin-bottom:5px;
	width:452px;
}
.ticker .header .title {
	position:relative;
	bottom:0px;
	left:1px;
	width:459px;
}

#tickercontrols {
	position:absolute;
	left:472px;
	top:205px;
	width:180px;
	
}
#tickercontrols li 
{
	float:left;
	display:inline;
	width:18px;
	margin-left:4px;
	margin-right:4px;
}
#tickercontrols li a 
{
	display:block;
	font-size:1.2em;
	text-align:center;
	color:#383838;
	line-height:1.2;
	text-decoration:underline;
}
#tickercontrols li a.current 
{
	background-color:#707070;
	color:#e2e6ef;
	text-decoration:none;
	line-height:1.2;
	text-align:center;
}



body {
  margin: 0;
  padding: 0;
  min-width: 50em;
  font-size: 75.01%; /* 12px [1] */
  line-height: 1.5em; /* 18px [2] */
  background:white;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}




