/* @override http://ford-a1.local/style.css */

/* CSS Document */



body, html {
    height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    color: #000000;
    background: url(media/bg.gif) repeat-x top;
    margin: 0;
    padding: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, .table-wrapper {
    margin: 0 0 17px 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

a {
    color: #010000;
}

a:hover {
    color: #f98d33;
}

form, fieldset, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: none;
}

legend {
    display: none;
}



table {
    width: 100%;
}

th {
    text-align: left;
    font-weight: bold;
    background: #b9b9b9;
}

.saved-searches th {
    background: #f3f3f3;
}

td {
    vertical-align: top;
}

th, td {
    padding: 2px 0;
}

address {
    font-style: normal;
}

img.error {
    position: relative;
    top: 3px;
}

.font-12 {
    font-size: 12px;
}

a.help {
    position: relative;
    top: -2px;
    display: block;
    cursor: help;
    padding: 16px 16px 0 0;
    margin-bottom: 8px;
    width: 0;
    height: 0;
    overflow: hidden;
    background: url(media/icon-help.gif) no-repeat left top;
}

a.back {
    float: right;
    font-size: 12px;
}

h1.help { /* class toevoegen indien help icoon aanwezig is */
    float: left;
    margin-right: 8px;
}

/* MAIN LAYOUT */
#main-wrapper {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 960px;
    background: url(media/bg-shadow.png) repeat-y;
    margin: 0 auto -30px auto;
    padding: 0 16px;
}

/* header */
#header-container {
    padding: 30px 10px;
    padding-bottom: 0;
    border-top: 6px solid #f98d33;
}

#header-container p {
    font-size: 12px;
}

#header-container p.intro {
    margin-bottom: 30px;
}

.header-image {
    margin: 0 20px 0 0;
    float: left;
    width: 340px;
    height: 175px;
    background: url(media/ford-focus.jpg) no-repeat;
}

.business .header-image {
    background: url(media/bedrijfsauto.jpg) no-repeat;
}

.allbrands .header-image {
    background: url(media/alle-merken.jpg) no-repeat;
}

.dealers .header-image {
    background: url(media/dealer.jpg) no-repeat;
}

.warranty .header-image {
    background: url(imgbase/header-ford-a1-garantie.jpg) no-repeat;
}
.credit .header-image {
    background: url(imgbase/header-ford-credit.jpg) no-repeat;
}
.legal .header-image {
    background: url(imgbase/header-privacy.jpg) no-repeat;
}

.ford-logo {
    margin: 0 0 0 30px;
    float: right;
}

#left-container {
    float: left;
    width: 700px;
    margin: 0 0 20px 10px;
}

#right-container {
    float: right;
    width: 220px;
    margin: 0 10px 20px 0;
}

#right-container .first {
    margin-top: 40px;
}

#right-container .first-no-tabs {
    margin-top: 7px;
}

.clear {
    clear: both;
}

#push {
    clear: both;
    height: 30px;
}

/* footer */
#footer-container {
    position: relative;
    bottom: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    width: 940px;
    height: 30px;
    margin: 0 auto;
    padding: 0 10px;
}

#footer-container p {
    margin: 0;
}

#footer-container a {
    color: #000000;
    text-decoration: none;
}

#footer-container a:hover {
    text-decoration: underline;
}

#footer-container .mainlinks {
    float: left;
    width: 100px;
}

#footer-container .copyrights {
    float: right;
    width: 400px;
    text-align: right;
}

/* CONTENT */
.contentblock-basic {
    padding: 20px;
    padding-bottom: 3px; /* p element heeft margin-bottom 17px */
    background: #e4e4e4;
    margin-bottom: 17px;
}

.contentblock-white {
    padding-left: 20px;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* searchform */

#quick-search input, #extended-search input {
    width: 214px;
    padding: 1px;
    height: 16px;
}

#quick-search input.submit,
#extended-search input.submit,
input.submit {
    display: block;
    border: none;
    width: 186px;
    height: 39px;
    cursor: pointer;
    margin: 0 0 17px -3px;
}

#quick-search select, #extended-search select {
    width: 220px;
    padding: 1px 0;
}



#quick-search input.submit, #extended-search input.results-orange {
    margin: -5px 0 14px -3px;
}


input.results {
    background: url(media/button-view-results.png);
    margin: -3px 0 0 -15px;
    
}

input.cancel-orange {
	background: url(media/button-cancel.gif);
	float: left;
	margin-right: 125px;
    width: 184px;
}

input.results-orange {
    background: url(media/button-view-results-orange.png);
}

input.update-saved-searchquery {
	background: url(media/button-search-modified.png);
	
}

input.save-searchquery-orange {
	background: url(media/button-save.gif);
    width: 184px;
    float: right;

	    
}

.results {
    background: url(media/result-bg.gif) no-repeat;
    width: 180px;
    height: 26px;
    text-align: center;
    margin: 0;
    padding-top: 7px;
}

.results strong {
 	font-size: 13px;
}

/* tabs */
#tab-wrapper {
    position: relative;
    left: -4px;
}

ol.tabs {
    position: relative;
    top: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 36px;
}

.tabs li {
    float: left;
    height: 36px;
    margin: 0 6px 0 0;
}

