/**
*RESET CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
*SITE CSS
*/

/*html, body {
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 0.5px;
  font-size: 12px;
  min-width: 1024px;
}*/

html {
    font-family: Roboto, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    font-size: 1em;
    position: relative;
    min-width: 1200px;
}

body {
    margin: 0 0 100px;
}

.sx {
    float: left;
}

#back_to_portal {
    float: right;
    margin-right: 5px;
    font-weight: normal;
    font-style: italic;
}

    #back_to_portal a {
        text-decoration: none;
        color: black;
        font-weight: bold;
        font-style: normal;
        margin-left: 10px;
        border-left: solid 1px white;
        padding-left: 10px;
    }

.ellipsing {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx {
    float: right;
}

.clear {
    clear: both;
}

.separator {
    clear: both;
    border-bottom: 3px solid #333;
    margin: 20px 10px 20px 0px;
}

.height_10 {
    height: 10px;
}

.height_20 {
    height: 20px;
}

.height_40 {
    height: 40px;
}

h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

/*#head_container{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1300;
}*/

#top_bar {
    height: 42px;
    width: 100%;
    /*background: url('/img/fotoc_back.png') repeat-x;*/
    background-color: #254f8f;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    min-width: 1200px;
}

    #top_bar #nome_utente {
        margin-left: 10px;
    }

    #top_bar ul.sx {
        margin-left: 10px;
    }

        #top_bar ul.sx li {
            width: 110px;
            float: left;
            border-right: 1px solid white;
            height: 42px;
            text-align: center;
            font-weight: bold;
        }

            #top_bar ul.sx li:hover {
                background-color: #999999;
            }


        #top_bar ul.sx:first-child {
            border-left: 1px solid white;
        }

    #top_bar ul.dx {
        margin-right: 10px;
    }

        #top_bar ul.dx li {
            float: right;
        }

    #top_bar ul.dx_loggato {
        float: right;
        text-align: center;
        margin-top: 8px;
        height: 25px;
    }

        #top_bar ul.dx_loggato a {
            color: white;
        }

        #top_bar ul.dx_loggato img {
            vertical-align: middle;
        }

        #top_bar ul.dx_loggato li {
            height: 25px;
            color: white;
            line-height: 25px;
            float: right;
            background-color: #333;
            display: block;
            width: 150px;
            margin-right: 10px;
        }

            #top_bar ul.dx_loggato li.transparent {
                background-color: transparent;
                width: auto;
                border: 1px solid #FFF;
                box-sizing: border-box;
                padding: 0px 4px;
            }

                #top_bar ul.dx_loggato li.transparent a {
                    color: #FFF;
                }

            #top_bar ul.dx_loggato li ul {
                float: none;
                z-index: 1200;
                position: relative;
                width: 150px;
                background-color: #333;
                display: none;
            }

                #top_bar ul.dx_loggato li ul li {
                    float: none;
                    z-index: 1200;
                    width: 145px;
                    border-top: 1px dotted white;
                    margin: 0px auto;
                }

    #top_bar form {
        float: right;
    }

    #top_bar input[type="text"], #top_bar input[type="password"] {
        border: none;
        background: #fff;
        margin-left: 10px;
        padding: 4px 5px;
        width: 155px;
    }

    #top_bar input[type="submit"] {
        font-family: Roboto, Helvetica, sans-serif;
        background-color: #ffc520;
        color: #254f8f;
        text-transform: uppercase;
        font-weight: bold;
        padding: 3px 5px;
        border: none;
        margin-left: 10px;
    }

    #top_bar ul.dx li {
        border-right: 1px solid white;
        border-left: 1px solid white;
        height: 42px;
        text-align: center;
        font-weight: bold;
        padding: 0px 10px;
        margin-left: 15px;
    }

        #top_bar ul.dx li img {
            vertical-align: middle;
        }

    #top_bar ul a {
        color: #FFFFFF;
        text-decoration: none;
    }

