.item {
    color: #963;
    width: 175px;
    float: left;
    min-height: 180px;
    height: auto !important
    height: 180px;
    text-align: center;
}

.item a {
    color: #333;
}
.item a:hover {
    color: #990000;
}

.itemImg {
}

/* FIXME: non allinea in basso */
.itemImg a img, .borderPhoto {
    margin-top:0px;
    padding: 3px;
    border: 3px solid #CCC;
    margin-left: 10px;
    margin-bottom: 10px;

}

.itemDetail {
    color: #963;
}
.itemDetailFoto {
    float: left;
    text-align: center;
    margin-right: 20px;
}

.itemDetailDescr { 
    float: left; 
    width: 50% 
}
.itemDetailDescr form { font-size: 11px; }
.itemDetailDescr h4 { font-size: 15px; }

.clearer {
    font-size: 0px;
    clear: both;
}

#bgZoom {
    background-color: #fff;
    height: 640px;
    padding: 10px;
}

#bgZoom h1{
    fint-size: 14px;
    color: #c00;
    font-weight: bold;
}

#fotoLeft, #fotoRight { float: left; }
#fotoLeft img, #fotoRight img { margin: 10px; }
#divClose { clear: both; width: 100%; text-align: center; }

input.submit {
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #666666;
    background-color: #C1873C;
    background-image: none;
    cursor: hand;
}
input.submitOver {
    color: #C1873C;
    background-color: #fff;
}

.submenu {
    margin-left: 12px;
}

.descrizione-prodotti-dettaglio a {
    color: #333;
    text-decoration: underline;
}

.descrizione-prodotti-dettaglio a:hover {
    color: #900;
}

.btn {
    background-color:#c00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    border: 1px solid #333;
    margin: 5px 0px 5px 0px;
}

.btnRoll {
    background-color:#ccc;
    color:#c00;
}

table.sgChart {
    margin-top: 10px;
    width: 100%;
}

.sgChart th {
    background-color: #c00;
    color: #fff;
    padding: 3px;
}
.sgChart td {
    color: #000;
    border-bottom: 1px solid #939393;
    padding: 1px;
    font-size: 12px;
}

#frmLogin {
    width: 90%;
    text-align: center;
    border: 1px solid #939393;
    padding: 10px;
}

.descrizione input {margin-bottom: 10px;}

.grayBg {
    width: 95%;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #999;
    background-color: #eee;
}