.tabs li a {
    position: relative;
    display: block;
    padding-top: 36px;
    height: 0px;
    overflow: hidden;
}

.tabs li.link a {
    overflow: auto;
    padding: 0;
    height: auto;
    width: auto;
}

.tabs a:focus {
    outline: none;
}

.tabs li.link a {
    overflow: auto;
    padding: 12px 10px 0 10px;
    height: auto;
    width: auto;
}

.tabs li.active {
    margin: 0;
}

.tabs li a.personenauto {
    width: 176px;
    margin-left: 4px;
    background: url(media/tabs/tab-personenauto.gif) no-repeat;
}

.tabs li.active a.personenauto {
    width: 200px;
    margin-left: 0;
    background: url(media/tabs/tab-personenauto-active.gif) no-repeat;
}

.detail-dealer .tabs li.active a.personenauto {
    background: url(media/tabs/tab-personenauto-active.png) no-repeat;
}

.tabs li a.bedrijfsauto {
    width: 156px;
    background: url(media/tabs/tab-bedrijfsauto.gif) no-repeat;
}

.tabs li.active a.bedrijfsauto {
    width: 181px;
    margin-left: -4px;
    background: url(media/tabs/tab-bedrijfsauto-active.gif) no-repeat;
}

.detail-dealer .tabs li.active a.bedrijfsauto {
    background: url(media/tabs/tab-bedrijfsauto-active.png) no-repeat;
}

.tabs li a.dealers {
    width: 78px;
    background: url(media/tabs/tab-dealers.gif) no-repeat;
}

.tabs li.active a.dealers {
    width: 102px;
    margin-left: -4px;
    background: url(media/tabs/tab-dealers-active.gif) no-repeat;
}

.tabs li a.merken {
    width: 109px;
    background: url(media/tabs/tab-merken.gif) no-repeat;
}

.tabs li.active a.merken {
    width: 133px;
    margin-left: -4px;
    background: url(media/tabs/tab-merken-active.gif) no-repeat;
}

.tab-top {
    width: 708px;
    height: 6px;
    background: url(media/tab-container-top.gif) no-repeat;
}

.tab-top-dealer {
    background: url(media/tab-container-top.png) no-repeat;
}

.tab-container {
    position: relative;
    width: 700px;
    background: url(media/tab-container-bg.gif) repeat-y;
    padding: 0 4px;
}

.tab-body {
    width: 616px;
    margin-left: 2px;
    padding: 30px 40px;
    background: url(media/tab-container-gradient-small.gif) repeat-x;
}

form.largeformbody, .tab-body-large {
    width: 666px;
    padding: 30px 15px;
    background: url(media/tab-container-gradient-large.gif) repeat-x;
}



.tab-body-large {
    margin-left: 2px;
}

.tab-bottom {
    position: relative;
    top: -2px;
    width: 708px;
    height: 9px;
    background: url(media/tab-container-bottom.png) no-repeat;
    margin: 0 0 20px 0;
}

dl.form-view.top-spacing {
	margin-top: 25px;
}

dl.form-view  {
    font-size: 12px;
    font-weight: bold;
}

dl.form-view dt {
    float: left;
    width: 120px;
    margin-right: 20px;
}

dl.form-view dt, dl.form-view dd
{
    margin-bottom: 11px;
}

dl.form-view dd label {
    display: block;
    float: left;
    width: 30px;
    font-weight: normal;
    font-size: 11px;
}

/* quicksearch*/
#quick-search .right {
    width: 180px;
}

#quick-search input, #quick-search select {
    margin-right: 10px;
}

#quick-search select.small {
    width: 75px;
}

#quick-search input.small {
    width: 69px;
}

#quick-search dl {
    float: left;
    width: 420px;
}

a.more-options {
    font-size: 13px;
}

#quick-search dd.distance {
    margin-left: 140px;
    font-size: 11px;
    font-weight: normal;
}

#quick-search dd.zipcode label, #quick-search dd.distance label {
    width: 60px;
}

/* extended search */
body form#extended-search {
    overflow: hidden;
}

#extended-search .divider {
    border-top: 1px solid #808080;
    margin: 10px 0 30px 0;
}

#extended-search dl p {
    margin: 0 0 2px 0;
}

#extended-search dt, #extended-search dd {
    height: 25px;
    overflow:hidden;
}
#extended-search dd.list {
    height: 63px;
}
#extended-search dl.images dd, #extended-search dl dd.image {
    height:75px;
    width:93px;
    overflow:visible;
}
#extended-search dl.optionlist dd{
    width:195px;
}
#extended-search dt {
    margin-right: 10px;
    width: 132px;
}

#extended-search dt.large {
    width: 166px;
}



#extended-search dd.left {

}

#extended-search dd {
    width: 190px;
}


#extended-search dd.radio {
    width: auto;
    margin-right: 10px;
}

#extended-search dd.left input.checkbox {
    margin: 0;
}

#extended-search dd label {
    display: inline;
    float: none;
    width: auto;
}

#extended-search select {
    width: 166px;
}

#extended-search input {
    width: 160px;
}

#extended-search input.submit {
    width: 186px;
}