#logo {
    height: 80px;
    width: 100%;
    border-bottom: 1px dotted #333;
    background-color: white;
    position: relative;
    z-index: 1010;
    margin-top: 10px;
}

    #logo img {
        margin-top: 9px;
        margin-left: 10px;
    }

    #logo a {
        text-decoration: none;
        float: left;
    }

        #logo a span {
            font-size: 11px;
            margin-left: 10px;
        }

    #logo span {
    }

#logoDescription {
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
    line-height: 14px;
    max-height: 80px;
    min-width: 900px;
}

#bottom_bar {
    width: 100%;
    /*height: 70px;  commentato Marco Rosano */
    font-size: 16px;
    color: #254f8f !important;
    text-transform: uppercase;
    line-height: 40px; /* messo da 50pc a 40px Marco Rosano*/
    font-weight: bold;
    /*text-align: center;*/
    box-shadow: 0 -10px 5px 12px #333333;
    position: relative;
    z-index: 1002;
    background-color: #fff;
    min-width: 1200px;
}

    #bottom_bar img {
        vertical-align: middle;
    }


#menu_bottom_bar, #menu_marche_top {
    width: 200px;
    margin-left: 10px;
    margin-top: 5px; /* inserito Marco Rosano*/
    text-align: left;
    height: 100%;
    float: left;
    -webkit-border-radius: 10px; /* Safari prototype */
    -moz-border-radius: 10px; /* Gecko browsers */
    border-radius: 10px; /* Everything else - limited support at the moment */
}

    #menu_bottom_bar span {
        position: absolute;
        z-index: 1003;
        width: 188px;
        margin-left: 10px;
        text-align: left;
        background: url("../img/freccia_bassa.png") no-repeat right center;
    }

#menu_tagcloud_top {
    width: 150px;
    margin-left: 10px;
    text-align: left;
    height: 100%;
    float: left;
    /*background: url("../img/freccia_bassa.png") no-repeat right center;*/
}

    #menu_tagcloud_top span {
        position: absolute;
        z-index: 1003;
        width: 138px;
        margin-left: 10px;
        text-align: left;
        background: url("../img/freccia_bassa.png") no-repeat right center;
    }

#cerca_bottom_bar {
    margin-right: 10px;
    display: inline-block;
    /*float: left;*/
}

/* inizio aggiunte Marco Rosano */
#menu_marche_top table, #menu_bottom_bar table {
    position: absolute;
    z-index: 1004;
    width: 201px;
    margin-left: 2px;
    /*background: url("../img/freccia_bassa.png") no-repeat right center;*/
    background: #ffc520 !important;
    -webkit-border-radius: 10px; /* Safari prototype */
    -moz-border-radius: 10px; /* Gecko browsers */
    border-radius: 10px; /* Everything else - limited support at the moment */
    text-align: center;
    color: #254f8f!important;
    margin-bottom: 50px !important;
}

#menu_bottom_bar table {
    width: 250px;
    /*font-size: 11px;*/
}

#nostriArticoli {
    font-size: 8px;
}

#paroleChiaviTable {
    line-height: 1.72;
}

#chk_prodotti_disponibili {
    width: 170px !important;
    /*margin-left: 60px;*/
    margin-top: 5px;
    margin-bottom: 50px !important;
    text-align: center;
    color: white;
    float: left;
    line-height: 1.95;
}

    #chk_prodotti_disponibili table {
        position: absolute;
        width: 165px;
        margin-left: 2px;
        -webkit-border-top-left-radius: 10px; /* Safari prototype */
        -moz-border-radius-topleft: 10px; /* Gecko browsers */
        -webkit-border-bottom-left-radius: 10px; /* Safari prototype */
        -moz-border-radius-bottomleft: 10px; /* Gecko browsers */
        /*background: url("../img/freccia_bassa.png") no-repeat right center;*/
        background: #ffc520 !important;
        text-align: center;
        color: #254f8f !important;
        margin-bottom: 50px !important;
        font-size: 7.5px;
        height: 41px;
    }

    #chk_prodotti_disponibili input[type=checkbox] {
        height: 20px;
        width: 30px;
        margin-top: 4px;
    }

