/* ----------------------------------------------------------------
    Header
---------------------------------------------------------------- */

/* === Base header ============================================= */
#header .top {
    height: 49px;
    margin: 4px 0 0;
}
    .top img.logo {
        float: left;
        margin: 0px 0 0 0;
    }
    #payoff {
        float: left;
        height: 55px;
        width: 89px;
        display: block;
    }
    .top .right {
        float: right;
    }
    /* === Top navigation ====================================== */
    .top ul.nav-top {
        float: right;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 45px;
    }
        .top ul.nav-top li {
            display: block;
            float: left;
            margin: 0;
            padding: 0 7px;
            border-right: 1px solid #ccc;
        }
            .top ul.nav-top li.last {
                border: 0;
            }
    .top .login {
        clear: both;
        float: right;
        margin: 0;
    }

    /* === Search box ========================================== */
    #header .search_box {
        clear: both;
        margin: 15px 0 10px;
        background: url(http://img.tweedehands.nl/static/newstyle/search_box_bg.png) repeat-x left center;
        min-width: 900px;
    }
    .search_box .corner_left, .search_box .corner_right {
        display: block;
        height: 52px;
        width: 10px;
    }
       .search_box .corner_left {
           background: url(http://img.tweedehands.nl/static/newstyle/search_corner_left.png) no-repeat right center;
           float: left;
       }
       .search_box .corner_right {
           background: url(http://img.tweedehands.nl/static/newstyle/search_corner_right.png) no-repeat right center;
           float: right;
       }
       .search_box .wrapper {
           height: 52px;
           padding: 0;
           margin: 0;
       }
       .search_box .search_bar {
           float: left;
           width: 500px;
       }
           .search_bar input.text {
               width: 400px;
               margin: 10px 0 0 0;
           }
           .search_bar input.submit {
               margin: 10px 0 0 0;
           }
           .search_bar a.extended_search {
               display: block;
               clear: both;
               font-size: 0.8em;
               margin: 0;
               padding: 0;
           }

           /* === The big buttons ============================== */
           .search_box .buttons {
               float: right;
           }
               .buttons .big_button {
                   float: left;
                   margin: 10px 0 0 5px;
                   padding: 0;
                   height: 33px;
                   text-align: center;
                   background: url(http://img.tweedehands.nl/static/newstyle/big_button_bg.png) repeat-x left center;
               }
                   .big_button.create_ad_nl_nl { width: 210px; }
                   .big_button.dashboard_nl_nl { width: 170px; }

                   .big_button .corner_left, .big_button .corner_right {
                       display: block;
                       height: 33px;
                       width: 8px;
                   }
                   .big_button .corner_left {
                       background: url(http://img.tweedehands.nl/static/newstyle/big_button_corner_left.png) no-repeat left center;
                       float: left;
                   }
                   .big_button .corner_right {
                       background: url(http://img.tweedehands.nl/static/newstyle/big_button_corner_right.png) no-repeat right center;
                       float: right;
                   }
                   .big_button span {
                       display: block;
                       padding: 6px 0 0 0;
                       margin: 0 auto;
                   }
                       .big_button a, .big_button a:hover, .big_button a:visited, .big_button a:active {
                           color: #fff;
                           font-size: 1.1em;
                           font-weight: bold;
                           text-decoration: none;
                       }


/* ----------------------------------------------------------------
    Blocks
---------------------------------------------------------------- */

/* === Base block ============================================== */
.c {
    width: auto;
    margin: 0;
}

.c .blockh {
    padding: 0;
    margin: 0;
    color: #fff;
    background: #fff url(http://img.tweedehands.nl/static/newstyle/header_bg.png) repeat-x 0px 0px;
    height: 27px;
}
    .c .blockh div.corner_left, .c .blockh .corner_right {
        height: 27px;
        width: 9px;
        margin: 0; padding: 0;
    }
        .c .blockh div.corner_left {
            background: url(http://img.tweedehands.nl/static/newstyle/header_corner_left.png) no-repeat left top;
            float: left;
            margin: 0; padding: 0;
        }
        .c .blockh div.corner_right {
            background: url(http://img.tweedehands.nl/static/newstyle/header_corner_right.png) no-repeat right top;
            float: right;
        }
    .c .blockh h2 {
        display: block;
        float: left;
        text-align: left;
        height: 23px;
        padding: 4px 0 0 0;
        margin: 0;
        font-size: 1.05em;
    }
        .blockh span.close_link {
            display: block;
            float: right;
            padding: 3px 0 0 0;
            border: 0;
        }
            .blockh span.close_link a {
                text-decoration: none;
            }

    .c .body {
        margin: 0 0 10px;
        padding: 8px;
        background: #fff4bf;
    }

    .c p, .c .body div {
        margin: 0 0 8px;
    }

/* === Category list =========================================== */
table.choose_category {
    width: 100%;
    background: #fff;
}
    table.choose_category tr {

    }
    table.choose_category td.col {
        width: 33.33%;
        border-right: 5px solid #fff;
        height: 100%;
        padding: 0;
        background: #fff4bf;
    }
    table.choose_category td.col.top {
        border: 0;
        padding: 3px 5px 3px;
    }
    table.choose_category td.col.last {
        border: 0;
    }
ul.choose_category {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
}
    ul.choose_category li {
        padding: 3px 0 0;
    }
        div.lvl_head {
            padding: 0 5px 3px 5px;
        }
        ul.choose_category li span.count {
            display: block;
            float: right;
            text-decoration: none;
            color: #000;
        }
        ul.choose_category li a {
            text-decoration: none;
        }
            ul.choose_category li.lvl1 a:hover {
                display: block;
                text-decoration: underline;
                background: #fff;
            }
    ul.choose_category li.lvl1 {
        background: #ffee99;
    }
        ul.choose_category li.lvl1 a {
            font-weight: bold;
        }
    ul.choose_category ul {
        list-style-type: none;
        margin: 0;
        background: #fff4bf;
        padding: 0 0 4px;
    }
        ul.choose_category ul li.lvl2 {
            background: #fff4bf;
            padding: 3px 5px 2px;
            margin: 0;
        }
            ul.choose_category li.lvl2 span.count {

            }
            ul.choose_category ul li.lvl2 a {

                font-weight: normal;
            }

    .choose_category_more_bar {
        clear: both;
        background: #ffee99;
        font-size: 0.85em;
        font-weight: bold;
        padding: 3px 5px;
    }

/****** IE Hacks *****/
/* Holly hack wegens tables */
/*hide from IE mac\*/
* html #content {
    height:1%;
}

/*hide from IE mac\*/
* html #content1col {
    height:1%;
}
/*hide from IE mac\*/
* html #belowhead {
    height:1%;
}

/*hide from IE mac\*/
* html #foto_block {
    height:1%;
}

/*hide from IE mac\*/
* html .adviewbody {
    height:1%;
}

td, tr, table { border: 0; }
table { border-spacing: 0; }

.iehackemptydiv {
    margin: 0; padding: 0;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px; /* almost empty */
}

/****** General ******/
body {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 1em;
    margin-bottom: 10px;
    font-family: verdana, sans-serif;
    background-color: white;
    color: black;
}
div, td, p, table, ul, li {
    font-family: verdana, sans-serif;
}
textarea, input, select {
    font-family: verdana, sans-serif;
    font-size: 12px;
}
img {
    border: 0;
}
table {
    font-size: 1em; /* IEism: inherit gaat niet vanzelf */
}
td {
    vertical-align: top;
}
a {
    text-decoration: underline;
    color: #0b689b;
    font-family:  verdana, sans-serif;
}
a.nolink {
    text-decoration: none;
}
a:visited {
    color: #0b689b;
}
a:hover {
    color: #952000;
}
a:active {
    color: #952000;
}
form {
    margin: 0;
}

.error {
    color: red;
}
.error ul {
    /* width: 444px; */
    text-align: left;
    /* padding-left: 40px; */
}
.warning {
    color: red;
}
.alert {
    border: solid 2px red;
    background-color: white;
    padding: 3px;
}
h1 {
    font-size: 1.4em;
    text-align: center;
}
h3 {
    font-size: 1em;
    font-weight: bolder;
}
.nowrap {
    white-space: nowrap;
}
/****** Main content *********/
#content {
    margin: 0;
    padding: 0;
}

/****** Main content - single column ******/
#content1col {
    margin: 0 10%;
    padding: 3px;
    text-align: left;
}

/****** Main content - 2 column : left navigation and content ******/
#belowhead {
    left: 0;
}