#extended-search input.checkbox, #extended-search input.radio {
    width: 16px;
    height: auto;
}

#extended-search .small {
    width: 126px;
}

#extended-search select.small {
    width: 146px;
}

#extended-search dd.small {
    width: 156px;
}

#extended-search select.tiny, #extended-search input.tiny {
    width: 45px;
}


dl.body-style dd {
    float: left;
    width: 95px;
    margin-right: 35px;
}

dl.body-style dd.remaining input {
    margin-top: 48px;
}

dl.body-style dd.newline {
    padding-left: 142px;
}

dl.body-style dd img {
    padding-bottom: 10px;
}

dl.body-style dd img.disabled {
    padding-bottom: 10px;
    display: none;
}


/* options */

#extended-search .options dt {
    float: none;
    width: auto;
}

.options dd {
    float: left;
    width: 150px;
}

/* floating submit */
.detail-dealer fieldset.search-options {
    right: -275px;    
}

#sidebar {
    width: 220px;
}

#sidebar.sidebar-slide {
    position: absolute;
    left: 725px;
    top: 0px;
}

#sidebar.sidebar-pinned {

    /* ondestaande vervangen door Javascript */
    top: 415px;
    position: absolute;
    right: -235px;
    margin-top: -245px;;

}

fieldset.search-options .sort, fieldset.search-options .result-container {
    padding: 20px 0 5px 18px;
    background: #e4e4e4;
}
fieldset.search-options .sort dd, fieldset.search-options .sort dt{
    height:15px;
    margin:0px;
}
fieldset.search-options .sort dd{
    clear:left;
    margin-bottom:10px;
}
fieldset.search-options .result-container {
    margin-top: 2px;
}

#extended-search fieldset.search-options select#sort {
    width: 180px;
}

/* RESULTS OVERVIEW */

#overview {
    background: #ededed url(media/bg-overview.gif) repeat-x top;
    padding-bottom: 0;
}

#overview dt, #overview dd {
    width: auto;
    margin-right: 10px;
}

#overview form {
    clear: both;
}

#overview label {
    font-size: 11px;
}

#overview select.tiny {
    width: 45px;
}

#overview .result {
    float: left;
    width: 200px;
}

#overview .back {
    float: right;
    text-align: right;
    width: 450px;
}

#overview tr.car-details td {
    border-top: 1px solid #808080;
    padding-top: 10px;
}
#overview tr.car-details td.description {
	padding-right: 10px;
}

#overview tr.car-details td.description strong a {
    color: #0066cc;
    font-weight: bold;
    text-transform: uppercase;
}

#overview tr.car-details td.description strong a:hover {
    color: #f98d33;
}

#overview tr.actions td {
    height: 35px;
}

#overview th, #overview td {
    padding-left: 5px;
}

#overview table a {
    color: #0066cc;
    font-weight: normal;
}

#overview td a:hover {
    color: #f98d33;
}

#overview table th a {
    color: #000000;
    text-decoration: none;
}

#overview table th a:hover {
    text-decoration: underline;
}

#overview table th a.sort-up {
    background: url(media/sort-up.gif) no-repeat right;
    padding-right: 10px;
}

#overview table th a.sort-down {
    background: url(media/sort-down.gif) no-repeat right;
    padding-right: 10px;
}

#overview .photo img {
    border: 1px solid #b9b9b9;
    width: 100px;
}

#overview .description p {
    margin: 0;
}

#overview th.mileage, #overview th.build, #overview th.cost {
    text-align: left;
    padding-right: 5px;
    width: 70px;
}
#overview th.description{
	width:311px;
}

#overview .warranty {
    display: block;
    margin-top: 14px;
}

.ad-favorite {
    margin-right: 5px;
}

#overview a.button-more {
    position: relative;
    background: url(media/button-more.gif) no-repeat;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 12px;
}

#overview a:hover.button-more {
    color: #ffffff;
    text-decoration: underline;
}

.page-nav {
    text-align: right;
    font-weight: bold;
    color: #8d8d8d;
    margin-top: -15px;
}

.page-nav .active {
    color: #000000;
}

.page-nav a, .refine-search a {
    color: #0066cc;
}

.page-nav a:hover, .refine-search a:hover {
    color: #f98d33;
}

/* save search */
.save-search {
    position: relative;
    height: 165px;
}
.popover-content.save-search {
	height: 205px !important;
}

a.save-search-button {
    position: absolute;
    left: 5px;
    width: 211px;
    display: block;
    padding-top: 39px;
    background: url(media/button-save-search.gif) no-repeat;
}

/* refine search */
.refine-search input {
    width: auto;
    height: auto;
}

.refine-search label, .refine-search .label {
    font-size: 12px;
    font-weight: bold;
}

.refine-search form {
    margin-bottom: 17px;
}

.refine-search p.label {
    margin: 0;
}

.refine-search ul {
    list-style: none;
    padding: 0;
    margin: 0 0 17px 0;
}

.refine-search ul.dashed {
    list-style: disc inside;
}

.refine-search ul.dashed li {
	list-style-position: outside;	
	margin-left: 20px;
}


