﻿h2, h3, h4, h5, h6, body, html, form {
    margin: 0;
    padding: 0;
    outline: none;
    font-weight: 400 !important;
    border: 0;
    /*overflow: unset;*/
}

h1 {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    font-weight: 400 !important;
}

.r {
    border: thin solid red;
}

.Grassetto {
    font-weight: bold;
}

img {
    max-width: 100%;
    border: 0px;
}

body {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    background-color: #FFFFFF !important; /* #e6f2f6;*/
}

.r {
    border: thin solid red;
}

.g {
    border: thin solid green;
}


.W100FL {
    float: left;
    width: 100%;
}



/*##########################
           BOX
##########################*/
/*  TESTATA  */
.fullTestata {
    width: 100%;
    height: 127px;
    /*background-color: rgba(255,255,255,0.65) !important;*/
}

.fullTestataBox {
    width: 990px;
    height: 127px;
    margin: 0 auto;
    /*border: thin solid green;*/
}


.fullSlide {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #000000;
}

.fullSlideBox {
    width: 990px;
    height: 200px;
    margin: 0 auto;
}




/*  CENTRALE  */
.fullMiddle {
    float: left;
    width: 100%;
    border: 0px solid red;
}
/* Non togliere il bordo altrimenti la parte centrale si sposta a destra -  è un bug da correggere*/
.fullMiddleBox {
    width: 990px;
    min-height: 450px;
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: rgba(255,255,255,0.65) !important;
}


/*  CENTRALE-1  */
.fullMiddle-1 {
    width: 100%;
    min-height: 450px;
    border: 1px solid transparent;
}
/* Non togliere il bordo altrimenti la parte centrale si sposta a destra -  è un bug da correggere*/
.fullMiddleBox-1 {
    width: 990px;
    min-height: 450px;
    margin: 0 auto;
    padding-bottom: 20px;
}


/*  PIE-DI-PAGINA  */
.fullPie {
    float: left;
    width: 100%;
    min-height: 230px;
    padding-bottom: 50px;
    background-color: #33b9e9;
    /*border: 1px solid red;*/
}

.fullPieBox {
    width: 990px;
    min-height: 230px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 7px;
    overflow: hidden;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    background-color: #33b9e9;
    /*border: 1px solid red;*/
}



