@charset "utf-8";
/* CSS Document */

/*Classe esterna*/
.format{
    width: 620px;
}

/*FONT*/
.arancio{ color: #f78f1e; }
.grigiochiaro{ color: #c1c0c0; }
.grigioscuro{ /*color: #6e6e6e*/color:#333333; }
.nero{ color: #000000; }

.piccolo{ /* font-family: arial; */ font-size: 12px; }
.medio{ /* font-family: arial; */ font-size: 14px; }
.grande{ /* font-family: arial; */ font-size: 18px; }

.grassetto{ font-weight: bold; }    

a.arancione:link, a.arancione:hover, a.arancione:visited {
    font-family: arial; 
    font-size: 12px;
    color: #f78f1e;
}

/*PARTE 1*/
/*div principale*/
.principale1{
    width: 620px;
}

/*TITOLO*/
.titolo{
    width: 133px;
    height: 23px;
    background-image:url(images/titolobg.jpg);
    background-repeat:repeat-x;
}

#testotitolo{
    color: #ffffff;
    font-family: arial; 
    font-weight: bold;
    font-size: 16px;
    padding-left: 30px;
    padding-top: 4px;
}

/*CONTENUTO*/
/*sinistra*/
.contenutosx{
    width: 344px;
    padding-left: 30px;
    padding-top: 8px;
    float: left;
    line-height: 18px;
}

/*destra*/
.contenutodx{
    width: 246px;
    float: right;
}

.box{ 
    width: 220px; 
    padding-left: 25px;
    margin-top: 10px;
}

.testobox{
    width: 155px; 
    margin-top: -59px;
    margin-left: 65px;
}

/*PARTE 2*/
.principale2{
    clear:both;
    width: 620px;
    padding-top: 15px;
}

.testobox .arancio a{
	color:#F78F1E
}

/*contenuto*/
.box2{ 
    width: 182px;
    float: left;
}

/*spaziatura*/
.spaziatura{ 
    width: 22px;
    float: left;
}

/*PARTE 3*/
.tab1{
    width: 520px;
}

.sezionetab1{
    clear: left;
}
.sezionetab1dx{
    float: left;
    margin-left:10px;
}
.sezionetab1sx{
    float: left;
}

.riga2{
    width: 490px;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 5px;
    background-image:url(images/dot.png);
    background-repeat:repeat-x;
}

/*RICERCA*/
.ricerca{
    width: 620px;
    margin-left: 30px;
}

.box_ricerca{
    clear: left;
}

.box_ricerca_sx{
    width: 20px;
    float: left;
}

.box_ricerca_dx{
    float: left;
}

.riga{
    width: 490px;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 15px;
    background-image:url(images/dot.png);
    background-repeat:repeat-x;
}

.principale3{
    width: 585px;
}

/* Contenitori e struttura */

#Box_TipoSezione {
            width:164px;    height:27px;    }
    
#Box_PrimoPiano1    {
            width:630px;    height:370px;   }
#Box_PrimoPiano2    {
            width:630px;    height:343px;   }


#MultiTabs,#mt1,#mt2,#mt3,mt4 {width:630px; height:567px;   }

#mt1, #mt2, #mt3, mt4 {position:absolute;   }

#mt2, #mt3, #mt4 {      display:none;       }

#mt1 {
            background-image:url(MultiTab1.jpg); 
            background-repeat:no-repeat;
            background-position:center; 
            }
/*link*/
a.titoloNews, a:visited.titoloNews  {text-decoration:none;}
a:hover.titoloNews {text-decoration:none;}

.boxextra {
    background-image:url(images/bg-boxextra.gif);
	width:219px;
	border:1px solid #cccccc;
	border-top:3px solid #ff6600;
	margin:10px 0px 0px -10px;
	padding:10px 5px 15px 10px;
}

.boxextra .boximg img {
	border: 1px solid #8a8787 !important;
}

.boxextra .testobox {
	width:155px;
}

.boxbanner {
	margin:0; padding:0;
}

.boxbanner .boximg {
	padding:0; margin:5px 0px 0px -10px
}

.principale2.nopadding {
	padding-top: 0px;
}

