﻿.noselect, .optiontitle.filter, .optiontitle.vehicle,.optiontitle.component, .olyslager_dropdown.selector, .olyslager_dropdown.list, .button, #searchresults_controls #button-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.border-radius-4, .olyslager_dropdown.selector, input[type="text"], textarea, .categorybutton {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.border-radius-6, .optiontitle.filter.closed, .optiontitle.vehicle.closed, .optiontitle.component.closed, .olyslager_dropdown.list {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

html {  height: 100%;
        font-size: 1em;
        outline: none; }

body {
  font-family: Lucida Sans Unicode;
  min-height: 100%;
  color: #524e4f;
  font-size: 14px;
  background-color: #ffffff;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }
html.loading * {
  cursor: wait !important; }

body { margin: 0 0.5em; }
#top-header { margin: 0 -0.5em; }
#leftSideBar { left: -0.5em;  }
.lightboxOverlay { margin-left: -0.5em; /*fix: body margin*/ }

hr {
  border: solid 1px #d5d5d5;
  border-bottom: none; }

/* HEADER */

#gold,
.gold {
	color: #a78309;
	font-weight: bold;
}

#top-header {
    position: relative;
    text-align: center;
    z-index: 300; 
}
#top-header {
	background: #edece8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWNlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJkYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #edece8 0%, #bebdbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edece8), color-stop(100%,#bebdbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #edece8 0%,#bebdbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #edece8 0%,#bebdbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #edece8 0%,#bebdbc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #edece8 0%,#bebdbc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edece8', endColorstr='#bebdbc',GradientType=0 ); /* IE6-8 */        
}
#top-header #sidebarbutton {    
    position: absolute;
    top: 1.9em;
    left: 1.5em;
    cursor: pointer; 
}
#top-header #text {
    font-size: 1.2em;
    font-weight: bold;
    padding: 1.5em 2.5em;     
}
#top-header #logo { 
    position: absolute;
    top: 0.4em;
    right: 0.4em;
}

#default-topbar {   position: relative;
                      width: 100%;
                      padding-top: 1em;
                      padding-bottom: 1em; }
#default-topbar #languages {  float: right;
                                position: relative; }
#default-topbar #buttons { float: right;
                             clear: right;
                             padding: 8px 0 10px 0; }
#default-topbar #buttons .button {   float: right;
                                       margin-left: 12px;
                                       margin-top: 10px; }
#default-topbar #defaulttitle {  font-size: 2.5em;
                            font-weight: bold; }
#default-topbar #subtitle { font-style: italic; }

.clear { clear: both; }

/* HSN - TSN  SEARCH */

.hsntsnsearchcontainer {
    margin-top:15px;
    display:block;
    position:relative;
}
    .hsntsnsearchcontainer .button.search.padleft {
        position: absolute;
        right: 0;
    }

    .hsntsnsearchcontainer input[type="text"] {
        width: 45%;
    }
        .hsntsnsearchcontainer input[type="text"].hsninput {
            display: inline-block;
        }
        .hsntsnsearchcontainer input[type="text"].tsninput {
            display: inline-block;
            float: right;
        }