.txtombra {
    background-color: #000;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px 5px;
    border: none;
    color: #FFFFFF;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

    .txtombra:hover {
        display: inline-block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        padding: 5px 5px;
        border: 0px solid #b7b7b7;
        color: rgba(255,255,255,1);
        background-color: #333;
        color: #FFFFFF;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        text-decoration: none;
        font-size: 12px;
        text-align: left;
    }


.txtBox_blue {
    width: 350px;
    background-color: transparent;
    border: 1px solid #19b1e7;
    padding: 5px;
    height: 15px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}


.txtombraArancio {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px 5px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FF9900;
    color: #FFFFFF;
    -webkit-box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

    .txtombraArancio:hover {
        display: inline-block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        padding: 5px 5px;
        border: 0px solid #b7b7b7;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #FF9900;
        color: #FFFFFF;
        -webkit-box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
        box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        text-decoration: none;
        font-size: 12px;
        text-align: left;
    }



.btnBlu {
    background-color: #33b9e9;
    border: none;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 20px 10px 20px;
    width: 108px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    .btnBlu:hover {
        background: #0a5f7d;
        text-decoration: none;
        width: 108px;
        height: 35px;
        cursor: pointer;
        color: #ffffff;
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
    }



.btnVerde {
    float: left;
    width: 160px;
    height: 20px;
    text-align: center;
    border: 1px solid #40ad1f;
    background-color: #40ad1f;
    color: #FFFFFF;
    padding-top: 5px;
    margin-left: 5px;
    margin-top: 4px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}


.btnArancio {
    background-color: #FF9900;
    border: none;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #FF9900, #FFB03C);
    background-image: -moz-linear-gradient(top, #FF9900, #FFB03C);
    background-image: -ms-linear-gradient(top, #FF9900, #FFB03C);
    background-image: -o-linear-gradient(top, #FF9900, #FFB03C);
    background-image: linear-gradient(to bottom, #FF9900, #FFB03C);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    padding: 8px 20px 10px 20px;
    width: 108px;
    height: 35px;
    cursor: pointer;
    -webkit-box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    .btnArancio:hover {
        background: #FFB03C;
        background-image: -webkit-linear-gradient(top, #FFB03C, #FF9900);
        background-image: -moz-linear-gradient(top, #FFB03C, #FF9900);
        background-image: -ms-linear-gradient(top, #FFB03C, #FF9900);
        background-image: -o-linear-gradient(top, #FFB03C, #FF9900);
        background-image: linear-gradient(to bottom, #FFB03C, #FF9900);
        text-decoration: none;
        width: 108px;
        height: 35px;
        cursor: pointer;
        color: #ffffff;
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
    }





.btnNero {
    background-color: #58585a;
    border: none;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 20px 10px 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    .btnNero:hover {
        background: #333;
        text-decoration: none;
        cursor: pointer;
        color: #ffffff;
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
    }


.btnRosso {
    background-color: #D90000;
    border: none;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #D90000, #D90000);
    background-image: -moz-linear-gradient(top, #D90000, #D90000);
    background-image: -ms-linear-gradient(top, #D90000, #D90000);
    background-image: -o-linear-gradient(top, #D90000, #D90000);
    background-image: linear-gradient(to bottom, #D90000, #D90000);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    padding: 8px 20px 10px 20px;
    width: 108px;
    height: 35px;
    cursor: pointer;
    -webkit-box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    .btnRosso:hover {
        background: #FD0000;
        background-image: -webkit-linear-gradient(top, #FD0000, #FD0000);
        background-image: -moz-linear-gradient(top, #FD0000, #FD0000);
        background-image: -ms-linear-gradient(top, #FD0000, #FD0000);
        background-image: -o-linear-gradient(top, #FD0000, #FD0000);
        background-image: linear-gradient(to bottom, #FD0000, #FD0000);
        text-decoration: none;
        width: 108px;
        height: 35px;
        cursor: pointer;
        color: #ffffff;
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    }



.lnkAvanzamento {
    background: #3c485e;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 20px 10px 20px;
    border: solid transparent 0px;
    text-decoration: none;
    width: 108px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    .lnkAvanzamento:hover {
        background: #1c2639;
        text-decoration: none;
        width: 108px;
        height: 35px;
        cursor: pointer;
        color: #ffffff;
    }


/*
------------------------ BUTTONS AVANZAMENTO ORDINE [GRIGIO]  ----------------------------
*/
.lnkAvanzamento_g {
    background: #eee;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    color: #7a7a7a;
    font-size: 11px;
    padding: 8px 20px 10px 20px;
    border: solid transparent 0px;
    text-decoration: none;
    width: 108px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    .lnkAvanzamento_g:hover {
        background: #cecece;
        text-decoration: none;
        width: 108px;
        height: 35px;
        cursor: pointer;
        color: #ffffff;
    }







/*##########################
    COLONNE 
##########################*/
.colonna0 {
    float: left;
    width: 990px;
    margin-top: 3px;
}

.colonna1 {
    float: left;
    width: 490px;
    margin-top: 3px;
    border: 0px solid red;
}

.colonna2 {
    float: right;
    width: 490px;
    margin-top: 3px;
    margin-bottom: 25px;
    border: 0px solid red;
}




/*  TEXT BOX  */
.search {
    width: 400px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #666666;
    padding: 5px;
    height: 20px;
    color: #000000;
}

.newsletter {
    width: 220px;
    background-color: #FFFFFF;
    border: none;
    padding: 5px;
    height: 20px;
}

.login {
    width: 300px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    padding: 5px;
    height: 25px;
}

.loginDrop {
    width: 310px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    height: 40px;
}

.cap {
    width: 90px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    padding: 5px;
    height: 25px;
}

.citta {
    width: 185px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    padding: 5px;
    height: 25px;
}

.txtStandard_200 {
    width: 200px;
    background-color: #E1E1E1;
    border: none;
    padding: 5px;
    height: 20px;
}


.txt {
    width: 250px;
    height: 30px;
    background-color: #fff;
    color: #000000;
    border: thin solid #999999;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    padding: 2px 5px 2px 5px;
    text-align: left;
    font-size: 14px;
}

.txtAlert {
    width: 250px;
    height: 30px;
    background-color: #ff0000;
    color: #000000;
    border: thin solid #999999;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    padding: 2px 5px 2px 5px;
    text-align: left;
    font-size: 14px;
}



.txtStandard_130 {
    width: 130px;
    background-color: #E1E1E1;
    border: none;
    padding: 5px;
    height: 20px;
}

.txtNoBorderWhite_200 {
    width: 200px;
    background-color: transparent;
    border: none;
    padding: 5px;
    height: 20px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.txtForm_350 {
    width: 350px;
    background-color: #666666;
    border: none;
    padding: 5px;
    height: 15px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.txtForm_70 {
    width: 70px;
    background-color: transparent;
    border: 1px solid #19b1e7;
    padding: 5px;
    height: 15px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.txtForm_240 {
    width: 240px;
    background-color: transparent;
    border: 1px solid #19b1e7;
    padding: 5px;
    height: 15px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}


.ddlForm_360 {
    width: 360px;
    background-color: transparent;
    border: 1px solid #19b1e7;
    padding: 5px;
    height: 25px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.ddlForm {
    background-color: #666666;
    border: none;
    padding: 5px;
    height: 25px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.txtBoxGrigio {
    float: left;
    min-width: 200px;
    background-color: #EEE;
    border: none;
    color: #000;
    padding: 5px;
    text-decoration: none;
}

.txtPlain_100 {
    width: 120px;
    border: none;
    text-align: center;
}

.boxRicercaOfferte {
    width: 250px;
    height: 30px;
    background-color: #33b9e9;
    color: #ffffff;
    border: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    padding: 2px 5px 2px 5px;
    text-align: left;
    font-size: 14px;
}


/*##########################
    CONTORNI 
##########################*/
.Contorni {
    border: 0px solid #666666;
    padding: 5px;
    z-index: 9999999;
    /*overflow: hidden;*/
    background-image: url(/images/sfBianco.png);
}

.Contorni_no {
    border: 0px solid #666666;
    /*border-radius: 5px;*/
    z-index: 9999999;
    /*overflow: hidden;*/
    background-color: rgba(255,255,255, 0.95) !important;
}

.Contorni_sporco {
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 2px;
    z-index: 9999999;
    /*overflow: hidden;*/
    background-image: url(/images/sfBiancoSporco.png);
}

.Contorni_scuro {
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 2px;
    z-index: 9999999;
    /* overflow: hidden;*/
    background-image: url(/images/sfBiancoScuro.png);
}

.Contorni_grandi {
    border: 1px solid #666666;
    border-radius: 15px;
    z-index: 9999999;
    /* overflow: hidden;*/
    background-image: url(/images/sfBiancoSporco.png);
}

.Find {
    border-radius: 5px 5px 0px 0px;
    height: 27px;
    overflow: hidden;
    background-image: url(/images/sfMenu1.png);
}





/* STAMPA ORDINE */
.testata_stampa_ordine {
    background-color: #EEEEEE;
    padding: 5px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-transform: capitalize;
}

.cella_testo {
    background-color: TRANSPARENT;
    padding: 5px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: left;
}

.cella_numerica {
    background-color: TRANSPARENT;
    padding: 5px;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: right;
}





/* BUTTONS  */
.btnStandardGreen {
    width: 100px;
    height: 20px;
    border: none;
    text-align: center;
    background-color: #000000;
    color: White;
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    cursor: pointer;
}

.btnSearch {
    width: 100px;
    height: 25px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    background-color: #000000;
    padding: 5px;
    color: White;
    border: none;
    border-radius: 4px 4px 4px 4px;
}

.btnStandardNero {
    width: 100px;
    height: 25px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    background-color: #000000;
    padding: 5px;
    color: White;
    border: none;
    border-radius: 4px 4px 4px 4px;
}

.btnContinuaOrdine {
    width: 200px;
    height: 45px;
    cursor: pointer;
    border: 1px solid #000000;
    background-color: #000000;
    padding: 5px;
    color: White;
    border: none;
    border-radius: 4px 4px 4px 4px;
}

.btnVediTutte {
    width: 80px;
    height: 18px;
    cursor: pointer;
    background-image: url(/images/bgMenu_DarkRed.png);
    background-repeat: repeat-x;
    color: #FFFFFF;
    border: none;
    font-size: 10px;
}

/*  MENU SERVIZIO  */

.MenuH {
    float: left;
    width: 100%;
    height: 23px;
    text-align: center;
    color: #333333;
    /* margin-bottom: 20px;*/
}

.MenuH_S {
    float: left;
    width: 118px;
    height: 23px;
    text-align: center;
    /*background-image: url(/images/sfMenu1.png);*/
    color: #333333;
    padding-top: 3px;
    margin-left: 3px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    /* border-radius: 4px 4px 0px 0px;*/
    -webkit-box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.MenuH_H {
    float: left;
    width: 118px;
    height: 23px;
    text-align: center;
    /*background-image: url(/images/sfMenu2.png);*/
    background-color: #0F5272; /*colore blu */
    color: #FFFFFF;
    padding-top: 3px;
    margin-left: 3px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px 4px 0px 0px;
}


.MenuH_S1 {
    float: left;
    width: 122px;
    height: 23px;
    text-align: center;
    background-image: url(/images/sfMenu3.png);
    color: #FFFFFF;
    padding-top: 7px;
    margin-left: 1px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px 4px 0px 0px;
    -webkit-box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.MenuH_H1 {
    float: left;
    width: 122px;
    height: 23px;
    text-align: center;
    background-image: url(/images/sfMenu2.png);
    color: #FFFFFF;
    padding-top: 7px;
    margin-left: 1px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px 4px 0px 0px;
}

.MenuH_SAR {
    float: left;
    width: 122px;
    height: 23px;
    text-align: center;
    border: 1px solid #FF0000;
    background-color: #FF0000;
    color: #FFFFFF;
    padding-top: 7px;
    margin-left: 1px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px 4px 0px 0px;
}

.MenuH_HAR {
    float: left;
    width: 122px;
    height: 23px;
    text-align: center;
    border: 1px solid #FF0000;
    background-color: #FFFFFF;
    color: #000000;
    padding-top: 7px;
    margin-left: 1px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px 4px 0px 0px;
}


.MenuH_SM {
    float: left;
    width: 165px;
    height: 25px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    padding-left: 3px;
}

.MenuH_SH {
    float: left;
    width: 165px;
    height: 25px;
    text-align: left;
    /* background-color: rgba(9,76,108,0.6) !important;*/
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    padding-left: 3px;
    padding: 2px;
    border-left: 3px solid #0F5272;
}

.MenuH_SM_SCHEDA {
    width: 100px;
    height: 45px;
    text-align: center;
    background-color: transparent;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    border-radius: 2px 2px 2px 2px;
    padding: 2px;
}

.MenuH_SH_SCHEDA {
    width: 100px;
    height: 45px;
    text-align: center;
    background-color: #0C74A7;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    border-radius: 2px 2px 2px 2px;
}


/*  MENU TOP  */
.MenuH_Q {
    float: left;
    width: 100px;
    height: 20px;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid black;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.MenuH_P {
    float: left;
    width: 100px;
    height: 20px;
    text-align: center;
    background-color: TRANSPARENT;
    color: #000000;
    border: 1px solid black;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.MenuH_Q_login {
    float: left;
    width: 100px;
    height: 20px;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #888888;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 12px;
    text-decoration: none;
}

.MenuH_P_login {
    float: left;
    width: 100px;
    height: 20px;
    text-align: center;
    background-color: TRANSPARENT;
    color: #000000;
    border: 1px solid #888888;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 12px;
    text-decoration: none;
}


/*  MENU AREA RISERVATA  */
.MenuH_1_AREA_RISERVATA {
    float: left;
    width: 180px;
    height: 25px;
    text-align: center;
    border: 1px solid #19b1e7;
    background-color: transparent;
    color: #333333;
    padding-top: 10px;
    margin-left: 5px;
    margin-top: 4px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}

.MenuH_2_AREA_RISERVATA {
    float: left;
    width: 180px;
    height: 25px;
    text-align: center;
    border: 1px solid #58585a;
    background-color: #58585a;
    color: #ffffff;
    padding-top: 10px;
    margin-left: 5px;
    margin-top: 4px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}

.MenuH_1_AREA_RISERVATA_SMALL {
    float: left;
    width: 160px;
    height: 20px;
    text-align: center;
    border: 1px solid #19b1e7;
    background-color: transparent;
    color: #333333;
    padding-top: 5px;
    margin-left: 5px;
    margin-top: 4px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}

.MenuH_2_AREA_RISERVATA_SMALL {
    float: left;
    width: 160px;
    height: 20px;
    text-align: center;
    border: 1px solid #19b1e7;
    background-color: #19b1e7;
    color: #ffffff;
    padding-top: 5px;
    margin-left: 5px;
    margin-top: 4px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}

.MenuH_Q_blu {
    float: left;
    width: 85px;
    height: 20px;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-top: 2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.MenuH_P_blu {
    float: left;
    width: 85px;
    height: 20px;
    text-align: center;
    background-color: #0C74A7;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-top: 2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}


.MenuH_1_MODIFICA {
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    border: 1px solid #626262;
    border-bottom: px solid #626262;
    background-color: #626262;
    color: #FFFFFF;
    padding-top: 1px;
    margin-left: 5px;
    font-size: 10px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}

.MenuH_2_MODIFICA {
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    border: 1px solid #626262;
    background-color: transparent;
    color: #000000;
    padding-top: 1px;
    margin-left: 5px;
    font-size: 10px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}

.MenuH_1_CONFERMA {
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    border: 1px solid #00CC00;
    background-color: #00CC00;
    color: #FFFFFF;
    padding-top: 1px;
    margin-left: 5px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}

.MenuH_2_CONFERMA {
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    border: 1px solid #00CC00;
    background-color: transparent;
    color: #000000;
    padding-top: 1px;
    margin-left: 5px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}




/*  CARRRELLO  */
.ADD_CART_S {
    float: left;
    width: 200px;
    height: 50px;
    text-align: center;
    border: 1px solid #00cc00;
    background-color: #00cc00;
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    text-decoration: none;
}

.ADD_CART_H {
    float: left;
    width: 200px;
    height: 50px;
    text-align: center;
    border: 1px solid #80FF00;
    background-color: #80FF00;
    color: #000000;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    text-decoration: none;
}



/*  BUTTONS  */
.btnLogin {
    width: 190px;
    height: 35px;
    background-color: #EEEEEE;
    border: none;
    padding: 5px;
    color: White;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    box-shadow: 11px 10px 23px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
}



.BTN_LOGIN1 {
    float: left;
    width: 180px;
    height: 28px;
    text-align: center;
    border: 1px solid #000000;
    border-bottom: px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    padding-top: 3px;
    border-radius: 4px 4px 4px 4px;
}

.BTN_LOGIN2 {
    float: left;
    width: 180px;
    height: 28px;
    text-align: center;
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px 4px 4px 4px;
}

.btnColoriManicardi {
    width: 90%;
    padding: 10px 5px 10px 5px;
    text-align: center;
    background-color: #19b1e7;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
}

/* TITOLI */
.titoli {
    float: left;
    min-height: 20px;
    overflow: hidden;
    padding-top: 4px;
    border-bottom: thin solid #bad0d8;
    margin-bottom: 3px;
    font-size: 15px;
}

.testo_tagliato {
    text-decoration: line-through;
}



/*##########################
	     TESTI
##########################*/
.text12nHover {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #EEEEEE;
    text-decoration: none;
    font-weight: bold;
}


/*  GRIGIO SCURO  */
.text12gs {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

    .text12gs a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #333333;
        text-decoration: none;
    }

    .text12gs a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #333333;
        text-decoration: none;
    }

    .text12gs a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #333333;
        text-decoration: none;
    }



/*  GRIGIO CHIARO  */
.text10g {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 10px;
    color: #666;
    text-decoration: none;
}

    .text10g a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        color: #666;
        text-decoration: none;
    }

    .text10g a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        color: #666;
        text-decoration: none;
    }

    .text10g a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        color: #666;
        text-decoration: none;
    }

.text11g {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 11px;
    color: #666;
    text-decoration: none;
}

    .text11g a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #666;
        text-decoration: none;
    }

    .text11g a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #666;
        text-decoration: none;
    }

    .text11g a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #666;
        text-decoration: none;
    }

.text12g {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}

    .text12g a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #666666;
        text-decoration: none;
    }

    .text12g a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #666666;
        text-decoration: none;
    }

    .text12g a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #666666;
        text-decoration: none;
    }

.text13g {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 13px;
    color: #666666;
    text-decoration: none;
}

    .text13g a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
        color: #666666;
        text-decoration: none;
    }

    .text13g a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
        color: #666666;
        text-decoration: none;
    }

    .text13g a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
        color: #666666;
        text-decoration: none;
    }

.text15g {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 15px;
    color: #666666;
    text-decoration: none;
}

    .text15g a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #666666;
        text-decoration: none;
    }

    .text15g a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #666666;
        text-decoration: none;
    }

    .text15g a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #666666;
        text-decoration: none;
    }

.text20g {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 20px;
    color: #666666;
    text-decoration: none;
}

    .text20g a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #666666;
        text-decoration: none;
    }

    .text20g a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #666666;
        text-decoration: none;
    }

    .text20g a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #666666;
        text-decoration: none;
    }


/*  NERO  */
.text9n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 8px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

    .text9n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 8px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    .text9n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 8px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    .text9n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 8px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

.text11n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

    .text11n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    .text11n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    .text11n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

.text10n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

    .text10n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    .text10n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    .text10n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

.text12n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

    .text12n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

    .text12n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

    .text12n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

.text13n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

    .text13n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
        color: #000000;
        text-decoration: none;
    }

    .text13n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
        color: #000000;
        text-decoration: none;
    }

    .text13n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
        color: #000000;
        text-decoration: none;
    }

.text14n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

    .text14n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 14px;
        color: #000000;
        text-decoration: none;
    }

    .text14n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 14px;
        color: #000000;
        text-decoration: none;
    }

    .text14n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 14px;
        color: #000000;
        text-decoration: none;
    }

.text15n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}

    .text15n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #000000;
        text-decoration: none;
    }

    .text15n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #000000;
        text-decoration: none;
    }

    .text15n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #000000;
        text-decoration: none;
    }

.text17n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
}

    .text17n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 17px;
        color: #000000;
        text-decoration: none;
    }

    .text17n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 17px;
        color: #000000;
        text-decoration: none;
    }

    .text17n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 17px;
        color: #000000;
        text-decoration: none;
    }

.text20n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}

    .text20n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #000000;
        text-decoration: none;
    }

    .text20n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #000000;
        text-decoration: none;
    }

    .text20n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #000000;
        text-decoration: none;
    }