#body_leftwide {
    border: 1px solid green;
}

/* Hack "Zoek in resultaten" even hoog als admarkt tabel */
.verfijndzoeken .c h1 {
    padding-bottom: 8px;
}

.verfijndzoeken .c .ne, .verfijndzoeken .c .nw {
    background-image: none;
}

.verfijndzoeken #zir_q, .verfijndzoeken #zir_q_submit {
   display: block;
   width: 13.5em;     /* = .verfijndzoeken.width - 1em  */
}

.verfijndzoeken #zir_q[type=text] { /* IE 7 and Firefox have strange ideas about the size of input fields */
   width: 13.0em;
}

.verfijndzoeken a {
    text-decoration: none;
    display: block;
}

.verfijndzoeken a:hover {
    text-decoration: underline;
    background: #fff;
}

.vz_g_titel {
  font-weight: bolder;
}

.vz_item {
  margin-bottom: 0.5em;
}

/****** Footer ******/
#footer {
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: 10px 0;
}

/****** content blocks *******/
.borderedbody {
    border: 1px solid #006699;
}

.c .bodynote{
    padding: 3px;
    text-align: center;
}

.c h1 a, .c h1 a:visited {
    color: white;
}
.c .note {
    text-align: center;
}

.calike {
    margin: 0;
    margin-bottom: 18px; /* door de 'height' van de tds nodig, en iets extra voor margin colapse of zoiets */
    padding: 0;
    width: 100%;
}
.calike_table {
    width: 100%;
}
.calike_td, .calike_td_sep {
    height: 100%;
    background-color: #FFF4BF;
}
.calike_td_sep {
    border-right: solid 8px white;
}
.bgcalike {
    background-color: #FFF4BF;
}