#searchTextBoxGo {
    background: #ffc520!important;
    height: 22px;
    padding: 10px;
    -webkit-border-top-right-radius: 10px; /* Safari prototype */
    -webkit-border-bottom-right-radius: 10px; /* Safari prototype */
    -moz-border-radius-topright: 10px; /* Gecko browsers */
    -moz-border-radius-bottomright: 10px; /* Gecko browsers */
    margin-left: -2px;
    margin-top: 4px;
}

#SearchTextBox_tSearch {
    height: 36px;
    margin-left: -5px;
    width: 250px;
}

#cerca_bottom_bar input[type=text] {
    -webkit-box-shadow: inset 0px 3px 4px 0px #ddd;
    -moz-box-shadow: inset 0px 3px 4px 0px #ddd;
    box-shadow: inset 0px 3px 4px 0px #ddd;
}

#cerca_bottom_bar input {
    border: 1px solid #888;
    /*padding: 4px 5px;*/
    /*width: 250px;*/
    margin-top: 4px;
    /*height: 35px; */
    vertical-align: middle;
    width: 250px;
    height: 35px;
}

#SearchTextBox_bSearchTextBox {
    margin-top: 2px;
}
/* fine aggiunte Marco Rosano*/

#cerca_bottom_bar form {
    float: left;
}


#carrello_bottom_bar {
    /*margin-right: 10px;*/
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
}

    #carrello_bottom_bar img {
        margin-right: 5px;
        vertical-align: sub;
    }

#content {
    margin: 30px 0 20px;
    padding-right: 260px;
    overflow: hidden;
}

#left_bar {
    width: 210px;
    float: left;
    margin-left: 10px;
    text-transform: uppercase;
    color: #254f8f !important;
    font-weight: bold;
    margin-bottom: 10px;
}

#menu_left_bar {
    border: 3px solid #ffc520!important;

    padding-bottom: 10px;
    position: relative;
    z-index: 999;
    -webkit-border-radius: 10px; /* Safari prototype */
    -moz-border-radius: 10px; /* Gecko browsers */
    border-radius: 10px; /* Everything else - limited support at the moment */
}

#menu_left_bar_marche {
    border: 3px solid #CC0001;
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
    margin-top: 20px;
    -webkit-border-radius: 10px; /* Safari prototype */
    -moz-border-radius: 10px; /* Gecko browsers */
    border-radius: 10px; /* Everything else - limited support at the moment */
}

a.selected {
    color: red;
}

#menu_left_bar h1, #menu_left_bar_marche h1, #pCatalogs h1 {
    font-size: 18px;
    margin: 10px;
}

#menu_left_bar ul, #menu_left_bar_marche ul, #pCatalogs ul {
    width: 185px;
    margin-left: 10px;
}

#menu_left_bar_marche ul {
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}


#pCatalogs {
    border: 3px solid #ffc520!important;
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
    margin-top: 20px;
}


    #menu_left_bar ul li, #menu_bottom_bar ul li, #menu_marche_top ul li, #menu_left_bar_marche ul li, #pCatalogs ul li {
        min-height: 20px;
        border-top: 3px solid white;
        position: relative;
        padding-right: 5px;
        z-index: 1100;
    }

        #menu_left_bar ul li.selected {
            line-height: 20px;
            padding: 5px 4px;
            background-color: #777777;
        }

        #menu_left_bar ul li a, #menu_left_bar ul li div, #menu_bottom_bar ul li a, #menu_marche_top ul li a, #menu_bottom_bar ul li div, #menu_left_bar_marche ul li a, #menu_left_bar_marche ul li div, #pCatalogs ul li a, #pCatalogs ul li div {
            display: block;
            padding: 5px 4px;
            padding-right: 26px;
            min-height: 20px;
            text-transform: uppercase;
            color:#254f8f  !important;
            font-weight: bold;
            font-size: 9px;
            text-decoration: none;
            width: 170px;
            position: relative;
            z-index: 1100;
            word-wrap: break-word;
            line-height: 20px;
        }

        #menu_left_bar ul li:hover, #menu_bottom_bar ul li:hover, #menu_marche_top ul li:hover, #menu_left_bar_marche ul li:hover, #pCatalogs ul li:hover {
            background: right center #eee;
        }

            #menu_left_bar ul li:hover > :first-child,
            #menu_bottom_bar ul li:hover > :first-child,
            #menu_marche_top ul li:hover > :first-child,
            #menu_left_bar_marche ul li:hover > :first-child,
            #pCatalogs ul li:hover > :first-child {
                color: #B02923;
            }

        #menu_left_bar ul li ul, #menu_bottom_bar ul li ul {
            position: absolute;
            display: none;
            left: 184px;
            background-color: white;
            z-index: 998;
            border: 3px solid #ffc520!important;
            top: 0px;
            padding: 5px 10px;
            width: 190px;
            -webkit-border-radius: 10px; /* Safari prototype */
            -moz-border-radius: 10px; /* Gecko browsers */
            border-radius: 10px; /* Everything else - limited support at the moment */
        }

        #menu_bottom_bar ul li ul {
            left: 195px;
            box-shadow: 5px 0 9px -1px #333333;
            z-index: 998;
        }