.text25n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 25px;
    color: #000000;
    text-decoration: none;
}

    .text25n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #000000;
        text-decoration: none;
    }

    .text25n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #000000;
        text-decoration: none;
    }

    .text25n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #000000;
        text-decoration: none;
    }


.text25n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 25px;
    color: #000000;
    text-decoration: none;
}

    .text25n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #000000;
        text-decoration: none;
    }

    .text25n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #000000;
        text-decoration: none;
    }

    .text25n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #000000;
        text-decoration: none;
    }

.text30n {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 30px;
    color: #000000;
    text-decoration: none;
}

    .text30n a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #000000;
        text-decoration: none;
    }

    .text30n a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #000000;
        text-decoration: none;
    }

    .text30n a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #000000;
        text-decoration: none;
    }


/*  BIANCO  */
.text9w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text9w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 9px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text9w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 9px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text9w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 9px;
        color: #FFFFFF;
        text-decoration: none;
    }

.text10w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text10w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text10w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text10w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        color: #FFFFFF;
        text-decoration: none;
    }

.text11w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text11w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text11w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text11w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
    }

.text12w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text12w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text12w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text12w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }

.text13w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
}

    .text13w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
        color: #FFF;
        text-decoration: none;
    }

    .text13w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
        color: #FFF;
        text-decoration: none;
    }

    .text13w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 13px;
        color: #FFF;
        text-decoration: none;
    }