/* content block zonder border */
.clear {
    padding: 3px;
}
/* content block header */
.header {
    padding: 3px;
    text-align: center;
}
/* Wordt iig boven marktuitvoer gebruikt */
.pageheader {
    font-weight: bolder;
    text-align: center;
}

/***** plaatsspecifieke styles *****/

table.adview {
    width: 98%; /* geen 100 ivm IE bug */
}
table.adview th {
    width: 33%;
    text-align: right;
    vertical-align: top;
    font-weight: normal;
}
table.adview td {
    width: 67%;
    vertical-align: top;
}
table.adview .note {
    text-align: center;
    vertical-align: top;
}

/* Markt uitvoer */
#instellingen {
    padding-top: 0.6em;
    padding-bottom: 0.8em;
    line-height: 1em;
}
#instellingen form, .per form {
    display: inline;
    height: 1em;
    vertical-align: middle;
}
#instellingen form {
    margin-right: 1em;
}
.per form {
    margin-right: 0.5em;
}
.per {
    text-align: right;
    margin-top: 0.5em;
}

a.volgendelink {
    text-decoration: none;
}
a.volgendelink:hover {
    text-decoration: underline;
}

.marktimg {
    width: 80px;
    height: 60px;
    border: 0;
}

.pnboven {
    background: url(http://img.tweedehands.nl/pijltje_nboven_white.gif) right center no-repeat;
    padding-right: 10px;
}

.pnbeneden {
    background: url(http://img.tweedehands.nl/pijltje_nbeneden_white.gif) right center no-repeat;
    padding-right: 10px;
}

/* Header for search results */
table.markt {
    border-spacing: 1px 0px;
    padding: 0;
    margin: 0;
}
    table.markt thead {
        background: #fff url(http://img.tweedehands.nl/static/newstyle/header_bg.png) repeat-x 0px 0px;
        color: #fff;
        height: 27px;
    }
        table.markt thead a {
            color: #fff;
        }
        table.markt thead th.corner_left {
            background: transparent url(http://img.tweedehands.nl/static/newstyle/header_corner_left.png) no-repeat left top;
            height: 27px;
            padding-left: 5px;
            float: left;
        }
        table.markt thead th.corner_right {
            background: transparent url(http://img.tweedehands.nl/static/newstyle/header_corner_right250.png) no-repeat right top;
            height: 27px;
            padding-right: 5px;
            float: right;
        }
        table.markt thead th {
            border: 0;
            padding: 0;
            text-align:left;
        }
            .markt_th_sort {
                display: block;
                padding: 5px 15px 0 5px;
                margin: 2px 2px 6px 0px;
                height: 100%;
                padding-bottom: 0;
                color: white;
            }

            table.markt thead th .fill {
                height: 23px;
                padding: 0;
                margin: 0;
                line-height: 0.9em;
            }
            table.markt thead th .first {
                height: 23px;
                padding: 0;
                margin: 0;
                line-height: 0.9em;
            }
            table.markt thead th .last {
                height: 23px;
                padding: 0 6px 0 0;
                margin: 0;
                line-height: 0.9em;
            }
            table.markt thead th .pnboven {
                margin-right: 4px;
                background: transparent url(http://img.tweedehands.nl/pijltje_nboven_white.gif) no-repeat right 7px;
            }
            table.markt thead th .pnbeneden {
                margin-right: 4px;
                background: transparent url(http://img.tweedehands.nl/pijltje_nbeneden_white.gif) no-repeat right 7px;
            }
        table.markt thead td {
            padding: 0;
            border: 0;
        }

    table.markt tbody td {
        padding: 2px 3px;
    }

table.markt a {
    /* text-decoration: underline; */
}
table.markt a:hover {
    text-decoration: underline;
}

table.markt td a {
    text-decoration: none;
}

table.markt td .teaser {
    color: black;
}
table.markt td .teaser a, table.markt td .teaser a:visited,table.markt td .teaser a:hover {
    text-decoration: none;
    color: black;
}

table.markt tr.unscreened {
    background-color: #ff0000;
}
table.markt tr.odd {
    background-color: #FFF4BF;
}
table.markt tr.even {
    background-color: #FFFFFF;
}
table.markt tr.dark {
    background-color: #FFF4BF;
}
table.markt tr.light {
    background-color: #FFFFFF;
}
table.markt tr td.spec {
    text-align: right;
}
table.markt tr td.date {
    text-align: right;
    white-space: nowrap;
}

table.markt tr td.page_links {
    font-size: 14px;
    vertical-align: middle;
    height: 2.7em;
}

table.markt tr td.page_links a {
    text-decoration: underline;
}

.small {
    font-size: 11px;
}

/* Index bovenaan */
.indexopen {
    text-align: center;
}
.indexopen td { /* Voor IE */
    text-align: center;
}
.indexopen h1 {
    text-align: center;
    /* font-size: 120%; */
    font-weight: bold;
}

/* Login velden */
.login {
    margin-left: 40px;
    margin-bottom: 10px;
    /* font-weight: bold; */
}

.login .q {
    margin-left: -40px;
    font-weight: normal;
}

/* Nieuwste X advertenties op de voorkant */
.indexfoto  {
    overflow: hidden;
    height: 67px;
    font-size: .8em;
    text-align: center;
}
.indexfoto div {
    float: left;
    padding: 2px 8px;
}
.indexfoto div img {
    border: solid 1px black;
    width: 63px;
    height: 52px;
    border: 0;
}

.vspace {
    margin-top: 0.6em;
}

/* extra style voor het plaatsen van een zoekertje */
.greyfont {
    font-size: .9em;
    color: #808080;
}

/* Vragenlijst op faq.html */
.toc {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    margin-left: 5em;
    border-right: solid 1px black;
    padding-right: 2em;
}
.toc li {
    padding: 3px;   /* Deze moet erin omdat anders IE krombreit wat net recht was */
}
.toc .theader {
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}

.toc div.c {
    padding: 0;
    margin: 0;
}
.toc div.nr {
    float: left;
    height: 9px;
    padding: 0;
    margin: 0;
    margin-left: -2.2em;
}
.helpantwoord {
    margin: 1em 2em;
    padding: 1em 2em;
}
.helpantwoord h2 {
    text-align: left;
    font-weight: bolder;
    font-size: 100%;
}
.helpantwoord .antwoord {
    border-color: black;
    border-width: 1px 0;
    border-style: solid;
    padding: 20px 0;
    margin: 10px 0;
}
.helpantwoord .footer {
    text-align: center;
}


/* multiple photos */

.mini img {
    float: left;
}

.photos {
    width: 380px;
}
.photos .mini {
    float: left;
}
.photos .photo {
    display: block;
    margin: 1px;
    border: 0;
    padding: 1px;
}
.photos .mini #currentphoto {
    margin: 1px;
    padding: 0px;
    border: solid 1px black;
}

#uploads td {
    border-bottom: solid 1px black;
}

.photos2 .photo {
    margin: 1px;
    border: 0;
    padding: 1px;
}
.photos2 .mini {
    float: left;
    width: 380px; /* Max 8 imgs */
}
.photos2 .mini img{
    width: 40px;
    height: 30px;
}
.photos2 .mini .thumbnail_video {
    width: 30px;
    height: 30px;
}
.photos2 .mini #currentphoto {
    margin: 1px;
    padding: 0px;
    border: solid 1px black;
}

#ad_block {
    margin: 0 0 0 380px;
}

#ad_info {
    padding: 7px 0 7px 10px;
    width: 99%;  /* IE hack */
}

.ad_tekst {
    padding: 7px 0 7px 10px;
    background-color: #FFFBDF;
}

#ad_links {
    background-color: #FFFBDF;
    padding: 7px 0 7px 10px;
}