/* DETAIL */
#detail {
    background: url(media/tab-container-gradient-small.gif) repeat-x;
    padding-top: 15px;
    padding-bottom: 0;
}

#detail .nav {
    position: absolute;
    top: -30px;
    left: 6px;
    font-size: 12px;
    width: 696px;
}

#detail .nav .right {
    text-align: right;
}

.detail-car .left, .detail-car .right {
    width: 325px;
}

#detail dt {
    float: left;
}

.photo .medium-image {
    width: 318px;
    height: 240px;
    overflow:hidden;
    border: 2px solid #a7a7a7;
    margin-bottom: 17px;
}

.photo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.photo li {
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
}

.photo li img {
    border: 1px solid #a7a7a7;
    padding: 1px;
}

.photo li.last {
    margin: 0;
}

a.more-pictures {
	display:block;
    clear: both;
    background: url(media/icon-images.gif) no-repeat left;
    padding-left: 25px;
    margin: 0;
    line-height: normal;
}

.car-specs dl {
    font-size: 12px;
    line-height: 150%;
}

.car-specs dt {
    font-weight: bold;
    width: 160px;
}

.car-specs dd {
    float:left;
    width: 160px;
}

a.nap {
    position: absolute;
    top: 155px;
    right: 20px;
}

.dealer-info{
	margin-bottom: 17px;
}
.dealer-info h3 {
    margin: 0;
}

.dealer-info dt {
    font-weight: bold;
    padding-right: 5px;
}

.dealer-info a {
    color: #0066cc;
    font-weight: bold;
}

.dealer-info a:hover {
    color: #f98d33;
}

#detail .divider {
    clear: both;
    border-top: 1px solid #cacaca;
    margin-bottom: 17px;
}

/* toolbar */
.toolbar ul {
    margin: 0;
    padding: 0 0 17px 0;
    list-style: none;
}

.toolbar a {
    display: block;
    font-weight: bold;
    color: #0066cc;
    padding-left: 25px;
    height: 16px;
    margin-bottom: 5px;
}

.toolbar a:hover {
    color: #f98d33;
}

.toolbar a.testdrive {
    background: url(media/icon-key.gif) no-repeat left;
}

.toolbar a.info {
    background: url(media/icon-info.gif) no-repeat left;
}

.toolbar a.print {
    background: url(media/icon-print.gif) no-repeat left;
}

.toolbar a.pdf {
    background: url(media/icon-pdf.gif) no-repeat left;
}

.toolbar a.mail {
    background: url(media/icon-mail.gif) no-repeat left;
}

.toolbar a.star {
    background: url(media/icon-star.gif) no-repeat left;
}

/* finance */
.finance {
    position:relative;
}

.finance form {
    position: absolute;
    left: 10px;
    background: #c7c7c7 url(media/rounded-corners-top.gif) no-repeat;
    width: 180px;
    padding: 10px 10px 0 10px;
}

.finance form dt {
    float: none;
    width: auto;
    font-size: 11px;
    margin: 0 0 5px 0;
}

.finance form dd {
    font-size: 14px;
    font-weight: normal;
}

.finance label {
    display: block;
    border-top: 1px solid #666666;
    padding-top: 15px;
}

.finance input {
    width: 134px;
}

.finance input.submit {
    position: absolute;
    left: 0px;
    width: 206px;
    background: url(media/button-credit.gif) no-repeat;
}

.finance .bottom-text {
    margin-top: 265px; /* om form afstand te overbruggen, indien geen text hoogte aangeven aan finance containers */
}

.finance.last img {
	margin-left:  -10px;
}

/* DEALERS */
#dealers .right {
    width: 255px;
}

#dealers dt {
    width: 100px;
    margin: 0;
}

#dealers input#zipcode {
    width: 60px;
}

#dealers input#place, #dealers input#dealername {
    width: 145px;
}

#dealers input.submit {
    background: url(media/button-search.png) no-repeat;
    float: right;
    width: 117px;
}

/* dealer overview */
.dealer-results #overview {
    background: none;
}

.dealer-results #overview tr td, .dealer-results .page-nav {
    border-top: 1px solid #808080;
    margin: 0;
    padding-top: 10px;
}

.dealer-results .page-nav {
    padding: 10px 0;
}

.dealer-results td {
    height: 100px;
}

.dealer-results .distance {
    vertical-align: middle;
    text-align: right;
    padding: 0 5px 0 0;
}

.dealer-results #overview .photo {
    width: 130px;
}

.dealer-results td p, .dealer-results td address {
    margin: 0;
}

/* dealer detail */

.detail-dealer .dealer-contact {
    height: 90px;
    margin-bottom: 17px;
}

.detail-dealer .dealer-name {
    margin: 0;
}

.detail-dealer .dealer-address {
    width: 325px;
}

.detail-dealer .dealer-info {
    width: 275px;
}

.detail-dealer .dealer-photo {
    float: left;
    margin-right: 10px;
}

.detail-dealer .tab-wrapper {
    clear: both;
    position: relative;
    top: -20px;
    left: -21px;
	width: 705px;
}

.detail-dealer .tab-wrapper #sidebar {
	margin-top: 40px;
}

.detail-dealer .tab-wrapper .tab-body {
    margin-left: 6px;
}

