/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2a344d;
    line-height: 16px;
}
p, h1, h2, h3, dl, form, table {
    margin: 0 0 16px 0;
    padding: 0;
}
h1 {
    font-size: 19px;
    font-weight: normal;
    color: #bbbec3;
    line-height: normal;
}
h2, #nieuwexternuitvoeringen h1 {
    font-size: 16px;
    line-height: normal;
    color: #2a344d;
}
h3 {
    font-size: 12px;
}
a {
    color: #03c;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
/* MAIN LAYOUT */
.footer {
    display: none;
}
.clear {
    clear: both;
}
#home, #overview, #detail, #account_overview, #login, #delete, #follow, #wijzig, .retrieve, #store_search, #account_overview, .modelinfo {
    width: 590px;
}
/* searchbox */
#search {
    background: #dcdddd;
    border: 1px solid #8e94a0;
    height: 123px;
    padding: 10px 0 10px 15px;
}
#search p {
    float: left;
    margin: 0 10px 5px 0;
}
#search select {
    width: 131px;
    height: 20px;
    border: 1px solid #8e94a0;
}
#store_search .submit-button {
    text-align: right;
    margin-top: 10px;
}
#store_search #search-box {
    margin-bottom: 10px;
}
/* merk model overzicht */
.modeloverzicht a, .merkoverzicht a {
    display: block;
    background: url(media/bullet.gif) no-repeat left center;
    width: 165px;
    padding: 5px 0 5px 15px;
    margin: 0 0 0 15px;
    text-decoration: none;
    font-size: 14px;
    color: #666666;
}
.modeloverzicht a:hover, .merkoverzicht a:hover {
    text-decoration: underline;
}
/* overview */
#overview .back {
    float: left;
}
#overview .nav {
    color: #afafaf;
    width: 360px;
    float: right;
}
#overview .nav table {
    float: right;
}
#overview td {
    padding: 2px;
}
#overview .nav a {
    text-decoration: none;
}
#overview .nav .selected {
    padding: 0 4px;
    background: #8e94a0;
    font-weight: bold;
    color: #ffffff;
}
#overview th {
    background:#8e94a0;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding: 2px 0;
}
#overview th a {
    color: #ffffff;
    text-decoration: none;
}
#overview th a:hover {
    text-decoration: underline;
}
#overview th.photo {
    padding-left: 5px;
    width: 104px;
}
#overview .photo img {
    padding: 1px;
    border: 1px solid #cccccc;
}
#overview .fuel {
    width: 65px;
}
#overview .price, #overview .milage, #overview .carbuild {
    text-align: right;
    padding-right: 5px;
}
#overview .milage {
    width: 80px;
    padding-right: 10px;
}
#overview #overview_list td a {
    text-decoration: none;
    color: #666666;
}
#overview #overview_list td a:hover {
    color: #000000;
}
#overview .car_brand {
    display: block;
    font-size: 14px;
}
#overview a.show-photos {
    font-size: 10px;
    text-decoration: underline;
}
#overview .garantie {
    font-style: italic;
}
#overview .rij_even {
    background: #f8f8f8;
}
/* detail */