#foto_block {
    width: 380px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px #FFFBDF solid;
}

#adverteerder {
    width: 268px;
    float: left;
    padding: 7px 0 0 7px;
}

#thumbs {
    text-align: right;
    padding: 7px 0 0 0;
}

#winkelhook {
    clear: both;
    padding: 0 0 7px 7px;
}

#winkel_zoek {
    width: 100%;
    background-color: #FFFBDF;
    padding: 5px 1px 5px 7px;
    margin: 0 -10px 0 -4px;
}

#ad_bericht {
    text-align: left;
}


#ad_bericht tr {
    vertical-align: top;
}

#ad_bericht th {
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 0;
}

#ad_bericht td {
    width: 70%;
    padding: 0 0 0 0;
}

.bedragplaats td {
    font-weight: bold;
}

.bedragplaats th {
    font-weight: bold;
}

.newadview th {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
}

.newadview td {
    width: 60%;
}
#foto_block table {
    width: 96%;
}

.ad_input {
    width: 100%;
}

/* legacy voor meta */

    .chess td {
        background: #FFFFFF;
        padding: 0px;
        border: solid 1px white;
    }
    .chess td div.header {
        background: #006699;
        color: white;
        font-size: 13px;
        padding: 2px 4px;
        text-align: left;
        font-weight: 600;
    }
    .chess td div.header a {
        color: white;
    }
    .chess td div.header a:hover {
        color: white;
    }
    .chess td div.body {
        padding: 4px;
    }