/* FAVORITE - LAST VIEWED*/

ul.favo {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.favo li {
    display: inline;
    float: left;
    width: 120px;
    height: 150px;
    background: url(media/favo-bg-empty.gif) no-repeat;
    margin: 0 14px 17px 0;
    padding: 0;
}

ul.favo li.last {
    margin: 0;
}

ul.favo .car-details {
    width: 100px;
    height: 130px;
    padding: 10px;
    background: url(media/favo-bg.gif) no-repeat;
    overflow: hidden;
    font-size: 11px;
    line-height: normal;
    position: relative;
}

ul.favo a.layer {
	height: 150px;
	width: 120px;
	text-decoration: none;
	position: absolute;
	z-index: 2;


}

ul.favo a.layer:hover {
	background: url(/media/fav-switch-hover.png);
}


.favo .car-details p.name {
    height: 28px;
    line-height: 14px;
    overflow: hidden;
    margin: 8px 0 4px;
}

.favo .car-details p.cost {
    display: inline;
    float: left;
}


.favo .car-details img {
    width: 100px;
    max-height: 75px;
    overflow: hidden;
}

.bin {
    float: right;
    display: block;
    height: 0;
    width: 10px;
    overflow: hidden;
    background: url(media/icon-bin.gif) no-repeat;
    padding-top: 14px;
}

/* OPGESLAGEN */
.saved-searches th, .saved-searches td {
    padding-left: 5px;
}
.saved-searches a{
    text-decoration: none;
}

table .edit {
    text-align: right;
    padding-right: 5px;
}

a.edit, a.delete {
    display: block;
    float: right;
    height: 0;
    width: 12px;
    overflow: hidden;
    background: url(media/icon-edit.gif) no-repeat;
    padding-top: 13px;
}

a.delete {
    background: url(media/icon-delete.gif) no-repeat;
    margin-left: 5px;
}

.saved-searches td {
    border-bottom: 1px solid #aeaeae;
}

/* REPLACE text */
.replace-text {
    padding-top: 14px;
    height: 0px;
    overflow: hidden;
}

#header-container h1 {
    padding-top: 21px;
    background: url(media/heading/kop-ford-a1-occasions.gif) no-repeat right top;
    margin: 0 0 80px 0;
}

#header-container h2 {
    padding-top: 18px;
    background: url(media/heading/kop-header-zoek.gif) no-repeat;
    margin: 0 0 8px 0;
}

#quick-search h1 {
    background: url(media/heading/kop-snel-zoeken.gif) no-repeat;
    width: 95px; /* breedte aangeven indien help aanwezig is */
}

#quick-search h1.modify {
    background: url(media/heading/kop-zoekopdracht-bewerken.gif) no-repeat;
    width: 194px;
}


.saved-searches h1 {
    background: url(media/heading/kop-opgeslagen-zoekopdrachten.gif) no-repeat;
}

.last-viewed h1 {
    background: url(media/heading/kop-laatst-bekeken.gif) no-repeat;
}

.favorite h1 {
    background: url(media/heading/kop-favorieten.gif) no-repeat;
}

.contact h1 {
	background: url(/media/heading/kop-contact.gif) no-repeat left top;
}
.ford-a1-garantie h1 {
    background: url(media/heading/kop-ford-a1-garantie.gif) no-repeat;
}

.ford-credit h1 {
    background: url(media/heading/kop-ford-credit.gif) no-repeat;
}

.extended-search h1 {
    background: url(media/heading/kop-uitgebreid-zoeken.gif) no-repeat;
    width: 143px;
}

.extended-search h1.modify {
    background: url(media/heading/kop-zoekopdracht-bewerken.gif) no-repeat;
    width: 194px;
}


.body-style h1 {
    background: url(media/heading/kop-carrosserie.gif) no-repeat;
    width: 93px;
}

.properties h1 {
    background: url(media/heading/kop-eigenschappen.gif) no-repeat;
    width: 121px;
}

.options h1 {
    background: url(media/heading/kop-opties.gif) no-repeat;
    width: 168px;
}

.local-search h1 {
    background: url(media/heading/kop-regionaal-zoeken.gif) no-repeat;
    width: 139px;
}

.search-options h1 {
    background: url(media/heading/kop-zoekopties.gif) no-repeat;
    width: 89px;
}

.gevonden-autos h1 {
    background: url(media/heading/kop-gevonden-personenautos.gif) no-repeat;
}

.personal .gevonden-autos h1 {
    background: url(media/heading/kop-gevonden-personenautos.gif) no-repeat;
}

.business .gevonden-autos h1 {
    background: url(media/heading/kop-gevonden-bedrijfsautos.gif) no-repeat;
}

.allbrands .gevonden-autos h1 {
    background: url(media/heading/kop-gevonden-autos.gif) no-repeat;
}

.car-specs h2 {
    background: url(media/heading/kop-specificaties.gif) no-repeat;
}

.dealer-info h2 {
    background: url(media/heading/kop-vestiging.gif) no-repeat;
}

h2.equipment {
    background: url(media/heading/kop-uitrusting.gif) no-repeat;
}

h2.additional-information {
    background: url(media/heading/kop-aanvullende-informatie.gif) no-repeat;
}