#detail .back {
    text-align: right;
}
#carspecs {
    position: relative;
    float: left;
    line-height: 18px;
    width: 250px;
}
#carspecs dt {
    float: left;
    width: 90px;
}
#carspecs .price {
    font-size: 18px;
    margin-bottom: 10px;
}
#carspecs img.nap {
    position: absolute;
    right: 10px;
    top: 90px;
}
.right-container {
    float: right;
    width: 324px;
}
#afbeelding img {
    padding: 1px;
    border: 1px solid #cccccc;
}
#afbeelding p {
    text-align: right;
    margin: 10px 0;
}
a.zoom-photo {
    background: url(media/icon-zoom.gif) no-repeat left center;
    padding: 3px 0 3px 20px;
}
#cartools {
    margin-bottom: 10px;
    padding: 10px 0 0 10px;
    list-style: none;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    height: 55px;
}
#cartools li {
    float: left;
}
#cartools li a, #cartools p.follow {
    display: block;
    width: 160px;
    padding: 3px 0 3px 20px;
    margin: 0 10px 0 0;
}
#cartools a.info {
    background: url(media/icon-info.gif) no-repeat left center;
}
#cartools a.mail {
    background: url(media/icon-mail.gif) no-repeat left center;
}
#cartools a.pdf {
    background: url(media/icon-pdf.gif) no-repeat left center;
}
#cartools a.callme {
    background: url(media/icon-callme.gif) no-repeat left center;
}
#cartools a.testdrive {
    background: url(media/icon-testdrive.gif) no-repeat left center;
}
#cartools a.follow, #cartools p.follow {
    background: url(media/icon-follow.gif) no-repeat left center;
}
.collumn {
    float: left;
    width: 270px;
    margin-bottom: 16px;
}
#listing {
    margin-bottom: 16px;
}
#listing a {
    font-size: 14px;
}
#listing, #options, #comments, #dealerinfo {
    clear: both;
}
/* pop up */
#popup {
    padding: 20px;
}
#popup dl {
    background: #dcdddd;
    border: 1px solid #cccccc;
    padding: 20px;
}
#popup dt {
    float: left;
    width: 120px;
    margin-bottom: 2px;
}
#popup dd {
    margin-bottom: 2px;
}
.popup input {
    width: 200px;
}
.popup textarea {
    width: 200px;
    height: 50px;
}
input.checkbox {
    width: auto;
}
#form_melding ul {
    color: #ff0000;
    margin: 0 0 16px 15px;
}
input.reset, input.submit, input.search {
    width: 131px;
    height: 25px;
    color: #ffffff;
    border: none;
    background: #bbbbbb;
    font-weight: bold;
    cursor: pointer;
    margin: 12px 6px 0 0;
}
input.search, input.submit {
    background: url(media/submit-button.gif) no-repeat;
}
/* bel mij */
.belmij img {
    float: left;
    border: 1px solid #cccccc;
    padding: 1px;
    margin: 0 10px 16px 0;
}
.belmij .form {
    clear: both;
}
/* my account */
.cancel {
    padding-right: 10px;
}
#login dl {
    margin: 0;
}
#login .submit-button {
    text-align: right;
}
#login dt, .retrieve dt {
    float: left;
}
#login input, #login select, #wijzig input {
    margin-bottom: 2px;
}
#inloggen {
    float: left;
    width: 285px;
}
#inloggen .login {
    width: 270px;
    height: 85px;
    background: url(media/login-bg.gif) no-repeat;
    padding: 15px 0 0 15px;
}
.login dt {
    width: 100px;
}
.login input {
    width: 147px;
}
.login .forgot {
    text-align: right;
    margin: 0 16px 0 0;
}
#registreren {
    float: right;
    width: 285px;
}
#registreren dt {
    width: 137px;
}
#registreren input {
    width: 140px;
}
#registreren input.checkbox {
    width: auto;
}
.retrieve dl {
    width: 250px;
    height: 38px;
    padding: 12px 0 0 14px;
    background: url(media/input-single-bg.gif) no-repeat;
}
.retrieve dt {
    width: 90px;
}
.retrieve .submit-button {
    width: 264px;
    text-align: right;
}
/* my account overview */
.followed_car {
    float: left;
    display: inline;
    width: 164px;
    margin-right: 15px;
}
.followed_car img {
    padding: 1px;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}
.followed_car p {
    margin: 0;
}
p.delete-car {
    margin: 5px 0 17px 0;
    border-top: 1px solid #cccccc;
    padding: 5px 0 0 0;
}
.zoekopdracht th {
    color: #ffffff;
    font-weight: bold;
    background:#8e94a0;
    padding: 2px;
    text-align: left;
}
.zoekopdracht td {
    border-bottom: 1px solid #cccccc;
    padding: 2px;
}
.account_details {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.account_details dt, #wijzig dt {
    float: left;
    width: 125px;
}
.account_tools {
    list-style: none;
    margin: 0 0 17px 0;
    padding: 0;
}
form .comment {
    font-size: 10px;
    font-style: italic;
}
/* alerts & icons*/