/* Uitgebreid zoeken uitvoer */

.uz .ad_info {
    padding: 0.5em 0;
}

.uz .odd {
    background-color: #fe9;
    margin-bottom: 1em;
}

.uz .ad {
    position: relative;
    height: 100%;
    color: #200020;
}
.uz .ad table {
    color: #200020;
}

.uz .ad_ad {
    position: relative;
    height: 100%;
    padding-left: 2.5em;
}

.uz .adtekst {
    margin-left: 330px;
    height: 100%;
}

.uz .foto {
    float: left;
    width: 310px;
    padding: 10px;
    height: 100%;
}

.uz .thumbs {
    padding-top: 10px;
    float: left;
}

.uz .odd {
    position: relative;
}

.uz .checkbox {
    position: absolute;
    top: 0.2em;
    right: -1.0em;
}

.uz table {
    width: 100%;
}

.uz table th {
    width: 20em;
}

.uz h2 {
    text-align: left;
    margin: 0;
}
.uz h2 a, .uz h2 a:visited, .uz h2 a:active {
    text-decoration: none;
    color: #200020;
}
.uz h2 a:hover {
    text-decoration: underline;
    color: #200020;
}

.uz .reageer {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.uz .ad_tekst, .uz .ad_info, .uz .adverteerder {
    padding: 0.5em;
    width: 99%; /* IE Hack */
}
.uz .adtekst .omschrijving, .uz .ad_links, .uz .ad_title {
    margin-right: 1em;
    padding: 0.5em;
}

.uz .ad_links {
    margin-bottom: 1em;
}

.uz .ad_title2 {
    padding-top: 10px;
}

.uz .odd .omschrijving, .uz .odd .ad_links, .uz .ad_title {
    background-color: #FFFBDF;
}

.uz .adclear {
    clear: both;
    border: solid white; /* Required to make the clear work properly (don't ask me why) */
}

.zoekopdracht {
    background-color: #FFFBDF;
    padding: 0.5em;
}

.zoekopdracht th {
    padding-right: 1em;
}

.pages {
    font-size: 2em;
    text-align: center;
}

.currentpage, .otherpage {
    padding: 0.05em;
}

.currentpage {
    color: #777;
}

.otherpage, .otherpage:hover, .otherpage:visited {
    color: black;
    text-decoration: none;
}

.uz_knoppen {
    text-align: center;
    padding: 0.5em;
}

.uz_knoppen form {
    display: inline;
}

.opdracht .titel {
    padding-right: 0.5em;
}
.opdracht .value {
    font-weight: bold;
}

.selectieknoppen {
    text-align: center;
    padding: 0.5em;
}

.plaatshint {
    font-size: 0.7em;
}

#afdelingcontainer ul
{
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 17em;
}

#afdelingcontainer ul li
{
    border: 1px solid #ffee99;
    position: relative;
    padding: 0;
    margin: 0;
}

#afdelingcontainer ul li a #title
{
    padding-left: 12px;
}

#afdelingcontainer ul li a
{
    position: relative;
    z-index: 2;
    background: transparent url(http://img.tweedehands.nl/list_plain.png) left 3px no-repeat;
    padding-left: 12px;
    display: block;
    text-align: left;
    text-decoration: none;
    padding-right: 0em;
    clear: both;
    }

#afdelingcontainer ul li a:hover
{
    background: #FFFFFF url(http://img.tweedehands.nl/list_hover.png) left 3px no-repeat;
    text-decoration: none;
}

#afdelingcontainer ul li a#current
{
    font-weight: bold;
    background: transparent url(http://img.tweedehands.nl/list_current.png) left 3px no-repeat;
    text-decoration: none;
}

#adsense_block a, #adsense_block_top a, #adsense_block_bottom a, #adsense_block_middle a {
    text-decoration: underline;
}

#adsense_block {
    padding-top: 7px;
    padding-right: 0pt;
    padding-bottom: 7px;
    padding-left: 10px;
}

#adsense_block_top, #adsense_block_bottom {
    margin: 0 0;
}

.adsense_ad:hover {
    background: #ffee99 !important;
}

.adsense_ad div a {
    text-decoration: none;
    font-size: 11px;
}

.adsense_ad div a:hover {
    text-decoration: underline;
}

.adsense_header {
    color: #808080;
    font-size: 10px;
}

.adsense_line1 {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline !important;
}

