/**
 *  @site Motorhuis - Citroen
 *  @revision $Revision: 1.1.2.1.2.4 $
 *
 *  @styleguide:
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    gray   : #776f64;
 *    blue   : #405e95;
 *    red    : #ce0000;
 *  }
 *  fonts {
 *    headers : Verdana;
 *    text    : Verdana, Helvetica, sans-serif;
 *  }
 */


/**
 * GLOBAL HTML ELEMENTS
 *
 * default html elements, such as img, p, a.
 */

/* links */
a, a:link { padding: 0; color: #ce0000; font-weight: bold; text-decoration: none; }
a:visited { color: #ce0000; }
a:active { color: #ce0000; }
a:hover { color: #ce0000; text-decoration: underline; }


/* headers */
h1, h2, h3, h4, h5, h6 { margin: .3em 0 .5em 0; font-family: Arial, Helvetica, sans-serif; color: #405e95; }
h1 { font-size: 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 Arial, 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; }

/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */

html, body { margin: 0; padding: 0; border: 0; background-color: white; }
body { font: normal .7em/1.6em Arial, Helvetica, sans-serif; color: #776f64; }
    #body { }
        #container { }
            #content { margin: 195px 0 0 144px; padding: 1em 0 0 0; width: 632px; }

            #header { position: absolute; top: 28px; left: 2px; right: 2px; height: 167px; background-repeat: no-repeat; background-position: left bottom; background-color: white; }
                #header h1 { position: relative; margin: 0; padding: 0; width: 128px; height: 128px; background: transparent url(/images/citroen/l_citroen.gif) no-repeat left top; z-index: 2; }
                    #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; z-index: 2; }
                    #header h2 span { visibility: hidden; }
                #header h3 { position: absolute; left: 0; bottom: 0; margin: 0; z-index: 1; }
                    #header h3 span { visibility: hidden; }
                    #header h3 a { display: block; width: 100%; height: 100%; }

            #mainnav { position: absolute; top: 2px; left: 2px; right: 2px; list-style: none; margin: 0; padding: 0; border-bottom: 1px solid white; background-color: #ce0000; }
                #mainnav li { float: left; margin: 0; height: 25px; }
                    #mainnav li a { display: block; height: 100%; padding: 0 2px; border: 0; border-right: 1px solid white; background-color: transparent; background-position: 50% 15px; background-repeat: no-repeat; }
                        #mainnav li a:hover { text-decoration: none; }
                        #mainnav li a span { visibility: hidden; }

                #mainnav li#occasionsearchform { }

            #breadcrumbs { visibility: hidden; }

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

        #props { visibility: hidden; }
        #footer { position: absolute; bottom: 0; left: 0; width: 100%; height: 25px; background: transparent url(/images/imagebox.gif) repeat left top; z-index: 3; }
            #footer .logo { display: block; margin-left: 14px; width: 221px; height: 24px; background: transparent url(/images/l_motorhuis_klein.gif) no-repeat left top;}
                #footer .logo:hover { text-decoration: none; }
                #footer .logo span { visibility: hidden; }
            #footer .footerlinks { position: absolute; top: 3px; right: 15px; background-color: white; }
                #footer .footerlinks ul { margin: 0; padding: 0; list-style-type: none; }
                    #footer .footerlinks ul li { float: left; margin: 0 .6em; }
                        #footer .footerlinks ul li a { color: black; font-weight: bold; }
                            #footer .footerlinks ul li a:hover { border-color: black; }

        html>body #footer { position: fixed; }
        html>body #footer { overflow: visible; }

        #action-banner { position: absolute; left: 223px; bottom: 0; width: 543px; height: 118px; z-index: 3; }
        html>body #action-banner { position: fixed; }

        #actionlist-items-ticker { position: absolute; top: 95px; left: 20px; width: 516px; height: 19px; z-index: 2; overflow: hidden; background: transparent url(/images/bg_ticker.gif) no-repeat left top; }
        html>body #actionlist-items-ticker { width: 518px; background-image: url(/images/bg_ticker.png); }
            #actionlist-items { position: absolute; margin: 0; padding: 0; list-style-type: none; }
                #actionlist-items li { float: left; margin-right: 2em; }
                    #actionlist-items li a { color: white; font-weight: bold; text-transform: uppercase; }
        #actionlist-banner { display: none; z-index: 1; width: 543px; height: 118px; }
        .banner-close { position: absolute; top: 5px; right: 5px; display: block; width: 16px; height: 16px; text-indent: -9000px; background: transparent url(/images/button_close.gif) no-repeat left top; z-index: 3; }


/**
 * PAGE-SPECIFIC ELEMENTS
 *
 * Style specially for pages
 */

/* 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; }

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

/* block: (news)blocks on the homepage */
.block { float: left; margin-bottom: 2em; width: 45%; }
    .block h2 { margin: 0; padding: .2em 1em .1em 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 { clear: both; padding: .5em 0; }
    .inline-sections dt { display: block; margin: 1em 0 .5em 0; padding-bottom: 1.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 { font-weight: bold; padding-left: 10px; background: transparent url(/images/citroen/pijltje.gif) no-repeat 0 .4em; }

/* default menu */
.menu_default { clear: both; position: absolute; top: 242px; left: 10px; width: 130px; margin: 0; padding: 0; list-style-type: none; }
    .menu_default li { border-bottom: 1px solid white; }
        .menu_default li a, .menu_default li a:visited { display: block; color: #776f64; padding-left: 10px; background: transparent url(/images/citroen/pijltje.gif) no-repeat 0 .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; }
    ul.default li { clear: both; float: left; margin: 0 0 .5em 0; padding: 0; width: 100%; }
        ul.default li h2, ul.default li h2 a { float: left; margin: 0; padding: 0; font-weight: bold; color: #776f64; }
        ul.default li a { float: right; margin: 0 2px 0 0; padding: 0; font-weight: normal; }

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; }

/* 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-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: 34px; height: 43px; 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.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
            { 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 */
.imgbox { clear: right; float: right; width: 264px; margin: 0 0 .5em 1em; padding: 0; }
.linkbox_default { position: absolute; top: 242px; left: 10px; width: 130px; margin: 0; padding: 0; }
    .linkbox_default ul { list-style: none; margin: 0; padding: 0; }
        .linkbox_default li { margin: 0; padding: 0; border-bottom: 1px solid white; }
            .linkbox_default li a, .linkbox_default li a:visited { display: block; padding: 0 0 0 10px; border: 0; color: #776f64; font-weight: bold; background: url(/images/citroen/pijltje.gif) 0 .5em no-repeat; }
.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; }

/* 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; }

/* 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; }

/* forum styles */
.forum, .topic { width: 97%; margin: 0 0 2em 0; border: 1px solid #e8e8e8; }
    .forum thead th, .topic thead th { margin-bottom: .2em; color: #d1d3d4; background-color: #e8e8e8; }
    .forum tbody th, .forum tbody td { border-right: 1px solid #e8e8e8; }
    .forum tr, .topic tr { border-bottom: 1px solid #e8e8e8; }
    .forum td, .forum th, .topic td, .topic th { vertical-align: top; padding: .3em; }
    .forum img, .topic img { vertical-align: top; }
    .forum p { margin-top: 0; }
    .forum a { font-weight: bold; color: #f60; border-color: #f60; }
        .forum a:hover { }

.post { }
    .post th { border-right: 1px solid #e8e8e8; }
.author { }

.postform { }
    .postform .basicform dt, .postform .basicform dd { float: none; width: auto; }
    .postform .basicform dt { font-weight: bold; margin-top: .5em; padding: .1em .3em; }
    .postform .basicform dd { margin: 0 0 1em 0; padding: 0; }
    .postform .basicform textarea  { width: 100%; }
    .postform .basicform input.submit { width: auto; }

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

/* special icons for announcements, sticky topics and locked topics */
td.announcement, td.sticky, td.locked, td.default { padding-left: 20px; background-position: 0 5px; background-repeat: no-repeat; }
    td.announcement { background-image: url(/images/i_announce.gif); }
    td.sticky { background-image: url(/images/i_sticky.gif); }
    td.locked { background-image: url(/images/i_locked.gif); }

.announcement { font-weight: bold; }
.locked, .locked a { color: #afafaf; border-color: #afafaf; background-color: #e8e8e8; }

/* search styles: form, info and results */
.pollresults { width: 100%; }
    .pollresults tr { }
    .pollresults td { text-align: right; }
        .pollresults td span { float: left; }
    .pollresults dt, .pollresults dd { margin: .3em 0 0 0; padding: 0; float: left; }
    .pollresults dt { clear: both; width: 20%; }
    .pollresults dd { width: 20%; }
    .pollresult { width: 55% !important; background-color: #e8e8e8; }
        .pollresult div { border: 2px solid #003384; background-color: #ffdfca; }
.pollresults, #pollform { margin-bottom: 2em; }

/* bannercolumn */
#bannercolumn { position: absolute; right: 1em; 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 #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; }

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

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

/* date: date in messages */
.date { margin: 0; }

/* button: transforms a normal button to a styled button */
.button {
width: auto !important;
border: 1px solid #ce0000;
cursor: pointer;
margin-top: 1em; padding: 2px 1.5em 2px 1.5em;
font: 1em Arial, Helvetica, sans-serif; color: white; font-weight: bold; text-transform: lowercase;
background-color: #ce0000; }

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 { }

/* jargon styles */
a#translate { display: block; margin-bottom: 1em; padding: .5em; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat white; }
.jargonterm { cursor: help; font-weight: bold; border-bottom: dotted 1px #003384; }
div.nicetitle { position: absolute; padding-top: 4px; top: 0px; left: 0px; border: 1px solid #e8e8e8; border-width: 1px 0 0 1px; color: #003384; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat #efefef; }
    div.nicetitle p { margin: 4px; padding: 4px; }
.overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.2; background-color: #ffdfca; }
.translation-status { position: absolute; width: 300px; height: 30px; top: 0; right: 1em; border: 2px solid white; padding: 1em; background-color: #ffdfca; }
.close { position: absolute; top: 0; right: 0; color: red; font-weight: bold; background-color: white; }

/* .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; }

/* permalink (e.g. link below map) */
a.permalink { clear: both; padding-left: 20px !important; background: url(/images/i_permalink.gif) left center no-repeat; }

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

/**
 * GLOBAL CLASSES
 *
 * global classes are used for very common styles, such as floating, coloring or clearing. Often used in combination, such as: <a href="link.html" class="align-right no-border">link to the right without border</a>.
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block          { 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; }
.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; }

/* 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; }