.text14w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text14w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text14w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text14w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
    }

.text15w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text15w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text15w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text15w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #FFFFFF;
        text-decoration: none;
    }


.text17w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 17px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text17w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 17px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text17w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 17px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text17w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 17px;
        color: #FFFFFF;
        text-decoration: none;
    }


.text20w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text20w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text20w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text20w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #FFFFFF;
        text-decoration: none;
    }


.text25w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 25px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text25w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text25w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text25w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #FFFFFF;
        text-decoration: none;
    }

.text30w {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 30px;
    color: #FFFFFF;
    text-decoration: none;
}

    .text30w a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text30w a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .text30w a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #FFFFFF;
        text-decoration: none;
    }


/*  ROSSO  */

.text9r {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 8px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: none;
}

    .text9r a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 8px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text9r a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 8px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text9r a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 8px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

.text10r {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 10px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: none;
}

    .text10r a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text10r a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text10r a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }


.text11r {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 11px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: none;
}

    .text11r a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text11r a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text11r a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

.text12r {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: none;
}

    .text12r a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text12r a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text12r a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

.text15r {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 15px;
    color: #FF0000;
    text-decoration: none;
}

    .text15r a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #FF0000;
        text-decoration: none;
    }

    .text15r a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #FF0000;
        text-decoration: none;
    }

    .text15r a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #FF0000;
        text-decoration: none;
    }

