/*--- widgets and components ---*/
h2.openhuis {
    padding-bottom: 5px;
    color: #B92320;
}

/*--- extended search ---*/
#extended_select {
    position: relative;
}
#extended_select .linebox {
    min-height: 300px;
}
#extended_select table {
    border-collapse: collapse;
    clear: both;
    margin-top: 10px;
}
#extended_select td {
    padding: 2px 20px 2px 10px;
}
#extended_select ul {
    list-style: none;
    margin: 10px 0 0 10px;
}
#extended_select li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #777;
}
#extended_select li.first, #extended_select li.last {
    border: 0;
}
#extended_select ul a {
    margin: 0 10px;
    color: #777;
    cursor: pointer;
}
#extended_select ul a:hover, #extended_select ul a.active {
    color: #ff5001;
    text-decoration: none;
}
#extended_select tr.pad td {
    padding: 6px 20px 6px 10px;
}
#extended_select input[type="submit"] {
    float: right;
    height: 19px;
    line-height: 19px;
    margin: 2px 0;
    border: 0;
    padding-right: 22px;
    color: #ff5001;
    background: #FFF url(big-right.png) 100% 0 no-repeat;
    font-size: 16px;
    cursor: pointer;
}
#extended_select input[type="submit"]:hover {
    background: #FFF url(big-right.png) 100% 100% no-repeat;
}
#extended_select label {
    line-height: 160%;
    font-size: 90%;
}
#extended_select label:hover {
    background-color: #EEE;
}

#searchpane {
    margin-bottom: 10px;
}
#extended {
    width: 540px;
}
#sidebar ul {
    margin: 0 0 10px 0;
    padding: 0;
    border: 1px solid #EEE;
}
#sidebar li {
    float: none;
    margin: 0;
    padding: 4px;
    border: 0;
}
#sidebar li.dark {
    background-color: #EEE;
}
#sidebar a {
    margin: 0;
    padding: 0;
    color: #ff5001;
}
#sidebar a:hover {
    text-decoration: underline;
}

/*--- agent search engine ---*/
#agent_select {
    width: 400px;
    margin: 0 0 30px 60px;
}
#agent_select table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
#agent_select tr {
    vertical-align: bottom;
}
#agent_select td {
    padding: 2px 20px 2px 10px;
}
#agent_select input[type="submit"] {
    float: right;
    height: 19px;
    line-height: 19px;
    margin: 2px 0;
    border: 0;
    padding-right: 22px;
    color: #ff5001;
    background: #FFF url(big-right.png) 100% 0 no-repeat;
    font-size: 16px;
    cursor: pointer;
}
#agent_select input[type="submit"]:hover {
    background: #FFF url(big-right.png) 100% 100% no-repeat;
}
#agent_list {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #777;
}
#agent_list td {
    padding: 2px 5px;
}

/*--- response form ---*/
#results #quicklinks #respondbox,
#results #quicklinks #forwardbox {
    left: 0;
    top: 0;
    width: 360px;
    padding: 40px 0 0 0;
    overflow: hidden;
    z-index: 1;
}
#results #respondbox table,
#results #forwardbox table {
    clear: both;
    width: 340px;
    margin: 0 10px 10px 10px;
    font-size: 13px;
}
#results #respondbox th,
#results #forwardbox th {
    padding: 5px;
    background: #F68304;
    color: #FFF;
    text-align: left;
    width: 100px;
}
#results #respondbox th.narrow,
#results #forwardbox th.narrow {
    width: 30%;
}
#results #respondbox td,
#results #forwardbox td {
    padding: 5px;
    width: 220px;
}
#results #respondbox input[type="text"],
#results #forwardbox input[type="text"] {
    width: 220px;
    padding: 1px 2px;
    border: 1px solid #777;
}
#results #respondbox textarea,
#results #forwardbox textarea {
    width: 100%;
    height: 60px;
    padding: 1px 2px;
    border: 1px solid #777;
}
#results #respondbox input[type="submit"],
#results #forwardbox input[type="submit"] {
    margin-right: 40px;
    border: 0;
    padding-right: 20px;
    background: transparent url(bullet.png) 100% 50% no-repeat;
    color: #ff5001;
    font-weight: bold;
    cursor: pointer;
}

/*--- subnav ---*/
#results #objectnav {
    list-style: none;
    height: 26px;
    margin: 0;
    padding: 0 0 0 2px;
    background: #F68304;
}
#results #objectnav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 2px 0 2px 11px;
}
#objectnav a {
    display: block;
    float: left;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    padding: 0 15px 0 4px;
    color: #FFF;
    text-decoration: none;
}
#objectnav li:hover, #objectnav li.active {
    background: #F68304 url(subnav-left.png) 0 2px no-repeat;
}
#objectnav li:hover a, #objectnav li.active a {
    background: #ff5001 url(subnav-right.png) 100% 0 no-repeat;
}