/*#menu_bottom_bar ul.first {
  position: relative;
  background-color: white;
  width: 184px;
  z-index: 1001;
  padding: 20px 10px 20px;
  border: 3px solid #777777;
  top: 5px;
  left: 0px;
  display: none;
  box-shadow: 0 0 3px 3px #999;
}*/

#menu_bottom_bar div.menucontainer, #menu_marche_top div.menucontainer {
    padding: 0px 10px 20px;
    position: relative;
    background-color: white;
    width: 184px;
    z-index: 1001;
    border: 3px solid #ffc520!important;
    top: 5px;
    left: 0px;
    display: none;
    box-shadow: 0 0 3px 3px #999;
    -webkit-border-radius: 10px; /* Safari prototype */
    -moz-border-radius: 10px; /* Gecko browsers */
    border-radius: 10px; /* Everything else - limited support at the moment */
}

    #menu_marche_top div.menucontainer ul.first {
        margin-top: 50px;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 450px
    }

    #menu_bottom_bar div.menucontainer ul.first {
        margin-top: 50px;
        max-height: 450px
    }


#menu_bottom_bar li.titolo, #menu_marche_top li.titolo {
    background: none;
    font-size: 21px;
}

    #menu_bottom_bar li.titolo:hover, #menu_marche_top li.titolo:hover {
        background: none;
    }



.banner_left_bar {
    display: block;
    margin-top: 20px;
}

#right_column {
    margin: 0px -240px 0px auto;
    width: 100%;
    float: right;
    color: #254f8f !important;
}

.liquid {
    position: relative;
    margin-right: 10px;
}

    .liquid .wrapper, .wrapper {
        margin: 0px 35px;
    }

        .liquid ul li, .wrapper ul li {
            width: 230px;
            border-right: 1px dotted #333;
            text-align: center;
        }

        .liquid a, .wrapper a {
            color: #333;
            text-decoration: none;
        }

        .liquid h3, .wrapper h3 {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
        }

.previous {
    position: absolute;
    left: 0px;
    top: 120px;
}

.next {
    position: absolute;
    right: 0px;
    top: 120px;
}

.carousel_thumb {
    margin: 0px auto;
    width: 160px;
    height: 120px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel_prezzo {
    font-size: 10.5px;
    position: relative;
    height: 35px;
    width: 130px;
    background-color: #eee;
    margin: 0px auto;
    margin-top: 20px;
    padding: 10px 0px;
}

    .carousel_prezzo a {
        color: #254f8f !important;
        text-decoration: none;
        position: relative;
        top: 6px;
    }

.wrapper .promo:before, #text_scheda .promo:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    top: -6px;
    right: -6px;
    background: url("/img/promo.png") no-repeat center center;
}

/* aggiunto 17/07/2019 */
.wrapper .outlet:before, #text_scheda .outlet:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    top: -6px;
    right: -6px;
    background: url("../img/outlet.png") no-repeat center center;
}

