@charset "utf-8";
/* CSS Document */
div.SX {
   float: left;
   width: 20%;
   /* IMPOSTAZIONE MARGINI, SFONDO, GIUSTIFICAZIONE, BORDI, ECC... */
}
div.SX {
   float: center;
   width: 80%;
   /* COME SOPRA! (Rif. Referenze ed elenco dei comandi del linguaggio Css) */
}
body{
	background-color:#304a80;
	background-image: url(../image/sfondo_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height:363px;
	font-size:13px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
p{	font-size:13px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px; text-align:justify; }
	
a{ color:#CC0000;}	
a:hover{ color:#CC0000;}	
.testi{	font-size:13px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px; }

.allcontenuto{ background-color:#FFFFFF; padding:0px; margin:0px;}
.menu{ background-color:#FF6600; padding:5px; color:#FFFFFF; text-align:justify; }
.menu a { color:#333333; font-size:14px; text-decoration:none;}
.menu a:hover { color: #999999; font-size:14px; text-decoration:none;}


h2.faq-Hdr{
	width:231px; height:20px; color:#951509;
	line-height:19px; font-weight:bold; font-size:14px;
	padding:0 0 0 21px; background:#FAF3BB url(image/faq-icon.gif) 3px 4px no-repeat;
	}


.compro{
	height:20px; color:#951509;
	line-height:19px; font-weight:bold; font-size:14px;
	padding:0 0 0 21px; background:#FAF3BB; text-align:center;
	}


.topbody_pad{
padding:15px 0 0 0px; text-align:left;
}
ul.toplist{
	padding:1px 0 0 0; width:170px; background:url(../image/dotline.gif) repeat-x 0 0;
	font:normal 14px/18px Verdana, Arial, Helvetica, sans-serif; margin:0 0 0 30px;
	}
	ul.toplist span{
	color:#1272af; font-size:14px;
	}
ul.toplist li{
	background: url(../image/dotline.gif) repeat-x 0 100%; height:19px;
}
ul.toplist li a{
	color:#fe820f; text-decoration:none; padding:0 0 0 2px; height:18px; display:block;
}
ul.toplist li a:hover{
	background-color:#1272af;
}

.select{
	background-color:#1272af;
}
/*-------------------------- LOGIN AREA --------------------------*/
.login-btn{
	margin-left:160px;
	background-image: url(image/login-btn.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:52px;
	height:24px;
}
