
html, body {
    padding: 0;
    margin: 0;
    height: auto;
    background: #FFF !important;
    background-image: url(../images/bg_prodotti.png);
    background-repeat: repeat-x;
    text-align: center;
    color: #231F20;
}

form {
    margin-top: 0px;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

.chiusura {
    background-image: url(../images/bg_menu_left_bottom.html);
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0;
    padding: 0;
    height: 5px
}


.selezionato {
    background: url(../images/ordina.html) 0 0 no-repeat;
    border: medium none;
    height: 18px;
    width: 14px;
    cursor: pointer;
}

.deselezionato {
    background: url(../images/ordina_des.html) 0 0 no-repeat;
    border: medium none;
    height: 18px;
    width: 14px;
    cursor: pointer;
}
#skip {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #000;
    padding: 10px;
}

#skip a:focus {
    height: auto;
    position: static;
    width: auto;
    border: 2px solid #000
}

