﻿div.frmCentrale{
    position:relative;
    float:left;
    width:690px;
    height:auto;
    top: 0px;
    left: 0px;
    padding:0px 4px 4px 4px;
} 
div.boxCentral{
    position:relative;
    float:left;
    padding:5px;
    width:670px;
    height:auto;
}
div.fLeft{
    position:relative;
    float:left;
    width:188px;
    border-right: 1px solid #C2C3BE;
    background-color: #F1F1E4;
    background-image:url("../Images/sfondo_barra_laterale.gif");
    background-position:left bottom;
    background-repeat:no-repeat;
    height:auto;
}
div.frmProdotti{
    position:relative;
    float:left;
    left:0px;
    width:690px;
    height:185px;
    border-bottom:1px solid #C2C3BE;
    top: 0px;
}
div.boxArticoli{
    position:absolute;
    width:587px;
    top: 10px;
    left: 95px;
}

div.artBoxPrice{
    position:absolute;
    left:0px;
    top:162px;
    width:690px;
    height:17px;
    border-top:1px solid #C2C3BE;
}
div.menuLeft{
    position:relative;
    width:185px;
    height:auto;
    top: 0px;
    left: 0px;
    margin-top:40px;
}
a.testo_menu{
    position:relative;
    height:18px;
    width:auto;
    padding: 5px 0px 0px 22px;
    font-size: 11px;
    color: #338844;
    background-image:url('../Images/icona_piccola_verde.gif');
    background-repeat:no-repeat;
    background-position:left top;
    margin-bottom: 4px;
    cursor:pointer;
    display:block; 
    text-decoration:none;     
}
a.testo_menu_sel{
    position:relative;
    height:18px;
    width:auto;
    padding: 5px 0px 0px 22px;
    font-size: 11px;
    color: #CC8844;
    background-image:url('../Images/icona_piccola_verde.gif');
    background-repeat:no-repeat;
    background-position:left top;
    margin-bottom: 4px;
    cursor:pointer;
    display:block; 
    text-decoration:none;     
}
a.testo_menu:hover {
    color: #6D461F;
}