.adsense_url {
    color: green;
    font-weight: bold;
}

.adsense_container {
    width: 47%;
    float: left;
}

.afc_header {
    margin-bottom: -6px;
}

.afc_container {
    margin-top: 6px;
}

.afc_container:hover {
    background: #ffee99;
}

#adv_adsense_block_top a, #adv_adsense_block_bottom a {
   text-decoration: none;
}

#adv_adsense_block_top a:hover, #adv_adsense_block_bottom a:hover {
    text-decoration: underline;
}

.star {
    vertical-align: middle;
    margin: -5px 0 -3px 0;
}

.ppicoon {
    padding: 0px ! important;
    vertical-align: middle;
    margin: 3px 1px;
}

.legenda {
    float: right;
}
.legenda td {
    padding-right: 2em;
}
.legenda .ppicoon {
    padding: 0px ! important;
    vertical-align: middle;
    margin: 0px 1px;
}

.markt td img { padding: 2px; }
.markt td nowrap { white-space: nowrap; }

.ppintro {
    border-right: solid 1px #006699;
    padding-right: 3px;
    width: 49%;
}

dl {
  width: 95%;
  height: 100%;
}
dt {
  font-weight: bold;
  float: left;
  width: 30%;
}
dd {
  width: 70%;
}

.adviewbody {
    position: relative;
    background: #fff4bf;
}

/* Rating table */
.ratingt {
  width: 100%;
}
.ratingt .msg {
}
.ratingt .tail {
  width: 20%;
}
.ratingt .dtime {
  width: 20%;
}
.kiesbetaal_logo {
    width: 80px;
}
.kiesbetaal_text {
    vertical-align: middle;
}
.afdelingen {
    width: 18em;
}
.afdelingen .body {
    background-color: #ffee99;
    padding: 8px;
    margin: 0 0 8px 0;
}
/* remove
.afdelingen .blockh {
    background-color: #006699;
    margin: 0;
    padding: 6px 8px;
    font-size: 100%;
    color: #FFFFFF;
    text-align: left;
}
*/
table.inlxog td > div {
    position: relative;
    z-index: 2;
    border: 1px solid green;
}

.login table {
    width: 100%;
}


.ster_verplicht {
  float: right;
  height: 1.2em;
}

.ster_verplicht p {
  font-weight: bold;
  margin-top: .3em;
}

.lbl_verplicht p {
  float: right;
  color: red;
  font-weight: normal;
  margin-top: .3em;
  padding: .25em 4em;
}

.lbl {
  float: left;
  height: 1.2em;
  margin-top: .3em;
}

/* our idea of a paragraph */
.c .p {
    margin-bottom: 1.5em;
}

.homezoek {
    text-align: center;
    padding-top: 2.5em;
}

.hzinput {
    width: 60%;
}

#leaderboard {
    width: 728px;
    padding: 2px;
    margin: 0 auto;
    text-align:center;
}

#header_left {
    float: left;
    width: 38%;
    margin-bottom: 5px;
    text-align: left;
    display: inline;
}

a.gratis {
    text-align: center;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font: bold 11px verdana, sans-serif;
    text-decoration: none;
}

a.gratis span {
    background: #006699;
    display: block;
}

#overlap
{
    margin-left: 1.8em;
    width: 50px;
    position: absolute;
}

#header_middle {
    float: left;
    width: 22%;
    margin-left: 1%;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.button {
    margin-top: 10px;
    text-align: center;
    background: transparent url(http://img.tweedehands.nl/knop_rechts.gif) no-repeat scroll top right;
    color: #006699;
    display: block;
    float: left;
    font: bold 12px verdana, sans-serif;
    height: 36px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    width: 87px;
}

a.button span {
    background: transparent url(http://img.tweedehands.nl/knop_links.gif) no-repeat;
    display: block;
    line-height: 12px;
    padding: 6px 0 6px 3px;
}

a.button:active {
    background-position: bottom right;
    color: #952000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 7px 0 5px 3px; /* push text down 1px */
}

#header_right {
    text-align: right;
    float: right;
    width: 36%;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: 2%;
}

#login {
    padding: 0 0.6em;
}

#nav {
    color: #006699;
}
#nav ul {
    padding: 0;
    margin: 0;
    margin-top: 0.6em;
}
#nav ul li {
    display: inline;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
#nav ul li a{
    text-decoration: none;
    padding: 0 0.6em;
    border-left: solid 1px black;
}
#nav ul li a:hover{
    text-decoration: underline;
}
#nav ul li a.first{
    padding-left: 0;
    border-left: none;
}
#toggle_lang {
    position: absolute;
    right: 2px;
    padding-top: .5em;
    padding-right: 4px;
    color: #006699;
    font-weight: bolder;
    text-shadow: #444444 -2px 2px 2px;
}
#toggle_lang a, #toggle_lang a:visited {
    color: #006699;
    text-decoration: none;
}
#toggle_lang a:hover  {
    text-decoration: underline;
}