#dsl div.alert {
    height: 19px;
    background: url(media/alert-bg.gif) repeat-x;
    border: 1px solid #decc00;
    text-align: center;
    padding: 3px 0 0 10px;
    margin-bottom: 17px;
}
#dsl div.alert p {
    background: url(media/icon-alert.gif) no-repeat left center;
    margin: 0;
}
#dsl div.succes {
    background: url(media/succes-bg.gif) repeat-x;
    border: 1px solid #12b010;
}
#dsl div.succes p {
    background: url(media/icon-succes.gif) no-repeat left center;
}
#dsl div.error {
    background: url(media/error-bg.gif) repeat-x;
    border: 1px solid #fa0000;
}
#dsl div.error p {
    background: url(media/icon-error.gif) no-repeat left center;
    color: #ffffff;
}
#dsl ul.error, #dsl span.error ul {
    color: #fa0000;
    margin: 0 0 17px 20px;
}
#dsl a.add {
    background: url(media/icon-plus.gif) no-repeat left center;
    padding-left: 20px;
}
#dsl a.delete {
    background: url(media/icon-bin.gif) no-repeat left center;
    padding-left: 20px;
}
#dsl #account_overview a.search {
    background: url(media/icon-zoom.gif) no-repeat left center;
    padding: 2px 0 0 20px;
}
#dsl a.edit {
    background: url(media/icon-edit.gif) no-repeat left center;
    padding: 2px 0 0 20px;
}
/* NIEUWE MODELLEN */
table#header {
    width: 100%;
}
/* index */
#nieuwexternindex td {
    width: 33%;
    padding-top: 10px;
}
#nieuwexternindex .description img {
    margin-bottom: 18px;
}
#nieuwexternindex .description {
    margin-bottom: 20px;
}
#nieuwexternindex .description img, #nieuwexternuitvoeringen img.plaatje, #nieuwexterndetail img.plaatje {
    border: 1px solid #cccccc;
    margin-bottom: 5px;
    padding: 1px;
}
#nieuwexternindex .description p {
    line-height: normal;
    margin: 0;
}
#nieuwexternindex .description p.modelname {
    font-weight: bold;
}
/* uitvoering */
#nieuwexternuitvoeringen h1 {
    font-size: 18px;
    margin: 0 0 5px 0;
}
#nieuwexternuitvoeringen table#uitvoering {
    width: 400px;
}
#nieuwexternuitvoeringen table#uitvoering .uitvoering_label {
    color: #ffffff;
    padding: 2px 5px;
    background: #8e94a0;
}
#nieuwexternuitvoeringen table#uitvoering td {
    padding: 3px 5px;
}
#nieuwexternuitvoeringen table#uitvoering tr.even {
    background: #f5f5f5;
}
#nieuwexternuitvoeringen table#uitvoering a {
    text-decoration: none;
    color: #222222;
}
#nieuwexternuitvoeringen table#uitvoering .uitvoering a {
    text-decoration: underline;
    color: #03c;
}
#nieuwexternuitvoeringen table#uitvoering .prijs {
    text-align: right;
    padding-right: 10px;
}
/* detail */
#nieuwexterndetail table#nav {
    margin: 0
}
#nieuwexterndetail #detail_gegevens td.data {
    text-align: right;
}
#nieuwexterndetail .label, #nieuwexterndetail .data {
    border-bottom: 1px solid #eeeeee;
}
#nieuwexterndetail .label {
    padding-left: 4px;
}
#nieuwexterndetail .data {
    text-align: right;
    padding-right: 4px;
}
#nieuwexterndetail .uitvoering_label {
    border-bottom: 3px solid #cccccc;
}
#nieuwexterndetail .uitvoering, #nieuwexterndetail .brandstof, #nieuwexterndetail .prijs {
    border-bottom: 1px solid #cccccc;
}
#nieuwexterndetail .uitvoering {
    font-weight: bold;
}
#nieuwexterndetail .brandstof a, #nieuwexterndetail .prijs a {
    text-decoration: none;
}
#detail_algemeen, #detail_techniek, #detail_veiligheid, #detail_interieur {
    display: block;
    width: 146px;
    height: 18px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #4c4c51;
    background: #8e94a0;
    text-align: center;
    padding: 2px 0 5px 0;
    margin-right: -1px;
    font-weight: bold;
}
a#detail_algemeen, a#detail_techniek, a#detail_veiligheid, a#detail_interieur {
    text-decoration: none;
    color: #ffffff;
}
#nieuwexterndetail table#nav {
    border: 1px solid #4c4c51;
    border-bottom:none;
}
#nieuwexterndetail table#nav a:hover {
    text-decoration: none;
    background-color: #d9dadb;
    color: #3e3e3e;
}
#nieuwexterndetail table#nav .activedetail {
    background-color: #ffffff;
    border-left: 1px solid #ffffff;
    color: #222222;
}
#alg, #tech, #veil, #int_ext {
    border-left: 1px solid #4c4c51;
    border-right: 1px solid #4c4c51;
    border-bottom: 1px solid #4c4c51;
    width: 588px;
}
/* afbeelding */
.large-image div {
    padding: 0 25px 18px 0;
}
.large-image .body {
    text-align: center;
    padding: 0;
}
.large-image .body img {
    border: 1px solid #cccccc;
    padding: 1px;
}
/* Extra for New Model info */
table.header {
	width: 100%;
}
#nieuwexternindex td {
    vertical-align: text-top;
}
#nav a {
    cursor: pointer;
}
#nieuwexternuitvoeringen h2,
#nieuwexterndetail h2 {
    margin: 0;
    clear: both;
}
#nieuwexterndetail h3 {
    padding: 20px 8px 0 8px;
}
#nieuwexternuitvoeringen table.header small {
	font-style: italic;
}
#nieuwexternuitvoeringen .image-container,
#nieuwexterndetail .image-container {
    clear: left;
    position: relative;
    float: right;
    width: 160px;
    margin: 0 10px 10px 0;
    text-align: center;
}
#nieuwexternuitvoeringen .image-container p,
#nieuwexterndetail .image-container p {
	width: 164px;
	text-align: center;
	font-size: 12px;	
}
#nieuwexterndetail #detail_gegevens {
    float: left;
}
#nieuwexternuitvoeringen #detail_gegevens table td,
#nieuwexterndetail #detail_gegevens table td {
	padding: 2px 0;
}
#nieuwexternuitvoeringen #detail_gegevens table td.label,
#nieuwexterndetail #detail_gegevens table td.label {
	width: 150px;	
}
#nieuwexternuitvoeringen table#uitvoering {
	width: 100%;	
}
#nieuwexternuitvoeringen table#uitvoering td.uitvoering {
	width: 235px;	
}
#nieuwexterndetail div.body div table {
	border: 0;
	width: 100%;
}
#nieuwexterndetail div.body div table td.label {
	width: 250px;
}