.toolbar h1 {
    background: url(media/heading/kop-toolbar.gif) no-repeat;
}

.finance h1 {
    background: url(media/heading/kop-financiering.gif) no-repeat;
}

.save-search h1 {
    background: url(media/heading/kop-zoekopdracht-opslaan.gif) no-repeat;
}

.refine-search h1 {
    background: url(media/heading/kop-zoekopdracht-verfijnen.gif) no-repeat;
}

#dealers h1 {
    background: url(media/heading/kop-zoek-een-ford-dealer.gif) no-repeat;
    width: 170px;
}

.dealer-results h1 {
    background: url(media/heading/kop-gevonden-ford-dealers.gif) no-repeat;
}
.password h1 {
    background: url(media/heading/kop-wachtwoord-aanvragen.gif) no-repeat;
}

h2.search-dealer-name {
    background: url(media/heading/kop-zoek-op-dealernaam.gif) no-repeat;
    margin: 34px 0 10px 0;
}

h2.or-region {
    background: url(media/heading/kop-of-op-regio.gif) no-repeat;
    margin: 34px 0 10px 0;
}

.detail-dealer h1.search-head {
    background: url(media/heading/kop-zoek-een-ford-bij-deze-dealer.gif) no-repeat;
    width: 240px;
    margin: 20px 0 0 21px;
    float: left;
}

/* OVERIG */
.last {
    margin: 0;
}



#map_canvas {
    width: 390px;
    height: 435px;
}
    
    
img.error-icon {
    width: 16px;
    height: 15px;
}

li.filter-active {
    font-weight: bold;
}
li.filter-empty {
    font-style: italic;
}

td.photo,
a.image-link {
    min-height: 80px;
    display: block;
    width: 100px;
}

td.photo {
    width: 105px;
}

#save-searchquery {
    float: left;
    position: absolute;
    z-index: 100;
    margin-left: 100px;
    margin-top: 100px;

}

#save-sq-popup {
    position: fixed;
    z-index: 200;
    background-color: white;
    height: 200px;
    margin-top: 10%;
}

#savequery-form {
    height: 200px;
}

#grey {
    width: 100%;
    height: 100%;
    background-color: black;    
    float: left;
    opacity: 0.7;
    position: fixed;
    z-index: 100;
    display: none;
}

img.visual {
margin-left: -15px;
overflow: hidden;
}
.marginextender{
height:1px;
margin:0px;
}

/* TEXT PAGES */
.privacy h1 {
background: url(media/heading/kop-privacy.gif) no-repeat;
}

.algemene-voorwaarden h1 {
background: url(media/heading/kop-algemene-voorwaarden.gif) no-repeat;
}

.ford-a1-garantie-info h1 {
background: url(media/heading/kop-ford-a1-garantie-large.gif) no-repeat;
}

.ford-credit-info h1 { 
background: url(media/heading/kop-ford-credit-large.gif) no-repeat;
}
.privacy h2, .algemene-voorwaarden h2, .ford-a1-garantie h2, .ford-a1-garantie-info h2 {
font-size: 12px;
}

.ford-a1-garantie-info h3 {
font-size: 11px;
margin: 0;
}

.privacy ul, .algemene-voorwaarden ul,.ford-a1-garantie ul {
margin-left: 18px;
}


/* POP OVER */
body.popover {
	background: #efefef url(media/popover/popover-gradient.gif) repeat-x top fixed;
	padding: 0 20px;
}

.popover-content {
	padding: 30px 25px 0 25px;
	width: 534px;
	background: #ffffff url(media/popover/popover-top.gif) no-repeat top;
	overflow: hidden;
}

.switch-favorites {
	width: 660px !important;
	background-image: url(media/popover/popover-top-710.gif) !important;	
}


.popover-content-bottom {
	height: 20px;
	width: 584px;
	background: url(media/popover/popover-bottom.gif) no-repeat top;
}

.popover-content-bottom.switch-favorites {
	width: 710px !important;
	background-image: url(media/popover/popover-bottom-710.gif) !important;	
}


.popover img.feel-the-difference {
	float: right;
	margin: 0 0 10px 10px;
}

.popover h3 {
	margin: 0;
}

.popover form,
.popover .content-frame {
	position: relative;
	width: 495px;
	background: #e4e4e4 url(media/popover-form-top.gif) no-repeat;
	padding: 20px 20px 10px 20px;
}

.popover-form-bottom {
	width: 535px;
	height: 6px;
	background: url(media/popover-form-bottom.gif) no-repeat;
	margin-bottom: 14px;
}

.popover input.send {
	background: url(media/popover/button-send.gif) no-repeat;
}

/* detail car photos */
.car-photos {
	padding: 0;
	width: 100%;
	background: none;
}

.car-photos #large-photo {
	float: right;
	width: 640px;
	height: 480px;
	overflow: hidden;
	border: 4px solid #ffffff;
}

.car-photos #thumbnails {
	float: left;
	width: 74px;
}

.car-photos #thumbnails a {
	display: block;
	width: 61px;
	padding: 1px 0;
	margin: 0 0 0 10px;
}