.text16r {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 16px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: none;
}

    .text16r a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 16px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text16r a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 16px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text16r a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 16px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }


.text20r {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 20px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: none;
}

    .text20r a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text20r a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

    .text20r a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }



/*  BLU  */
.text10b {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 10px;
    color: #0099FF;
    text-decoration: none;
}

    .text10b a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        color: #0099FF;
        text-decoration: none;
    }

    .text10b a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        color: #0099FF;
        text-decoration: none;
    }

    .text10b a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 10px;
        color: #0099FF;
        text-decoration: none;
    }


.text11b {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 11px;
    color: #0099FF;
    text-decoration: none;
}

    .text11b a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #0099FF;
        text-decoration: none;
    }

    .text11b a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #0099FF;
        text-decoration: none;
    }

    .text11b a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #0099FF;
        text-decoration: none;
    }

.text12b {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #0099FF;
    text-decoration: none;
}

    .text12b a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #0099FF;
        text-decoration: none;
    }

    .text12b a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #0099FF;
        text-decoration: none;
    }

    .text12b a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #0099FF;
        text-decoration: none;
    }

.text14b {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 14px;
    color: #0099FF;
    text-decoration: none;
}

    .text14b a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 14px;
        color: #0099FF;
        text-decoration: none;
    }

    .text14b a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 14px;
        color: #0099FF;
        text-decoration: none;
    }

    .text14b a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 14px;
        color: #0099FF;
        text-decoration: none;
    }


