﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, strong, 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;
}


/* BASIC STRUCTURE */

body {
    background-color: black;
    color: white;
    font-size: 13px;
    text-align: left;
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    line-height: 1.25em;
}

#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    overflow: hidden;
}

#mainContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
    overflow: hidden;
}

#containerDrawer {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.main_background_img {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: top; /*opacity: 0.5;*/
    overflow: none;
    z-index: -100;
}

.main_background_img_details {
    opacity: 0.5;
}

.main_shadow {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url('../img/main_shadow_mask.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: top;
    overflow: none;
    z-index: -100;
}

.models_shadow {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url('../img/models_shadow_mask.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: top;
    overflow: none;
    z-index: -100;
}

#logo {
    float: left;
}

#content {
    clear: both;
    position: absolute;
    bottom: 20px;
    width: 960px;
}

#content_from_top {
    clear: both;
    position: absolute;
    top: 350px;
    width: 960px;
    padding-bottom: 30px;
}

.label {
    text-align: left;
    position: absolute;
    width: 190px;
    top: 15px;
    left: -10px;
    z-index: 100;
    background-color: #333;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.45);
}

.triangle {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -10px;
    left: 0px;
}

#footer {
    border-top-style: solid;
    border-top-color: white;
    border-top-width: 1px;
    width: 960px;
    height: 35px;
    clear: both;
}

#pdf {
    width: 90px;
    float: left;
    margin-right: 8px;
    margin-top: 5px;
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #fcf339;
}

    #pdf img {
        float: right;
        margin-top: 3px;
        margin-left: 3px;
    }

#contact {
    text-align: left;
    width: 720px;
    height: 35px;
    float: left;
    margin-right: 8px;
    margin-top: 5px;
    font-size: 9px;
}

#mvs {
    position: relative;
    width: 110px;
    float: left;
    margin-right: 8px;
    margin-top: 9px;
}

#facebook {
    width: 110px;
    text-align: center;
    float: left;
    margin-top: 8px;
}

#balloon {
    font-size: 11px;
    text-align: justify;
    line-height: 1.2em;
    padding: 15px;
    width: 351px;
    height: 320px;
    position: absolute;
    color: black;
    background-color: white;
    top: -380px;
    left: -97px;
    z-index: 100;
    display: none;
}

#arrow {
    position: absolute;
    bottom: -10px;
    left: 130px;
    z-index: 100;
}



/* MAIN TYPOGRAPHY AND LINKS */

h1 {
    font-size: 18px;
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    color: #fcf339;
    line-height: 1.1em;
}

h2 {
    font-size: 20px;
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    color: #fcf339;
    line-height: 1.1em;
}

p {
    margin-top: 8px;
    padding-right: 15px;
}

a:link, a:visited {
    color: #fcf339;
    text-decoration: none;
}

a:hover {
    color: #fcf339;
    text-decoration: underline;
}

.descriptionAccessories a:link, .descriptionAccessories a:visited {
    color: #000000;
    text-decoration: underline;
}

.descriptionAccessories a:hover {
    color: ##000000;
    text-decoration: underline;
}


/* MAIN NAVIGATION */
#main_nav {
    z-index: 99;
}

ul#main_nav {
    width: 680px;
    height: 55px;
    float: right;
    background: rgb(0,0,0); /* FALLBACK FOR IE8 */
    background-color: rgba(0,0,0,0.75);
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
}

    ul#main_nav li {
        line-height: 35px;
        height: 35px;
        border-right-color: black;
        border-left-color: gray;
        border-right-style: solid;
        border-left-style: solid;
        border-right-width: 1px;
        border-left-width: 1px;
        padding-left: 11px;
        padding-right: 11px;
        margin-top: 10px;
        float: left;
    }

        ul#main_nav li.first {
            border-left-width: 0px;
        }

        ul#main_nav li.last {
            border-right-width: 0px;
        }

        ul#main_nav li a:link, ul#main_nav li a:visited {
            text-decoration: none;
            color: white;
        }

        ul#main_nav li a:hover {
            color: #fcf339;
        }

.search {
    float: left;
    font-size: 13px;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: gray;
    line-height: 22px;
    border-width: 0px;
    background-color: white;
    margin-top: 6px;
    padding-left: 5px;
    height: 22px;
    width: 100px;
}

