@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../fonts/helvetica/HelveticaNeueLTStd-Lt.eot') format('embedded-opentype'), url('../fonts/helvetica/HelveticaNeueLTStd-Lt.svg') format('svg'), url('../fonts/helvetica/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../fonts/helvetica/HelveticaNeueLTStd-Lt.woff') format('woff');
}


@font-face {
    font-family: 'HelveticaNeueLT Std Blk';
    src: url('../fonts/helvetica/HelveticaNeueLTStd-Blk.eot'); /* IE9 Compat Modes */
    src: url('../fonts/helvetica/HelveticaNeueLTStd-Blk.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/helvetica/HelveticaNeueLTStd-Blk.woff') format('woff'), /* Modern Browsers */
    url('../fonts/helvetica/HelveticaNeueLTStd-Blk.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/helvetica/HelveticaNeueLTStd-Blk.svg#a53c9616e3ef7990518729303f919e97') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: 'HelveticaNeueLT Std Heavy';
    src: url('../fonts/helvetica/HelveticaNeueLTStd-Hv.eot'); /* IE9 Compat Modes */
    src: url('../fonts/helvetica/HelveticaNeueLTStd-Hv.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/helvetica/HelveticaNeueLTStd-Hv.woff') format('woff'), /* Modern Browsers */
    url('../fonts/helvetica/HelveticaNeueLTStd-Hv.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/helvetica/HelveticaNeueLTStd-Hv.svg#6fb8c91b54425ea8e554976d5a670ba9') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: 'HelveticaNeueLT Std Med';
    src: url('../fonts/helvetica/HelveticaNeueLTStd-Md.eot'); /* IE9 Compat Modes */
    src: url('../fonts/helvetica/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/helvetica/HelveticaNeueLTStd-Md.woff') format('woff'), /* Modern Browsers */
    url('../fonts/helvetica/HelveticaNeueLTStd-Md.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/helvetica/HelveticaNeueLTStd-Md.svg#297525cf3c6ba1ff86516c4aa7d9abf5') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: 'HelveticaNeueLT Std';
    src: url('../fonts/helvetica/HelveticaNeueLTStd-Roman.eot'); /* IE9 Compat Modes */
    src: url('../fonts/helvetica/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/helvetica/HelveticaNeueLTStd-Roman.woff') format('woff'), /* Modern Browsers */
    url('../fonts/helvetica/HelveticaNeueLTStd-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/helvetica/HelveticaNeueLTStd-Roman.svg#06ce8507218b5fc98ef98a8271373604') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'digital-7';
    src: url('../fonts/digital-7-webfont.eot');
    src: url('../fonts/digital-7-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/digital-7-webfont.woff') format('woff'), url('../fonts/digital-7-webfont.ttf') format('truetype'), url('../fonts/digital-7-webfont.svg#digital-7') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    min-height: 100%;
}

body {
    text-align: left;
    font-family: 'HelveticaNeueLT Std', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    background: #fff url('../images/2015/header.png') repeat-x top;
}