/* google maps */
#map {
    position: absolute;
    top: 50px;
    left: 670px;
    width: 350px;
    height: 400px;
    border: 1px solid #777;
}
#mapdata, #mapinfos {
    display: none;
}

/*--- adjust search ---*/
#searchcontrols {
    position: absolute;
    top: 5px;
    left: 0;
    width: 136px;
    padding: 0 2px;
}
#adjustprice {
    width: 112px;
    margin-right: 2px;
    padding: 10px;
    border: 1px solid #777;
}
#adjustprice table, #adjustprice select {
    width: 105px;
}

#adjustprice input[type="submit"] {
    overflow: visible;
    float: right;
    height: 15px;
    line-height: 15px;
    width: 105px;
    margin: 2px 0;
    border: 0;
    padding: 0 15px 0 0;
    color: #ff5001;
    background: #FFF url(small-right.png) 100% 2px no-repeat;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
#adjustprice input[type="submit"]:hover {
    background: #FFF url(small-right.png) 100% -26px no-repeat;
}
#searchcontrols h2 {
    margin: 4px 0 2px 0;
}
#searchcontrols ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}
#searchcontrols li {
    margin: 0;
    padding: 0;
}
#searchcontrols ul a {
    color: #777;
}
#searchcontrols ul a.active, #searchcontrols ul a:hover {
    color: #ff5001;
    font-weight: normal;
    text-decoration: underline;
}

/*--- pager ---*/
div.pager {
    margin-top: 10px;
    font-weight: bold;
}
div.pager a {
    color: #777;
}
div.pager a:hover {
    color: #ff5001;
}
div.pager a.bulletlink, div.pager a.backbulletlink {
    margin: 0 10px;
}
div.pager .activetext {
    margin-top: 10px;
    color: #ff5001;
}
div.pager form {
    display: inline;
    margin: 0;
    padding: 0;
}
div.pager select {
    width: 4em;
}

/*--- results pages ---*/
#results {
    position: relative;
    overflow: visible;
    left: 30px;
    top: -15px;
    width: 515px;
    min-height: 400px;
    min-height: 450px;
    margin: 0 366px 10px 0;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    padding: 0 3px;
}
#results h1 {
    margin: 0 0 5px 0;
}
#results h2 {
    clear: both;
    margin: 0;
    white-space: nowrap;
}
#results h2.address {
    clear: both;
    padding: 10px 0 4px 0;
}
#results h3 {
    margin-top: 0;
    color: #000;
}
#results a {
    font-weight: bold;
    cursor: pointer;
}
#results table {
    border-collapse: collapse;
    font-size: 12px;
}
#results tr {
    vertical-align: top;
}
#results tr.header {
    background-color: #F68309;
}
#results tr.header th {
    border-top: 5px solid #F68309;
    border-bottom: 3px solid #F68309;
}
#results tr.header a {
    margin: 0 10px 0 5px;
    color: #FFF;
}
#results tr.dark {
    background-color: #CFCFCF;
}
#results td.label {
    padding: 0 0 0 11px;
    background: #FFF url(dark-left.png) 0 0 no-repeat;
    color: #FFF;
    font-weight: bold;
}
#results td.label div {
    float: left;
    padding: 3px 11px 2px 0;
    background: #F68309 url(dark-right.png) 100% 0 no-repeat;
    color: #FFF;
}
#results th {
    line-height: 100%;
    color: #FFF;
    text-align: right;
}
#results th.sort, #results th.nosort {
    border-left: 1px solid #FFF;
}
#results th.sort:hover, #results th.sortdown {
    background: #F68309 url(down.png) 100% 50% no-repeat;
}
#results th.sortdown:hover, #results th.sortup {
    background: #F68309 url(up.png) 100% 50% no-repeat;
}
#results th.nosort a {
    cursor: default;
}
#results th.nosort a:hover {
    text-decoration: none;
}
#results td.address {
    width: 300px;
    color: #ff5001;
    font-weight: bold;
    font-size: 13px;
}
#results td.text {
/*    font-size: 11px;*/
}
#results td.text div {
    float: left;
    width: 107px;
    overflow: hidden;
}
#results td.number {
    padding: 0 10px 0 5px;
    text-align: right;
    white-space: nowrap;
}
#results img {
    float: left;
    margin: 0 4px 2px 0;
    max-width: 267px;
}
#results ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
#results li {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
#results td.verkooptekst {
    position: relative;
}
#results td.verkooptekst h2 {
    color: #B92320;
    text-align: right;
}
#results p {
    margin-top: 0;
}
#results #quicklinks {
    padding-top: 10px;
}
#results #quicklinks div {
    float: right;
    width: 220px;
}
#results #quicklinks ul {
    margin: 4px 4px 0 4px;
    padding: 0 10px;
}
#results #quicklinks li {
    list-style: none;
    background: #FFF url(bullet.png) 0 2px no-repeat;
    margin: 0 0 6px 0;
    padding: 0 0 6px 20px;
    border-bottom: 1px solid #ff5001;
}
#results #quicklinks li.last {
    border: 0;
}
#results #quicklinks a {
    font-weight: bold;
}
#results dl {
    line-height: 150%;
    font-weight: bold;
}
#results dt {
    float: left;
    width: 200px;
    white-space: nowrap;
}
#results dd {
}
#results .viewimg {
    padding-top: 10px;
}
#results #bigimg {
    border: 1px solid #777;
}
#results ul.thumblist {
    clear: both;
    margin: 0;
    padding: 20px 0 100px 0;
}
#results ul.thumblist li {
    position: relative;
    overflow: visible;
    float: left;
    height: 134px;
    width: 134px;
    margin: 0 24px 8px 0;
}
#results .thumblist img.landscape {
    width: 120px;
    height: 90px;
    margin: 0;
    padding: 19px 4px;
    border: 1px solid #777;
}
#results .thumblist img.portrait {
    width: 90px;
    height: 120px;
    margin: 0;
    padding: 4px 19px;
    border: 1px solid #777;
}
#results .thumblist img:hover {
    background: #D9E8DD;
    cursor: pointer;
}
#results div.blowup {
    position: absolute;
}
#results div.anchorright {
    right: 0;
}
#results div.anchorcenter {
    left: -70px;
}
#results div.anchorleft {
    left: 0;
}
#results .thumblist .blowup img.landscape {
    width: 267px;
    height: 200px;
    margin: 0;
    padding: 4px;
    border: 1px solid #777;
    background: #D9E8DD;
}
#results .thumblist .blowup img.portrait {
    width: 150px;
    height: 200px;
    margin: 0;
    padding: 4px 58px 4px 59px;
    border: 1px solid #777;
    background: #D9E8DD;
}