@media screen and (max-width:366px) {

    .hsntsnsearchcontainer {
        position: relative;
        width: inherit;
        padding-right: 1em;
    }

        .hsntsnsearchcontainer .button.search.padleft {
            position: absolute;
            top: 34px;
            right: 0;
        }

    .hsntsnsearchcontainer input[type="text"] {
        width:100%;
    }

        .hsntsnsearchcontainer input[type="text"].hsninput {
            float: none;
        }

        .hsntsnsearchcontainer input[type="text"].tsninput {
            margin-top: 4px;
            float: none;
        }

   
}


    /* SEARCH */
    #option1 #divTextSearch {
        position: relative;
        width: inherit;
        padding-right: 1em;
    }

        #option1 #divTextSearch .button {
            position: absolute;
            top: 0;
            right: 0;
        }

    .button {
        display: inline-block;
        position: relative;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        cursor: pointer;
        color: #444444;
    }

        .button .left {
            background-image: url("../images/button-sheet.png");
            background-position: 0px 0px;
            /*background-size*/
            left: 0;
        }

        .button .middle {
            background-image: url("../images/button-sheet.png");
            background-position: 0px -28px;
            margin: 0 5px;
            padding: 0 10px;
        }

        .button .icon,
        .button .icon-w {
            display: none;
            background-image: url("../images/bullet.png");
            background-repeat: no-repeat;
            width: 21px;
            height: 20px;
            position: absolute;
            right: 0.5em;
            top: 0.3em;
        }

        .button .icon-w {
            background-image: url("../images/bullet.png");
            width: 14px;
            height: 14px;
            top: 0.5em;
        }

        .button.email .icon {
            background-image: url("../images/bullet.png");
            width: 18px;
            height: 14px;
            top: 0.5em;
        }

        .button .right {
            background-image: url("../images/button-sheet.png");
            background-position: 0px -56px;
            right: 0;
        }

        .button .left, .button .right {
            position: absolute;
            width: 5px;
            height: 100%;
            top: 0;
        }

        .button:hover .left {
            background-position: 0px 84px;
        }

        .button:hover .middle {
            background-position: 0px 56px;
        }

        .button:hover .right {
            background-position: 0px 28px;
        }

        .button:hover .icon,
        .button:hover .icon-w,
        .button:hover .email .icon {
            background-image: url("../images/bullet-grey.png");
        }

        .button.search .middle,
        .button.email .middle {
            padding-right: 30px;
        }

        .button.search .icon,
        .button.search .icon-w,
        .button.email .icon {
            display: block;
        }

        .button.search.padleft {
            margin-left: 10px;
        }

        .button.search.default {
            float: right;
            margin-right: 12px;
        }

        .button.disabled .left {
            background-position: 0px 0px;
        }

        .button.disabled .middle {
            background-position: 0px -28px;
        }

        .button.disabled .right {
            background-position: 0px -56px;
        }

        .button.search .icon {
            background-image: url("../images/icon-search.png");
        }


    #table-grid {
        width: 100%;
    }

        #table-grid tr {
            height: 3em;
        }

        #table-grid td {
            width: 33%;
            padding: 0 0.5em;
        }

    .divTable {
        display: block;
        width: 100%;
    }

    .divRow {
        display: block;
    }

    .divCell {
        display: block;
        padding: 0 0.5em;
    }

    #categoryselectionbox {
        padding-bottom: 4px;
    }

    /*
	gradients_blue.png / gradients_yellow.png
	43: background-position: 0px 0px;
	60: background-position: 0px -44px;
*/
    .optiontitle {
        background: #e8ebed; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZWJlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmJkYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e8ebed 0%, #bfbdbc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ebed), color-stop(100%,#bfbdbc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e8ebed 0%,#bfbdbc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e8ebed 0%,#bfbdbc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e8ebed 0%,#bfbdbc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e8ebed 0%,#bfbdbc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebed', endColorstr='#bfbdbc',GradientType=0 ); /* IE6-8 */
    }

    .optiontitle {
        border: solid 1px #d7d7d7;
        border-bottom: 0;
        border-color: #d7d7d7;
        /*background-image: url("../images/gradients.png");*/
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        /*height: 20px;*/
        padding: 10px 40px 12px 15px;
        font-size: 16px;
        color: #444444;
        text-shadow: 0px -1px 0px #5c5c5c;
        overflow: hidden;
    }

        .optiontitle.filter,
        .optiontitle.vehicle,
        .optiontitle.component {
            position: relative;
            cursor: pointer;
            clear: right;
            margin-top: 20px;
        }

            .optiontitle.filter .icon,
            .optiontitle.vehicle .icon,
            .optiontitle.component .icon {
                position: absolute;
                right: 7px;
                top: 7px;
                width: 27px;
                height: 27px;
            }

            .optiontitle.filter.closed .icon,
            .optiontitle.vehicle.closed .icon,
            .optiontitle.component.closed .icon {
                background-image: url("../images/plus.png");
            }

            .optiontitle.filter.open .icon,
            .optiontitle.vehicle.open .icon,
            .optiontitle.component.open .icon {
                background-image: url("../images/min.png");
            }

    .optionblock {
        position: relative;
        margin-bottom: 30px;
        padding: 1em 1em 1em 1em;
        border: solid 1px #d5d5d5;
        background-color: #f0efed;
        -webkit-border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
    }

        .optionblock.component {
            margin-bottom: 0;
            padding: 0;
        }

    #option1.optionblock {
        padding-right: 1.2em;
    }

    .olyslager_dropdown.selector {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 3px;
        width: 100%;
        background-color: #ffffff;
        border: solid 1px #d5d5d5;
        border-color: #d5d5d5;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
    }

        .olyslager_dropdown.selector span {
            padding: 0 29px 0 10px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .olyslager_dropdown.selector .divider {
            position: absolute;
            top: 0px;
            right: 27px;
            width: 1px;
            height: 24px;
            background-color: #d5d5d5;
        }

        .olyslager_dropdown.selector .arrowbox {
            position: absolute;
            top: 0;
            right: 0;
            width: 27px;
            height: 100%;
            border-left: solid 1px #d5d5d5;
        }

            .olyslager_dropdown.selector .arrowbox .arrowdown {
                position: absolute;
                top: 11px;
                right: 9px;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #524e4f;
            }

        .olyslager_dropdown.selector.disabled {
            color: #aaaaaa;
        }

        .olyslager_dropdown.selector.itemselected {
            color: #a78309
        }

    .olyslager_dropdown.list {
        outline: 0;
        overflow: hidden;
        /*margin-top: 2px;*/
        background-color: #ffffff;
        overflow: auto;
        width: 200px;
        height: 100px;
        z-index: 500;
        position: absolute;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
        border: solid 1px #d5d5d5;
        border-color: #d5d5d5;
    }

        .olyslager_dropdown.list ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .olyslager_dropdown.list ul li {
                padding: 0 5px;
                cursor: pointer;
            }
                /*.olyslager_dropdown.list ul li:first-child { color: Gray; }*/
                .olyslager_dropdown.list ul li:hover, .olyslager_dropdown.list ul li.itemselected {
                    background-color: #ffd300
                }

    select.native {
        width: 100%;
        position: absolute;
        z-index: 20;
        opacity: 0.0001;
        cursor: pointer;
    }

    .olyslager_dropdown_listitem {
        /* Niet in diepere class/id gezet i.v.m. jquery bug waarbij de padding niet opgehaald kan worden als het dieper zit. */
        line-height: normal;
    }

    .olyslager_dropdown .viewport {
        width: inherit !important;
    }

    .temp-show {
        position: absolute !important;
        visibility: hidden !important;
        display: block !important;
    }

    .languages.selector, .languages.list {
        width: 219px;
    }

    .mmtselect.selector, .mmtselect.list {
        width: 100%;
    }

    .usesselect.selector, .usesselect.list {
        width: 100%;
    }

    .usesselect.list {
        max-height: 150px;
    }

    .languages.list {
        max-height: 100px;
    }

    .mmtselect.list {
        max-height: 150px;
    }

    input[type="text"], textarea {
        background: #ffffff no-repeat 99% center;
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        display: inline-block;
        height: 20px;
        padding: 0.3em 0.5em;
        margin: 0;
        font-size: 14px;
        font-family: Lucida Sans Unicode;
        line-height: 20px;
        color: #555555;
        vertical-align: middle;
        border: 1px solid #cccccc;
        width: 100%;
    }

        input[type="text"].loading, textarea.loading {
            background-image: url("../images/loader.gif");
        }

        input[type="text"].error, textarea.error {
            border-color: #d33c3c;
        }

            input[type="text"].error:focus, textarea.error:focus {
                border-color: #d33c3c;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(211, 60, 60, 0.6);
                -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(211, 60, 60, 0.6);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(211, 60, 60, 0.6);
            }

        input[type="text"]:focus, textarea:focus {
            border-color: #3cb6ce;
            outline: 0;
            outline: thin dotted \9;
            /* IE6-9 */
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        }

        input[type="text"].watermark, textarea.watermark {
            color: #aaaaaa;
        }

        input[type="text"]::-ms-clear, textarea::-ms-clear {
            display: none;
        }

    /* De talen selectie moet niet groen worden */
    /* En ook niet de aantal zoekresultaten per pagina selectie */
    .olyslager_dropdown.languages.selector.itemselected, .olyslager_dropdown.resultsperpage.selector.itemselected, .olyslager_dropdown.usesselect.selector.itemselected {
        color: #524e4f;
    }

    .categoryrow {
        padding-bottom: 15px;
        text-align: center;
        height: 59px;
    }

    .categorybutton {
        cursor: pointer;
        height: 75px;
        width: 100%;
        display: inline-block;
        border: solid 1px #d5d5d5;
        border-color: #d5d5d5;
        background-image: url("../images/gradients_grey.png");
        text-align: center;
        margin-bottom: 1em;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.15);
        -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.15);
        box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.15);
    }

        .categorybutton.empty {
            background-image: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: none;
            border-color: none;
        }


        .categorybutton .icon {
            width: 63px;
            height: 100%;
            border-right: 0;
            display: inline-block;
            vertical-align: top;
        }

            .categorybutton .icon img {
                width: 63px;
                padding: 5px 0 0 0;
            }

            .categorybutton .icon.hover {
                display: none;
            }

        .categorybutton .content {
            width: 105px;
            display: none;
            padding-top: 10px;
            white-space: nowrap;
        }

        .categorybutton h5 {
            color: #3cb6ce;
            font-size: 14px;
            margin: 0;
            padding: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
        }

        .categorybutton span {
            display: inline-block;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
        }

        .categorybutton.left {
            float: left;
        }

        .categorybutton.right {
            float: right;
        }

        .categorybutton.middle {
        }

        .categorybutton.selected {
            background-image: url("../images/gradients_yellow.png");
            background-position: 0px 0px;
        }

            .categorybutton.selected .icon {
                display: none;
            }

                .categorybutton.selected .icon.hover {
                    display: inline-block;
                }

            .categorybutton.selected h5 {
                color: #ffffff;
            }

            .categorybutton.selected span {
                color: #ffffff;
            }

    #mmtselectionbox {
        display: none;
        padding-top: 20px;
    }

        #mmtselectionbox .row {
            height: 40px;
        }

            #mmtselectionbox .row.itemselected > span:first-child {
                color: #3cb6ce;
            }

        #mmtselectionbox .mmtselection {
            position: relative;
        }

        #mmtselectionbox span.selected {
            color: #3cb6ce;
        }

    /* FILTER */

    #filter_container {
        display: none;
    }

        #filter_container #filteroption {
            text-align: center;
        }

            #filter_container #filteroption.optionblock.closed {
                display: none;
            }

            #filter_container #filteroption.optionblock.open {
                display: block;
            }

            #filter_container #filteroption .filterbox {
                display: block;
                text-align: left;
                margin-top: 3px;
                position: relative;
            }

                #filter_container #filteroption .filterbox.vheight {
                    margin-top: 1em;
                }

                #filter_container #filteroption .filterbox .searchfilter.list {
                    max-height: 150px;
                    width: 100%;
                }

                #filter_container #filteroption .filterbox.left {
                    float: left;
                }

                #filter_container #filteroption .filterbox.right {
                    float: right;
                }

    #searchresults_container {
        display: none;
    }

        #searchresults_container #searchresults-title {
            margin-top: 30px;
        }

        #searchresults_container #searchresults-count, #searchresults_container #searchresults-searchterm {
            font-weight: bold;
        }

        #searchresults_container #searchresults-morearefound {
            display: none;
        }

        #searchresults_container #searchresults-content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #searchresults_container #searchresults-content ul li {
                margin: 0;
                padding: 0.5em 0;
                line-height: 28px;
                border-bottom: solid 1px #d5d5d5;
                cursor: pointer;
            }

                #searchresults_container #searchresults-content ul li .highlight {
                    font-weight: bold;
                }

                #searchresults_container #searchresults-content ul li.last {
                    border-bottom: none;
                }

                #searchresults_container #searchresults-content ul li:hover {
                    text-decoration: underline;
                }


        #searchresults_container .option-category {
            background: #f4f4f4; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #f4f4f4 0%, #f0eeee 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#f0eeee)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f4f4f4 0%,#f0eeee 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f4f4f4 0%,#f0eeee 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f4f4f4 0%,#f0eeee 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f4f4f4 0%,#f0eeee 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f0eeee',GradientType=0 ); /* IE6-8 */
        }

        #searchresults_container .option-category {
            position: relative;
            cursor: pointer;
            padding: 10px 40px 12px 75px;
            font-size: 16px;
            margin-bottom: 0.5em;
            border: solid 1px #d5d5d5;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            #searchresults_container .option-category img {
                position: absolute;
                top: 8px;
                left: 8px;
                height: 30px;
            }

            #searchresults_container .option-category .icon {
                height: 27px;
                position: absolute;
                right: 8px;
                top: 8px;
                width: 27px;
            }

            #searchresults_container .option-category.closed .icon {
                background-image: url("../images/plus.png");
            }

            #searchresults_container .option-category.open .icon {
                background-image: url("../images/min.png");
            }

    #disclaimer {
        font-size: 12px;
        color: #a78309;
    }

        #disclaimer h5 {
            margin: 0;
        }

    #searchresults_controls {
        height: 29px;
    }

        #searchresults_controls #button-container {
            display: inline-block;
            line-height: 29px;
        }

            #searchresults_controls #button-container a {
                cursor: pointer;
            }

                #searchresults_controls #button-container a:hover {
                    text-decoration: underline;
                }

            #searchresults_controls #button-container #previouspage {
                padding-right: 5px;
            }

            #searchresults_controls #button-container #nextpage {
                padding-left: 5px;
            }

            #searchresults_controls #button-container #pagenumbers {
                display: inline-block;
            }

                #searchresults_controls #button-container #pagenumbers a {
                    width: 28px;
                    display: inline-block;
                    text-align: center;
                }

                    #searchresults_controls #button-container #pagenumbers a.currentPage {
                        font-weight: bold;
                    }

                        #searchresults_controls #button-container #pagenumbers a.currentPage:hover {
                            cursor: default;
                            text-decoration: none;
                        }

        #searchresults_controls #resultsperpage-container {
            display: inline-block;
            float: right;
            position: relative;
        }

    #yourvehicle.optionblock {
        margin-bottom: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        #yourvehicle.optionblock.closed {
            display: none;
        }

        #yourvehicle.optionblock.open {
            display: block;
        }

    #yourvehicle #icon {
        display: none;
    }

    #yourvehicle #typeinfo {
        width: 100%;
        font-size: 14px;
    }

        #yourvehicle #typeinfo .title {
            position: absolute;
            font-weight: bold;
            color: #a78309;
        }

        #yourvehicle #typeinfo .value {
            padding-left: 100px;
        }

        #yourvehicle #typeinfo .title, #yourvehicle #typeinfo .value {
            display: inline-block;
            line-height: 22px;
            vertical-align: top;
        }

    #advice-controls {
        border: none;
        height: 10px;
        margin-bottom: 20px;
        margin-top: 30px;
        position: relative;
    }

        #advice-controls #expand, #advice-controls #collapse {
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 33px;
            cursor: pointer;
            display: inline-block;
            height: 25px;
            line-height: 25px;
        }

        #advice-controls #expand {
            background-image: url("../images/plus-small.png");
            margin: 0 0 0 5px;
        }

        #advice-controls #collapse {
            background-image: url("../images/min-small.png");
            margin: 0 2px;
        }

        #advice-controls #expandcollapse {
            width: 100%;
            height: 14px;
            position: absolute;
            top: -13px;
            margin-left: 0;
            font-weight: bold;
            color: #a78309;
            background-color: #ffffff;
        }

    .component .useblock .productblock .packshot {
        width: 107px;
        height: 107px;
        margin: 0.5em;
        display: inline-block;
        position: relative;
        top: 0;
        z-index: 50;
    }

        .component .useblock .productblock .packshot img {
            width: 100%;
            border: none;
        }

        .component .useblock .productblock .packshot .zoom {
            width: 22px;
            height: 22px;
            position: absolute;
            right: 0;
            bottom: 0;
            background-image: url("../images/icon-zoom.png");
            background-repeat: no-repeat;
        }

    .component .useblock .productblock .content-title {
        position: absolute;
        top: 0;
        margin-top: 20px;
        display: inline-block;
        vertical-align: top;
        /*padding-left: 120px;*/
        width: 100%;
        font-family: Georgia;
        font-size: 1.5em;
        font-weight: bold;
    }

        .component .useblock .productblock .content-title span {
            display: block;
            padding-left: 120px;
            padding-right: 0.5em;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .component .useblock .productblock .content {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        vertical-align: top;
    }

        .component .useblock .productblock .content > .block {
            clear: both;
            width: 100%;
        }

        .component .useblock .productblock .content .title {
            font-weight: bold;
            color: #a78309;
            position: absolute;
            left: 0.5em;
            line-height: 25px;
        }

            .component .useblock .productblock .content .title.product.big {
                font-family: Georgia;
                font-size: 26px;
                width: 100%;
                margin-bottom: 10px;
            }

        .component .useblock .productblock .content .value {
            padding-left: 150px;
            padding-right: 0.5em;
            line-height: 27px;
            overflow-x: hidden;
            overflow-y: visible;
            text-overflow: ellipsis;
        }

            .component .useblock .productblock .content .value.product {
                font-weight: bold;
                color: #a78309;
            }

                .component .useblock .productblock .content .value.product a {
                    font-weight: bold;
                    color: #a78309;
                }

                .component .useblock .productblock .content .value.product span {
                    font-weight: normal;
                    color: #524e4f;
                }

            .component .useblock .productblock .content .value.use {
                overflow: visible;
            }

            .component .useblock .productblock .content .value.downloads a {
                color: #524e4f;
                border-bottom: 1px solid #524e4f;
                text-decoration: none;
            }

                .component .useblock .productblock .content .value.downloads a img {
                    vertical-align: middle;
                    border: none;
                }

            .component .useblock .productblock .content .value.use.select {
                padding-left: 0;
                margin-left: 150px;
                position: relative;
            }

    .component .useblock .productblock .line {
        height: 1px;
        margin: 20px 20px 0 20px;
        background-color: #d5d5d5;
    }

    .component .useblock .productblock.first .line {
        display: none;
    }

    .component .useblock .productblock.middle, .component .useblock .productblock.last {
        display: none;
        position: relative;
    }

    .component .useblock.middle, .component .useblock.last {
        display: none;
    }

    .component .useblock .showAllRecommendationsBar {
        background: #d5d5d5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOGI4YjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #d5d5d5 0%, #b8b8b8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#b8b8b8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d5d5d5 0%,#b8b8b8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d5d5d5 0%,#b8b8b8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d5d5d5 0%,#b8b8b8 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d5d5d5 0%,#b8b8b8 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#b8b8b8',GradientType=0 ); /* IE6-8 */
    }

    .component .useblock .showAllRecommendationsBar {
        width: 100%;
        margin-top: 20px;
        min-height: 2em;
        padding: 0.5em 0;
        cursor: pointer;
        text-align: center;
        text-shadow: 0px -1px 0px #ededed;
        filter: dropshadow(color=#ededed, offx=0, offy=-1);
    }

        .component .useblock .showAllRecommendationsBar img {
            margin-left: 10px;
        }

        .component .useblock .showAllRecommendationsBar .hide {
            display: none;
        }

        .component .useblock .showAllRecommendationsBar .test {
        }

    .component .button.buttonCloseUseView {
        float: right;
        margin: 10px;
    }

        .component .button.buttonCloseUseView.hidden {
            display: none;
        }

    #emailcontainer {
        display: none;
        z-index: 1000;
        position: absolute;
        top: 0;
        width: 100%;
        margin-left: 0;
        -webkit-box-shadow: 0px 0px 50px 5px #000000;
        box-shadow: 0px 0px 50px 5px #000000;
        border: 1px solid #d5d5d5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: white;
    }

        #emailcontainer input[type="text"], textarea {
            padding: 0.3em 0.5em;
        }

        #emailcontainer #title {
            background-color: #f0efed;
            /*height: 43px;*/
            line-height: 43px;
            padding-left: 20px;
            font-size: 16px;
            font-weight: bold;
            border-bottom: solid 1px #d5d5d5;
        }

        #emailcontainer #content {
            padding: 1em 2em 0 1em;
        }

            #emailcontainer #content .row {
                margin-bottom: 0;
            }

            #emailcontainer #content #button.row {
                margin-bottom: 1em;
            }

            #emailcontainer #content .row input, #emailcontainer #content .row textarea {
                float: none;
            }

            #emailcontainer #content #to { /*height: 30px;*/
                line-height: 30px;
            }

            #emailcontainer #content #message span {
                line-height: 30px;
            }

            #emailcontainer #content #message textarea {
                height: inherit;
                resize: none;
            }

            #emailcontainer #content #button {
                margin-top: 20px;
                display: inline-block;
                width: 100%;
            }

                #emailcontainer #content #button .button {
                    float: right;
                }

                    #emailcontainer #content #button .button#buttonCancel {
                        margin-right: 10px;
                    }

                #emailcontainer #content #button span {
                    display: none;
                    float: right;
                    height: 28px;
                    line-height: 28px;
                    margin-right: 10px;
                }

                    #emailcontainer #content #button span.error {
                        color: #d33c3c;
                    }

    #emailoverlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 900;
        background-color: black;
        opacity: 0.3;
        filter: Alpha(Opacity=30);
        display: none;
    }

    #header {
        display: none;
    }

        #header #logo {
            text-align: right;
        }

        #header #text {
            margin-bottom: 10px;
        }

    @media print {
        body {
            background: #ffffff;
        }

        .displaynone, #default-topbar, #advice-controls, .optiontitle.component.closed, .optiontitle.component .icon, .component .useblock .productblock .packshot .zoom, .component .useblock .productblock .content .title.downloads, .component .useblock .productblock .content .value.downloads, .component .useblock .showAllRecommendationsBar, .component .useblock.first .productblock.first .line, .component .button.buttonCloseUseView {
            display: none;
        }

        #header {
            display: block;
        }

        .optiontitle {
            border: 1px solid #524e4f !important;
            background-color: #f2f2f2;
            background-image: none !important;
            color: #524e4f;
        }

        .optionblock {
            background-image: none;
            border-color: #524e4f;
        }

        .component .useblock .productblock.first .line {
            display: block;
        }

        .olyslager_dropdown.selector {
            background-color: transparent;
            border: none;
        }

        .olyslager_dropdown .arrowbox {
            display: none;
        }
    }

    #test {
        font-size: 12px;
        border: 1px solid #dddddd;
        padding: 5px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: none;
    }

    @media screen and (min-width:25.25em) {
        #top-header #text {
            font-size: 1.5em;
            padding: 1.1em 2.5em;
        }

        #advice-controls {
            border: solid 1px #d5d5d5;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
            border-bottom: none;
        }

            #advice-controls #expandcollapse {
                width: inherit;
                margin-left: 10px;
            }

            #advice-controls #collapse {
                margin: 0 5px;
            }

            #advice-controls #expand {
                margin: 0 5px 0 15px;
            }
    }

    /* Smartphone (landscape): samsung (480x800), iphone 5 */
    @media screen and (min-width:31.25em) {
        #top-header #text {
            font-size: 2em;
            padding: 0.7em 2.5em;
        }

        .component .useblock .productblock .content-title {
            font-size: 2em;
        }
    }

    @media screen and (min-width:38.125em) {
        .usesselect.selector, .usesselect.list {
            width: 300px;
        }
    }
    /* Tablet (portrait): ipad 3 */
    @media screen and (min-width:40.625em) {
        .optiontitle.vehicle {
            cursor: auto;
        }

            .optiontitle.vehicle.closed {
                border-radius: 6px 6px 0 0;
            }

                .optiontitle.vehicle.open .icon,
                .optiontitle.vehicle.closed .icon {
                    background-image: none;
                }
    }

    @media screen and (min-width:50em) {
        body {
            margin: 0 1em;
        }

        #top-header {
            margin: 0 -1em;
        }

        #leftSideBar {
            left: -1em;
        }

        .lightboxOverlay {
            margin-left: -1em; /*fix: body margin*/
        }

        .categorybutton .content {
            display: inline-block;
        }
    }

    /* Tablet (landscape): ipad 3
   PC: 1024 */
    @media screen and (min-width:63.75em) {
        body {
            margin: 0 4em;
        }

        #top-header {
            margin: 0 -4em;
        }

        #leftSideBar {
            left: -4em;
        }

        .lightboxOverlay {
            margin-left: -4em; /*fix: body margin*/
        }

        #emailcontainer {
            top: 15px;
            right: 0;
            width: 589px;
            margin-left: 30px;
        }

            #emailcontainer input[type="text"], textarea {
                width: 405px;
            }

            #emailcontainer #content .row input, #emailcontainer #content .row textarea {
                float: right;
            }

        .component .useblock .productblock .packshot {
            width: 157px;
            height: 157px;
            margin: 20px;
            display: inline-block;
            position: relative;
        }

            .component .useblock .productblock .packshot img {
                width: 100%;
                border: none;
            }

            .component .useblock .productblock .packshot .zoom {
                width: 22px;
                height: 22px;
                position: absolute;
                right: 0;
                bottom: 0;
                background-image: url("../images/icon-zoom.png");
                background-repeat: no-repeat;
            }

        .component .useblock .productblock .content-title {
            margin-top: 20px;
            display: inline-block;
            vertical-align: top;
            padding-left: 5px;
        }

        .component .useblock .productblock .content {
            width: 454px;
            margin-top: 15px;
            display: inline-block;
            vertical-align: top;
        }

            .component .useblock .productblock .content > .block {
                clear: both;
            }

        .component .useblock .productblock .content-title span {
            padding-left: 0;
        }

        .component .useblock .productblock .content .title {
            position: relative;
            font-weight: bold;
            float: left;
            line-height: 25px;
        }

            .component .useblock .productblock .content .title.product.big {
                font-family: Georgia;
                font-size: 26px;
                width: 100%;
                margin-bottom: 10px;
            }

        .component .useblock .productblock .content .value {
            padding-left: 150px;
            line-height: 27px;
        }

            .component .useblock .productblock .content .value.downloads a {
                color: #524e4f;
                border-bottom: 1px solid #524e4f;
                text-decoration: none;
            }

                .component .useblock .productblock .content .value.downloads a img {
                    vertical-align: middle;
                    border: none;
                }

        .component .useblock .productblock .content .value {
            padding-left: 0;
            margin-left: 150px;
        }

            .component .useblock .productblock .content .value.use.select {
                padding-left: 0;
                margin-left: 150px;
                position: relative;
            }

        .component .useblock .productblock .line {
            height: 1px;
            margin: 20px 20px 0 20px;
            background-color: #d5d5d5;
        }

        .component .useblock .productblock.first .line {
            display: none;
        }

        .component .useblock .productblock.middle, .component .useblock .productblock.last {
            display: none;
        }

        .component .useblock.middle, .component .useblock.last {
            display: none;
        }
    }

    /* PC : 1280 */
    @media screen and (min-width:76.25em) {
        body {
            margin: 0 5em;
        }

        #top-header {
            margin: 0 -5em;
        }

        #leftSideBar {
            left: -5em;
        }

        .lightboxOverlay {
            margin-left: -5em; /*fix: body margin*/
        }
    }
    /* PC : 1400, 1440 */
    @media screen and (min-width:81.25em) {
        body {
            margin: 0 10em;
        }

        #top-header {
            margin: 0 -10em;
        }

        #leftSideBar {
            left: -9em;
        }

        .lightboxOverlay {
            margin-left: -10em; /*fix: body margin*/
        }
    }

    @media screen and (min-width:90.625em) {
        body {
            margin: 0 15em;
        }

        #top-header {
            margin: 0 -15em;
        }

        #leftSideBar {
            left: -14em;
        }

        .lightboxOverlay {
            margin-left: -15em; /*fix: body margin*/
        }
    }
    /* PC : 1600, 1920, < */
    @media screen and (min-width:100em) {
    }