input,
select,
textarea {
    font-family: 'HelveticaNeueLT Std', Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

a {
    color: #000;
    text-decoration: none;
}

    a img {
        border: none;
    }

.ghost {
    display: none;
}

.clear {
    clear: both;
}

.clear-px {
    clear: both;
    display: block;
    line-height: 0px;
    height: 0px;
}

.screen {
    width: 960px;
    margin: 0px auto;
}

.cmstext {
    color: #333 !important;
}

    .cmstext p {
        padding-bottom: 10px;
    }

    .cmstext a {
        color: #000;
    }

    .cmstext strong, .cmstext b {
        font-weight: bold;
    }

    .cmstext em, .cmstext i {
        font-style: italic;
    }

    .cmstext u {
        text-decoration: underline;
    }

    .cmstext ol {
        padding: 10px 20px;
    }

        .cmstext ol li {
            margin: 0px;
            list-style: number disc;
        }

    .cmstext ul {
        padding: 10px 20px;
    }

        .cmstext ul li {
            margin: 0px;
            list-style: inside disc;
        }


.share {
    position: absolute;
    right: 0px;
    top: 10px;
}


.selected a {
    color: #bfbfbf;
}

/*** ***/
.grid {
    zoom: 1;
}

.grid-box {
    zoom: 1;
    padding: 0 4px;
}

.grid2 .grid-box {
    background: none;
}

.grid3 .grid-box {
    background: none;
}

.item {
    float: left;
    width: 236px;
    min-height: 228px;
    position: relative;
    background-image: url('../images/2015/bg_product.gif');
    background-position: right top;
    background-repeat: no-repeat;
}

    .item.item-first:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 1px;
        background-image: url('../images/2015/bg_product_left.png');
        background-position: left top;
        background-repeat: no-repeat;
    }

    .item.item-first .pseudo-border {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 1px;
        background-image: url('../images/2015/bg_product_left.png');
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    .item:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        right: 0;
        width: 236px;
        height: 228px;
        background-image: url('../images/2015/bg_product_bottom.png');
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .item > * {
        position: relative;
        z-index: 1;
    }

.grid2 .item {
    background-image: url('../images/2015/bg_product_detail.png');
}

    .grid2 .item.item-first:before {
        background-image: url('../images/2015/bg_product_detail_left.png');
    }

    .grid2 .item.item-first .pseudo-border {
        background-image: url('../images/2015/bg_product_detail_left.png');
    }

.grid-div {
    clear: both;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}

.grid2 .item-first {
    clear: both;
}

.grid3 .item {
}

.item-img a, .item-img span {
    position: relative;
    display: block;
    margin: 4px;
    width: 228px;
    height: 220px;
    text-align: right;
}

    .item-img a:hover {
        background-color: #E68F1B;
        color: #fff;
    }

        .item-img a:hover strong {
            color: #fff;
        }

    .item-img a strong, .item-img span strong, .item-thumb span strong {
        display: block;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
        font-style: italic;
        text-transform: uppercase;
        color: #000;
        padding: 5px;
        position: relative;
        z-index: 1;
    }

    .item-img a img, .item-img span img {
        position: absolute;
        left: 0px;
        /* width: 235px;
        height: 235px;*/
    }

.item-table {
    /*height: 74px;*/
    margin-top: -14px;
    padding-bottom: 10px;
}

}

.item-table div {
    /*padding-top: 10px;*/
}

.item-table-data {
    clear: both;
    padding: 0px 10px;
    padding-bottom: 3px;
}

    .item-table-data span {
        float: left;
        max-width: 160px;
        line-height: 20px;
        font-size: 11px;
        margin-right: 5px;
        text-align: left;
        text-transform: uppercase;
        color: #000;
        font-family: 'HelveticaNeueLT Std', Helvetica, sans-serif;
    }

    .item-table-data strong {
        float: right;
        font-weight: normal;
        color: #000;
        text-align: right;
        text-transform: none;
        line-height: 20px;
        font-size: 11px;
        font-family: 'HelveticaNeueLT Std', Helvetica, sans-serif;
    }

    .item-table-data .bullets {
        float: left;
        height: 10px;
        background: url('../images/bullets.png') repeat-x 0px 10px;
    }

.item-btn {
    padding: 0 10px;
}

    .item-btn a, .item-btn span {
        display: block;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 0;
        border-top: 1px solid silver;
        font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
        font-style: italic;
        font-weight: bold;
    }

.grid2 .item-btn a:hover {
    color: #fff;
    background-color: #E68F1B;
}

.item-btn-cnt span {
    background-color: #d9d9d9;
}

    .item-btn-cnt span, .item-btn-cnt span a {
        color: #000;
        text-transform: none;
        background-color: transparent;
        border: 0;
    }

.item-btn-disabled span {
    background: none !important;
}

.item-thumb {
    height: 142px;
}

    .item-thumb span {
        display: block;
        padding: 10px;
        text-align: right;
    }

    .item-thumb img {
        float: left;
        margin-right: 2px;
        border: 1px solid #a8a8a8;
    }