/***  verfijnd zoeken  ***/
#content_l, #content_r, #content_rl, #content_lwide, #content_rub {
    position: relative;
}

#content_lwide {
    margin-left: 18em;  /* Ruimte voor body_leftwide */
}

#content_l, #content_rl {
    margin-left: 18em;  /* Ruimte voor body_left */
}

#content_r, #content_rl {
    margin-right: 18em;  /* Ruimte voor body_right */
}

#content_rl.small {
    margin-right: 13em; /* Ruimte voor body_right */
}

#content_lw {
    margin-left: 18em;
}

#content_rub {
    margin-left: 18em;
}

/* Holly hack wegens tables */
* html #content_l { height: 1%; }
* html #content_r { height: 1%; }
* html #content_rl { height: 1%; }

#body_left, #body_right, #body_leftwide {
    top: 0;
    padding-bottom: 1em;
}

#body_left {
    float: left;
    width: 17em;
}

#body_leftwide {
    position: absolute;
    left: -18em;
    width: 18em;
}

#body_right {
    float: right;
    padding-bottom: 1em;
    width: 17em;
}

#body_right.small {
    right: -13em;
    width: 12.2em;
}

#body_rubrieken {
    position: relative;
    top: 0;
    padding-bottom: 1em;
    margin-left: 0em;
    margin-right: 0em;
}

#as-txt {
  position: absolute;
  left: 0px;
  top: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.locator {
    margin-bottom: 6px;
    font-size: 88%;
    padding-left: 8px;
}

h1.location {
    display: inline;
    font-size: 100%;
}

.zoekbalk {
    background: #006699;
    float: right;
    margin-bottom: 5px;
    width: 17em;
}

.zoekbalk form * {
    margin: 5px;
}

.rssimage {
    vertical-align: top;
    margin: 0px 0px 0px 8px;
}

.zir .body {
    font-size: 11px;
    background-color: #ffee99;
    padding: 8px;
    margin: 0 0 8px 0;
}

.zir_rub_cat {
    margin-left: 1em;
}

#afdelingcontainer .zir_count {
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 3;
}

#afdelingcontainer ul li a {
    padding-right: 6px;
    margin-top: -1px;
    margin-bottom: -1px;
}
#afdelingcontainer ul li a:hover {
    color: #952000;
    text-decoration: underline;
    z-index: 2;
}

.zir_count {
    float: right;
}
.zir_count span {
    font-size: 9px;
}

.meer {
    background: transparent url(http://img.tweedehands.nl/static/newstyle/list_more.png) left 5px no-repeat;
    text-decoration: underline !important;
    padding-left: 12px;
}

.minder {
    background: transparent url(http://img.tweedehands.nl/static/newstyle/list_less.png) left 5px no-repeat;
    text-decoration: underline !important;
    padding-left: 12px;
}

.zir_keuze {
    background-color: #FFF4BF;
    margin: 0 -6px;
    padding: 0.3em 6px;
}

.zir_keuze_verwijder {
    float: right;
}

.twh_skyscraper {
    text-align: center;
}

.centered {
    text-align: center;
}

.poll ol {
    width: 360px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.poll strong {
    display: block;
    _height: 1%;
    border-left: 0px solid #006699;
    padding-left: 3px;
}



/* ---------------- adv page ------------ */

.adv_block {
  background: #fffbdd;
  border: 3px solid #FFEE99;
  margin-top: 2px;
  padding: 4px;
}

.label {
  width: 100px;
  font-weight: bold;
}

#adv_adsense_block a {
    text-decoration: underline;
}

#adv_adsense_block {
    position: relative;
    background: white;
    overflow: hidden;
    padding: 7px 10px;
}

#adv_fotos {
    height: 310px;
    position: relative;
}

.active_foto {
    margin-top: 5px;
    width: 300px;
    height: 300px;
}

.thumbs_left {
    position: absolute;
    width: 64px;
    height: 212px;
    top: 45px;
    left: 315px;
}

.thumbs_right {
    position: absolute;
    width: 64px;
    height: 212px;
    top: 45px;
    left: 379px;
}

.thumb {
    background: white;
    width: 40px;
    height: 30px;
    padding: 10px;
    margin: 2px;
    border: 1px solid #fff3bf;
}

.thumb img {
  max-width: 40px;
  max-height: 30px;
}

.adsense_container_left {
    width: 47%;
}

.adsense_container_right {
    width: 47%;
    position: absolute;
    left: 50%;
}

h3.adv {
  margin-top: 2px;
  margin-bottom: 2px;
}

#tradedoubler_link, #fx_link, #adv_textlink {
  margin: 8px 0 8px 0;
}