.car-photos #thumbnails a:hover {
	padding: 0;
	border: 1px solid #a7a7a7;
	margin: 0 0 0 9px;
}

.car-photos #thumbnails img {
	width: 61px;
	margin: 0;
}

.car-photos #thumbnails a.active {
	width: 68px;
	border: 2px solid #ffffff;
	padding: 1px;
	margin: 0 0 0 3px;
}

.car-photos #thumbnails a.active img {
	width: 68px;
}

/* ford credit */
.popover .ford-credit h1 {
	background: url(media/popover/kop-ford-credit-large.gif) no-repeat;
}

.ford-credit th {
	background: none;
}

.ford-credit th.mileage {
	width: 100px;
}

.popover .ford-credit a {
	color: #0066cc;
	font-weight: bold;
}

.ford-credit a:hover {
	color: #f98d33;
}

ul.ford-credit-tools {
	list-style: none;
	margin: 17px 0 0 0;
	padding: 0;
	height: 25px;
}

ul.ford-credit-tools li {
	float: left;
	padding: 0;
	margin: 0;
}

.ford-credit-tools a {
	font-weight: bold;
	padding: 2px 25px;
}

.ford-credit-tools a.pdf {
	background: url(media/popover/icon-pdf-shadow.gif) no-repeat left;
}

.ford-credit-tools a.print {
	background: url(media/popover/icon-print-shadow.gif) no-repeat left;
}

#calculate-module {
	clear: both;
	width: 537px;
	height: 141px;
	margin: -20px 0 17px -4px;
	background: url(media/popover/form-ford-credit-bg.gif) 0px 20px no-repeat;
}

#calculate-module dl {
	font-size: 11px;
	padding: 20px 0 0 97px;
}

#calculate-module dl dd.exchange-value {
	margin-left: 100px;
}

#calculate-module dl dd.exchange-value.print {
	display: none;
}

#calculate-module dl dt.exchange-value {
	line-height: 13px;
}

.ford-credit form#calculate-module dl dt {
	width: 80px;
}

.ford-credit form#calculate-module dl dt.exchange-value {
	padding-top: 5px;
}

.ford-credit form#calculate-module .cost {
	margin-bottom: 20px;
}

.ford-credit form#calculate-module .monthly-costs {
	font-size: 12px;
}

.ford-credit form#calculate-module dl dt.monthly-costs {
	width: 146px;
	height: 29px;
	background: url(media/popover/monthly-costs-left.gif) no-repeat;
	margin-right: 0;
	padding: 10px 0 0 30px;
}

.ford-credit form#calculate-module dl dd.monthly-costs {
	display: block;
	float: left;
	width: 171px;
	height: 29px;
	background: url(media/popover/monthly-costs-right.gif) no-repeat;
	padding: 10px 0 0 5px;
}

#calculate-module input {
	width: 80px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px 0 2px;
	margin-right: 10px;
}

a.refresh {
	background: url(media/popover/icon-refresh.gif) no-repeat left;
	padding: 2px 20px;
}

.ford-credit img.banner {
	margin-left: -13px;
	margin-bottom: 10px;
	margin-top: 8px;
}

#credit-example {
	clear: both;
	border-bottom: 1px solid #c7c0c0;
	border-right: 1px solid #c7c0c0;
	margin-bottom: 10px;

}

h2.credit {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 0px;
	margin-left:-10px;	
}

#credit-example th,
#credit-example td {
	text-align: center;
	font-weight: normal;
	background: none;
	font-size: 9px;
	border-top: 1px solid #c7c0c0;
	border-left: 1px solid #c7c0c0;
	vertical-align:top;
}

#credit-example td {
	font-weight: bold;
}

#credit-example th {
	padding:0px 1px;
	vertical-align: bottom;
}

#credit-car-details td{
	padding-bottom:10px;
}

#credit-summary {
	margin-left: 5px;
}

#credit-summary dt {
	float: left;
	width: 80px;
}
#credit-summary dd {
	float: left;
	width: 95px;	
}




/* zoekopdracht opslaan */




.popover .save-search h1 {
	background: url(media/heading/kop-zoekopdracht-opslaan-large.gif) no-repeat;
	padding-top: 18px;
}

.save-search input.send {
	margin: 5px 0 0 103px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}
.save-search input#e-mail {
	width: 250px;
}

dt.e-mail {
	width: 85px;
}

input#confirm {
	width: 14px;
	height: auto;
	margin: 0 0 0 106px;
	padding: 0;
}

/* garantie */
.bovag-garantie h1 {
	background: url(media/heading/kop-bovag-garantie.gif) no-repeat;
}

.bovag-garantie img, .popover .ford-a1-garantie img, .ford-a1-star-garantie img, .nap img {
	float: right;
}



.popover .ford-a1-garantie h1 {
	background: url(media/heading/kop-ford-a1-garantie-white.gif) no-repeat;
}

.popover .ford-a1-garantie h2 {
	font-size: 14px;
}

.ford-a1-star-garantie h1 {
	background: url(media/heading/kop-ford-a1-star-garantie.gif) no-repeat;
}

.nap h1 {
	background: url(media/heading/kop-nationale-auto-pas.gif) no-repeat;
}