.item-desc {
    clear: both;
    padding: 10px 10px;
    text-align: left;
}

.ticker-box {
    text-align: left;
}

.ticker {
    position: absolute;
}

.ticker-sx {
    padding-left: 29px;
    background: url('../images/ticker/sx.png') no-repeat left;
}

.ticker-dx {
    padding-right: 29px;
    background: url('../images/ticker/dx.png') no-repeat right;
}

.ticker-bg {
    font-family: 'digital-7';
    font-size: 22px;
    overflow: hidden;
    width: 894px;
    height: 76px;
    line-height: 76px;
    background: url('../images/ticker/bg.png') repeat-x;
}


.static-box {
    background: url('../images/static.gif') repeat-y 480px 0px;
}

.static-txt {
    float: left;
    width: 460px;
    color: #333333;
    text-align: left;
}

    .static-txt h3, .static-txt h2 {
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        padding-bottom: 20px;
        font-style: italic;
        font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
        color: #000 !important;
    }

    .static-txt h2 {
        font-size: 36px !important;
        line-height: 30px;
        font-style: italic;
        font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
    }

.static-img {
    float: right;
    width: 461px;
    padding-bottom: 80px;
}

.gallery {
    display: none;
    position: relative;
}

    .gallery img {
        display: block;
    }

.static-full-img {
}

    .static-full-img img {
        display: block;
    }

.location {
    text-align: left;
    padding-top: 5px;
}

    .location .static-box {
        background-position: 250px 0px;
    }

    .location .static-txt {
        width: 250px;
        background: url('../images/string.gif') no-repeat right bottom;
    }

.location-form {
    padding-top: 10px;
}

    .location-form p {
        padding-bottom: 10px;
    }

    .location-form .field {
        position: relative;
        float: left;
        width: 50%;
    }

        .location-form .field label {
            max-width: 80%;
            padding-top: 20px;
            padding-left: 10px;
        }

        .location-form .field input, .location-form .field textarea, .location-form .field select {
            font-family: Helvetica;
            width: 190px;
            margin: 10px;
            padding: 10px;
            border: none;
            background: #dddddd;
        }

        .location-form .field span {
            position: absolute;
            right: 5px;
            top: 0px;
        }

        .location-form .field textarea {
            height: 100px;
        }

        .location-form .field select {
            height: 35px;
        }

    .location-form .field-full {
        float: none;
        width: auto;
    }

 .location-form .field-full input, .location-form .field-full select, .location-form .field-full textarea.relabel {
            width: 420px;
        }

        .location-form .field-full select {
            width: 440px;
        }
    .location-form .accept {
        padding: 10px;
    }

        .location-form .accept a {
            text-decoration: underline;
        }

    .location-form .submit {
        float: right;
    }

        .location-form .submit a {
            display: block;
            text-align: center;
            text-transform: uppercase;
            font-size: 20px;
            color: #000;
            font-style: italic;
            font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
            border: none;
            background-image: url('../images/2015/button.png');
            background-repeat: no-repeat;
            background-position: center center;
            width: 237px;
            height: 48px;
            line-height: 48px;
        }

            .location-form .submit a:hover {
                color: #E68F1B;
            }

.location .location-map {
    float: right;
    width: 700px;
}

    .location .location-map iframe {
        display: block;
    }

.msg-overlay {
    position: absolute;
    z-index: 104;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: .5;
    filter: alpha(opacity=50);
}

.msg {
    position: absolute;
    z-index: 105;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    background: #DDDDDD;
}

.msg-close {
    position: absolute;
    right: 10px;
    text-transform: uppercase;
}

.msg-box {
    padding: 10px;
    color: #000000;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
}

    .msg-box td {
        vertical-align: middle;
        width: 180px;
        height: 180px;
    }

.gmap {
    width: 694px;
    height: 459px;
    background: #000;
}

.map {
    min-height: 630px;
}

    .map img {
        width: 100%;
    }

.pieces-box {
    color: #000000;
}

    .pieces-box p {
        padding-bottom: 10px;
    }