.adv_functies td, #tradedoubler_link td {
  vertical-align: middle;
}

.TradeDoublerTextlink {
  color: #006699 !important;
}

#adv_banner {
  padding-top: 2px;
}

/* === The small buttons ============================== */

.small_button.email { width: 180px; }
.small_button.beheer { width: 100px; }

.small_button {
  float: left;
  margin: 5px 2px;
  padding: 0;
  height: 21px;
  text-align: center;
  background: url(http://img.tweedehands.nl/static/newstyle/button_bg.png) repeat-x left center;
}

.small_button .corner_left, .small_button .corner_right {
  display: block;
  height: 21px;
  width: 5px;
}

.small_button .corner_left {
  background: url(http://img.tweedehands.nl/static/newstyle/button_corner_left.png) no-repeat left center;
  float: left;
}

.small_button .corner_right {
  background: url(http://img.tweedehands.nl/static/newstyle/button_corner_right.png) no-repeat right center;
  float: right;
}

.small_button span {
  display: block;
  padding: 3px 0 0 0;
  margin: 0 auto;
}

.small_button a, .small_button a:hover, .small_button a:visited, .small_button a:active {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#adv_fotos, #adv_info {
  margin-top: -1px;
}

.hotspot {
  font-weight: bold;
  padding: 0px 2px;
  color: #006699;
  background-color: #FFFFFF;
  border: 3px solid #006699;
  cursor: pointer;
}

.hotspot_spacer {
  margin-top: 6px;
}

#tt {
  font-size: 11px;
  position:absolute;
  display:block;
  background:#fff;
  border: 3px solid #006699;
  padding: 2px;
}

.adv_summary td {
  text-align: left;
  text-decoration: none;
  border-bottom: 3px solid #FFEE99;
}

.adv_summary th {
  text-align: left;
  text-decoration: none;
  border-bottom: 3px solid #FFEE99;
}

.summary_title {
  font-weight: bold;
}

.email_form_display {
  background: #fffbdd;
  border: 3px solid #FFEE99;
  padding: 4px;
}

.email_form_display td {
  padding-right: 6px;
}

table.adv_summary td .teaser {
    color: black;
}
table.adv_summary td .teaser a, table.adv_summary td .teaser a:visited,table.adv_summary td .teaser a:hover {
    text-decoration: none;
    color: black;
}

.summary_label {
  font-weight: bold;
}

.navigation {
  text-align: center;
  margin-left: 18em;
}
.navigation a {
  font-size: 88%;
}
.nav_back {
  display: inline;
  margin-left: 2em;
  margin-right: 2em;
}

#main_block {
    margin-left: 18em;
}

#main_block_margin_right {
    margin-left: 18em;
    margin-right: 18em;
}

.ie6_table_container {
    width: 100%;
}

#reactie_form {
    margin-left: 0.6em;
}

/* begin - autocomplete classes */

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url(http://img.tweedehands.nl/static/indicator.gif) right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0b689b;
    color: white;
}

div#results_per_page_links {
    float: right;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#results_per_page_links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#results_per_page_links li {
    float: left;
    margin: 0;
    padding: 0 4px;
    border-right: 1px solid #ccc;
}
div#results_per_page_links li.last {
    border: 0;
}

/* end - autocomplete classes */

.button_container {
  position: relative;
  height: 30px;
  width: 100%;
}.adviewbody {
    position: relative;
}

/* Rating table */
.ratingt {
  width: 100%;
}
.ratingt .msg {
}
.ratingt .tail {
  width: 20%;
}
.ratingt .dtime {
  width: 20%;
}
.kiesbetaal_logo {
    width: 80px;
}
.kiesbetaal_text {
    vertical-align: middle;
}
.afdelingen {
    width: 18em;
}
.afdelingen .body {
    background-color: #ffee99;
    padding: 8px;
    margin: 0 0 8px 0;
}
.afdelingen .blockh {
    background-color: #006699;
    margin: 0;
    padding: 6px 8px;
    font-size: 100%;
    color: #FFFFFF;
    text-align: left;
}
table.inlxog td > div {
    position: relative;
    z-index: 2;
    border: 1px solid green;
}

.login table {
    width: 100%;
}


.ster_verplicht {
  float: right;
  height: 1.2em;
}

.ster_verplicht p {
  font-weight: bold;
  margin-top: .3em;
}

.lbl_verplicht p {
  float: right;
  color: red;
  font-weight: normal;
  margin-top: .3em;
  padding: .25em 4em;
}

.lbl {
  float: left;
  height: 1.2em;
  margin-top: .3em;
}

/* our idea of a paragraph */
.c .p {
    margin-bottom: 1.5em;
}

.homezoek {
    text-align: center;
    padding-top: 2.5em;
}

.hzinput {
    width: 60%;
}


