/*
DEBUG
*/
div {
/*	border:1px solid #0f0;*/
}

/*
FIX PER IE 6 E DROPDOWN SELECT
*/
IFRAME#selectfix
{
 display:none;/*sorry for IE5*/ 
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:-1px;/*must have*/
 left:-1px;/*must have*/
 z-index:-1;/*must have*/
 filter:mask();/*must have*/
 width:220px;/*must have for any big value*/
 height:300px/*must have for any big value*/;
}


/*
IMPOSTAZIONI GENERICHE
*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/* DIV DELLE LINGUE */
#alert_it,
#alert_en,
#alert_de,
#alert_es,
#alert_fr,
#alert_ru {
	display:none;
	position:absolute;
	background-color:#eee;
	border:2px solid #666;
	color:#444;
	font-weight:bold;
	font-size:12px;
	padding:7px;
	z-index:100;
	width:140px;
	text-align:center;
}

/*
LAYOUT PAGINA
*/
#container {
	width:960px;
	margin:0 auto;
	background-image:url(../images/sfondoSidebar.gif);
	background-position:left;
	background-repeat:repeat-y;	
}

#header {
	height:103px;
}

#lingue {
	float:right;
}

#menunav {
	height:22px;
	border-color: #999;
	border-style:solid;
	border-width:3px 0;
	background-color:#fff;	
}

#contentarea {
    clear:both;
	background-image:url(../images/gradienteSidebar.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#footer {
	clear:both;
	background-color:#fff;	
}

#blio {
	clear:both;
	color:#999;
	font-size:10px;
	background-color:#eee;
	text-align:right;
	margin-top:5px;
	padding:1px 5px;
	font-style:italic;
}

#blio a {
	color:#999;
	text-decoration:none;
}

#blio a:hover {
	color:#000;
{