/*  VERDE  */
.text11v {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 11px;
    color: #97C11D;
    text-decoration: none;
}

    .text11v a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #97C11D;
        text-decoration: none;
    }

    .text11v a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #97C11D;
        text-decoration: none;
    }

    .text11v a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 11px;
        color: #97C11D;
        text-decoration: none;
    }

.text12v {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #97C11D;
    text-decoration: none;
}

    .text12v a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #97C11D;
        text-decoration: none;
    }

    .text12v a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #97C11D;
        text-decoration: none;
    }

    .text12v a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #97C11D;
        text-decoration: none;
    }

.text15v {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 15px;
    color: #97C11D;
    text-decoration: none;
}

    .text15v a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #97C11D;
        text-decoration: none;
    }

    .text15v a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #97C11D;
        text-decoration: none;
    }

    .text15v a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #97C11D;
        text-decoration: none;
    }

.text20v {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 20px;
    color: #97C11D;
    text-decoration: none;
}

    .text20v a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #97C11D;
        text-decoration: none;
    }

    .text20v a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #97C11D;
        text-decoration: none;
    }

    .text20v a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 20px;
        color: #97C11D;
        text-decoration: none;
    }

.text17v {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 17px;
    color: #97C11D;
    text-decoration: none;
}

    .text17v a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 17px;
        color: #97C11D;
        text-decoration: none;
    }

    .text17v a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 17px;
        color: #97C11D;
        text-decoration: none;
    }

    .text17v a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 17px;
        color: #97C11D;
        text-decoration: none;
    }