.search_button {
    margin-top: 6px;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/search.jpg');
    background-color: white;
    border-width: 0px;
    height: 24px;
    width: 22px;
    cursor: pointer;
}

.lang_off {
    color: gray;
}


/* SUB NAVIGATION */

#sub_nav_container, #sub_nav_containerAccessori {
    width: 910px;
    height: 500px;
    background: rgb(0,0,0); /* FALLBACK FOR IE8 */
    background-color: rgba(0,0,0,0.90);
    padding: 25px;
    position: absolute;
    z-index: 200;
    top: 70px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
    display: none; /* INFLUISCE SUL FUNZIONAMENTO DEL TOGGLE JS */
}

#sub_nav_containerAccessori {
    width: 910px;
    height: 140px;
    background: rgb(0,0,0); /* FALLBACK FOR IE8 */
    background-color: rgba(0,0,0,0.90);
    padding: 25px;
    position: absolute;
    z-index: 200;
    top: 70px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
    display: none; /* INFLUISCE SUL FUNZIONAMENTO DEL TOGGLE JS */
}



ul#sub_nav li h2,
ul#sub_navAccessori li h2 {
    font-size: 13px;
    color: #fcf339;
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

ul#sub_nav li,
ul#sub_navAccessori li {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 11px;
}

    ul#sub_nav li.see_all,
    ul#sub_navAccessori li.see_all {
        font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
        margin-top: 30px;
        font-size: 13px;
    }

    ul#sub_nav li a:link, ul#sub_nav li a:visited,
    ul#sub_navAccessori li a:link, ul#sub_navAccessori li a:visited {
        color: white;
        text-decoration: none;
    }

    ul#sub_nav li h2 a:link, ul#sub_nav li h2 a:visited,
    ul#sub_navAccessori li h2 a:link, ul#sub_navAccessori li h2 a:visited {
        color: #fcf339;
        text-decoration: none;
    }

    ul#sub_nav li a:hover,
    ul#sub_navAccessori li a:hover {
        color: #fcf339;
        text-decoration: none;
    }


/* TABS SUB NAVIGATION */

.tab {
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    background-color: #444;
    padding-top: 5px;
    position: absolute;
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotate(90deg);
    -o-transform-origin: 0% 0%;
    -o-transform: rotate(90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotate(90deg);
    transform-origin: 0% 0%;
    transform: rotate(90deg);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
}

    .tab img {
        position: absolute;
        bottom: -15px;
        left: 0px;
    }

    .tab.tutte {
        top: 10px;
    }

    .tab.storiche {
        top: 105px;
    }

    .tab.moderne {
        top: 200px;
    }

.tab_on {
    height: 25px;
    width: 85px;
    right: -95px;
    color: #fcf339;
}

.tab_off {
    height: 18px;
    width: 85px;
    right: -108px;
}

.tab_on a:link, .tab_on a:visited {
    color: #fcf339;
    text-decoration: none;
}

.tab_on a:hover {
    color: #fcf339;
    text-decoration: none;
}

.tab_off a:link, .tab_off a:visited {
    color: #222;
    text-decoration: none;
}

.tab_off a:hover {
    color: #fcf339;
    text-decoration: none;
}



/* HOME PAGE */

#slide_home {
    border-style: solid;
    border-color: white;
    border-width: 1px;
    width: 958px;
    height: 348px;
    background-color: black;
    margin-bottom: 6px;
}

#box_left_home, #box_center_home {
    float: left;
    width: 380px;
    height: 280px;
    background-color: black;
    margin-right: 6px;
    margin-bottom: 30px;
}

#box_right_home {
    float: left;
    width: 188px;
    background-color: black;
    margin-bottom: 40px;
}

    #box_left_home img, #box_center_home img, #box_right_home img {
        border-style: solid;
        border-color: white;
        border-width: 1px;
    }

#box_left_home img, #box_center_home img {
    width: 378px;
    height: 198px;
}

#box_left_home h1, #box_center_home h1, #box_right_home h1 {
    margin-top: 15px;
}

/* MODELLI+ACCESSORI */

#carousel_container {
    margin-bottom: 150px;
    width: 100%;
}

.carousel_item {
    width: 587px;
    height: 392px;
    overflow: hidden;
}

.carousel_image {
    border-style: solid;
    border-color: white;
    border-width: 1px;
}