/* @group sitemap */
.sitemap {
	height: auto;
}
.sitemap h1 {
	background: url(media/heading/kop-sitemap.gif) no-repeat;
}
.sitemap ul {
	margin: 0 75px 60px 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
.sitemap ul li {
	padding: 6px 0;
}
.sitemap li ul {
	margin: 0 0 0 20px;
	font-size: 13px;
}
.sitemap li ul li {
	padding: 2px 0;
}
.sitemap ul a {
	text-decoration: none;
}
.sitemap ul a {
	background: url(media/arrow-button.png) no-repeat left center;
	padding: 0 0 0 20px;
}
.sitemap li ul a {
	background: url(media/arrow-black.gif) no-repeat left center;
	padding: 0 0 0 10px;
}
/* @endgroup */

/* thickbox specific link and font settings */
#TB_window {
    position: absolute;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}

#TB_window a:link {
    color: #666666;
}

#TB_window a:visited {
    color: #666666;
}

#TB_window a:hover {
    color: #000;
}

#TB_window a:active {
    color: #666666;
}

#TB_window a:focus {
    color: #666666;
}

/* thickbox settings */
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayMacFFBGHack {
    background: url(media/macFFBgHack.png) repeat;
}

.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}


#TB_window {
    position: fixed;
    background: #ffffff;
    border: 3px solid #ff9933;
    z-index: 102;
    color:#000000;
    display:none;
    text-align:left;
    top:50%;
    left:50%;
}



#TB_window img#TB_Image {
    display:block;
    margin: 0;
    border: none;
}

#TB_caption {
    height:25px;
    float:left;
}

#TB_closeWindow {
    float:right;
}

a#TB_closeWindowButton {
    display: block;
    width: 41px;
    height: 9px;
    margin: 10px 22px 0 0;
    background: url(media/popover/sluiten.gif) no-repeat;
}

#TB_closeAjaxWindow {
    text-align:right;
    float:right;
}

#TB_ajaxWindowTitle {
    float:left;
}

#TB_title {
    background-color: #d9d9d9;
    height:35px;
}

#TB_ajaxContent {
    clear:both;
    overflow:auto;
    text-align:left;
}

#TB_ajaxContent.TB_modal {
    padding:15px;
}

#TB_load {
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect {
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}



#TB_iframeContent {
    clear:both;
    border:none;
    border-right: 1px solid #dfdfdf; /* nodig voor opvulling rechter ruimte */
}


 /* zoekopdracht opslaan */

#save-search-from {
	height: 100px
}

#save-search-from h1 {
	background: url(media/heading/kop-zoekopdracht-opslaan-large.gif) no-repeat;
	padding-top: 18px;
}

#save-search-from input.send {
	margin: 5px 0 0 103px;
}

#save-search-from dt.e-mail {
	width: 85px;
}

#save-search-from input#confirm {
	width: 14px;
	height: auto;
	margin: 0 0 0 106px;
	padding: 0;
}

form dl {
    font-size: 12px;
    font-weight: bold;
}
form dt {
    float: left;
    width: 120px;
    margin-right: 20px;
}
form dt, form dd {
    margin-bottom: 11px;
}
dd label {
    display: block;
    float: left;
    width: 30px;
    font-weight: normal;
    font-size: 11px;
}

/* cartools */
.test-drive h1 {
background: url(/media/heading/kop-proefrit-aanvragen.gif) no-repeat;
padding-top: 18px;
}

.info-request h1 {
background: url(/media/heading/kop-informatie-aanvragen.gif) no-repeat;
padding-top: 18px;
}

.mail-a-friend h1 {
background: url(/media/heading/kop-mail-a-friend.gif) no-repeat;
padding-top: 18px;
}

.test-drive img.feel-the-difference, .info-request img.feel-the-difference, .mail-a-friend img.feel-the-difference {
margin: 0;
}

.test-drive form, .info-request form, .mail-a-friend form {
margin-top: 10px;
}

.test-drive dt, .info-request dt, .mail-a-friend dt {
clear: both;
}
#test-drive-form dd.date select{
	width:93px;
}
#test-drive-form dd.time select{
	width:40px;
}
.mail-a-friend dd {
font-weight: normal;
}

.car-summary dt {
float: left;
width: 140px;
margin-left: 20px;
}

.test-drive .car-summary {
margin-bottom: 17px;
}

.test-drive input, .info-request input, .info-request textarea, .mail-a-friend input, .mail-a-friend textarea {
width: 260px;
}

.info-request textarea, .mail-a-friend textarea {
height: 70px;
}

.test-drive select {
width: 266px;
}

.popover input.radio {
	float: left;
	width: 16px;
	height: auto;
	margin-right: 2px;
}

.test-drive input.send, .info-request input.send, .mail-a-friend input.send {
	width: 184px;
	margin-left: 225px;
}

div.gmnoprint span.dealer-name {
	font-weight: bold;
}

div.gmnoprint .dealer-address {
	padding-top: 2px;
	padding-bottom: 5px;
}

div.gmnoprint a {
	font-weight: bold;
	color: #006bce;
}

div.ford-a1-garantie .visual {
	margin-left: 30px;
	margin-bottom: 5px;
}