.text25v {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 25px;
    color: #97C11D;
    text-decoration: none;
}

    .text25v a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #97C11D;
        text-decoration: none;
    }

    .text25v a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #97C11D;
        text-decoration: none;
    }

    .text25v a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 25px;
        color: #97C11D;
        text-decoration: none;
    }

.text30v {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 30px;
    color: #97C11D;
    text-decoration: none;
}

    .text30v a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #97C11D;
        text-decoration: none;
    }

    .text30v a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #97C11D;
        text-decoration: none;
    }

    .text30v a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #97C11D;
        text-decoration: none;
    }



.text12e {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #EEEEEE;
    text-decoration: none;
}

    .text12e a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #EEEEEE;
        text-decoration: none;
    }

    .text12e a:visited {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #EEEEEE;
        text-decoration: none;
    }

    .text12e a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #EEEEEE;
        text-decoration: none;
    }




.text12a {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

    .text12a a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

    .text12a a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

    .text12a a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

.text15a {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}

    .text15a a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #000000;
        text-decoration: none;
    }

    .text15a a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #000000;
        text-decoration: none;
    }

    .text15a a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 15px;
        color: #000000;
        text-decoration: none;
    }


.text18a {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}

    .text18a a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 18px;
        color: #000000;
        text-decoration: none;
    }

    .text18a a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 18px;
        color: #000000;
        text-decoration: none;
    }

    .text18a a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 18px;
        color: #000000;
        text-decoration: none;
    }




.Slogan {
    font-family: Passions Conflict;
    font-size: 45px;
    color: #000000;
    text-decoration: none;
}

    .Slogan a:link {
        font-family: Passions Conflict;
        font-size: 40px;
        color: #000000;
        text-decoration: none;
    }

    .Slogan a:link {
        font-family: Passions Conflict;
        font-size: 40px;
        color: #000000;
        text-decoration: none;
    }

    .Slogan a:hover {
        font-family: Passions Conflict;
        font-size: 40px;
        color: #000000;
        text-decoration: none;
    }


.Titolo_001 {
    font-family: DIN, Lucida Sans, Verdana, SansSerif;
    font-size: 30px;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
}

    .Titolo_001 a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #000000;
        text-decoration: none;
        font-weight: 300;
    }

    .Titolo_001 a:link {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #000000;
        text-decoration: none;
        font-weight: 300;
    }

    .Titolo_001 a:hover {
        font-family: DIN, Lucida Sans, Verdana, SansSerif;
        font-size: 30px;
        color: #000000;
        text-decoration: none;
        font-weight: 300;
    }



.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px solid transparent;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }



/*##########################
	 BARRA MENU
##########################*/
/*#menu ul {
    display: inline-block !important;
    list-style-type: none !important;
    margin: 0 auto !important;
    border: 1px solid red;
}*/

#menu {
    list-style: none;
    padding: 0px 0px 0px 0px; /*Non togliere*/
    text-align: center;
    display: inline-block;
    border: 0px solid red;
    margin: 0px; /*Non togliere altrimenti nelle pagine Scheda prodotto e pagine il menu si presenta abbassato*/
    /*  width: 100%; Se metti questo il menu non viene centrato*/
}

    #menu li {
        float: left;
        display: block;
        position: relative;
        padding: 5px 10px 5px 10px;
        margin-right: 0px;
        margin-top: 0px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        text-align: center;
        background-color: #33b9e9;
    }

        #menu li:hover {
            background: #33b9e9; /* Colore di background delle voci di menu principali  */
            padding: 5px 10px 5px 10px;
        }

        #menu li a {
            font-size: 0.9em;
            color: #fff !important; /* Colore delle voci di menu principali  */
            display: block;
            outline: 0;
            text-decoration: none;
        }

        #menu li:hover a {
            color: #fff !important; /* Colore voci del pannello dopo collapse */
            /* transition: 0.2s;*/
            background: #33b9e9;
        }