/*--- search interfaces ---*/
#kopen_search {
    position: relative;
    width: 800px;
    height: 200px;
    margin: 0 0 20px 0;
}
#kopen_search #kopen_select {
    position: relative;
    width: 338px;
    height: 200px;
}
#kopen_search #kopen_select .linebox {
    height: 176px;
}
#kopen_search #login {
    position: absolute;
    top: 0;
    left: 360px;
    width: 200px;
    height: 200px;
}
#kopen_search #login table {
    width: 200px;
}
#kopen_search #login .linebox {
    height: 176px;
}
#kopen_search #quicklinks {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 200px;
}
#kopen_search #quicklinks .linebox {
    height: 176px;
}
#kopen_search #quicklinks ul {
    margin: 4px 4px 0 4px;
    padding: 0 10px;
}
#kopen_search #quicklinks li {
    list-style: none;
    background: #FFF url(bullet.png) 0 2px no-repeat;
    margin: 0 0 6px 0;
    padding: 0 0 6px 20px;
    border-bottom: 1px solid #ff5001;
}
#kopen_search #quicklinks li.last {
    border: 0;
}
#kopen_search #quicklinks a {
    font-weight: bold;
}

#scroller {
    z-index: 0;
    width: 100%;
    height: 170px;
    font-size: 11px;
}
#scroller .linebox {
    height: 155px;
}
#scroller a {
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    margin: 50px 31px;
    cursor: pointer;
}
#scroller .slideleft {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF url(big-left.png) 0 0 no-repeat;
}
#scroller .slideright {
    position: absolute;
    right: 0;
    top: 0;
    background: #FFF url(big-right.png) 0 0 no-repeat;
}
#scroller a.slideleft:hover, #scroller a.slideright:hover {
    background-position: 0 100%;
}
#scrollcontainer {
    overflow: hidden;
    position: relative;
    width: 636px;
    height: 150px;
    margin: 0 82px;
}
#scrollcontainer a {
    width: auto;
    height: auto;
    margin: 0;
}
#scrollcontainer ul {
    position: absolute;
    list-style: none;
    height: 146px;
    margin: 0;
    padding: 0;
}
#scrollcontainer li {
    overflow: hidden;
    float: left;
    list-style: none;
    width: 107px;
    margin: 20px 0 0 0;
    padding: 0 10px;
    text-align: center;
}
#scrollcontainer img {
    width: 107px;
    height: 80px;
    border: 0;
}