.wrapper .novita:before, #text_scheda .novita:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    top: -6px;
    right: -6px;
    background: url("/img/new.png") no-repeat center center;
}

.wrapper .selective:before, #text_scheda .selective:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    top: -6px;
    right: -6px;
    background: url("/img/extra.png") no-repeat center center;
}

.categoria li {
    float: left;
    margin-bottom: 40px;
}

.categoria {
    margin: 0px !important;
}

.prezzo {
    font-size: 15px;
    font-weight: bold;
}

.prezzo_barrato {
    font-size: 12px;
    text-decoration: line-through;
}

.prezzo_scontato {
    font-size: 18px;
    color: #a00;
    font-weight: bold;
}

a.button_tutti_prodotti {
    float: right;
    color: white;
    text-decoration: none;
    padding: 6px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}

a.evidenza {
    background-color: #ffc520 !important;
    color: #254f8f !important;
}

a.novita {
    background-color: #ffc520 !important;
    color: #254f8f !important;
}

a.promozione {
    background-color: #ffc520 !important;
    color: #254f8f !important;
}

/* aggiunto 17/07/2019 */
a.outlet {
    background-color: #ffc520 !important;
    color: #254f8f !important;
}

a.selective {
    background-color: #800080;
}


#footer {
    font-size: 11px;
    height: 80px;
    /*background: url('/img/fotoc_back.png') repeat-x;*/
    background-color: #254f8f;
    width: 100%;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 0px;
    z-index: 1002;
    min-width: 1140px;
}

    #footer .dx {
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
        float: left;
    }

    #footer a {
        text-decoration: none;
        color: white;
    }

        #footer a:hover {
            color: #777777;
        }

    #footer ul {
        display: inline;
        width: 100%;
        vertical-align: middle;
    }

        #footer ul.sx li {
            height: 42px;
            border-right: 1px solid white;
            padding-top: 14px;
            text-align: center;
            font-weight: bold;
        }

        #footer ul li a {
            float: left;
            text-transform: uppercase;
            padding: 0px 10px;
        }

        #footer ul :first-child {
            border-left: none;
        }

        #footer ul li {
            line-height: 14px;
            height: 14px;
            float: left;
        }

    #footer span.dx {
        width: 98%;
        color: #888888;
        font-size: smaller;
        height: 34px;
        padding-top: 0px;
        margin-top: 0px;
    }


#right_column_wrapper {
    overflow: hidden;
    padding-right: 290px;
}

#gallery_scheda {
    float: left;
    margin-right: 30px;
    width: 250px;
}

#gallery_scheda_large a {
    display: block;
    text-align: center;
}

#gallery_scheda_thumb img {
    float: left;
    width: 70px;
    height: 50px;
    margin-left: 20px;
}

#text_scheda {
    float: right;
    margin: 0 -290px 0 auto;
    width: 100%;
}

#right_column ul {
    list-style-type: disc;
    margin-left: 15px;
}

#text_scheda ul li {
    padding: 3px 0px;
}

.prezzo_scheda {
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding: 0px 40px;
    background-color: #eeeeee;
    margin-right: 20px;
    position: relative;
}

    .prezzo_scheda span.prezzo_barra {
        font-size: 16px;
        text-decoration: line-through;
    }

    .prezzo_scheda span.prezzo_sconto {
        color: #a00;
    }

.aggiungi_carrello_scheda {
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    background-color: #777777;
    padding: 0px 40px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
}

.visibile {
    display: block;
}

.button {
    font-size: 15px;
    color: white;
    background-color: black;
    /*text-decoration: none;
  border: 2px solid white;*/
}

.button2 {
    color: black;
    background-color: #777777;
    /*text-decoration: none;
  border: 2px solid white;*/
}

.cerca_grigio {
    margin: 15px 0px 20px 0px;
    padding: 15px 10px;
    background-color: #E8E8E8;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
}

.previewcerca_grigio {
    margin: 15px 0px 20px 0px;
    padding: 15px 10px;
    background-color: #E8E8E8;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    border-radius: 5px;
}

.ricerca table, .ricerca2 table, .ricerca4 table {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #254f8f !important;
}