.dropdown_0column,
.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em; /* Hides the drop down */
    text-align: left;
    padding: 10px 5px 10px 0px;
    border: none;
    background-color: #33b9e9 !important;
    margin-left: 0px;
    margin-top: 5px;
    /* border: thin solid red;*/
}

.dropdown_0column {
    width: 300px;
}

.dropdown_1column {
    width: 500px;
}

.dropdown_2columns {
    width: 700px;
}

.dropdown_3columns {
    width: 900px;
}

#menu li:hover .dropdown_0column,
#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns {
    left: 0px;
    top: auto;
    overflow: hidden;
}

.col_0,
.col_1,
.col_2,
.col_3 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    color: #000 !important;
    padding-left: 0px;
}

.col_0 {
    width: 300px;
}

.col_1 {
    width: 500px;
}

.col_2 {
    width: 700px;
}

.col_3 {
    width: 900px;
}

.voce_col {
    padding: 5px 0px 5px 5px;
    margin-bottom: 5px;
    width: 100%;
}

    .voce_col:hover {
        background-color: #FFF; /* cambio colore background voci menu collassato */
        color: #58585a !important;
        padding-left: 5px;
        transition: width .5s ease;
    }


.Animazione {
    transform: scale(1);
    transition: transform 0.5s;
}

    .Animazione:hover {
        transform: scale(1.03);
        transition: transform 0.8s;
        border: thin solid #eee;
        border-radius: 0px;
        background-color: transparent;
    }

.BtnVedi {
    background-color: transparent;
    cursor: pointer;
    padding: 1px 10px 1px 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: thin solid rgba(0,0,0,0.3);
}

    .BtnVedi:hover {
        transform: scale(1.2);
        transition: transform 0.5s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border-bottom: thin solid #000;
    }

.boxSingolo {
    float: left;
    width: 190px;
    height: 333px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 8px;
    position: relative;
    border: 0px solid red;
}

.boxSingolo_linee {
    float: left;
    width: 240px;
    height: 420px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 8px;
    position: relative;
    border-top: thin solid #ccc;
}

.boxSingolo_categorie {
    float: left;
    width: 190px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 8px;
    position: relative;
    border-top: thin solid #ccc;
}

.boxSingolo_prodotti {
    float: left;
    width: 155px;
    height: 240px;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 8px;
    position: relative;
    border: 1px solid #eee;
}

.boxTitolo {
    float: left;
    width: 200px;
    height: 35px;
    margin-right: 10px;
    padding-bottom: 2px;
    padding-top: 3px;
    text-align: center;
    line-height: 15px;
    overflow: hidden;
}

    .boxTitolo:hover {
        border-bottom: 1px solid #808080;
    }

.boxMiniatura {
    float: left;
    width: 200px;
    height: 350px;
    overflow: hidden;
    /*border: 1px solid green;*/
}

.boxMiniatura_linee {
    float: left;
    width: 240px;
    height: 420px;
    overflow: hidden;
}

.boxMiniatura_categorie {
    float: left;
    width: 190px;
    height: 265px;
    overflow: hidden;
    /*border: 1px solid red;*/
}

.boxMiniatura_prodotti {
    float: left;
    width: 153px;
    height: 115px;
    overflow: hidden;
    border: 1px solid #cccccc;
}

.boxVedi {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    /*border-bottom: thin solid #ccc;*/
    margin-bottom: 20px;
    padding-bottom: 5px;
    /*border: 1px solid red;*/
}

/*RICERCA*/
.boxRicercaPermanente {
    z-index: 999;
    height: 30px;
    width: 100%;
    border: none;
    border-radius: 0px;
    padding: 5px;
}

.boxRicercaPermanente_Alert {
    z-index: 999;
    height: 30px;
    width: 100%;
    border: none;
    border-radius: 0px;
    padding: 5px;
    background-color: #ff0000;
    color: #ffffff;
}

/*SERVIZIO*/
.TxtCentrato {
    text-align: center;
}

.TxtDestra {
    text-align: right;
}

.TxtSinistra {
    text-align: left;
}

.CurPointer {
    cursor: pointer;
}

.MarginAuto {
    margin: 0 auto;
}

.Bold {
    font-weight: 700 !important;
}

.DivNascosto {
    display: none;
}

.Radius5 {
    border-radius: 5px;
}

.Overflow_Hidden {
    overflow: hidden !important;
}

.Overflow_Auto {
    overflow: auto !important;
}

.Pos_Rel {
    position: relative;
}

.Pos_Abs {
    position: absolute;
}

.tagliato {
    text-decoration: line-through;
}
