#d_left {
    float: left;
    width: 529px;
    padding: 30px 0 20px;
    position: relative;
    z-index: 200;
    text-align: left;
    min-height: 390px;
    height: auto !important;
    height: 390px;
 
}

#d_right {
    float: left;
    width: 416px;
    padding: 46px 0 20px 15px;
    position: relative;
    z-index: 200;
    text-align: right;
 
}

#d_left h2 {
    position: relative;
    z-index: 200;
}

#bg_absolute {
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 100;
}


.btn_nation {
    width: 93px;
    height: 37px;
    line-height: 37px;
    color: #666;
    cursor: pointer;
    padding-left: 50px;
    position: absolute;
    
}

.btn_nation:hover {
    color: #ff0000;
}

#btn_ita {
    top: 0px;
    left: 320px;
    background: url(../../images/btn_lavora_ita_off.png) no-repeat;
}

#btn_ita:hover {
    background: url(../../images/btn_lavora_ita_on.png) no-repeat;
}

.btn_ita_selected {
    background: url(../../images/btn_lavora_ita_on.png) no-repeat !important;
    color: #ff0000 !important;
}

#btn_rom {
    top: 3px;
    left: 340px;
    background: url(../../images/btn_lavora_rom_off.png) no-repeat;
}

#btn_rom:hover {
    background: url(../../images/btn_lavora_rom_on.png) no-repeat;
}

.btn_rom_selected {
    background: url(../../images/btn_lavora_rom_on.png) no-repeat !important;
    color: #ff0000 !important;
}

#btn_mol {
    top: 6px;
    left: 360px;
    background: url(../../images/btn_lavora_mol_off.png) no-repeat;
}

#btn_mol:hover {
    background: url(../../images/btn_lavora_mol_on.png) no-repeat;
}

.btn_mol_selected {
    background: url(../../images/btn_lavora_mol_on.png) no-repeat !important;
    color: #ff0000 !important;
}

.box_container {
    width: 320px;
    padding: 40px 0 0;
    position: absolute;
    top: 0;
    right: -350px;
}

.box_title {
    padding: 0 10px 0 0;
    color: #ff0000;
}

.box_container hr {
    width: 320px;
    height: 1px;
    background-color: #a5a5a5;
    margin: 3px 0;
    border: 0;
}

.box_data {
    padding: 5px 10px 15px 0;
    line-height: 18px;
}

