html,body{
    background-color:#ffffff;
    text-align:center;
    padding:0px;
    background-image:url(../../img/menu/sfBody.gif);
    background-repeat:repeat-x;
    background-position:top left;
    height:100%;
}
.container{
    width:980px;
    margin:0px auto;
    text-align:center;
    font-family:tahoma;
    font-size:11px;
}
.headerNav {
    clear: both;
    background-image: url(../../img/menu/navBarBg.gif);
    background-repeat: repeat-x;
    padding: 0px; 
    height: 37px; 
    white-space: nowrap;
    width:980px;
    display:block;
    z-index:999999;
}
.flash{
    margin:0px auto;
    background-color:#c9c9c9;
    border-bottom:1px solid #c9c9c9;
}


.header{
    height:60px;
    display:block;
    
}
.header #logo{
    width:261px;
    height:60px;
    float:left;
}
.header #altro{
    width:539px;
    height:60px;
    float:left;
}
.content{
    width:980px;
    background-color:#FFFFFF;
    font-size:11px;
    clear:both;
}
.content .sx{
    width:730px; 
    float:left; 
    text-align:left; 
    margin:3px;
}
.content .dx{
    width:200px; 
    float:left; 
    text-align:left;
    margin:3px;
}

.content h2{
    font-size:14px;
    color:#FF9933;
    padding:0px;
    margin:0px;
    padding-bottom:4px;
}
.content .desc{
    text-align:left;
    font-size:12px;
}
.perche{
  border-left:1px solid #c9c9c9;
     font-size:11px;
}
.perche ul{
     font-size:11px;
}
.perche li{
    list-style:none;
    text-align:left;
    padding-bottom:6px;
    margin-left:2px;
    font-size:11px;
}
.perche .number{
    float:left; 
    width:20px; 
    display:block;
}
.perche .ragioni{
    float:left; 
    width:160px; 
    display:block;
}
.footer{
    color:#000000;
    text-align:center;
    background-image:url(../img/bottom.png);
    background-repeat:no-repeat;
    height:120px;
    display:block;
}
.footer a{
    color:#717171;
    text-decoration:none;
}
.footer a:hover{
    color:#717171;
    text-decoration:underline;
}
.creaButton{
    height:52px;
    width:373px;
    text-decoration:none;
    text-align:center;
    background-image:url(../../img/crea_off.gif);
    background-repeat:no-repeat;
    display:block;
}
.creaButton:hover{
    height:52px;
    width:373px;
    text-decoration:none;
    text-align:center;
    background-image:url(../../img/crea_on.gif);
    background-repeat:no-repeat;
    display:block;
}
.creaButtonSmall{
    height:53px;
    width:211px;
    text-decoration:none;
    text-align:center;
    background-image:url(../../img/regOraOff.png);
    background-repeat:no-repeat;
    display:block;
}
.creaButtonSmall:hover{
    height:53px;
    width:211px;
    text-decoration:none;
    text-align:center;
    background-image:url(../../img/regOraOn.png);
    background-repeat:no-repeat;
    display:block;
}
.opzioni{
    text-decoration:none;
    color:#cc0000;
    font-size:14px;
    font-weight:bolder;
}
.opzioni:hover{
    text-decoration:underline;
    color:#cc0000;
    font-size:14px;
    font-weight:bolder;
}
.nero{
    color:#cc0000;
    text-decoration:none;
}
.nero:hover{
    color:#cc0000;
    text-decoration:underline;
}
.info{
    color:#cc0000;
    margin:4px;
    margin-left:4px;
    text-align:justify;
    display:block;
    width:480px;
    min-height:50px;
    padding:4px;
    width:400px;
    display:block;
}

.categorieUL{
    list-style:none;
    padding:0px;
    margin:0px;
    text-align:left;
    clear:both;
    float:none;
    padding-bottom:4px;
    margin-bottom:4px;
}
.categorieUL li{
    float:left;
    margin:1px;
    border:1px solid #c9c9c9;
    width:32%;
    height:18px; 
    line-height:18px;
    text-align:center;
    display:block;
}
.categorieUL li:hover{
    float:left;
    margin:1px;
    border:1px solid #c9c9c9;
    width:32%;
    height:18px; 
    line-height:18px;
    text-align:center;
    display:block;
    background-color:#cccccc;
    color:#ffffff;
}
.categorieUL li a .Hover{
    float:left;
    margin:1px;
    border:1px solid #c9c9c9;
    width:32%;
    height:18px; 
    line-height:18px;
    text-align:center;
    display:block;
    background-color:#cccccc;
    color:#ffffff;
}

.categorieUL li a{
    color:#000000;
    text-decoration:none;
}
.categorieUL li a:hover{
    color:#cc0000;
    text-decoration:none;
}