.ricerca3 table {
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #254f8f !important;
}

.ricerca table, .ricerca4 table {
    border: 0;
}

    .ricerca table tr, .ricerca2 table tr, .ricerca4 table tr {
        height: 70px;
        border-bottom: 1px dotted #333;
    }

.ricerca3 table tr {
    height: 30px;
    border-bottom: 1px dotted #333;
}

.ricerca table thead tr, .ricerca2 table thead tr, .ricerca4 table thead tr {
    height: 19px;
    line-height: 19px;
    background-color: #777777;
    border-bottom: 0;
}

.ricerca3 table thead tr {
    height: 12px;
    line-height: 15px;
    background-color: #777777;
    border-bottom: 0;
}

.ricerca table td, .ricerca table th, .ricerca2 table td, .ricerca2 table th, .ricerca4 table td, .ricerca4 table th {
    vertical-align: middle;
    font-size: 10px;
    padding: 10px 4px;
}

.ricerca3 table td, .ricerca3 table th {
    vertical-align: middle;
    font-size: 13px;
    padding: 10px 4px;
}

.ricerca2 table th, .ricerca4 table th {
    border-right: 1px solid #fff;
    color: white;
}

.ricerca3 table th {
    border-right: 1px solid #fff;
}

.ricerca2 table th:last-child {
    border-right: 0;
}

.ricerca3 table th:last-child {
    border-right: 0;
}

