/**
 *  @site Motorhuis
 *  @revision $Revision: 1.11.12.1.2.19 $
 *
 *  @styleguide:
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    blue   : #0093b7;
 *    gray   : #d1d3d4;
 *  }
 *  fonts {
 *    logo    : Univers Bold;
 *    headers : Verdana;
 *    text    : Verdana, Helvetica, sans-serif;
 *  }
 */


/**
 * Elements
 * HTML elements, such as ul, img, p, a, etc.
 */

/* links */
a, a:link { padding: 0 0 1px 0; color: #0093b7; text-decoration: none; border-bottom: 1px solid white; }
a:visited { color: #0093b7; border-color: white; }
a:active { color: #0093b7; border-color: #0093b7;}
a:hover { color: #0093b7; border-bottom-color: #0093b7; }


/* headers */
h1, h2, h3, h4, h5, h6 { margin: .3em 0 1em 0; font-family: Verdana, Helvetica, sans-serif; color: #0093b7; }
h1 { font-size: 1.2em; }
h2 { font-size: 1em; }
h3 { font-size: 1em; }


/* images */
img, a img { border: 0; }


/* paragraphs */
p {  margin: 0 0 1em 0; }


/* lists and definition lists */
ul { }
    ul li {}

dl {}
    dl dt {}
    dl dd {}


/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
    table tbody { }

    table td, table th { text-align: left; }


/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #555; padding: .2em; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { }
    input:focus, textarea:focus { border-style: inset; }
    input.disabled { cursor: pointer; }

fieldset { border: 1px solid #0093b7; padding: 0 1em 1em 1em; }
    fieldset legend { margin: 0 0 .5em 1em; padding: .1em .7em; color: white; font-weight: bold; background-color: #0093b7; }

label { cursor: default; }
    label:hover {}

iframe { clear: both; }

/**
 * Page layout
 */

html, body { height: 100%; margin: 0; padding: 0; border: 0; background: white url(/images/imagebox.gif) repeat left top; background-attachment: fixed; }
body { overflow: hidden; font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color: black; }
    #body { height: 100%; }
        #container { height: 100%; }
            #content { border-left: 160px solid #d1d3d4; min-height: 100%; width: 610px; overflow: auto; margin: 124px 0 0 0; padding: 1em 200px 0 30px; background-color: white; }

            #header { position: absolute; top: 0; left: 0; height: 104px; width: 100%; background-repeat: no-repeat; background-position: bottom left; background-color: white; }
                #header h1 { margin: 0 0 0 2.1em; padding: 0; width: 254px; height: 50px; background: url(/images/l_motorhuis.gif) left center no-repeat white; }
                    #header h1 span { display: none; }
                    #header h1 a { width: 100%; height: 100%; display: block; border: 0; }
                        #header h1 a:hover { background: none; }
                #header h2 { overflow: hidden; position: absolute; left: 0; right: 0; height: 54px; margin: 0 0 0 771px; background-color: #0093b7; }
                    #header h2 span { visibility: hidden; }

            #mainnav { position: absolute; top: 124px; left: 0; bottom: 0; width: 160px; background-color: #d1d3d4; }
                #mainnav ul { width: 160px; list-style: none; margin: 0; padding: 0; }
                #mainnav ul li { margin: .25em auto 0 auto; width: 141px; height: 30px; }
                    #mainnav ul li a { display: block; width: 100%; height: 100%; border: 0; background-color: transparent; background-position: left center; background-repeat: no-repeat; }
                        #mainnav ul li a span { visibility: hidden; }

                #occasionsearchform h3 { color: white; text-transform: uppercase; margin: 5px 0 0 0; padding: 1px 5px 5px 5px; background: #42a8c1 url(/images/stock/bg_header.gif) no-repeat left top; }
                #occasionsearchform ul { float: left; margin: 0; padding: 0; width: 100%; list-style-type: none; background-color: #42a8c1; }
                    #occasionsearchform ul li { font-size: .7em; font-weight: bold; text-transform: uppercase; float: left; margin: 0; padding: 0 5px; height: 21px; }
                        #occasionsearchform ul li a { display: block; color: #06495a; width: 100%; height: 100%; }
                          #occasionsearchform ul li.selected a { color: white; }
                    #occasionsearchform ul li#tab-default { width: 55px; }
                    #occasionsearchform ul li#tab-default.selected { background: transparent url(/images/stock/tab_default.gif) no-repeat left top; }
                    #occasionsearchform ul li#tab-stock { padding: 0 3px; width: 89px; white-space: nowrap; }
                    #occasionsearchform ul li#tab-stock.selected { background: transparent url(/images/stock/tab_stock.gif) no-repeat left top; }
                #occasionsearchform .searchform-container { float: left; padding: 2px 10px; background-color: #04738f; }
                    #occasionsearchform .searchform-container .button, #occasionsearchform .searchform-container select { width: 100% !important; margin: .3em 0; }
                    #occasionsearchform .searchform-container .button { font-size: .9em; color: #06495a; font-weight: bold; text-transform: uppercase; padding-left: 0; text-align: right !important; }
                    #occasionsearchform .searchform-container .extra_button { color: white; padding-left: 10px; border: 0; text-decoration: underline; background: transparent url(/images/stock/arrow_white.gif) no-repeat 0 2px; }
                        #occasionsearchform .searchform-container .extra_button:hover { text-decoration: none; }

                #stock-searchform { display: none; }

                /* tabs in searchform
                #occasionsearchform .nav { padding: 0 10px 5px 10px; background: #04738f url(/images/bg_quicksearch.jpg) repeat-x left top; }
                    #occasionsearchform h3 { color: white; margin: 0; padding: 3px 0; }
                        #occasionsearchform h3 span { }
                    #occasionsearchform .button, #occasionsearchform select { width: 100% !important; margin: .3em 0; }
                    #occasionsearchform .button { font-size: .9em; color: black; padding-left: 0; text-align: right; }
                    #occasionsearchform p { margin: .2em 0; padding: .3em 0; }
                    #occasionsearchform .extra_button { display: block; font-size: .9em; color: black; width: 120px; height: 20px; border: 1px solid #0093b7; margin: .2em 0; padding: 0 18px 0 0; background: #c0d8de url(/images/a_3hoek.gif) no-repeat 95% 5px; text-align: right; }
                */

            #breadcrumbs { overflow: hidden; position: absolute; top: 104px; left: 0; right: 0; height: 20px; text-indent: 190px; background-color: white; }
                #breadcrumbs ul { list-style: none; margin: 0; padding: 0; }
                    #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; color: #606060; background: url(/images/i_crumb.gif) left center no-repeat transparent; }
                    #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                        #breadcrumbs li a { border: 0; color: black; padding-left: 0; background: none; }
                            #breadcrumbs li a:hover { text-decoration: underline; }

            #globalnav { position: absolute; top: 1em; right: 0; margin: 0 30px; width:700px; }
                #globalnav ul { float: right; list-style: none; margin: 0; padding: 0; }
                    #globalnav ul li{ float: left; }

                    #globalnav #flash { float: right; margin:0; padding:0}
                        #globalnav ul li a { border-left: 1px solid black; padding: 0 .6em 0 .7em; text-decoration: none; color: black; }
                        #globalnav ul li a.firstitem { border-left: 0; }
                            #globalnav ul li a:hover { color: #9a9a9a; }
                #globalnav a { border: 0; padding: 0; }
                #globalnav .alternative-text { border-left: 1px solid black; padding: 0 .6em 0 .7em; text-decoration: none; color: black; }
                #globalnav object img { padding: 0 .6em 0 .7em; }
                #globalnav object { margin-right: .5em; }

            #breadcrumbs h2, #globalnav h2 { display: none; }

            #quicksearch { padding: 1em; }
                #quicksearch h3 { margin: 0; }
                #quicksearch label { clear: both; display: block; }

        #footer { }

        html>body #header, html>body #mainnav, html>body #breadcrumbs, html>body #globalnav { position: fixed; }
        html>body { overflow: visible; }


/**
 * Page content
 */

/* rounded-box */
.roundedbox { position: relative; border: 1px solid #e2e0e0; }
    .rb-left-top { margin: -1px 0 0 -1px; background: transparent url(/images/bg_rb_left_top.gif) no-repeat left top; }
    .rb-right-top { margin: 0 -1px 0 0; background: transparent url(/images/bg_rb_right_top.gif) no-repeat right top; }
    .rb-right-bottom { margin: 0 0 -1px 0; background: transparent url(/images/bg_rb_right_bottom.gif) no-repeat right bottom; }
    .rb-left-bottom { padding: 1em 1.5em .3em 1.5em; background: transparent url(/images/bg_rb_left_bottom.gif) no-repeat left bottom; }

/* column, for displaying content in 2 or more columns (specifiy width in inlne style for dynamic column count */
.column { float: left; margin-bottom: 2em; }
    .column ul { margin: 0; padding: 0; list-style: none outside url(/images/a_3hoek.gif); }
        .column ul li { margin: 0 0 .4em 17px; }

/* rightcolumn */
.right-column { float: right; width: 180px; }
    .right-column .imgbox { float: left; margin: 0 0 1em 0; padding: 0; background: none; }

/* contenttext: for all basic content text, such as page body's */
.contenttext { margin-bottom: 1em; }
.bodytext { margin-bottom: 2em; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 2em; }
    .block h2 { margin: 0; padding: .2em 1em .9em 0; font-size: 1.2em; }
        .block h2 a { text-decoration: none; border: 0; padding-left: 0; background: none;  }
            .block h2 a:hover { text-decoration: underline; }
    .block img { float: left; margin: 0 1em 1em 0; }
    .block p { margin: 0 .5em .5em 0; }
    .block .imgbox { float: none; margin: 0; }

/* inline sections on the homepage */
.inline-sections { padding: .5em 0; border-top: 1px solid #d1d3d4; }
    .inline-sections dt { display: block; margin: .5em 0 0 0; padding-bottom: .5em; font-size: 1.2em; font-weight: bold; }
        .inline-sections dt a { float: left; color: black; }
    .inline-sections dd { clear: both; margin: 0; padding: 0; }
        .inline-sections dd { margin: 0; padding: 0; }
            .inline-sections dd a { display: block; font-weight: bold; padding-left: 12px; background: transparent url(/images/a_3hoek.gif) no-repeat 0 5px; }

/* default menu */
.menu_default { clear: both; margin: 0; padding: .5em 1em; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; width: 100%; list-style-type: none; }
    .menu_rich li {
    float: left;
    position: relative;
    width: 186px; height: 155px;
    margin: 1em 1em 1em 0;
    text-align: right; }

        .menu_rich li img { margin: 0; position: absolute; left: 0; top: 0; }
        .menu_rich li a { background: none; }

        .menu_rich span { position: absolute; top: 123px; left: 5px; right: 10px; color: black; width: 94%; margin: 0; padding-right: 10px; }
            .menu_rich>li span { width: auto; border-bottom: 1px solid #fbfbfb; }
            .menu_rich li:hover span { color: #0093b7; border-color: #0093b7; }

.modellist li { height: 175px; background-color: #e5e5e5; }
.modellist>li span { border-bottom: 1px solid #e5e5e5; }
.modellist span { top: 136px; padding-right: 0; }

/* Default and occasion lists */
ul.default { clear: both; margin: 0; padding: .4em 0; list-style-type: none; background-color: #f6f6f6; }
    ul.default li { margin: .3em 1em 1em 1em; padding-left: 20px; background: url(/images/a_3hoek.gif) 0 5px no-repeat; }
        ul.default li h2, ul.default li h2 a { margin: 0; padding: 0; }
        ul.default li a { border-color: #f6f6f6; }
            ul.default li a:hover { border-color: #0093b7; }

ul.rich { clear: both; margin: 0; padding: .4em 0; list-style-type: none; }
    ul.rich li { display: block; height: 80px; margin-bottom: 1em; padding: 0; }
        html>body ul.rich li { height: auto; min-height: 80px; }
        ul.rich li h2 { margin: 0; padding: 0; color: black; }
        ul.rich li a { border-color: #f6f6f6; }
            ul.rich li a:hover { border-color: #0093b7; }
        ul.rich li .imgbox_inline { clear: left; float: left; width: 60px; margin: 0 1em 0 0; padding: 5px; background: url(/images/imagebox.gif) left top repeat transparent; }
        ul.rich li .richmore { margin: .3em 0; }
            ul.rich li .richmore a { padding: 0 12px 0 0; background: url(/images/a_3hoek.gif) 100% 4px no-repeat transparent; }

ul.occasions { }

ul.poor { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.poor li { margin: 0; padding-left: 20px; background: url(/images/a_3hoek.gif) 0 5px no-repeat; }
        ul.poor li h2, ul.poor li h2 a { font-weight: normal; margin: 0; padding: 0; }
        ul.poor li a { border-color: white; }
            ul.poor li a:hover { border-color: #0093b7; }

ul.action { clear: both; margin: 0; padding: .4em 0; list-style-type: none; }
    ul.action li { clear: both; display: block; height: 90px; margin: 0; padding: 0 0 0 80px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        html>body ul.action li { height: auto; min-height: 90px; }

    ul.action li.default { background-image: url(/images/listbrand_motorhuis.jpg); }
    ul.action li.alfa { background-image: url(/images/listbrand_alfa.jpg); }
    ul.action li.cadillac { background-image: url(/images/listbrand_cadillac.jpg); }
    ul.action li.chevrolet { background-image: url(/images/listbrand_chevrolet.jpg); }
    ul.action li.citroen { background-image: url(/images/listbrand_citroen.jpg); }
    ul.action li.corvette { background-image: url(/images/listbrand_corvette.jpg); }
    ul.action li.kia { background-image: url(/images/listbrand_kia.jpg); }
    ul.action li.opel { background-image: url(/images/listbrand_opel.jpg); }
    ul.action li.saab { background-image: url(/images/listbrand_saab.jpg); }

    ul.action li.opel-company { background-image: url(/images/listbrand_opel.jpg); }
    ul.action li.citroen-company { background-image: url(/images/listbrand_citroen.jpg); }

        ul.action li .roundedbox { margin: 0 12px 0 150px; }

        ul.action li h2 { margin: 0; padding: 0 0 1em 0; }
            ul.action li h2 a { display: block; color: black; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
                ul.action li h2 a span { visibility: hidden; }
        ul.action li .imgbox-inline { float: left; width: 150px; margin: 0; padding: 0; }
            ul.action li .imgbox-inline a { display: block; border: 0; }
        ul.action li .readmore { position: relative; float: right; clear: none; margin: -16px 0 2em 0; padding: 0 30px 0 0; height: 25px; background: transparent url(/images/read_more.gif) no-repeat right top; }
            ul.action li .readmore a { display: block; padding: 0 0 1px 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
                ul.action li .readmore a span { visibility: hidden; }


/* default and occasions group */
dl.group { clear: both; padding: .5em; background-color: #e5e5e5; }
    dl.group dt { margin: 0; }
        dl.group dt .date { color: #0093b7; margin-bottom: 0; margin-right: 1em; }
        dl.group dt a { padding-left: 12px; background: url(/images/a_3hoek.gif) no-repeat 0 2px; border-color: #e5e5e5; }
            dl.group dt a:hover { border-color: #0093b7; }
    dl.group dd { margin-left: .3em; }
        dl.group dd a { padding-left: 12px; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }

dl.group_limited { clear: both; }
    dl.group_limited dt { clear: both; margin: 1em 0 .5em 0; padding-top: 1em; }
        dl.group_limited dt a { font-weight: bold; }

        dl.group_limited dt a.cadillac { display: block; width: 109px; height: 34px; border: 0; background: transparent url(/images/i_cadillac.gif) no-repeat left top; }
        dl.group_limited dt a.chevrolet { display: block; width: 67px; height: 30px; border: 0; background: transparent url(/images/i_chevrolet.gif) no-repeat left top; }
        dl.group_limited dt a.opel { display: block; width: 43px; height: 46px; border: 0; background: transparent url(/images/i_opel.gif) no-repeat left top; }
        dl.group_limited dt a.saab { display: block; width: 35px; height: 35px; border: 0; background: transparent url(/images/i_saab.gif) no-repeat left top; }
        dl.group_limited dt a.citroen { display: block; width: 41px; height: 40px; border: 0; background: transparent url(/images/i_citroen.gif) no-repeat left top; }
        dl.group_limited dt a.kia { display: block; width: 56px; height: 31px; border: 0; background: transparent url(/images/i_kia.gif) no-repeat left top; }
        dl.group_limited dt a.corvette { display: block; width: 154px; height: 19px; border: 0; background: transparent url(/images/i_corvette.gif) no-repeat left top; }
        dl.group_limited dt a.hummer { display: block; width: 127px; height: 13px; border: 0; background: transparent url(/images/i_hummer.gif) no-repeat left top; }
        dl.group_limited dt a.chevrolet_us { display: block; width: 133px; height: 18px; border: 0; background: transparent url(/images/i_chevrolet_us.gif) no-repeat left top; }
        dl.group_limited dt a.alfa_romeo { display: block; width: 45px; height: 44px; border: 0; background: transparent url(/images/i_alfaromeo.gif) no-repeat left top; }
        dl.group_limited dt a.het_motorhuis { display: block; width: 31px; height: 24px; border: 0; background: transparent url(/images/i_motorhuis.gif) no-repeat left top; }
        dl.group_limited dt a.fiat { display: block; width: 47px; height: 44px; border: 0; background: transparent url(/images/i_fiat.gif) no-repeat left top; }
        dl.group_limited dt a.lancia { display: block; width: 47px; height: 44px; border: 0; background: transparent url(/images/i_lancia.gif) no-repeat left top; }

            dl.group_limited dt a.cadillac span,
            dl.group_limited dt a.chevrolet span,
            dl.group_limited dt a.opel span,
            dl.group_limited dt a.saab span,
            dl.group_limited dt a.citroen span,
            dl.group_limited dt a.kia span,
            dl.group_limited dt a.corvette span,
            dl.group_limited dt a.hummer span,
            dl.group_limited dt a.chevrolet_us span,
            dl.group_limited dt a.alfa_romeo span,
            dl.group_limited dt a.het_motorhuis span,
            dl.group_limited dt a.fiat span,
            dl.group_limited dt a.lancia span
            { visibility: hidden; }

    dl.group_limited dd { float: left; margin: 0 0 1em 0; width: 50%; }
        dl.group_limited dd .img { float: left; margin: 0 .5em 0 0; padding: 5px; line-height: 0; background: transparent url(/images/imagebox.gif) repeat left top; }
            dl.group_limited dd .img a { border: 0; margin: 0; padding: 0; }
        dl.group_limited dd h3 a { padding-left: 12px; background: url(/images/a_3hoek.gif) 0 2px no-repeat; }
        dl.group_limited dd.more a { padding: 0 0 0 12px; background: transparent url(/images/a_3hoek.gif) no-repeat left center; }

.group_occasions { clear: both; }
    .group_occasions dt { clear: both; margin-top: 1em; padding: .3em; }
        .group_occasions dt a { border: 0; margin-bottom: .2em; }
    .group_occasions h2 { margin-bottom: .2em; }
    .group_occasions dd { min-height: 120px; margin: 0; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; background-color: #f6f6f6; }
        .group_occasions a { border-color: #f6f6f6; background-image: none; }
        .group_occasions img { vertical-align: top; margin: .2em 1em 1em 0; padding: 5px; background: url(/images/imagebox.gif) left top repeat; }

/* default and rich linkbox */
.linkbox_default, .imgbox { clear: right; float: right; width: 264px; margin: .5em 0 .5em 1em; padding: 5px; background: url(/images/imagebox.gif) left top repeat transparent; }
    .linkbox_default ul { list-style: none; margin: 0; padding: 0; background: url(/images/bg_linkbox.gif) left top repeat #f6f6f6; }
        .linkbox_default li { margin: 0 0 0 .4em; padding: 0 .6em 0 0; }
            .linkbox_default li a { display: block; padding: 3px 5px 1px 12px; border: 0; font-weight: bold; background: url(/images/a_3hoek.gif) 0 7px no-repeat; }
                .linkbox_default li a:hover { text-decoration: underline; }
.linkbox_rich { margin: 0 0 2em 1em; padding: 0; list-style-type: none; }
    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 150px; border: 1px solid #afafaf; }
        .linkbox_rich li a { display: block; border: 0; background: none; }
    .linkbox_rich h2 { margin-bottom: .2em; background-color: #afafaf; }
    .linkbox_rich img { vertical-align: top; margin-right: .2em; }
        .linkbox_rich span { margin: 0; padding-right: 15px; background: url(/images/a_3hoek.gif) 100% 4px no-repeat transparent; }

/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; padding: 0; margin: 0 0 1em 0; }

/* imgbox, for displaying an image with description in a box */
.imgbox { }
    .imgbox a { border: 0; padding: 0; }
    .imgbox img { float: none; display: block; margin: 0; padding: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #0093b7; background-color: #d1d3d4; }

/* visual list */
ul.visual { clear: both; margin: 1em 0 2em 0; width: 100%; list-style: none; padding: 0; }
    ul.visual li { float: left; width: 153px; height: 190px; margin: 1em 1em 1em 0; }
        html>body ul.visual li { height: auto; min-height: 190px; }
        ul.visual li .imgbox { float: none; width: 143px !important; height: 110px; margin: 0; }
        ul.visual>li .imgbox { width: 133px !important; height: 100px; }
        ul.visual li p a { display: block; color: black; text-decoration: none; }
            ul.visual li p a:hover { color: #0093b7; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #0093b7; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #d1d3d4; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #d1d3d4; }

/* basicform styles form elements, marked up in a definition list */
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; }

    /* IE displays border around radio buttons and checkboxes, which is ugly */
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }

    .basicform dl dt { clear: both; width: 35%; float: left; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .header { font-weight: bold; color: #0093b7; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #003384; }
        .header.formpage+dd { display: none; }

    .basicform dl dd.calendar-container input { width: 85%; }
    .calendar { position: relative; }
        .calendar img { position: absolute; left: -30px; top: 0; cursor: pointer; }
        .calendar-input { display: none; position: absolute; left: 0; top: 25px; width: 300px; border: 2px outset #f6f6f6; background-color: #f6f6f6; }
            .calendar-input .calendar-navigation { }
                .calendar-input .calendar-date-selection select { width: 50%; }
            .calendar-input table { width: 100%; }
                .calendar-input table td.cpDayColumnHeader { background-color: #dedede; }
                    .calendar-input table td.cpDayColumnHeader span { font-weight: bold; color: #002065; }
                    .calendar-input table .cpOtherMonthDate, .calendar-input table .cpOtherMonthDate:visited, .calendar-input table .cpOtherMonthDate:active { color: #ceced0; }
                    .calendar-input table table td:hover { background-color: #dedede; color: #002065; }
                        .calendar-input table table td a { display: block; border-bottom: 1px solid #f6f6f6; }
                    .calendar-input table table td.cpTodayText { text-align: center; background-color: #dedede; }
                        .calendar-input table table td.cpTodayText a { border-bottom: 0px; font-weight: bold; }

    .progress { text-align: right; color: #003384; font-weight: bold; width: 93%; }

    .progresstext { color: #003384; font-weight: bold; }
    .progressbar { width: 92%; height: .7em; margin: 0 0 1em 0; border: 1px solid #f60; border-left-width: 5px; background-color: white; }
        #progressfill { height: 100%; background-color: #f60; }

/* pricetag styles form elements, marked up in a definition list */
.pricetag dl { float: left; clear: both; width: 100%; }
    .pricetag dl dt { width: 50%; }
    .pricetag dl dd { width: 50%; }

/* surveyform */
.surveyform dl input, .surveyform dl textarea, .surveyform dl select { width: 95%; }
    .surveyform dl dt { clear: both; width: 45%; float: left; margin-right: 2em; }
    .surveyform dl dd { width: 45%; float: left; margin: 0 0 2em 0; }
    .surveyform dl dd div { margin-bottom: .5em; }

.progresstext { font-weight: bold; }
.progressbar { width: 90%; height: .7em; margin: 0 0 1em 0; border: 1px solid #0093b7; border-left-width: 5px; background-color: white; }
    #progress { height: 100%; background-color: #0093b7; }

/* calculationform */
.calculationform { width: 95%; }
    .calculationform dt, .calculationform dd { padding: .5em 0; }
    .calculationform dl dt { clear: both; width: 30%; float: left; }
    .calculationform dl dd { width: 30%; float: left; margin: 0 0 1em 0; text-align: right; }

.calculationofferte { clear: both; float: left; margin-top: 2em; }
.calculationofferte a { display: block; width: 200px; height: 91px; border: 0; background: transparent url(/images/offerte_op_maat.gif) no-repeat left top; }
    .calculationofferte a span { display: block; color: white; font-weight: bold; padding: 70px 0 0 40px; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; }
    #resultsinfo p { margin: 0; }
#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform input { width: 50%; }
    #searchform .submit { width: 20%; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .6em 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }

/* highlighting for search terms */
.highlight { background-color: #e8e8e8; }

/* occasion searchform in the navigation bar */
#occasionsearchform { padding-top: 0; text-align: left; }

/* occasion filterlist */
.occasionsform { margin: 0; padding: 0; width: 100%; }
    .occasionsform div, .occasionsform .range { float: left; width: 30%; margin: 1em 5px; }
    .occasionsform div.hide { float: none; width: 100%; height: 0; margin: 0; }
    .occasionsform .header, .occasionsform .group label, .occasionsform .submit { clear: both; }
    .occasionsform label, .occasionsform input, .occasionsform select { display: block; width: 95%; }
    .occasionsform input { padding: .3em 0; }
    .occasionsform label, .occasionsform .header { font-weight: bold; color: #0093b7; }
    .occasionsform .header { margin: 1em 5px 0 5px; padding-top: 1em; }
        .occasionsform .range .header { margin: 0; padding: 0; }
    .occasionsform input.radio, .occasionsform input.checkbox { clear: both; display: inline; width: auto; }
    .occasionsform .group, .occasionsform .range { margin: .5em 5px; }
        .occasionsform .group label, .occasionsform .range label { display: inline; width: auto; font-weight: normal; color: black; }
        .occasionsform .group div { display: block; width: 100%; margin: 0;}
        .occasionsform .range div { float: left; width: 45%; margin: 0;}
    .occasionsform input.submit { clear: both; background-color: #c0d8de; background-image: none; }

/* occasions search results */
.occasions { width: 100%; border-collapse: separate; }
    .occasions .sorted { padding-left: 10px; }
    .occasions th { color: #0093b7; font-weight: normal; white-space: nowrap; }
        .occasions th a { font-weight: bold; border-color: white; }
    .occasions td { vertical-align: top; }
    .occasions .thumbnail { background: url(/images/imagebox.gif) left top repeat; }
        .occasions .thumbnail img { display: block; }
    .occasions a { border-color: white; }
        .occasions a:hover { border-color: #0093b7; }
        .occasions a.warranty:hover { border-color: white; cursor: pointer; }
    .occasions span.houseoccasion { display: block; text-indent: -9000px; width: 78px; height: 28px; background: transparent url(/images/occasion/huisoccasions.gif) no-repeat left top; }
    .occasions span.brandwarranty { display: block; text-indent: -9000px; width: 78px; height: 12px; background: transparent url(/images/occasion/merkgarantie.gif) no-repeat left top; }
    .occasions span.bovagwarranty { display: block; text-indent: -9000px; width: 78px; height: 12px; background: transparent url(/images/occasion/bovaggarantie.gif) no-repeat left top; }

    .occasions span.houseoccasion-36months { display: block; text-indent: -9000px; width: 78px; height: 28px; background: transparent url(/images/occasion/huisoccasions_36months.gif) no-repeat left top; }

.price_new { text-decoration:line-through }

/* stock occasions */
.title, .price_showroom, .price_action, .price_advantage { padding-top: 7px; }
.price_advantage { color: white; font-weight: bold; padding-left: 23px; background: transparent url(/images/stock/bg_price.gif) no-repeat 8px 0; }

/* custom occasionlist */
.customlist th { font-weight: bold; }
.customlist .firstrow td { height: 70px; }
    .customlist .thumbnail { background: none; }
        .customlist .thumbnail div { padding: 5px; background: url(/images/imagebox.gif) left top repeat; }
    .customlist .item-sold { position: absolute; margin: -75px 0 0 75px; width: 266px; height: 83px; background: transparent url(/images/occasion/sold_small.png) no-repeat left top; text-indent: -9000px; }
    .occasion-sold { position: relative; margin: 0 0 -452px -20px; width: 630px; height: 452px; background: transparent url(/images/occasion/sold.png) no-repeat left top; text-indent: -9000px; }

/* occasion detail page */
.occasiondetails { }
    .occasiondetails h2 { clear: both; margin: 0; padding-top: 1.5em; color: black; }
    .occasiondetails dt, .occasiondetails dd { float: left; width: 48%; }
    .occasiondetails dt { clear: left; font-weight: bold; }
    .occasiondetails dd { margin: 0; text-align: right; }

    /* block with max 4 visuals for an occasion*/
    #occasionvisuals { width: 274px; }
    .occasionvisuals { }
        .occasionvisuals p { margin: 0; padding: 0; }
        .occasionvisuals div { width: 264px; padding: 5px; text-align: right; background: url(/images/imagebox.gif) top left repeat; }
        #occasionvisual img { display: block; }

        /* numbers to switch occasion visuals */
        .occasionvisualnum { cursor: pointer; border: 1px solid #999; padding: 0 5px; color: #999; background-color: white; }
            .occasionvisualnum:hover { border-color: black; color: black; }

    /* bar with info about reseller */
    .contactinfo h3 { color: black; margin-bottom: 0; padding-bottom: 0; }
    .contactinfo p.bovag { text-indent: -9000px; width: 80px; height: 25px; margin-top: 1em; background: transparent url(/images/occasion/bovag_nda.jpg) no-repeat left top; }
    .contactinfo p.nap { text-indent: -9000px; width: 100px; height: 47px; background: transparent url(/images/occasion/autopas_klein.gif) no-repeat left top; }
    .occasionlinks { height: 250px; background-color: #e5e5e5; }
    html>body .occasionlinks { height: auto; min-height: 250px; }
        .occasionlinks ul { margin: 0; padding: 1em 0 .5em 0; list-style-type: none; }
            .occasionlinks li { margin: 0 0 0 1em; border-bottom: 1px solid #e5e5e5;}

        .occasionlinks a, .occasionlinks a:visited, .occasionlinks span { border-color: #e5e5e5; padding-left: 12px; display: block; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }
            .occasionlinks a:hover, .occasionlinks span:hover { border-color: #0093b7; }
            html>body .occasionlinks a, html>body .occasionlinks span { display: block; }

        #optionsheader { clear: both; cursor: pointer; font-weight: bold; color: #0093b7; padding: 0 0 0 12px; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }

#occasion-tablist { clear: both; float: left; margin: 0 0 2em 0; background: transparent url(/images/bg_occasion_tab_right.gif) no-repeat right top; }
    #occasion-tablist ul { float: left; margin: 0; padding: 0 1em; list-style-type: none; background: transparent url(/images/bg_occasion_tab_left.gif) no-repeat left top; }
        #occasion-tablist ul li { float: left; padding: 5px 1em; border-left: 1px solid #cccccc; border-right: 1px solid #767778; }
        #occasion-tablist ul li#overview-tab { border-left: 0; }
        #occasion-tablist ul li#photos-tab { border-right: 0; }
            #occasion-tablist ul li:hover, #occasion-tablist ul li.selected { cursor: pointer; background: #2197b9 url(/images/bg_occasion_tab_button.gif) repeat-x left top; }
            #occasion-tablist ul li h3 { color: white; margin: 0; padding: 0; }
                #occasion-tablist ul li h3 a { color: white; border: 0; }

#overview-tab-content, #description-tab-content, #specifications-tab-content, #photos-tab-content { display: none; }

dt.special-price { color: #0093b7; }
dd.special-price { font-weight: bold; }
dd.advantage-price { display: block; color: white; font-weight: bold; padding: 14px 47px 0 0; width: 243px; height: 31px; background: transparent url(/images/stock/bg_advantage.gif) no-repeat left top; }

/* bannercolumn */
#bannercolumn { position: absolute; left: 810px; top: 154px; width: 150px; margin: 0 1em 1em 1em; padding: 0 0 .3em 1em; }
    #bannercolumn a { border: 0; background: none; }
    #bannercolumn img { margin-bottom: 1em; }
    #bannercolumn object { margin-bottom: 1em; }
    #bannercolumn #merken { width: 150px; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; list-style-type: none; }
    ul.sitemap li a { padding-left: 12px; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }
    ul.sitemap ul { margin: .3em 1em 1em 4em; padding: 0; list-style-type: none; }

/* chapters in documents */
#chapters { margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters li { padding: .3em; }
        #chapters li a { padding-left: 12px; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }

.chapter { margin: 1em 0 0 0; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 2em; padding: .3em .2em; text-align: center; background-color: #f6f6f6; }
    .navbox a { border: 0; background: none; }
        .navbox a:hover { cursor: pointer; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

/* locations */
.mapselect { width: 400px; margin-bottom: 1em; padding: 10px; background-color: #e8e8e8; }
    .mapselect h3 { float: left; font-weight: normal; margin-right: 1em; }
    .mapselect select { width: 150px; margin-right: 1em; }
    .mapselect a { padding-right: 15px; border-color: #e8e8e8; background: transparent url(/images/a_3hoek.gif) no-repeat right center; }
        .mapselect a:hover { border-color: #0093b7; }

.locationfilters { clear: left; margin: 1em 0; width: 400px; }
    .locationtype { float: left; display: block; margin-right: .5em; }
        .locationtype span { float: left; padding: 33px 0 0 25px; }
        .locationtype:hover span { cursor: pointer; }
        .showroom { background: transparent url(/images/marker_show.gif) no-repeat left top; }
        .workshop { background: transparent url(/images/marker_werk.gif) no-repeat left top; }
        .showroom-workshop { width: 150px; background: transparent url(/images/marker_showerk.gif) no-repeat left top; }

.brands { clear: right; float: right; margin: 1em 0; width: 274px; }
    .brands h3 { color: black; margin: 0; padding: 0; }
    .brands div { float: left; display: block; margin: 0 .5em .5em 0; }

    .brand_1 span, .brand_2 span, .brand_3 span, .brand_4 span, .brand_5 span, .brand_6 span, .brand_7 span, .brand_8 span, .brand_9 span, .brand_11 span, .brand_12 span, .brand_13 span { visibility: hidden; }
    .brand_1 { width: 45px; height: 45px; background: transparent url(/images/small_opel.gif) no-repeat left center; }
    .brand_2 { width: 45px; height: 45px; background: transparent url(/images/small_citroen.gif) no-repeat left center; }
    .brand_3 { width: 45px; height: 45px; background: transparent url(/images/small_kia.gif) no-repeat left center; }
    .brand_4 { width: 45px; height: 45px; background: transparent url(/images/small_chevrolet.gif) no-repeat left center; }
    .brand_5 { width: 45px; height: 45px; background: transparent url(/images/small_saab.gif) no-repeat left center; }
    .brand_6 { width: 45px; height: 45px; background: transparent url(/images/small_cadillac.gif) no-repeat left center; }
    .brand_7 { width: 56px; height: 45px; background: transparent url(/images/small_hummer.gif) no-repeat left center; }
    .brand_8 { width: 45px; height: 45px; background: transparent url(/images/small_corvette.gif) no-repeat left center; }
    .brand_9 { width: 45px; height: 45px; background: transparent url(/images/small_alfaromeo.gif) no-repeat left center; }
    .brand_11 { width: 45px; height: 45px; background: transparent url(/images/small_daewoo.gif) no-repeat left center; }
    .brand_12 { width: 45px; height: 45px; background: transparent url(/images/small_fiat.gif) no-repeat left center; }
    .brand_13 { width: 45px; height: 45px; background: transparent url(/images/small_lancia.gif) no-repeat left center; }


/* more: paragraph with a "read more" link */
.more { clear: both; margin: .3em 0; }
    .more a { padding: 0 12px 0 0; background: url(/images/a_3hoek.gif) 100% 3px no-repeat transparent; }

/* date: date in messages */
.date { margin: 0 0 1em 0; color: #999; }

/* button: transforms a normal button to a styled button */
.button {
width: auto !important;
border: 1px solid #0093b7;
cursor: pointer;
margin-top: 1em; padding: 2px 1.5em 2px 1.5em;
font: 1em Verdana, Helvetica, sans-serif; color: #0093b7;
background: url(/images/a_3hoek.gif) 95% 5px no-repeat white; }

a.button {
display: inline !important;
width: auto !important; height: auto !important;
border: 1px solid #0093b7 !important;
padding: 4px 1.5em 4px 7px !important;
text-decoration: none; text-align: right !important;
background: url(/images/a_3hoek.gif) 95% 5px no-repeat white !important; }

    .button:active { border-style: inset; }

/* extended button style for submit button */
.submit { }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #003384; text-align: center; background-color: white; }
    #preview-bar #previewselect { margin: 0; padding: .5em 0; background-color: #ffa; opacity: .5; }
        #preview-bar:hover #previewselect { opacity: .8; }
    #preview-bar #previewselect input, #preview-bar #previewselect select { margin: 0 1em; }


/* .feed: RSS-feed button placement */
.feed { border: 0 !important; margin-left: 1em; }
    h1 .feed, dt .feed { float: right !important; }
    .feed img { vertical-align: text-top; }

    /* header is wrapped in <span> when feed button is available */
    #content h1 { height: 1.2em; }
    #content h1 span { float: left; }

/* print body */
body#print { margin: 1em; }
    body#print img { margin: 1em 0; }

/**
 * Common
 * Very often used classes
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.clear-left     { clear: left; }
.clear-right    { clear: right; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block-level    { display: block; }
.nodisplay      { display: none; }
.show           { visibility: visible; }
.hide           { visibility: hidden; }
.align-left     { text-align: left; }
.align-right    { text-align: right; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.back           { background: url(/images/a_pijl011.gif) 0 4px no-repeat; }
.red            { color: red; }
.req            { }
.err            { color: red; font-weight: bold; }
input.err       { font-weight: normal; background-color: #ffbfbf; }
.notice         { background-color: #ffa; color: #f60; }
.white          { color: white; }
.chosen         { color: #f60; font-weight: bold; }
.link           { border-bottom: 1px solid white; color: #0093b7; cursor: pointer; padding-bottom: 1px; }
.link:hover     { border-color: #0093b7; }

/* odd, even and first for row coloring (zebra tables and distinctive first row) */
.odd           { background-color: #fff; }
.even          { background-color: #ffdfca; }
.first         { background-color: #ffdfca; border: solid #e8e8e8; border-width: 0 1px; }

/* file extensions */
.file img       { margin-left: 5px; }

/* forms, occasions */
.up { background: url(/images/a_3hoek_up.gif) 0 4px no-repeat; }
.down { background: url(/images/a_3hoek_down.gif) 0 4px no-repeat; }