.pieces {
    background: url('../images/pieces-div.gif') no-repeat bottom;
    margin-bottom: 40px;
}

    .pieces table {
        border-collapse: collapse;
    }

    .pieces td {
        padding: 10px 0px;
        vertical-align: middle;
    }

.pieces-item {
    position: relative;
    text-align: left;
    background: url('../images/pieces-div.gif') no-repeat top;
}

.pieces-item-img {
}

.pieces-item-name {
    width: 377px;
    background: url('../images/pieces-div2.gif') no-repeat top right;
}

    .pieces-item-name div {
        color: #000000;
        padding: 0px 10px;
    }

    .pieces-item-name strong {
        display: block;
        font-weight: normal;
        text-transform: uppercase;
    }

.pieces-item-text {
    background: url('../images/pieces-div2.gif') no-repeat bottom left;
}

    .pieces-item-text div {
        padding: 0px 10px;
    }

.promotions {
    text-align: left;
    padding-bottom: 40px;
}

.promotion {
    padding-top: 30px;
    position: relative;
}

.promotion-text {
    float: right;
    width: 100%;
    color: #000000;
}

.promotion-text-box {
    padding-bottom: 10px;
    padding-left: 450px;
    min-height: 250px;
    color: #333;
}

.promotion-text h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeueLTStd-Lt', helvetica, sans-serif;
    font-style: italic;
}

    .promotion-text h3 strong {
        display: block;
        font-size: 32px !important;
        line-height: 30px;
        font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
        font-style: italic;
        font-weight: bold;
        color: #000;
    }

.promotion-text h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeueLTStd-Lt', helvetica, sans-serif;
    font-style: italic;
    color: #666666;
}

.promotion-link {
    padding-left: 224px;
    width: 236px;
    background: url('../images/promotions-link.gif') no-repeat bottom right;
    margin-top: 10px;
    margin-bottom: 40px;
    height: 50px;
    display: table;
    float: right;
}

    .promotion-link.big {
        padding-left: 724px;
    }

    .promotion-link a {
        width: 226px;
        line-height: 18px;
        text-transform: uppercase;
        font-size: 20px;
        color: #000;
        font-style: italic;
        font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
        display: inline-block;
        width: 100%;
    }

        .promotion-link a:hover {
            color: #E68F1B;
        }

    .promotion-link .middle-button {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }


.promotion-img {
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    position: absolute;
    width: 400px;
    height: 300px;
    z-index: 1;
}

    .promotion-img:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('../images/2015/image_orange.png');
        background-position: right center;
        background-repeat: no-repeat;
        height: 100%;
        width: 114px;
        z-index: 1;
    }

    .promotion-img:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -1px;
        background-image: url('../images/2015/image_white.png');
        background-position: right top;
        background-repeat: no-repeat;
        height: 100%;
        width: 85px;
        z-index: 1;
    }

    .promotion-img img {
        height: 100%;
        position: relative;
        z-index: -1;
    }

.used {
    text-align: left;
}

    .used .promotion {
        clear: both;
    }

    .used .promotion-text-box {
        padding-left: 320px;
    }

    .used .promotion-img {
        width: 300px;
        height: 174px;
    }

        .used .promotion-img:before {
            width: 100px;
        }

        .used .promotion-img:after {
            width: 48px;
        }

.user-price {
    float: right;
    font-weight: normal;
    padding-right: 10px;
}

.used .promotion-text-box {
    min-height: 118px;
}