#contentFlip {
    height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    #contentFlip .arrowLeft {
        left: 0px;
        bottom: 0px;
        width: 100px;
        height: 110px;
        position: absolute;
        background: url("../img/Arrow-left.png") no-repeat center center;
        z-index: 100;
    }

    #contentFlip .arrowRight {
        right: 0px;
        bottom: 0px;
        width: 100px;
        height: 110px;
        position: absolute;
        background: url("../img/Arrow-right.png") no-repeat center center;
        z-index: 100;
    }

#flip {
    width: 960px;
    height: 640px;
    overflow: hidden;
}

/* DETTAGLIO MODELLI */

#drawer {
    width: 450px;
    height: 680px;
    position: absolute;
    float: right;
    right: -450px; /*right: 0px;*/
    top: 20px; /*100px;*/
}

    #drawer .label {
        width: auto;
        padding-right: 15px;
    }

.carousel_item_details {
    width: 140px;
    height: 110px;
    overflow: hidden;
}

.ui-jcoverflip {
    width: 960px;
    height: 392px;
    position: relative;
}

.ui-jcoverflip--item {
    position: absolute;
    display: block;
}


.upper_box {
    background: rgb(255,255,255); /* FALLBACK FOR IE8 */
    background-color: rgba(255,255,255,1);
    width: 140px;
    height: 100px;
    margin-bottom: 5px;
}

.upper_box_details {
    position: absolute;
    top: 95px;
    right: -400px; /*right: 0px;*/
    background: rgb(255,255,255); /* FALLBACK FOR IE8 */
    background-color: rgba(255,255,255,1);
    width: 400px;
    height: 460px;
    margin-bottom: 5px;
}

.imageDetails table {
    width: 100%;
}

    .imageDetails table td {
        text-align: center;
    }

.imageDetails img {
    height: 200px;
}

.slider-wrapper {
    height: 100px;
}

#img_slider {
    position: relative; /*bottom: 385px;*/
    height: 100px;
    overflow: hidden;
}

#img_slider_details {
    position: relative; /*bottom: 385px;*/
    height: 200px;
    overflow: hidden;
}

#model_infos {
    position: absolute;
    bottom: 0px;
    width: 140px;
    height: 25px;
    color: #fcf339;
    background-color: #333;
}

#model_infos_details {
    position: relative;
    top: 10px;
    width: 400px;
    height: 30px;
    color: #000000;
    background-color: #333;
}

#model_infos h3 {
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    font-size: 12px;
    width: 140px;
    height: 25px;
    line-height: 30px;
    padding-left: 5px;
    margin: 0px;
    color: #fcf339;
}


#model_infos_details h3 {
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 30px;
    width: 140px;
    line-height: 30px;
    padding-left: 5px;
    margin: 0px;
    color: #fcf339;
    overflow: hidden;
}

#model_infos .description {
    text-align: justify;
    height: 100px;
    width: 380px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 10px;
    overflow-y: scroll;
}

#model_infos_details .description {
    text-align: justify;
    height: 85px;
    width: 380px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 10px;
    overflow-y: scroll;
}

#model_infos .descriptionAccessories {
    text-align: justify;
    height: 145px;
    width: 420px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 10px;
    overflow-y: scroll;
}


#model_infos .description a, #model_infos_details .description a {
    color: Blue;
}

    #model_infos .description a:hover, #model_infos_details .description a {
        color: Blue;
    }

.modello_applicazione {
    font-family: 'OpenSansItalic', Helvetica, Arial, sans-serif;
    margin-top: 10px;
    height: 40px;
    padding-left: 5px;
}

.prezzo {
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}

.moreInfo a:link, .moreInfo a:visited {
    color: #fcf339;
    
}

a:hover {
    color: Blue;
}

.addCart {
    font-size: 13px;
    border-width: 0px;
    height: 24px;
    line-height: 20px;
    color: white;
    background-color: #333;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}


/* SCROLLBAR WEBKIT */

#model_infos p::-webkit-scrollbar {
    width: 12px;
    margin-left: 10px;
}
/* this targets the default scrollbar (compulsory) */
#model_infos p::-webkit-scrollbar-track {
    background-color: rgb(230,230,230);
}
/* the new scrollbar will have a flat appearance with the set background color */
#model_infos p::-webkit-scrollbar-thumb {
    background-color: rgb(180,180,180);
}
/* this will style the thumb, ignoring the track */
#model_infos p::-webkit-scrollbar-button {
    background-color: rgb(200,200,200);
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */


/* CARRELLO */

#container_cart {
    width: 960px;
    background: rgb(0,0,0); /* FALLBACK FOR IE8 */
    background-color: rgba(0,0,0,0.75);
    margin-bottom: 40px;
    padding-top: 35px;
}

table.cart {
    width: 934px;
    margin-left: 12px;
    margin-top: 40px;
}

    table.cart th {
        font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        border-color: black;
        border-style: solid;
        border-width: 3px;
        background-color: #333;
        height: 30px;
    }

        table.cart th.void {
            background-color: transparent;
            border-width: 0px;
        }

    table.cart td {
        color: black;
        text-align: center;
        vertical-align: middle;
        padding: 5px;
        border-color: black;
        border-style: solid;
        border-width: 3px;
        background-color: white;
        height: 90px;
    }

        table.cart td.image {
            width: 135px;
        }

        table.cart td.article {
            width: 100px;
        }

        table.cart td.title {
            width: 354px;
        }

        table.cart td.quantity, table.cart td.delete {
            width: 80px;
        }

        table.cart td.quantity {
            font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
            font-size: 16px;
        }

        table.cart td.price {
            width: 170px;
            font-size: 16px;
        }

        table.cart td.info {
            font-family: 'OpenSansBoldItalic', Helvetica, Arial, sans-serif;
            text-align: right;
            height: 50px;
            border-width: 0px;
            background-color: transparent;
            color: white;
        }

        table.cart td.total_label {
            font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            color: white;
            background-color: #333;
            height: 50px;
        }

        table.cart td.total_price {
            font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
            font-size: 16px;
            height: 50px;
        }

input.cart {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    border-width: 0px;
    height: 30px;
    color: white;
    background-color: #333;
    margin-top: 10px;
    margin-right: 13px;
    padding-left: 26px;
    padding-right: 26px;
    float: right;
    cursor: pointer;
}

    input.cart.go {
        font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
        color: black;
        background-color: #fcf339;
    }


/* CUSTOMER FORM */

#container_form {
    margin-top: 60px;
}

    #container_form img {
        margin-left: 15px;
        float: left;
    }

div.customer {
    width: 530px;
    float: right;
}

    div.customer .column {
        width: 250px;
        margin-right: 15px;
        float: right;
    }

    div.customer input, div.customer select {
        font-family: 'OpenSans', Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 20px;
        border-width: 0px;
        width: 240px;
        height: 20px;
        padding-left: 5px;
        margin-top: 5px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    div.customer label.textarea {
        float: right;
        width: 515px;
        margin-right: 15px;
    }

    div.customer textarea {
        font-family: 'OpenSans', Helvetica, Arial, sans-serif;
        font-size: 13px;
        float: right;
        width: 503px;
        height: 103px;
        margin-top: 5px;
        margin-right: 15px;
        border-width: 0px;
        padding: 5px;
    }

    div.customer .mandatory {
        font-family: 'OpenSansItalic', Helvetica, Arial, sans-serif;
        text-align: right;
        float: right;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 503px;
    }


    div.customer input[type=checkbox] {
        width: 50px;
        height: 14px;
        margin: 0px;
        padding: 0px;
    }

    div.customer input.send {
        font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
        color: black;
        background-color: #fcf339;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        width: 150px;
        height: 30px;
        line-height: 24px;
        float: right;
        cursor: pointer;
    }


/* CONTATTI */

#container_form iframe {
    float: left;
    margin-left: 15px;
}


/* NEWS */

#slider_content_news {
    height: 500px;
}

#container_news {
    width: 960px;
    height: 500px;
    background: rgb(0,0,0); /* FALLBACK FOR IE8 */
    background-color: rgba(0,0,0,0.75);
    margin-bottom: 40px;
    padding-top: 35px;
}

#container_models {
    width: 960px;
    height: 500px;
    margin-bottom: 40px;
    padding-top: 35px;
}

.news {
    width: 460px;
    height: 200px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
}

    .news img, .news_detail img {
        float: left;
        margin-right: 15px;
    }

    .news h2 {
        margin-bottom: 7px;
        line-height: 1.1em;
    }

    .news p {
        /*height: 140px;*/
        margin-bottom: 20px;
    }

