/**
 * @site GroenRijden site
 * @revision $Revision: 1.1.2.28 $
 *
 * @styleguide:
 *  colors {
 *   white:  #fff;
 *   black:  #000;
 *   orange: #78a71d;
 *   grey:   #535353;
 *  }
 *  fonts {
 *   headers: Univers Bold;
 *   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: #78a71d; text-decoration: none; border-bottom: 1px solid #78a71d; }
a:visited { color: #5f5f5f; border-color: #5f5f5f; }
a:active { color: black; border-color: white;}
a:hover { color: black; border-bottom-color: white; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.5em 0; font-family: Arial, Helvetica, sans-serif; color: #000; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }

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

/* paragraphs */
p { }

/* 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 #adbfcd; padding: .2em 0; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: default; background-color: #e8e8e8; }

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

label { cursor: pointer; }
    label:hover { color: #535353; }

iframe { min-height: 35em; }

/**
 * Page layout
 */

html, body { margin: 0; padding: 0; border: 0; background: #85b720 url(/images/groenrijden/bg_total.gif) repeat-x left top; }
body { font: normal .7em/1.6em Arial, Helvetica, sans-serif; color: black; }

#body { }
    #container { position: relative; margin: 0 auto; width: 972px; background: white url(/images/groenrijden/bg_container.gif) repeat-y left top; }
        #content { margin: 0 243px 0 194px; padding: 320px 15px 15px 15px; min-height: 500px; }

        #containercolumn-left { position: absolute; top: 320px; left: 0; width: 190px; height: 500px; }

            #secondlevel-menu { margin-bottom: 2em; }
                #secondlevel-menu h3 { margin: 0 0 5px 0; padding: 0; background: transparent no-repeat 10px 0; }
                    #secondlevel-menu h3 span { visibility: hidden; }
                #secondlevel-menu h4 { margin: 0 0 5px 0; padding: 0; background: transparent no-repeat 10px 0; }
                    #secondlevel-menu h4 span { visibility: hidden; }
                #secondlevel-menu ul { margin: 0; padding: 0; border-top: 1px dotted #d2d2d2; list-style-type: none; }
                    #secondlevel-menu ul li { padding: 2px 0; border-bottom: 1px dotted #d2d2d2; }
                        #secondlevel-menu ul li a { display: block; color: black; font-weight: bold; padding-left: 30px; border: 0; background: transparent url(/images/groenrijden/arrow_right_small.gif) no-repeat 10px .4em; }
                            #secondlevel-menu ul li a:hover { border: 0; text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }
                            #secondlevel-menu ul li a.selected { background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }

                        #secondlevel-menu ul li.selected a, #secondlevel-menu ul li.selected a:hover { background-image: url(/images/groenrijden/arrow_down_small.gif); }

                #secondlevel-menu ul li #thirdlevel-menu ul { margin: 5px 0; border-top: 0; }
                    #secondlevel-menu ul li #thirdlevel-menu ul li { border-bottom: 0; }
                        #secondlevel-menu ul li #thirdlevel-menu ul li a { font-weight: normal; background: transparent url(/images/groenrijden/arrow_black_small.gif) no-repeat 12px .5em; }
                            #secondlevel-menu ul li #thirdlevel-menu ul li a:hover { background-image: url(/images/groenrijden/arrow_black_small.gif); }
                            #secondlevel-menu ul li #thirdlevel-menu ul li a span { display: block; padding: 2px 5px; background-color: #e8e7e7; }
                                #secondlevel-menu ul li #thirdlevel-menu ul li a.selected span { background-color: #cbcaca; }

            #occasion-searchform { margin: 0 0 1em 0; padding: 10px 5px; border: 1px dotted #d2d2d2; border-width: 1px 0; }
                #occasion-searchform h3 { font-size: 1.4em; font-weight: bold; color: #535353; }
                    #occasion-searchform select { margin-bottom: 1em; border: 1px solid #d2d2d2; width: 100%; }
                    #occasion-searchform .submit { text-align: left; float: left; font-size: .95em; color: #535353; font-weight: bold; padding-left: 10px; padding-right: 0; background: transparent url(/images/groenrijden/arrow_black.gif) no-repeat left center; }
                        #occasion-searchform .submit:hover { color: #78a71d; }
                #occasion-searchform p { float: left; margin: 0; padding: 6px 0; }
                    #occasion-searchform p a.submit { white-space: nowrap; margin: 0; padding: 0 0 0 4px; border: 0; border-left: 2px solid #535353; line-height: 1em; background: none; }

        #containercolumn-right { position: absolute; right: 0; top: 125px; margin: 0; padding: 0; width: 244px; }

            #header-banner #occasion-searchform { margin: 0; padding: 10px; border: 0; }
                #header-banner #occasion-searchform h3 { color: white; }
                    #header-banner #occasion-searchform .submit { color: white; padding-left: 15px; border-color: #db602d; background-image: url(/images/groenrijden/arrow_right_small.gif); }
                    #header-banner #occasion-searchform p a.submit { padding-left: 6px; border-color: white; background: none; }
            #header-banner { width: 100%; height: 171px; background: #6b971b url(/images/groenrijden/bg_curve.gif) no-repeat left bottom; }

            #mgr-login { padding: 10px 10px; }
                #mgr-login h3 { font-size: 1.4em; font-weight: bold; color: black; margin: 0 0 .3em 0; padding: 0; }

            #co-login { padding: 20px 10px 10px 10px; }
                #co-login h3 { font-size: 1.4em; font-weight: bold; color: black; margin: 0 0 .3em 0; padding: 0; }

            .header-banner-link { width: 75px; height: 19px; background: transparent url(/images/groenrijden/header_banner_link_right.gif) no-repeat right top; }
                .header-banner-link a { display: block; color: white; font-weight: bold; margin: 0; padding: 0 0 2px 20px; border: 0; background: transparent url(/images/groenrijden/header_banner_link_left.gif) no-repeat left top; }
                    .header-banner-link a:hover { color: black; }

            #header-banner #occasion-searchform { margin: 0; padding: 10px; border: 0; }
                #header-banner #occasion-searchform h3 { color: white; }
                    #header-banner #occasion-searchform .submit { color: white; padding-left: 15px; border-color: #ec5a2b; background-image: url(/images/multilease/arrow_black_orange.gif); }
                    #header-banner #occasion-searchform p a.submit { padding-left: 6px; border-color: white; background: none; }

        #containercolumn-right .inline-sections { margin-bottom: 0; margin-right: 0; padding: 0; }
            #containercolumn-right dl.inline-sections { margin: 0; background:none; }
            #containercolumn-right .inline-sections dt { float: left; margin: 0 0 5px 0; padding: 2px 15px; width: 214px; background-color: #00656a; }
            #containercolumn-right .inline-sections dd { float: left; margin: 0 10px 5px 10px; width: 204px; }

            .extranav-block { margin: 11px 10px 25px 10px; }
                .extranav-block p { margin-bottom:0; }
                .extranav-block h3 { clear: both; background: transparent no-repeat left top; }
                    .extranav-block h3 span { visibility: hidden; }
                .extranav-block .imgbox { float: right; margin: .7em 0 .5em .5em; }
                .extranav-block a.block-link { display: block; color: black; font-weight: bold; padding-left: 15px; border-bottom: 0; background: transparent url(/images/groenrijden/arrow_right_small.gif) no-repeat left center; }
                    .extranav-block a.block-link:hover { text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }

            .pollform { clear: both; margin: 11px 10px 25px 10px; width: 224px; }
                .pollform h2 { background-color: transparent; background-repeat: no-repeat; background-position: left top; }
                    .pollform h2 span { visibility: hidden; }
                .pollform h3 { }
                .pollform form { }
                    .pollform form fieldset { margin: 0; padding: 0; border: 0; }
                        .pollform form p { margin: 0; padding: 0 0 5px 0; background-color: #cbdea6; }
                            .pollform form p.first-option { padding-top: 5px; }
                        .pollform form input { float: left; }
                        .pollform form label { display: block; padding-left: 2.5em; }
                        .pollform form .button { float: right; color: white; text-transform: uppercase; margin: -5px 5px 0 0; padding: 2px 0; border: 0; width: 94px !important; height: 20px; background: transparent url(/images/groenrijden/poll_button.gif) no-repeat left top; }

            .pollresults { clear: both; margin: 11px 10px 25px 10px; width: 224px; }
                .pollresults h2 { background-color: transparent; background-repeat: no-repeat; background-position: left top; }
                    .pollresults h2 span { visibility: hidden; }
                .pollform dl { background-color: #cbdea6; }

        #header { position: absolute; top: 0; left: 0; height: 95px; width: 100%; border-top: 10px solid #00646b; border-bottom: 20px solid #78a71d; background-color: white; background-image:url(/images/groenrijden/logo_cars.gif); background-position:right 36px; background-repeat:no-repeat; }
            #header h2 { margin: -9px 0 0 10px; padding: 0; width: 237px; height: 35px; }
                #header h2 a { display: block; border: 0; width: 100%; height: 100%; }
                    #header h2 a img { border: 0; }

        #headervisual, #headervisual-static { position: absolute; top: 125px; left: 0; border-bottom: 14px solid #85b521; width: 728px; height: 157px; background: transparent no-repeat left top; }
            #headervisual .visuals { position: relative; }
                #headervisual .visuals img { position: absolute; left: 0; top: 0; }

            #headervisual #visual-info { position: absolute; top: 155px; left: 0; width: auto; min-width: 283px; max-width: 380px; height: 80px; border-bottom: 10px solid #699702; background-color: #ffffff; }
                #headervisual #visual-info .title { font-size: 3.2em; height: 40px; margin: 10px 10px 0 10px; background-position: left top; background-repeat: no-repeat; }
                #headervisual #visual-info .subtitle { font-size: 1.8em; height: 20px; margin: 0 10px; background-position: left top; background-repeat: no-repeat; }
                    #headervisual #visual-info span { visibility: hidden; }
            #headervisual #headerlink { position: absolute; display: block; border: 0; width: 100%; height: 100%; z-index: 2; }

            #headervisual .numbers { position: relative; top: 245px; left: 10px; z-index: 3; }
                #headervisual .numbers ol { margin: 0; padding: 0; list-style-type: none; }
                    #headervisual .numbers ol li { float: left; display: block; width: 24px; height: 24px; margin: 6px 4px 0 0; background-repeat: no-repeat; background-position: center bottom; cursor: pointer; }
                        #headervisual .numbers ol li span { display: none; }
                #headervisual #numberslide { position: absolute; top: 0; left: 0; width: 24px; height: 8px; background-color: #699702; }

        #mainnav { position: absolute; top: 85px; left: 0; width: 100%; height: 20px; background-color: #d2e3af; z-index: 2; }
            #mainnav ul { float: left; list-style-type: none; margin: 0; padding: 0; }
                #mainnav li { float: left; background: transparent url(/images/groenrijden/bg_mainnav_divider.gif) no-repeat 0 5px; }
                    #mainnav li.first-item { background-image: none; }
                    #mainnav li a { display: block; padding: 0 10px; border: 0; height: 20px; background-color: transparent; background-position: 10px 2px; background-repeat: no-repeat; }
                        #mainnav li a span { font-size: 0; visibility: hidden; }
                    #mainnav li a:hover, #mainnav li a.selected { background-color: #78a71d; }

        #mainnav ul li .subnav { position: absolute; top: -999em; left: 0; width: 972px; background-color: #78a71d; }
            #mainnav ul li:hover .subnav, #mainnav ul li.sfHover .subnav { top: 20px; z-index: 5; }
            #mainnav ul li.selected .subnav { display: block !important; top: 20px !important; z-index: 4; visibility: visible !important; }
            #mainnav ul li .subnav li { position: relative; background-image: url(/images/groenrijden/bg_subnav_divider.gif); }
                #mainnav ul li .subnav li a { background-position: 10px 1px; }
                #mainnav ul li .subnav li:hover, #mainnav ul li .subnav li.selected, #mainnav ul li .subnav li.sfHover, #mainnav ul li .subnav li.sf-breadcrumb { background-color: #d2e3af; background-image: none; }
                    #mainnav ul li .subnav li a:hover, #mainnav ul li .subnav li.selected a, #mainnav ul li .subnav li.sfHover a, #mainnav ul li .subnav li.sf-breadcrumb a { background-color: #d2e3af; }

        #mainnav ul li.righthand-side .subnav { left: auto; right: 0; width: auto; }
        #mainnav ul li.small-subnav .subnav { left: auto; right: auto; width: auto; }

            #mainnav ul li .subnav li.first-item { background-image: none; }

        #mainnav ul li .subnav li .sub-subnav { float: left; position: absolute; top: -999em; left: 0; padding-top: 3px; border-top: 1px solid #d2e3af; width: 150px; background-color: #d2e3af; }
            #mainnav ul li .subnav li:hover .sub-subnav { top: 20px;  }
                #mainnav ul li .subnav li ul li { float: none; margin: 0; border-bottom: 1px solid #d2e3af; height: auto; background: none; }
                    #mainnav ul li .subnav li ul li a { padding-bottom: 5px; width: 130px; }

        #breadcrumbs { position: absolute; top: 292px; left: 209px; right: 250px; height: 30px; }
            #breadcrumbs ul { list-style-type: none; margin: 5px 0 0 0; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; font-size: .9em; color: #000000; background: url(/images/i_crumb.gif) left center no-repeat transparent; }
                #breadcrumbs li:first-child, #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; color: #000000; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: 20px; right: 10px; margin: 0; }
            #globalnav ul { float: right; list-style-type: none; margin: 0; padding: 0; }
                #globalnav ul li { float: left; margin: 0; padding: .3em 0; background: transparent url(/images/groenrijden/bg_globalnav_divider.gif) no-repeat 0 7px; }
                    #globalnav li.first-item { background-image: none; }
                    #globalnav ul li a { display: block; padding: 0 10px; border: 0; background-repeat: no-repeat; background-position: center center; }
                        #globalnav ul li a span { visibility: hidden; }
        #mainnav h2, #breadcrumbs h2, #globalnav h2 { display: none; }

    #quicksearch { float: right; margin-top: 2px; padding: 0 0 0 10px; border-left: 2px solid #78a71d; }
        #quicksearch h3 { float: left; margin: 4px 10px 0 0; padding: 0; background: transparent no-repeat left top; }
            #quicksearch h3 label { visibility: hidden; }
        #quicksearch input { float: left; height: 11px; }
        #quicksearch input.submit { font-size: 0; color: white; width: 17px; height: 17px; margin: 0 0 0 -1px; border: 0; background: transparent url(/images/groenrijden/button_search.gif) no-repeat left top; }
            #quicksearch input.submit:hover { cursor: pointer; }

    #footer { position:relative; margin: 0 auto 20px auto; width: 972px; background: white url(/images/groenrijden/bg_container.gif) repeat-y left top; }
        #footer h3 { float:left; margin: 0 0 5px 10px; padding: 0; width: 119px; height: 17px; }
            #footer h3 a { position:relative; display: block; border: 0; width: 100%; height: 100%; }
                #footer h3 a img { border: 0; margin-top:-25px; position:absolute; }
       #footer h3#footer-multilease { width:auto !important; z-index:999; position:absolute;  right: 370px; top:0; }
       		#footer h3#footer-multilease span {display: block; float: left; margin-top: -5px; margin-right:10px;}
       		#footer h3 a { display:inline;}	
       			#footer h3#footer-multilease a img {margin-top:-10px; }
       	
        .footer-bottom { clear:both; padding-top: 6px; width: 100%; height: 21px; background-color: #85b720; }
            .footer-bottom div { float: left; padding: 0; }
            .footer-bottom div.headertitle, .footer-bottom div.headertitle-location {float:none; clear:both; margin-left:10px;}  
            	.footer-bottom div.headertitle span, .footer-bottom div.headertitle-location span  { visibility:hidden;}
            .footer-bottom div.footer-left, .footer-bottom div.footer-right { border-left:1px solid #a3d63c;} 
                .footer-bottom div p { font-size: 0; margin: 0 10px; padding: 0; background: transparent no-repeat left top; }
                    .footer-bottom div p span { visibility: hidden; }
                .footer-bottom div a { display: block; margin: 0 10px; padding: 0; background: transparent no-repeat left top; }
                    .footer-bottom div a span { visibility: hidden; }
            .footer-bottom #address-location-prefix, .footer-bottom #address-location-street, .footer-bottom .address-location-prefix, .footer-bottom #address-prefix, .footer-bottom #address-street, .footer-bottom #address-pobox, .footer-bottom #address-postalcode { background: transparent url(/images/groenrijden/footer_divider_white.gif) no-repeat 100% 3px; }
        #footer ul { border-left:1px solid #A3D63C; height: 30px; float: right; list-style-type: none; margin: 0; padding: 0; }
            #footer ul li { float: left; margin: 0; padding: 0; background: transparent url(/images/groenrijden/footer_divider_blue.gif) no-repeat 0 3px; }
                #footer li.first-item { background-image: none; }
                #footer ul li a { font-size: 0; display: block; padding: 0 10px; border: 0; background-repeat: no-repeat; background-position: center center; }
                    #footer ul li a span { visibility: hidden; }

    #props { position: absolute; bottom: 1em; left: 1em; }
    html>body #props { position: fixed; }
        #props a, #props a:visited { color: #afafaf; border: 0; }

.home #headervisual, .home #headervisual-static { top: 115px; height: 280px; }
.home #content { padding: 419px 0 15px 0; margin-left: 0; min-height:0 !important;}
.home #containercolumn-left { top: 439px; }
.home #header-banner { height: 294px; }
.home #mml-login { background-color: #f5723c; }
.home .contenttext { overflow:hidden; padding: 10px 0 0 15px; }
.home .contenttext #bodytext { width:335px; float:left;}
.home #bannercolumn { position: absolute; top: 570px; left: 476px; width: 250px; }
    #bannercolumn a { display: block; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #d2d2d2; }
        #bannercolumn a img { display: block; }

.calculation #content { margin-left: 10px; }
.calculation #content h1 { margin-bottom: 1em; }
.calculation #breadcrumbs { left: 25px; }

.deep-menu #content { min-height: 1000px; }

/**
 * Page content
 */

.contenttext { margin-bottom: 1em; }
    .contenttext p { margin: 0 0 1em 0; }
    .contenttext ul { margin-top: 0; }

#pagebody { }

/* .feed: RSS-feed button placement */
.feed { border: 0 !important; margin-left: 1em; width: 18px !important; height: 18px !important; background: none !important; }
    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 { text-indent: -9000px; background: transparent no-repeat left top; }
    #content h1 span { float: left; }

/* inline sections on the homepage */
.inline-sections { clear: both; margin-bottom: 30px; margin-right: 265px; padding: 15px; background-color: #eaeaea; }
    .inline-sections dt { display: block; padding-bottom: 1.5em; font-size: 1.2em; font-weight: bold; }
        .inline-sections dt a { float: left; border: 0; background: transparent no-repeat left top; }
            .inline-sections dt a span { visibility: hidden; }
    .inline-sections dd { clear: both; margin: 0; padding: 0 0 0 20px; background: transparent url(/images/groenrijden/arrow_right_small_blue.gif) no-repeat 0 .3em; }
        .inline-sections dd:hover { background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }
        .inline-sections dd h2 { margin: 0; padding: 0; font-size: 1em; }
            .inline-sections dd h2 a { color: black; font-weight: normal; border: 0; }
                .inline-sections dd h2 a:hover { text-decoration: underline; }

/* block: (news)blocks on the homepage */

#block-content { float:right; width:350px; }
	#block-content .block { margin-top:0 !important; }
	
#blocks {  clear:both;}
.block { margin-top:20px; }
    .block .block-header { padding: 0px 15px; }
    .block h2 { margin: 0 0 .5em 0; padding: 0; color: black; background: transparent no-repeat left top; }
        .block h2 span { visibility: hidden; }
    .block .block-content { padding: 5px 0 5px 15px; }
    .block p { margin: 0; }
    .block .imgbox { float: left; margin: .5em 1em 1em 0; }
    .block a.block-link { clear: both; display: block; color: black; font-weight: bold; padding-left: 20px; border-bottom: 0; border-top: 1px dotted #d2d2d2; background: transparent url(/images/groenrijden/arrow_right_medium_blue.png) no-repeat left center; }
        .block a.block-link:hover { text-decoration: underline; }

#banner-blocks { float: left; clear: both; margin-bottom: 15px; width: 100%; min-height: 140px; }
    #banner-blocks .block { float: left; margin-top: 0; width: 241px; border-right: 2px solid white; }
    #banner-blocks .block-text { padding: 10px; height: 100px; overflow: hidden; }
        #banner-blocks .block-text a { border: 0; }
            #banner-blocks .block-text a:hover { text-decoration: underline; }
    #banner-blocks .block a.block-link { padding-left: 30px; border-top: 1px solid white; background-position: 10px center; }
        #banner-blocks .block a.block-link:hover { text-decoration: underline; }

.block-1 { background-color: #e7f4c9; }
.block-2 { background-color: #cbdea6; }
.block-3 { background-color: #a9c964; border-right: 0 !important; width:242px !important;}
.block-5, .block-6 { width: 350px; float:left; }
.block-6 {float:right;}

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: .5em 0.2em; list-style-type: none; border-top:1px solid #d6e0ac; border-bottom:1px solid #d6e0ac; }
    .menu_default li { margin-bottom: .5em; }
        .menu_default li a { font-weight: bold; padding-left: 20px; border: 0; background: url(/images/groenrijden/arrow_right_small.gif) left center no-repeat; color:black; }
            .menu_default li a:hover { text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; width: 100%; list-style-type: none; }
    .menu_rich li { clear: both; float: left; margin: 1em 0 0 0; width: 100%; }
        .menu_rich li a { float: left; border: 0; }
        .menu_rich li h3 { color: black; font-size: 1.2em; font-weight: bold; margin: 0; padding-left: 130px; border: 0; }
            .menu_rich li h3 a { float: none; color: black; }
                .menu_rich li h3 a:hover { color: #78a71d; }
        .menu_rich li p { margin: 0; padding: 0 0 0 130px; }

/* for modeloverzicht */
.modellist { float: left; clear: both; margin: 0; padding: 1em 0 .5em 0; border-top: 1px dotted #d2d2d2; width: 100%; list-style-type: none; }
    .modellist li { float: left; margin: 0 0 1em 0; width: 168px; min-height: 165px; }
    .modellist li.first-rowitem { clear: both; }
        .modellist li a { border: 0; }
            .modellist li img { margin: 0; }
            .modellist li span { display: block; font-weight: bold; color: black; padding-left: 20px; border: 1px dotted #d2d2d2; border-width: 1px 0; width: 145px; background: transparent url(/images/groenrijden/arrow_right_small.gif) no-repeat 0 .4em; }
            .modellist li a:hover span { cursor: pointer; text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }


/* Default and rich lists */
ul.default, ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { margin-bottom: .5em; }
        ul.default li h2 { margin-bottom: 0; }
        ul.default li a { font-weight: bold; color: black; display: block; padding-left: 15px; border: 0; background: url(/images/groenrijden/arrow_right_small.gif) 0 4px no-repeat; }
            ul.default li a:hover { text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }
        ul.default li p { margin: 0 0 1em 15px; }
    ul.rich .richcontent { float:right; width:375px; }
    ul.rich .richcontent p { margin:0}
    ul.rich li { float: left; clear: both; margin-bottom: 1em; padding:0; width: 100%; }
        ul.rich li h2 { padding:0; margin:0; font-size: 1.2em; }
            ul.rich li h2 a { text-decoration: none; border: 0; color:#000; }
                ul.rich li h2 a:hover { color: #78a71d; }
            ul.rich li p.more {  border-top:1px dotted #d2d2d2; margin:0; padding:0; }
                ul.rich li p.more a { color:#000; font-weight:bold; background:url(/images/groenrijden/arrow_right_small.gif) 0 2px no-repeat; padding-left:20px; }
                    ul.rich li p.more a:hover { border:0; text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }
        ul.rich li img { margin: 0 .3em .5em 0; }


/* visual list */
ul.visual { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.visual li { float:left; position:relative; margin: 0.5em 1em 3em 0;  }
        ul.visual li p a { background: url(/images/groenrijden/download.gif) 2px top no-repeat;border:0; color:black; padding-left:35px; height:20px; display:block; font-weight:bold; }
            ul.visual li a:hover {  }
        ul.visual li div { background-color:white; border:0; margin:0; padding:0; }
        ul.visual li p { position:absolute; top:95px; left:0; background-color:#e7e5e6; height:20px; display:block; width:100%; }
    ul.visual li { float:left; position:relative; margin: 0.5em 1em 3em 0;  }
        ul.visual li p a { background: url(/images/groenrijden/download.gif) 2px top no-repeat;border:0; color:black; padding-left:35px; height:20px; display:block; font-weight:bold; }
            ul.visual li a:hover {  }
        ul.visual li div { background-color:white; border:0; margin:0; padding:0; }
        ul.visual li p { position:absolute; top:95px; left:0; background-color:#e7e5e6; height:20px; display:block; width:100%; }

/* Calculation section (passantenmodule) */

.carlinks { float:left; margin:0; padding:0; width:60%; }
    .carlinks ul { list-style: none; margin:0 1em; padding:0; border-top: 1px dotted #d2d2d2;   }
        .carlinks ul li{  border-bottom: 1px dotted #d2d2d2;   }
            .carlinks ul li a { color: black; font-weight: bold; padding-left: 15px; background: transparent url(/images/groenrijden/arrow_right_small.gif) no-repeat 0 .4em;  }
                .carlinks ul li a:hover { text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }


/* model */
.model, .photo { float: left; width: 192px; height: 180px; margin: 0 15px 0 0; }
    .model img, .photo img { display: block; }
    .model a { font-weight: bold; display: block; }

.versionphoto, .modelphoto { float: left; margin: 0 2em 2em 0; padding: 0; }

#occasionphoto { float: left; width: 225px; background-color: #f2f2f2; }
    #occasionvisual { display: block; }
#occasion-image-numbers { position: relative; top: -22px; display: inline; float: left; clear: both; margin-bottom: -22px; padding: 0 15px 0 4px; height: 22px; background: transparent url(/images/groenrijden/bg_numbers.png) no-repeat right top; }
    .occasionvisualnum { cursor: pointer; color: white; font-weight: bold; float: left; display: block; margin: 3px 2px 0 0; padding: 0 5px 4px 5px; background: transparent url(/images/groenrijden/bg_searchresult_count.gif) no-repeat left top; }

#carinfo { float: left; margin-left: 29px; width: 435px; }
#versionlist { float: left; width: 435px; margin: 0; border-top: 1px dotted #d2d2d2; }
    #versionlist dt{ font-size: 1.1em; font-weight: bold; margin: 0; padding: 0 0 3px 15px; border-bottom: 1px dotted #d2d2d2; cursor: pointer; background: transparent url(/images/groenrijden/arrow_right_small.gif) no-repeat 0 .3em; }
    #versionlist dd.carversion { margin-left: 0; padding-left: 15px; border-bottom: 1px dotted #d2d2d2; background: url(/images/groenrijden/arrow_black_small.gif) 0 .4em no-repeat; }
        #versionlist dd a{ display: block; font-weight: normal; border: 0; color: black; }
            #versionlist dd a:hover { color: #78a71d; }
    #versionlist dd.energylabel { float: left; margin: 2px 0 0 5px; padding: 0px 0; width: 50px; height: 12px; background-color: transparent; background-repeat: no-repeat; background-position: left center; }
    html>body #versionlist dd.energylabel { margin-left: 15px; height: 14px; line-height: 10px; }
        #versionlist dd.energylabel span { visibility: hidden; }

    .price { display: block; margin: .3em 0 1em 0; font-size: 1.3em; font-weight: bold; color: #78a71d; }

#cardetails-tablist { float: left; margin: 0 0 1em 0; padding: 0; border-bottom: 4px solid #78a71d; width: 100%; list-style-type: none; background-color: #f2f2f2; }
    #cardetails-tablist li { float: left; padding: 2px 10px; }
        #cardetails-tablist li h3 { font-size: 1em; font-weight: normal; color: black; margin: 0; padding: 0; }
        #cardetails-tablist li:hover { color: white; cursor: pointer; background-color: #78a71d; }
            #cardetails-tablist li:hover h3 { color: white; }

    #cardetails-tablist li.selected { background-color: #78a71d; }
        #cardetails-tablist li.selected h3 { color: white; }

#cardetails { clear: both; padding: 5px 0; border-top: 1px dotted #d3d3d3; }
    #cardetails h3 { }
    #cardetails ul { margin: 0; padding: 0; list-style-type: none; }
        #cardetails ul li { color: black; padding-left: 15px; background: transparent url(/images/groenrijden/bullet_grey.gif) no-repeat 0 .5em; }

    #cardetails ul.double-list li { float: left; width: 45%; }

#prices, #default-equipment, #optional, #conditions { margin: 0 1em 1em 0; }

.leaseprice-from { font-weight: bold; color: #545454; }
.leaseprice-disclaimer { clear: both; margin: .5em 0; }
    #occasionphoto .leaseprice-disclaimer { margin: 1em .5em; }

/* energylabels */

.leaseprice-top { width: 298px;  }
    .leaseprice-bottom { }
    .leaseprice-bottom strong { color: #00636b; }

.energylabel-header { clear: both; margin:0; padding: 0; color: #000; }
.energylabel-box { margin: .2em 0 1em 0; border: 1px dotted #d2d2d2; border-width: 1px 0; width: 100%; }
    .energylabel-box .energylabel { margin: 1px 0; padding-left: 1px; border-left: 15px solid #00636b; height: 14px; line-height: 10px; background-color: transparent; background-repeat: no-repeat; background-position: 1px 50%; }
        .energylabel-box .energylabel span { visibility: hidden; }

.energylabel-a { background-image: url(/images/energylabel_a.gif); }
.energylabel-b { background-image: url(/images/energylabel_b.gif); }
.energylabel-c { background-image: url(/images/energylabel_c.gif); }

/* calculation carinfo */
.calculationtable { float:left; margin:0px 20px; padding:0; }
    .calculationtable dt { color: black; margin:0; padding:0; font-weight:bold; background:url(/images/groenrijden/arrow_right_small.gif) left 4px no-repeat; padding-left:15px; border-top:1px dotted #d2d2d2; border-bottom:1px dotted #d2d2d2;}
        .calculationtabel dt:hover { text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }
        .calculationtable dt span {background:url(/images/groenrijden/triangle_down.gif) right 2px no-repeat; padding-right:15px; }
    .calculationtable dd { margin:5px 15px; padding:0; padding-left: 15px; background: url(/images/groenrijden/arrow_black.gif) 0 5px no-repeat; border-bottom:1px dotted #d2d2d2;}
        .calculationtable dd a { color:black;}


.occasionlinks { clear: both; margin: 0; padding: 0; width: 225px; background-color: #f2f2f2; }
    .occasionlinks ul { margin: 0 2px; padding: 0; border-top: 1px dotted #d2d2d2; list-style-type: none; }
        .occasionlinks ul li { padding: 2px 20px; border-bottom: 1px dotted #d2d2d2; background: transparent url(/images/groenrijden/arrow_right_small.gif) no-repeat 0 5px; }
            .occasionlinks ul li:hover { background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }
            .occasionlinks ul li a { color: black; font-weight: bold; border-color: #f2f2f2; }

.calculationofferte { margin: 1em 0; }
    .calculationofferte a { display: block; margin: 0 auto; border: 0; width: 171px; height: 47px; background: transparent url(/images/groenrijden/banner_offerte.gif) no-repeat left top; }
        .calculationofferte a span { visibility: hidden; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { font-weight: bold; }
    dl.group dd { margin-left: .3em; }

.group_rich { clear: both; }
    .group_rich dt { clear: both; margin-top: 1em; padding: .3em; background-color: #e8e8e8;  }
        .group_rich dt a { border: 0; margin-bottom: .2em; }
    .group_rich h2 { margin-bottom: .2em; }
    .group_rich dd { min-height: 150px; margin: 0 0 0 1em; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; }
        .group_rich img { vertical-align: top; border: 1px solid #afafaf; margin: .2em 0 1em 1em; padding: 5px; }

.column { float: left;  }
.column ul { margin: 0; padding: 0 10px 0 0; list-style-type: none; }
    .column ul li{ background:url(/images/groenrijden/arrow_right_small.gif) left 4px no-repeat; padding-left:15px;   }
        .column ul li:hover { background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }
        .column ul li a { color: black; font-weight: bold; display: block; border-bottom: 1px dotted #d2d2d2; }
            .column ul li a:hover { text-decoration: underline; }

/* 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 and linkboxes */
.imgbox_wrapper { clear: both; margin: 1em 0; width: 100%; }
    .imgbox_wrapper .imgbox { float:left; margin: 0 .3em 0 0; padding: 0; border: 0; }

.imgbox { width: 190px; margin: 0; padding: 0; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #535353; background-color: #e8e8e8; }

.linkbox { }
    #linkbox-header { margin: 0; padding: 5px 10px 2px 10px; background-color: #00656a; }
        #linkbox-header span { display: block; background: transparent no-repeat left top; text-indent: -9000px; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; margin: 1em 0; padding: 0; list-style-type: none; }
    .linkbox_default li { padding: 3px 0 3px 30px; background: transparent url(/images/groenrijden/arrow_right_small_blue.gif) no-repeat 10px .6em; }
        .linkbox_default li:hover { text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }
        .linkbox_default li a { color: black; border: 0; }
            .linkbox_default li a:hover { color: #78a71d; border: 0; text-decoration: underline; }

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

/* form for zoeklijst occasions */
#lo_filterlistform {}
    #lo_filterlistform dl dt { float:left; }


/* occasion filterlist */
.occasionsform { margin: 0; padding: 0; width: 100%; }
    .occasionsform div, .occasionsform .range { float: left; width: 30%; margin: 1em 5px; }
    .occasionsform div.hide { display: none; }
    .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: #000; }
    .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; width: 25% !important; float: right; }
    .occasionsform dd.line { padding:0; margin:0; clear:both; border-top:1px dotted #d2d2d2;  }

/* calculation filterlist */
.calculationform { float: left; clear: both; margin: 0 0 1em 0; padding: 5px; width: 685px; height: auto; background: transparent url(/images/groenrijden/bg_calculationform.gif) repeat-x left top; }
    .calculationform div, .calculationform .range { float: left; width: 30%; margin: 1em 5px; }
    .calculationform div.hide { display: none; }
    .calculationform .header, .calculationform .group label, .calculationform .submit { clear: both; }
    .calculationform label, .calculationform input, .calculationform select { display: block; width: 95%; }
    .calculationform input { padding: .3em 0; }
    .calculationform label, .calculationform .header { font-weight: bold; color: #000; }
    .calculationform .header { margin: 1em 5px 0 5px; padding-top: 1em; }
        .calculationform .range .header { margin: 0; padding: 0; }
    .calculationform input.radio, .calculationform input.checkbox { clear: both; display: inline; width: auto; }
    .calculationform .group, .calculationform .range { margin: .5em 5px; }
        .calculationform .group label, .calculationform .range label { display: inline; width: auto; font-weight: normal; color: black; }
        .calculationform .group div { display: block; width: 100%; margin: 0;}
        .calculationform .range div { float: left; width: 45%; margin: 0;}
    .calculationform input.submit { width: 15% !important; height: 25px !important; }
    .calculationform dd.line { clear: both; margin: 0; padding: 2px 0; border-top:1px dotted #d2d2d2; border-bottom:1px dotted #d2d2d2; }




/* basicform styles form elements, marked up in a definition list */
.basicform { float: left; width:100%; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 100%; color: #000; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { clear: both; width: 40%; float: left; color:black; font-weight:bold; }
        .basicform dl dt label {  }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; color: #000; }
    .errors { font-style: italic; color: red; }
    .header { margin: 1em 0; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #535353; }
        .header.formpage+dd { display: none; }
.basicform dl dd .submit { float:right; }
.basicform dl dd.submitholder { border-top:1px dotted #d2d2d2;}
.basicform dl dt.submitholder { border-top:1px dotted #d2d2d2;}
.basicform dl dt.requiredholder { color: #000; margin-top:-39px; border-top:1px dotted #d2d2d2; border-bottom:1px dotted #d2d2d2; padding-top:4px; padding-bottom:4px; }
.basicform dl dd div { }


 .basicform dl dd.range { float:left; width:30%;}
        .basicform dl dd.range label { font-weight:bold; display:inline; float:left; margin:0 0.7em; width:auto; }
        .basicform dl dd.range input {  display:inline; float:left; width:70%;}

    .basicform dl dd.calendar-container input { width: 60%; }
    dd.calendar { position: relative; }
        div.calendar { float: none; 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: 49%; }
            .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: #535353; font-weight: bold; width: 100%; }

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

.occasions thead {  }
    .occasions thead tr th.first-item a { color:#f37441; background:url(/images/groenrijden/triangle_down.gif) right 2px no-repeat; padding-right:10px;}
    .occasions tbody tr td { border:1px dotted #d2d2d2;  }

.occasiondetails div img{  }
.occasiondetails dl { height:100%; margin:0; padding:0; }
.occasiondetails dl dt {  clear:both; border-bottom:1px dotted #d2d2d2; width: 40%; float:left; }
.occasiondetails dl dd { border-bottom:1px dotted #d2d2d2; width: 40%; float:left; margin:0; padding:0; }
.occasiondetails h2 { clear:both;}
    .occasiondetails h2#optionsheader { display:inline; background:url(/images/groenrijden/triangle_down.gif) right top no-repeat; padding-right:10px; }

#occasionvisuals { width:225px; }
    .occasionvisuals div { height:184px; }
    .occasionvisuals div p { position: absolute; margin:-25px 0px; padding:0; background-color:#f0eeef; display:block;  }
        .occasionvisuals div p span { margin-left:5px; padding:0 0 0 0.3em; color:white; background:url(/images/groenrijden/bg_searchresult_count.gif) left 2px no-repeat; display:block; width:13px; height:16px;}

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; border-top:1px dotted #d2d2d2; border-bottom:1px dotted #d2d2d2; }
    #resultsinfo h2 { font-size: 1.2em; clear: both; }
    #resultsinfo p { margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em 1em .1em 0; color:black;}

#searchform { margin: 1em 0;  }
    #searchform label { float: left; }
    #searchform div { float: left; margin: 0 0 1em 1em; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { margin: 0; }
    #searchform div p { margin: 0 0 .5em 0; }
        #searchform div p input { float: left; padding: 0; height: 15px; }
        #searchform div p input.submit { font-size: 0; color: white; width: 17px!important; height: 17px; margin: 0 0 0 -1px; border: 0; background: transparent url(/images/groenrijden/button_search.gif) no-repeat left top; }
        #searchform div p input.submit:hover { cursor: pointer; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
#searchresults dt .search_number { float:left; background:url(/images/groenrijden/bg_searchresult_count.gif) 0 4px no-repeat; width:13px; height:14px; color:white; padding:1px 0 5px 3px; }
    #searchresults dt { margin: 2em 0 .6em 0;  }
        #searchresults dt a { color:black; font-weight:bold; }
    #searchresults dd { margin: .3em 0 0 1.4em; }
        #searchresults dd small a { color:#458890; text-decoration:underline; }


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

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 0; list-style-type: none; }
    ul.sitemap ul { margin: .3em 1em 1em 2em; padding: 0; list-style-type: none; }
    ul.sitemap li { padding-left: 15px; background: url(/images/groenrijden/arrow_right_small.gif) 0 4px no-repeat; }
        ul.sitemap li:hover { background-image: url(/images/groenrijden/arrow_right_small_mo.gif);  }
        ul.sitemap li a { font-weight:bold; color:#000; border: 0;}
            ul.sitemap li a:hover { border:0; }
                ul.sitemap li ul li ul li {  padding-left: 15px; background: url(/images/groenrijden/arrow_black_small.gif) 0 5px no-repeat !important; }
                    ul.sitemap li ul li ul li a { font-weight:normal; text-decoration:none; border: 0; }
                        ul.sitemap li ul li ul li a:hover { text-decoration:underline; }
/* chapters in documents */
#chaptertitle { font-size:1.5em; font-weight:bold; margin-bottom:2px; color:#006266; }
#chapters { }
    #chapters ul.chapters { margin: 0; padding: .3em 0; list-style-type: none;  border-top:1px solid #d6e0ac; }
        #chapters li.chapter { padding: 0; margin:0.5em 0; }
            #chapters li.chapter a { font-weight: bold; color:black; padding-left: 20px; border: 0; background: url(/images/groenrijden/arrow_right_small.gif) left center no-repeat; }
                #chapters li a:hover { text-decoration: underline; background-image: url(/images/groenrijden/arrow_right_small_mo.gif); }

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

/* navbox, for displaying next/previous/index links */
.navbox {  margin-top: 2em; padding: .3em .2em; text-align: center; border-top:1px dotted #d2d2d2; border-bottom:1px dotted #d2d2d2; }
    .navbox a { border: 0; color:#77777;}
    .navbox span {  height:20px; color:black; }
        .navbox span a { padding:0; margin:0; color:black; }

    /* previous, next, index and page links in navbox */
    .prev { font-size:1em; float: left; }
        .prev a { font-weight: bold; padding-right: 15px !important; background: transparent url(/images/groenrijden/arrow_left_small.gif) no-repeat 100% 2px; }
            .prev a:hover { color: #78a71d; }
    .next { font-size:1em; float: right; }
        .next a { font-weight: bold; padding-left: 15px !important; background: transparent url(/images/groenrijden/arrow_right_small.gif) no-repeat 0 2px; }
            .next a:hover { color: #78a71d; }
    .index { font-size:1em; font-weight:bold; }
        .index a:hover { color: #78a71d; }
    .page { color: black; margin: 0 .2em; }
        .page a { color: black; padding: 2px 6px; }
            .page a:hover { color: #78a71d; }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: .5em 0; background:url(/images/groenrijden/arrow_right_small_blue.gif) left 5px no-repeat; padding-left:20px; }


#pagenav { margin: 0; padding: 0; height: 50px; list-style-type: none; }
    #pagenav li { float: left; margin: 0 1em 0 0; padding: 0; }
        #pagenav li a { font-weight: bold; padding: 0; border: 0; }
            #pagenav li a:hover { text-decoration: underline; }


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

/* button: transforms a normal button to a styled button */
.button { width: auto !important; border: 1px solid white; cursor: pointer; padding: 3px 0 2px 1.5em; font: bold 1.2em Arial, Helvetica, sans-serif; color: #000; background:url(/images/groenrijden/arrow_right_medium.gif) 0 5px no-repeat #fff; }
    .button:active { border-style: inset; }
    .button:hover { color: #78a71d; }
    .submit { }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #535353; 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; }

/* calculation plus */
#defaultleaseprice { float:left; padding: 0 20px 0 0; }
#calculatedprice { float:left; display: none; }
.ajax_loader { position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; background: url(/images/ajax-loader.gif) left top no-repeat; }

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

/* positioning and visibility */
.clear-both     { clear: both; }
.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             { clear: both; }
.back           { padding-left: 15px !important; background: transparent url(/images/groenrijden/arrow_left_small_blue.gif) no-repeat 0 2px; }}
.back:hover     { }
.red            { color: #82b71f; }
.req            { }
.err            { color: red; font-weight: bold; }
input.err       { font-weight: normal; background-color: #ffbfbf; }
.notice         { background-color: #ffa; color: #78a71d; border: 1px solid #ffdfca; padding: .3em; }
.white          { color: white; }
.chosen         { color: #78a71d; font-weight: bold; }

/* 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 types
.doc            { padding: 2px 0 2px 20px !important; background: url(/images/ico_doc.gif) center left no-repeat !important; }
.pdf            { padding: 2px 0 2px 20px !important; background: url(/images/ico_pdf.gif) center left no-repeat !important; }
*/