.filters {
    margin-bottom: 20px;
}

    .filters * {
        color: #333333;
        font-size: 12px;
        font-style: italic;
    }

    .filters select {
        background-color: #E6E6E6;
        height: 30px;
        border: 0;
        padding: 5px 5px;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .filters .text-box {
    }

        .filters .text-box:before {
            display: block;
            content: 'Search';
            float: left;
            height: 30px;
            line-height: 30px;
            width: 100px;
            background-image: url('../images/2015/searchbar_div.jpg');
            background-position: right center;
            background-repeat: no-repeat;
            background-color: #E09226;
            padding: 0 5px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-transform: uppercase;
            color: #fff;
            font-size: 12px;
            font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
            font-style: italic;
        }

        .filters .text-box input[type=text] {
            float: left;
            width: 500px;
            background-color: #E6E6E6;
            border: 0;
            padding: 8px;
            height: 30px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .filters .text-box a.filters-search-btn {
            float: left;
            width: 50px;
            height: 30px;
            line-height: 30px;
            background-image: url('../images/2015/searchbar_btn.jpg');
        }

        .filters .text-box a.elenco-completo {
            float: left;
            width: 250px;
            height: 30px;
            line-height: 30px;
            margin-left: 20px;
            background-color: #E09226;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            font-size: 12px;
            font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
            font-style: italic;
            background-image: url('../images/2015/icn_all.png');
            background-repeat: no-repeat;
            background-position: 45px 8px;
        }

            .filters .text-box a.elenco-completo:before {
                content: '';
                background-image: url('../images/2015/btn_orange_before.gif');
                height: 30px;
                width: 9px;
                display: block;
                float: left;
            }

            .filters .text-box a.elenco-completo:after {
                content: '';
                background-image: url('../images/2015/btn_orange_after.gif');
                height: 30px;
                width: 9px;
                display: block;
                float: right;
            }

    .filters .select-box {
        float: left;
        text-transform: lowercase;
        margin-top: 10px;
    }

        .filters .select-box > span {
            float: left;
            vertical-align: middle;
            display: inline-block;
            line-height: 30px;
            margin-right: 5px;
        }

        .filters .select-box > select {
            float: left;
            vertical-align: middle;
            display: inline-block;
            margin: 0 10px;
        }

        .filters .select-box + .select-box {
            border-left: 1px solid #E6E6E6;
            margin-left: 20px;
            padding-left: 20px;
        }

    .filters .pagination {
        text-transform: lowercase;
    }

        .filters .pagination .page {
            float: left;
            line-height: 30px;
            height: 30px;
            padding: 0 20px 0 0;
            margin-top: 10px;
        }

        .filters .pagination .page-size {
            float: left;
            line-height: 30px;
            height: 30px;
            border-left: 1px solid #E6E6E6;
            padding: 0 20px 0 10px;
            margin-top: 10px;
        }

            .filters .pagination .page-size select {
                margin: 0 5px;
            }

        .filters .pagination .order {
            float: left;
            line-height: 30px;
            height: 30px;
            border-left: 1px solid #E6E6E6;
            padding: 0 10px;
            margin-top: 10px;
        }

        .filters .pagination .prev a {
            float: left;
            line-height: 30px;
            height: 30px;
            width: 30px;
            border-left: 1px solid #E6E6E6;
            padding: 0 10px;
            background-image: url('../images/2015/icn_arrow_sx.png');
            background-repeat: no-repeat;
            background-position: center center;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 10px;
            margin-left: 20px;
        }

        .filters .pagination .prev.noboder a {
            border-left: none;
            margin-top: 10px;
        }

        .filters .pagination .next a {
            float: left;
            line-height: 30px;
            height: 30px;
            width: 30px;
            background-image: url('../images/2015/icn_arrow_dx.png');
            background-repeat: no-repeat;
            background-position: center center;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 10px;
        }

        .filters .pagination .pages {
            float: left;
            line-height: 30px;
            height: 30px;
            margin-top: 10px;
        }

.excel {
    float: right;
}

a.export-excel {
    width: 250px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    background-color: #E09226;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 30px 8px;
    border: 0;
    padding: 0;
    margin-right: 30px;
    font-weight: normal;
}

    a.export-excel:before {
        content: '';
        background-image: url('../images/2015/btn_orange_before.gif');
        height: 30px;
        width: 9px;
        display: block;
        float: left;
    }

    a.export-excel:after {
        content: '';
        background-image: url('../images/2015/btn_orange_after.gif');
        height: 30px;
        width: 9px;
        display: block;
        float: right;
    }

.filters-details {
    height: 54px;
}

.tech {
}

    .tech li {
        clear: both;
    }

    .tech strong {
        float: left;
        width: 124px;
        margin-right: 10px;
        font-weight: normal;
        color: #afafaf;
        text-align: right;
        font-family: 'HelveticaNeueLTStd-Lt', helvetica, sans-serif;
        text-transform: lowercase;
    }

    .tech span {
        float: left;
        width: 320px;
        font-family: 'HelveticaNeueLTStd-Lt', helvetica, sans-serif;
        color: #333333;
    }

.used-link {
    margin-right: 479px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right;
}

    .used-link a {
        float: right;
        display: block;
        width: 237px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        color: #000;
        font-style: italic;
        font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
        background-image: url('../images/2015/button.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

        .used-link a:hover {
            color: #E68F1B;
        }

.location-road {
    margin-top: 10px;
}

    .location-road .label {
        padding: 10px 0px;
    }

    .location-road .field {
        position: relative;
        font-family: Helvetica;
        background: #dddddd;
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .location-road .field label {
            /*display: none;*/
            padding-top: 10px;
            padding-left: 10px;
        }

        .location-road .field input {
            width: 100%;
            background: none;
            border: none;
        }

    .location-road .submit a {
        display: block;
        padding: 0px 10px;
        font-size: 20px;
        color: #000;
        font-style: italic;
        font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
        border-bottom: 1px solid silver;
    }

        .location-road .submit a:hover {
            color: #E68F1B;
        }

.location-road-destination {
    padding: 10px;
    height: 70px;
}

.location-road-panel {
 max-height: 280px;
    overflow: auto;
    float: right;
    width: 695px;
    margin-right: 6px;
}

.location-road-link {
    padding: 10px 0px;
    text-align: right;
}

    .location-road-link .submit {
        float: right;
    }

        .location-road-link .submit a {
            padding: 0px 10px;
            color: #000;
            font-style: italic;
            font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
            border-bottom: 1px solid silver;
            font-size: 20px;
        }

            .location-road-link .submit a:hover {
                color: #E68F1B;
            }

.static-img-sx {
    width: 461px;
    float: left;
    margin-left: 2px;
    margin-right: 16px;
    padding-bottom: 80px;
}

.with-brands {
    padding-bottom: 84px;
}

    .with-brands .grid {
        background: none;
    }

    .with-brands .grid-box {
        padding-bottom: 1px !important;
    }

.brands {
    padding-bottom: 20px;
}

    .brands .title {
        text-transform: uppercase;
    }

.brand-cols {
}

.brand-col {
    float: left;
    width: 33.3%;
    text-align: left;
    background: url('../images/brands.gif') repeat-y 100% 0px;
}

.brand-col-last {
    background: none;
}

.brand-col li a {
    display: block;
    color: #000;
    padding-left: 30px;
    padding-bottom: 5px;
}

.static-txt h3.sede {
    padding-bottom: 5px;
}

div.testoSede {
    padding-bottom: 15px;
}

.btn-route {
    padding: 5px 10px 0 0;
}

.static-txt .submit1 a {
    display: block;
    padding: 0px 5px 5px 0px;
    background: #dddddd;
}

    .static-txt .submit1 a:hover {
        color: #E68F1B;
    }

.filters-pages .selected, .pages .selected {
    font-weight: bold;
}


/* GDPR */

#gdpr-block {
	margin-top: 10px;
	margin-left: 10px;
}

#gdpr-block input[type="checkbox"] {
	margin-right: 10px;
}

#gdpr-block .radio-inline span {
		margin-right: 10px;
	}

#gdpr-block a {
	text-decoration: underline;
}

#gdpr-block div.checkbox {
	margin-bottom: 10px;
}

	#gdpr-block div.radioButtons {
		margin-bottom: 10px;
	}

.gdpr-error {
 color: red;
}

a[disabled] {
	cursor: not-allowed !important;
	box-shadow: none;
	opacity: .65;
	pointer-events: none;
}