.news{
    display:inline;
    position:relative;
    float:left;
    margin:0 0 0 26px;
    padding-top: 10px ;
    width:700px;
    border-bottom:1px dashed #EDEDED;
    text-decoration:none !important;
}
.news:hover p b{
    color:#FED638;
}
.mainImgNews{
    display:inline;
    position:relative;
    float:left;
    border:1px solid #EDEDED;    
}
.news .newsDx{
    display:inline;
    position:relative;
    float:right;
    width:585px;
    padding: 0 5px;
    color:#333;
}
.news .newsDx p{
    padding:0 !important;
    margin:0 !important;    
}
.news .newsDx b{
    /*font-family:"PT Sans Narrow";*/
    font-size:19px;   
}
.news .newsDx .bottone_box {
       float:left;
    display:inline;
    position: relative;
    width: 109px;
    height: 41px;
    padding-top: 10px;
    margin-top: 0px;
    background: url(../images/readMore.jpg) left top no-repeat;
    cursor: pointer;
} 

.news .newsDx .bottone_box span{
    float:left;
    display:inline;
    position: relative;
    color: #FFF;
    width: 106px; 
    text-align: center;
    height: 12px;
    margin-top: 2px;
    font-weight: bold;
}

.news .newsDx .bottone_box:hover span{

    color: #000;

}

#news_dettaglio{
    display:inline;
    position:relative;
    float:left;
    margin:0 0 10px 26px;
    width:700px;    
}
#news_dettaglio h3{
    padding:0 !important;
    margin:0 !important;
    /*font-family:"PT Sans Narrow";*/
    font-size:19px;  
}
#news_dettaglio .mainImgNews{
    display:inline;
    position:relative;
    float:right;
    margin: 0 0 5px 7px;
    border: 0;
}

#news_dettaglio .mainImgNews{
    display:inline;
    position:relative;
    float:right;
    margin: 0 0 5px 7px;
    border: 0;
}

.comTesto{
    display:inline;
    position:relative;
    float:left;
    width: 100%;
}

#news_dettaglio .data{
    display:inline;
    position:relative;
    float:right;
    font-weight:normal;
    font-size:12px;
    line-height:21px;
}

.boxTestEv{

    margin-bottom: 20px;
}
.boxTestEv img{
 margin-bottom: 10px;
}

.pdfSoluzione{
    display:inline;
    position:relative;
    float:right;
    width: 146px;  
    margin: 15px 5px 4px 0;
    padding: 5px 0 5px 25px;
    background: #f6f6f6 url(../images/pdf.png) left 2px no-repeat;
    border: 1px solid #ebebeb;
    text-decoration: none !important;
}
.pdfSoluzione:hover{
      background: #FCE98D url(../images/pdf.png) left 2px no-repeat;
    text-decoration: none !important; 
}

.copy{
    position: absolute;
    color: #cc5500;
    background: #FFF;
    width: 400px;
    text-align: center;
    left: 298px;
    top:51px;
}