/*--- login form ---*/
#login table {
    border-collapse: collapse;
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 100%;
}
#login td {
    padding: 2px 20px 2px 10px;
}
#login input[type="submit"] {
    float: right;
    height: 19px;
    line-height: 19px;
    margin: 2px 0;
    border: 0;
    padding-right: 22px;
    color: #ff5001;
    background: #FFF url(big-right.png) 100% 0 no-repeat;
    font-size: 16px;
    cursor: pointer;
}
#login input[type="submit"]:hover {
    background: #FFF url(big-right.png) 100% 100% no-repeat;
}

/*--- search forms ---*/
#kopen_select table {
    border-collapse: collapse;
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 100%;
}
#kopen_select td {
    padding: 2px 20px 2px 10px;
}
#kopen_select ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#kopen_select li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #777;
}
#kopen_select li.first, #kopen_select li.last {
    border: 0;
}
#kopen_select ul a {
    margin: 0 10px;
    color: #777;
    cursor: pointer;
}
#kopen_select ul a:hover, #kopen_select ul a.active {
    color: #ff5001;
    text-decoration: none;
}
#kopen_select input[type="submit"] {
    float: right;
    height: 19px;
    line-height: 19px;
    margin: 2px 0;
    border: 0;
    padding-right: 22px;
    color: #ff5001;
    background: #FFF url(big-right.png) 100% 0 no-repeat;
    font-size: 16px;
    cursor: pointer;
}
#kopen_select input[type="submit"]:hover {
    background: #FFF url(big-right.png) 100% 100% no-repeat;
}
#kopen_select #suggest a {
    display: block;
    color: #FFF;
}
#kopen_select #suggest a:hover {
    color: #ff5001;
    background-color: #FFF;
    cursor: pointer;
}

/* profile forms */
#mijnlogin {
    width: 450px;
    margin: 0 auto 20px auto;
}
#mijnlogin table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
#mijnlogin td {
    padding: 2px 20px 2px 10px;
}

#mijnprofiel {
    width: 450px;
    margin: 0 auto 20px auto;
}
#mijnprofiel table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
#mijnprofiel td {
    padding: 2px 20px 2px 10px;
}
#mijnlogin input[type="submit"], #mijnprofiel input[type="submit"] {
    float: right;
    height: 19px;
    line-height: 19px;
    margin: 2px 0;
    border: 0;
    padding-right: 22px;
    color: #ff5001;
    background: #FFF url(big-right.png) 100% 0 no-repeat;
    font-size: 16px;
    cursor: pointer;
}
#mijnlogin input[type="submit"]:hover, #mijnprofiel input[type="submit"]:hover {
    background: #FFF url(big-right.png) 100% 100% no-repeat;
}


/*--- mainnav ---*/
#mainnav {
    position: absolute;
    top: 85px;
    left: 262px;
    list-style: none;
    margin: 0pt 0pt 0pt 15px;
    padding: 0;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#mainnav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#mainnav a {
    display: block;
    float: left;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    background: transparent url(menu-bg.png) 0 0 repeat-x;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
}
#mainnav a:hover, #mainnav a.active {
    background: none;
}

/*--- subnav ---*/
#subnav {
    position: absolute;
    top: 110px;
    left: 262px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#subnav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 4px 0 4px 11px;
}
#subnav a {
    display: block;
    float: left;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    padding: 0 15px 0 4px;
    color: #FFF;
    text-decoration: none;
}
#subnav li:hover, #subnav li.active {
    background: #F68304 url(subnav-left.png) 0 4px no-repeat;
}
#subnav li:hover a, #subnav li.active a {
    background: #ff5001 url(subnav-right.png) 100% 0 no-repeat;
}

/*--- sitenav ---*/
#sitenav {
    position: absolute;
    bottom: 0;
    left: 225px;
/*    width: 100%;*/
    font-size: 90%;
}
#sitenav ul {
    list-style: none;
    width: 700px;
    margin: 0 auto;
    padding: 0;
}
#sitenav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 15px;
    border-right: 1px solid #999;
    text-align: center;
}
#sitenav li.last {
    border: 0;
}
 #sitenav a {
    display: block;
    float: left;
    color: #777;
    text-decoration: none;
} 
#sitenav a:hover, #sitenav a.active {
    color: #ff5001;
    text-decoration: underline;
}

/*--- suggestions ---*/
#searchformtext {
    position: relative;
}
#searchformtext #suggest {
    z-index: 20;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #999;
    background-color: #ff5001;
    color: #FFF;
    opacity: 0.9;
}
#suggest ul {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
#suggest li {
    display: block;
    float: none;
/*    width: 100%;*/
    margin: 0;
    padding: 1px 2px;
    border: 0;
    color: #FFF;
}
#suggest li.active, #suggest li:hover {
    background-color: #FFF;
    color: #ff5001;
    cursor: pointer;
}