.pagingNews {
    width: 100%;
    height: 14px;
    text-align: center;
}

    .pagingNews ul {
    }

        .pagingNews ul li {
            width: 15px;
            height: 14px;
            float: left;
            margin: 0 2px 0 2px;
            background-image: url(../img/paging.png);
        }

            .pagingNews ul li a {
                width: 15px;
                height: 14px;
                display: block;
            }

            .pagingNews ul li.active {
                background-image: url(../img/paging_active.png);
            }


.news_date {
    font-family: 'OpenSansItalic', Helvetica, Arial, sans-serif;
}

.news_detail_gate {
    font-family: 'OpenSansItalic', Helvetica, Arial, sans-serif;
    height: 14px;
    line-height: 14px; /*float: left;*/
}

    .news_detail_gate img {
        margin-right: 5px;
    }

.news_detail {
    width: 940px;
    height: 460px;
    background-color: rgb(0,0,0);
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px; /*margin-top: 73px;*/
    margin-top: 34px;
    display: none; /* INFLUISCE SUL FUNZIONAMENTO DEL JS PER IL DETTAGLIO DELLA NEWS */
}

    .news_detail img {
        margin-right: 15px;
    }

    .news_detail p {
        font-family: 'OpenSans', Helvetica, Arial, sans-serif;
        text-align: justify;
        margin-top: 30px;
        height: auto;
        padding-right: 5px;
    }

    .news_detail .news_detail_link {
        margin-top: 30px;
    }

.news_detail_close {
    float: right;
    position: absolute;
    top: 10px;
    right: 0px;
}

    .news_detail_close img {
        margin-left: 5px;
        float: right;
    }


/* LINK */

#container_link {
    width: 960px;
    height: 500px;
    background: rgb(0,0,0); /* FALLBACK FOR IE8 */
    background-color: rgba(0,0,0,0.75);
    margin-bottom: 40px;
    padding-top: 35px;
}

#slider_content_link {
    height: 500px;
}

.link {
    width: 460px;
    height: 200px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
}

    .link img, .link_detail img {
        float: left;
        margin-right: 15px;
    }

    .link h2 {
        margin-bottom: 7px;
        line-height: 1.1em;
    }

    .link p {
        /*height: 140px;*/
        margin-bottom: 20px;
    }

.pagingLink {
    margin-top: 10px;
    width: 100%;
    height: 14px;
    text-align: center;
}

    .pagingLink ul {
    }

        .pagingLink ul li {
            width: 15px;
            height: 14px;
            float: left;
            margin: 0 2px 0 2px;
            background-image: url(../img/paging.png);
        }

            .pagingLink ul li a {
                width: 15px;
                height: 14px;
                display: block;
            }

            .pagingLink ul li.active {
                background-image: url(../img/paging_active.png);
            }


.link_date {
    font-family: 'OpenSansItalic', Helvetica, Arial, sans-serif;
}

.link_detail_gate {
    font-family: 'OpenSansItalic', Helvetica, Arial, sans-serif;
    height: 14px;
    line-height: 14px; /*float: left;*/
}



/* RISULTATI RICERCA */

.quantity img {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

/* CLEARFIX */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */


/*lightbox*/
.modal {
    /*display:none;*/
}

.modal-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/lightbox-bg.png);
}

.lightbox {
    width: 400px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -330px 0 0 -200px;
    padding: 30px;
    background-color: #000;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    border-style: solid;
    border-color: white;
    border-width: 1px;
}

.lightbox-cnt {
    height: 150px;
}

.tit {
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    color: #fcf339;
    line-height: 1.1em;
}

.txt {
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
    color: #ffffff;
    line-height: 1.1em;
}

.lightbox .btns {
    width: 100%;
    height: 30px;
    text-align: center;
}

    .lightbox .btns input.close {
        font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
        color: black;
        background-color: #fcf339;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        width: 150px;
        height: 30px;
        line-height: 24px;
        cursor: pointer;
    }

