/**** EDITARE GLI STILI ANCHE NEL FILE styles4editor.css ****/

/**** STILI TOP BOX ********************************************************************************/

.topbox {
    margin: 0px 27px 0px 0px;
    width: 296px;
    border: none;
    float: left;
}
.topBoxTitle {
    margin: 0px auto 0px auto;
    border: none;
    background: url(/images/topBox/topbox_head.png) 0px 0px no-repeat;
    width: 296px;
    height: 118px;
    padding: 19px 0px 0px 0px;
    overflow: hidden;
}
.topBoxTitle img {
    margin: 0px;
    border: none;
}
.topBoxText {
    margin: 0px auto 0px auto;
    padding: 28px 25px 0px 25px;
    border: none;
    background: url(/images/topBox/topbox_body.png) 0px 0px no-repeat;
    width: 246px;
    min-height: 317px;
    color: #7d7d7d;
    font-family: Verdana;
    font-size: 10px;
    line-height: 18px;
}