.ricerca table tr td.ricerca_thumb, .ricerca2 table tr td.ricerca_thumb, .ricerca4 table tr td.ricerca_thumb {
    height: 80px;
    width: 80px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.upArrow {
    position: fixed;
    right: 1px;
    bottom: 105px;
    z-index: 1030;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: rgb(253, 205, 0);
    cursor: pointer;
}

.downArrow {
    position: fixed;
    right: 1px;
    bottom: 70px;
    z-index: 1030;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: rgb(253, 205, 0);
    cursor: pointer;
}

.ricerca3 table tr td.ricerca_thumb {
    height: 80px;
    width: 80px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ricerca table a, .ricerca2 table a {
    margin-left: 9px;
    color: #254f8f !important;
    text-decoration: none;
}

.ricerca4 table a {
    margin-left: 9px;
    color: #254f8f !important;
    text-decoration: none;
}

.ricerca3 table a {
    margin-left: 10px;
    color: #254f8f !important;
    text-decoration: none;
}

.ricerca table a:hover, .ricerca2 table a:hover, ricerca4 table a:hover {
    color: #555;
}

.ricerca table .aggiungi_carrello_ricerca, .ricerca4 table .aggiungi_carrello_ricerca {
    white-space: nowrap;
    height: 30px;
    padding: 0px 20px;
    background-color: #777777;
    line-height: 30px;
    float: right;
    color: #FFF;
}

.ricerca table .aggiungi_carrello_ricerca_disabled, ricerca4 table .aggiungi_carrello_ricerca_disabled {
    white-space: nowrap;
    height: 30px;
    padding: 0px 20px;
    background-color: #ddd;
    line-height: 30px;
    float: right;
    color: #bbb;
}

    .ricerca table .aggiungi_carrello_ricerca img, .ricerca4 table .aggiungi_carrello_ricerca img,
    .ricerca table .aggiungi_carrello_ricerca_disabled img, .ricerca4 table .aggiungi_carrello_ricerca_disabled img {
        vertical-align: middle;
    }

.top_menu_ricerca {
    border-bottom: 1px dotted #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #254f8f !important;
    text-decoration: none;
}

    .top_menu_ricerca a {
        color: #019AD6;
        text-decoration: none;
    }

.ordina_per ul, .ordina_per span {
    float: left;
    position: relative;
    margin-left: 5px;
    z-index: 1000;
}

    .ordina_per ul li {
        list-style-type: none;
    }

        .ordina_per ul li img {
            vertical-align: middle;
        }

        .ordina_per ul li ul {
            display: none;
            float: none;
            position: absolute;
            background-color: white;
            left: -5px;
            padding: 10px 0px;
            z-index: 999;
            box-shadow: 0 0 5px #888;
            border-top: 0px;
        }

            .ordina_per ul li ul li {
                height: 24px;
                line-height: 24px;
                text-align: center;
                padding: 0px 5px;
            }

                .ordina_per ul li ul li a {
                    color: #254f8f !important;
                }

.left {
    height: 110px;
    width: 210px;
}

.top {
    height: 750px;
    width: 180px;
}

.button3 {
    font-family: Roboto, Helvetica, sans-serif;
    color: #FFF;
    border: 0;
    background-color: #777777;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    text-transform: uppercase;
}

.button3unchecked {
    font-family: 'Titillium Web', sans-serif;
    color: #555;
    border: 0;
    background-color: #EFEFEF;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    text-transform: uppercase;
}

.button3checked {
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    border: 0;
    background-color: #ffc520!important;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    text-transform: uppercase;
}

.button_dialog {
    font-family: Roboto, Helvetica, sans-serif;
    color: #254f8f !important;
    border: 0;
    background-color: #777777;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    text-transform: uppercase;
}

.button3[disabled='disabled'] {
    background-color: #ddd;
    color: #bbb;
}

.button3 img {
    vertical-align: text-top;
}


/*this class will address all the input texts with a class "text"*/
input[type='text'].text {
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 5px;
    width: 155px;
}

input[type='text'].text-right {
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 5px;
    width: 155px;
    text-align: right;
}

.txtNotes {
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 5px;
    width: 402px;
    height: 50px;
    margin-right: 17px;
}

.payment {
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 5px;
    width: 150px;
}

.regForm {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    text-transform: uppercase;
}

.auto-style1 td {
    padding: 8px;
}

table.buttons tr td {
    padding: 0px 4px;
}

.error {
    color: red;
}

.blackLink {
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, sans-serif;
    //line-height: 13px;
    font-size: 11px;
    font-weight: bold;
    color: #254f8f !important;
}

.browser {
    float: left;
    width: 100px;
    height: 120px;
    display: block;
    position: relative;
    margin: 4px;
    border: 1px solid black;
}

.browserImage {
    text-align: center;
}

    .browserImage img {
        max-width: 100px;
        max-height: 100px;
    }

.browserTitle {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
}

    .browserTitle a {
        text-decoration: none;
        color: #444;
    }

.placeholder {
    color: #aaa;
}

#lblName {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: white;
}

.ui-widget-header {
    background: none !important;
    background-color: #777777 !important;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: none !important;
        color: white !important;
        background-color: #777777 !important;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: white !important;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        background: none !important;
        background-color: #FFFFFF !important;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: black !important;
        }

.ui-widget {
    font-family: Roboto, Helvetica, sans-serif;
}

.ui-state-focus {
    background: #eee !important;
    color: #B02923 !important;
}

/*@media (min-width:847px) and (max-width:1225px) {
    #bottom_bar { height:90px; }
}
@media (width:1024px) {
    #bottom_bar {
        height:100px;
    }
}*/
/*TAGS*/
#tagBox {
    margin: 0 auto;
    padding: 2em 0 0 0;
    font-size: 100%;
    position: relative;
    overflow: auto;
}

    #tagBox a {
        margin-right: 10px;
        text-decoration: none;
        float: left;
    }

    #tagBox .tagWeight1 {
        font-size: 14px;
        color: #A9A9A9;
    }

    #tagBox .tagWeight2 {
        font-size: 16px;
        color: #626262;
    }

    #tagBox .tagWeight3 {
        font-size: 18px;
        color: #002F9E;
    }

    #tagBox .tagWeight4 {
        font-size: 20px;
        color: #0043E0;
    }

    #tagBox .tagWeight5 {
        color: #3D77FF;
        font-size: 22px;
    }

/*
    #ck-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}

#ck-button:hover {
    background:red;
}

#ck-button label {
    float:left;
    width:4.0em;
}

#ck-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-button label input {
    position:absolute;
    top:-20px;
}

#ck-button input:checked + span {
    background-color:#911;
    color:#fff;
}*/