.lightbox-offList {
    height: 380px;
    margin-top: -205px;
}

    .lightbox-offList .lightbox-cnt {
        height: 320px;
    }

        .lightbox-offList .lightbox-cnt .scroll {
            height: 270px;
            overflow: auto;
        }

        .lightbox-offList .lightbox-cnt table {
            width: 90%;
            height: 300px;
            margin: 0 auto;
            border-top: 1px solid #ccc;
        }

            .lightbox-offList .lightbox-cnt table th {
                padding: 3px 0;
            }

            .lightbox-offList .lightbox-cnt table td {
                border-bottom: 1px solid #ccc;
                padding: 5px 0;
            }

            .lightbox-offList .lightbox-cnt table tr:nth-child(odd) td {
                background-color: #eee;
            }

.lightbox .btns .btn {
    display: inline-block;
    float: none;
}

.lightbox-big {
    width: 720px;
    height: 550px;
    margin: -290px 0 0 -360px;
}

    .lightbox-big .lightbox-cnt {
        height: 490px;
    }

        .lightbox-big .lightbox-cnt .scroll {
            height: 450px;
            padding: 0 20px;
            overflow: auto;
            text-align: left;
        }

.accessories {
    background-color: white;
    position: relative;
    top: 36px;
    padding: 12px;
}

    .accessories:after {
        content: '';
        clear: both;
        display: table
    }

.accessories__container {
}

.container__box {
    overflow: auto;
    width: 100%;
}

.item__list .item__list__elem {
    float: left;
    width: 25%;
    min-height: 213px;
    margin-bottom: 12px;
    padding: 12px 0;
    position: relative;
    border: 1px solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

    .item__list .item__list__elem.active,
    .item__list .item__list__elem:hover {
        border: 1px solid #ccc;
    }

        .item__list .item__list__elem.active:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 13.5px 15px 13.5px;
            border-color: transparent transparent #333 transparent;
            position: absolute;
            bottom: -15px;
            left: 50%;
            margin-left: -13px;
        }

.item__list__elem .elem__image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .item__list__elem .elem__image img {
        height: auto;
        width: 100%;
    }

.item__list__elem a {
    display: block;
}

.item__list__elem .elem__text {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: #fcf339;
    background-color: #333;
}

    .item__list__elem .elem__text h3 {
        font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
        font-size: 12px;
        padding: 5px;
        margin: 0px;
        color: #fcf339;
    }

.upper_box_details {
    background-color: rgba(0,0,0,0.7);
    color: white;
    display: none;
    height: auto;
    position: relative;
    padding: 0 0 12px;
    float: left;
    width: 100%;
    top: 0;
    right: 0;
}

    .upper_box_details .content_details__box {
        padding: 21px 21px 0 12px;
    }

        .upper_box_details .content_details__box .imageDetails {
            background-color: white;
            text-align: center;
        }

.details .prezzo {
    float: none;
    margin: 0;
}

    .details .prezzo > div {
        line-height: 1.5;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 12px;
    }

.content_details__box:after {
    content: '';
    clear: both;
    display: table;
}

.left-box {
    float: left;
    width: 60%;
}

.right-box {
    float: right;
    width: 40%;
}

.clear-box {
    clear: both;
    padding: 21px 0;
}

    .clear-box .addCart {
        margin-right: 0
    }

.upper_box_details h3 {
    background-color: #333;
    color: #fcf339;
    padding: 9px 0 9px 6px;
    font-weight: bold
}

.content_details__box .details {
    color: white;
    padding-right: 21px;
}

.details .descrizione {
    padding: 12px 0
}

.details .note {
    font-style: italic;
}

#Panel_First {
    clear: both;
}

.label_close {
    background-color: #ffffff;
    width: auto;
    height: 36px;
    position: absolute;
    top: -32px;
    right: 0;
    cursor: pointer;
}

    .label_close:after {
        content: '';
        display: inline-block;
        margin-top: 12px;
        margin-right: 6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 12px 12px;
        border-color: transparent transparent #333 transparent;
    }

    .label_close[data-state="open"]:after {
        content: '';
        border-width: 12px 12px 0 12px;
        border-color: #333 transparent transparent transparent;
    }

    .label_close[data-state="open"] span.close {
        display: none;
    }

    .label_close[data-state="open"] span.open {
        display: inline-block;
    }

    .label_close span {
        color: black;
        text-transform: uppercase;
        padding: 0 12px;
    }

        .label_close span.open {
            display: none;
        }

        .label_close span.close {
            display: inline-block;
        }
