/* CSS Document */

body, html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
body.occasions {
	background: url(media/bg.gif) repeat-y center;
}
p {
	margin: 0 0 10px 0;
}
h1.pagetitle {
	font-size: 21px;
	font-weight: normal;
	color: #999999;
	margin: 0 0 17px 0;
	line-height: normal;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 23px 0;
	line-height: normal;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	line-height: normal;
	color: #666666;
}
h2.graybackground {
	font-size: 12px;
	color: #000000;
	background: #ebebeb;
	padding: 5px;
	zoom: 1;
}
td.wsbsubtitel, td.header_super, .form_header {
	display: block;
	background: #ebebeb;
	padding: 5px;
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
h3, h4, h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
a {
	color: #0066cc;
}
a:hover {
	color: #f78f1e;
}
.blue {
	color: #003399;
}
.orange {
	color: #f78f1e;
}
.big {
	font-size: 18px;
}
img.left {
	margin: 0 10px 10px 0;
}
img.right {
	margin: 0 0 10px 10px;
}
a.download {
	display: block;
	background: url(media/icon_download.gif) no-repeat left center;
	padding: 6px 0 6px 30px;
}
ul.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* LAYOUT */

#main_container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 936px;
	padding: 0 22px;
	margin: 0 auto -75px auto;
	background: url(media/bg.gif) repeat-y;
}
#header_container {
	position: relative;
	height: 120px;
	z-index: 100;
}
.occasions #header_container {
	height: 107px;
	background: #003399 url(media/header_bg.gif) repeat-x;
}
#blanco_container {
	padding: 10px 20px;
}
.clear {
	clear: both;
}
#push {
	height: 75px;
}
#footer {
	position: relative;
	bottom: 0;
	width: 945px;
	height: 55px;
	background: url(media/footer.gif);
	margin: 0 auto;
	padding: 20px 0 0 35px;
	color: #ffffff;
	font-size: 11px;
}
#footer a {
	color: #ffffff;
	padding: 0 2px;
}
#footer a:hover {
	text-decoration: none;
}
a.homelink {
	font-weight: bold;
	text-decoration: none;
}
/* HEADER */
.logo_vanbunningen {
	position: absolute;
	top: 15px;
	left: 12px;
}
.logo_ford {
	position: absolute;
	top: 35px;
	right: 10px;
	z-index: 1000;
}
#site_links {
	float: right;
	text-align: right;
	color: #999999;
	padding: 0 8px;
	font-size: 11px;
}
#site_links a {
	color: #999999;
	padding: 0 2px;
}
#site_links a:hover {
	color: #f78f1e;
}
.occasions #head {
	position: relative;
	margin: 0 auto;
	width: 810px;
}
.logo_occasions {
	float: left;
	margin-top: 30px;
}
.logo_ford_occ {
	float: right;
	margin-top: 20px;
}
/* DROPDOWN MENU */
/*Hoofdnaviagtie ul*/
#nav_container ul#navigation {
	position: absolute;
	top: 59px;
	left: 0;
	width: 935px;
	height: 61px;
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
	z-index: 999;
	background: url(media/menu_bg.gif) repeat-x bottom;
}
.occasions #nav_container ul#navigation {
	position: absolute;
	top: 89px;
	left: 0;
	width: 809px;
	height: 16px;
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
	z-index: 999;
	background: none;
}
/*hoofdnavigatie items*/
#navigation li.mainitem {
	position: relative;
	float: left;
}
/*hoofdnavigatie links*/
#navigation li.mainitem a.hoofditem {
	display: block;
	padding: 16px 15px 27px 15px;
	background: url(media/menu_divider.gif) no-repeat right;
}
.occasions #navigation li.mainitem a.hoofditem {
	padding: 0 15px;
	background: url(media/menu_divider_occ.gif) no-repeat left;
}
/*opent sub navigation ul's*/
#nav_container #navigation li:hover ul, #nav_container #navigation li.over ul {
	display: block;
}
/*ul subnavigation*/	
#navigation li ul {
	position: absolute;
	left: 0;
	z-index: 1000;
	display: none;
	list-style: none;
	background: #ffffff;
	border: 1px solid #999999;
	border-bottom: none;
	border-top: none;
	padding: 0;
	margin-left: -1px;
}
/*subnavigation links*/
#navigation li ul li a {
	display:block;
	background-color: #fff;/* zonder deze werkt display block in IE 6 en 7 niet goed*/
	margin: 0;
	padding: 3px 15px;
	text-align:left;
	width: 170px;
	border-bottom: 1px solid #999999;
}
/*stijlen voor menu links*/			
#nav_container a.hoofditem {
	text-decoration:none;
	color: #ffffff;
}
#nav_container li.mainitem a:hover.hoofditem {
	background: url(media/menu_hover.gif) repeat-x;
}
.occasions #nav_container li.mainitem a:hover.hoofditem {
	background: #003399;
}
#nav_container a.subitem {
	color: #999999;
	text-decoration: none;
}
#nav_container a.subitem:hover {
	background: #ebebeb;
}
/* MAINLAYOUT */
#left_container {
	float: left;
	background: url(media/shadow.gif) repeat-x top;
	width: 190px;
	padding-top: 10px;
}
#content_container {
	display: inline;
	float: right;
	background: url(media/shadow.gif) repeat-x top;
	width: 686px;
	padding: 30px;
}
.actie-layout #content_container {
	overflow: hidden;
	position: relative;
}
.full-width #content_container {
	width: auto;
	float: none;
	display: block;
	padding: 10px 30px 30px 0;
}
.occasions #content_container {
	display: block;
	float: none;
	background: none;
	width: 810px;
	padding: 0;
	margin: 40px auto;
}
.page_category {
	font-size: 14px;
	color: #999999;
	margin: 10px 0;
}
#service_assistent {
	background: url(media/service-assistent-image.jpg) no-repeat right bottom;
}
p.service_assistent {
	padding: 0 5px;
	border-top: 1px solid #cccccc;
	margin: 0;
}
ul.service_assistent {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}
.service_assistent li {
	padding: 0 10px;
	margin: 0;
	border-top: 1px solid #cccccc;
	list-style: none;
	height: 24px;
}
.service_assistent a {
	display: block;
	color: #999999;
	text-decoration: none;
	padding: 3px 0 3px 25px;
	background: url(media/arrow_blue.gif) no-repeat left center;
}
.service_assistent a:hover {
	color: #f78f1e;
}
p.service_assistent a {
	background: url(media/icon_service_ass.gif) no-repeat left center;
	padding: 6px 0 6px 30px;
	font-size: 14px;
	color: #f78f1e;
}
#blanco_container p.assistent {
	font-size: 16px;
}
#blanco_container ul.assistent {
	list-style: none;
	width: 350px;
	margin: 0;
	padding: 0;
}
#blanco_container ul.assistent li {
	background: url(media/divider.gif) no-repeat top;
	height: 30px;
	padding-left: 10px;
}
#blanco_container ul.assistent li a {
	display: block;
	height: 30px;
	background: url(media/arrow_blue.gif) no-repeat left center;
	padding: 3px 0 0 15px;
	text-decoration: none;
	line-height: normal;
}
#blanco_container ul.assistent li a:hover {
	background: none;
}
#blanco_container ul.assistent .big {
	font-size: 18px;
}
/* HOMEPAGE */
.home #left_container {
	width: 306px;
	padding: 0;
}
#intro {
	height: 169px;
	padding: 20px 10px;
}
#intro h2 {
	font-weight: normal;
	margin-bottom: 10px;
}
#shortcuts {
	border-top: 1px solid #cccccc;
}
#shortcuts a {
	display: block;
	width: 266px;
	height: 27px;
	border-bottom: 1px solid #cccccc;
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	padding: 7px 0 0 40px;
}
#shortcuts a.service {
	background: url(media/icon_service.gif) no-repeat left center;
}
#shortcuts a.car {
	background: url(media/icon_car.gif) no-repeat left center;
}
#shortcuts a.search {
	background: url(media/icon_search.gif) no-repeat left center;
}
#shortcuts a.sell {
	background: url(media/icon_sell.gif) no-repeat left center;
}
#shortcuts a:hover.service {
	background: #ebebeb url(media/icon_service.gif) no-repeat left center;
}
#shortcuts a:hover.car {
	background: #ebebeb url(media/icon_car.gif) no-repeat left center;
}
#shortcuts a:hover.search {
	background: #ebebeb url(media/icon_search.gif) no-repeat left center;
}
#flash_container {
	float: right;
	position: relative;
	width: 630px;
	height: 350px;
	z-index: 1;
}
#flash_element {
	position: absolute;
	top: 0;
	left: 0;
	width: 630px;
	height: 350px;
	z-index: 2;
}
#flash_overlay_top {
	position: absolute;
	top: 0;
	right: 0;
	background: url(media/flash_overlay_top.png);
	width: 623px;
	height: 8px;
	z-index: 5;
}
* html #flash_overlay_top {
	background: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/vanbunningen/media/flash_overlay_top.png', sizingMethod='scale');
}
#flash_overlay_left {
	position: absolute;
	top: 0;
	left: 0;
	background: url(media/flash_overlay_left.png);
	width: 7px;
	height: 350px;
	z-index: 5;
}
* html #flash_overlay_left {
	background: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/vanbunningen/media/flash_overlay_left.png', sizingMethod='scale');
}
/* NEWS ATK WSB */

/* include homepage container */
.news_container {
	display: inline;
	float: left;
	width: 300px;
	margin: 20px 18px 20px 0;
}
.last_news_container {
	display: inline;
	float: right;
	width: 300px;
	margin: 20px 0;
}
.news_container h1, .last_news_container h1 {
	font-size: 21px;
	font-weight: normal;
	color: #999999;
	margin: 0 0 10px 0;
	padding-left: 10px;
	line-height: normal;
}
.news_item {
	position: relative;
	width: 284px;
	height: 84px;
	padding: 8px;
	background: #ebebeb;
	overflow: hidden;
}
/* lijstweergave */
.lijst_image {
	float: right;
	width: 120px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #cccccc;
}
a.title, .lijst_header, .lijst_header a {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}
.publishdate, .lijst_datum, .detail_datum {
	font-size: 11px;
	margin: 0;
}
a.readmore, .lijst_navigation_more a, .more a {
	display: block;
	margin: 0;
}
#acties p, p.article {
	margin: 0
}
#acties {
	border-top: 1px solid #999999;
	padding-top: 10px;
}
#externnews .pagenav, .news_list .nav {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
}
.news_list .nav, #externnews .pagenav {
	margin-bottom: 10px;
}
#externnews .article, .news_list .newsitem, #acties .actie {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* include homepage container */
.news_item .lijst_image {
	float: left;
	margin: 0 10px 0 0;
}
.news_item a.title, .news_item .lijst_header, .news_item .lijst_header a {
	font-size: 14px;
}
.news_item p.article, .news_item .publishdate, .news_item .lijst_datum {
	display: none;
}
.news_item a.readmore, .news_item .lijst_navigation_more a, .news_item .more a {
	position: absolute;
	bottom: 10px;
	left: 138px;
	background: url(media/arrow_blue.gif) no-repeat left center;
	padding-left: 15px;
}
.news_item #externnews .article {
	border-bottom: none;
}
#newscarrousel a.readmore, #aanbiedingencarrousel a.readmore {
	display: none;
}
.subtitle {
	display: block;
}
#content_container a.subtitle {
	color: #000000;
	text-decoration: none;
}
/* detailpagina */
#news_detail .nav, .actie p.back {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	height: 25px;
}
#news_detail .navbar {
	float: left;
}
#news_detail .back {
	float: right;
	text-align: right;
}
.detail_header, #news_detail h1 {
	font-size: 18px;
	margin: 0;
}
#news_detail .publishdate, .detail_datum {
	margin-bottom: 10px;
}
#image_container, .detail_image, .actie #detail .image {
	float: right;
	width: 122px;
	margin-left: 10px;
}
#image_container img, .detail_image img, .actie #detail .image img {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}
#detail_newsitem_content, .actie #detail .bodytext {
	width: 545px;
}
/* popup */
#externnews #popup_content {
	padding: 10px 0 0 10px;
}
#externnews #popup_image {
	height: 330px;
	overflow: hidden;
}
/* NIEUWE MODELLEN */
table#header {
	width: 100%;
}
/* index */
#nieuwexternindex td {
	width: 33%;
	border-bottom: 1px solid #cccccc;
	height: 230px;
}
#nieuwexternindex .description img, #nieuwexternuitvoeringen img.plaatje, #nieuwexterndetail img.plaatje {
	background: url(media/shadow.gif) repeat-x bottom;
	padding-bottom: 9px;
}
#nieuwexternindex .description img {
	margin-bottom: 10px;
}
#nieuwexternindex .description {
	line-height: normal;
}
#nieuwexternindex .description p.modelname {
	font-weight: bold;
	margin: 0;
}
#nieuwexternindex .description p.details a {
	display: block;
	margin-top: 10px;
}
/* uitvoering */
#nieuwexternuitvoeringen h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px 0;
	line-height: normal;
}
#nieuwexternuitvoeringen table#uitvoering {
	width: 500px;
}
#nieuwexternuitvoeringen table#uitvoering .uitvoering_label {
	color: #ffffff;
	background: #003399;
	padding: 3px 0 3px 5px;
}
#nieuwexternuitvoeringen table#uitvoering td {
	padding: 3px 5px;
}
#nieuwexternuitvoeringen table#uitvoering tr.even {
	background: #ebebeb;
}
#nieuwexternuitvoeringen table#uitvoering .brandstof a, #nieuwexternuitvoeringen table#uitvoering .prijs a {
	text-decoration: none;
	color: #666666;
}
#nieuwexternuitvoeringen table#uitvoering .prijs {
	text-align: right;
	padding-right: 10px;
}
/* detail */
#nieuwexterndetail #detail_gegevens td.data {
	text-align: right;
}
#nieuwexterndetail .label, #nieuwexterndetail .data {
	border-bottom: 1px solid #ebebeb;
}
#nieuwexterndetail .label {
	padding-left: 4px;
}
#nieuwexterndetail .data {
	text-align: right;
	padding-right: 4px;
}
#nieuwexterndetail .uitvoering_label {
	border-bottom: 3px solid #ebebeb;
}
#nieuwexterndetail .uitvoering, #nieuwexterndetail .brandstof, #nieuwexterndetail .prijs {
	border-bottom: 1px solid #ebebeb;
}
#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: 170px;
	height: 18px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #003399;
	text-align: center;
	padding: 2px 0 5px 0;
	margin-right: -1px;
	font-weight: bold;
	background: #003399;
}
a#detail_algemeen, a#detail_techniek, a#detail_veiligheid, a#detail_interieur {
	text-decoration: none;
	color: #ffffff;
}
#nieuwexterndetail table#nav {
	border: 1px solid #666666;
	border-bottom: none;
}
#nieuwexterndetail table#nav a:hover {
	text-decoration: none;
	background: #0066cc;
	color: #ffffff;
}
#nieuwexterndetail table#nav .activedetail {
	background: #ffffff;
	border-left: 1px solid #ffffff;
	color: #222222;
}
#alg table, #tech table, #veil table, #int_ext table {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 686px;
}
/* afbeelding */
.column .body {
	text-align: center;
}
.column .body img {
	border-top: 10px solid #f78f1e;
	background: url(media/shadow.gif) repeat-x bottom;
	padding-bottom: 9px;
}
/* KIES */
#dsl {
	position: relative;
	z-index: 1;
	zoom: 1;
}
.footer h1 {
	display: none;
}
/* searchbox */
#searchbox {
	padding: 10px;
	height: 155px;
	background: #ebebeb;
	border-top: 10px solid #003399;
}
.group {
	height: 50px;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
}
#searchbox p {
	float: left;
	width: 166px;
}
#searchbox select {
	width: 145px;
}
#submit {
	text-align: right;
	margin: 10px 0;
}
#submit input {
	width: 130px;
	border: none;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	cursor: pointer;
	background: url(media/arrow_blue_bg.gif) no-repeat right center;
}
/* modeloverzicht */
.modeloverzicht h2, .merkoverzicht h2 {
	font-size: 12px;
	color: #000000;
	background: #ebebeb;
	padding: 5px;
	zoom: 1;
}
.modeloverzicht table, .merkoverzicht table {
	width: 100%;
	margin-bottom: 20px;
}
.modeloverzicht td, .merkoverzicht td {
	width: 33%;
}
.modeloverzicht a, .merkoverzicht a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	background: url(media/arrow_blue.gif) no-repeat left center;
	padding: 5px 15px;
	margin-left: 10px;
}
/* overview */
#dsl #overview #page_nav {
	color: #666666;
	font-size: 12px;
	margin: 4px 0;
	float: right;
}
#dsl #overview #page_nav a {
	text-decoration: none;
}
#dsl #overview #page_nav a:hover {
	text-decoration: underline;
}
#dsl #overview #page_nav .splitter {
	padding: 0 2px;
	color: #666666;
}
#dsl #overview #page_nav .selected {
	font-weight: bold;
	color: #666666;
}
#dsl #overview table#overview_list {
	clear: both;
}
#dsl #overview table#overview_list tr.list_header {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
#dsl #overview table#overview_list tr.list_header a, #dsl #overview table#overview_list tr.list_header td.description a {
	text-decoration: none;
	color: #ffffff;
}
#dsl #overview table#overview_list tr.list_header td.label {
	padding: 3px 0;
	background: #003399 url(media/shadow.gif) repeat-x bottom;
	;
	color: #ffffff;
	border-bottom: none;
	padding-bottom: 11px;
}
#dsl #overview table#overview_list tr.list_header td.photo {
	padding-left: 5px;
}
#dsl #overview table#overview_list td.detail {
	padding: 4px 0;
}
#dsl #overview table#overview_list tr.rij_even td {
	background: #fafafa;
}
#dsl #overview table#overview_list td.photo {
	width: 102px;
	padding-right: 5px;
}
#dsl #overview table#overview_list td.photo img {
	border: 1px solid #cccccc;
	padding: 1px;
}
#dsl #overview table#overview_list td.carbuild, #dsl #overview table#overview_list td.location, #dsl #overview table#overview_list td.price, #dsl #overview table#overview_list td.kmstand, #dsl #overview table#overview_list td.listing {
	text-align: right;
	width: 85px;
}
#dsl #overview table#overview_list td.listing, #dsl #overview table#overview_list tr.list_header td.listing, #dsl #overview table#overview_list td.price, #dsl #overview table#overview_list tr.list_header td.price {
	padding-right: 4px;
}
#dsl #overview table#overview_list td.description span.car_brand {
	display: block;
	font-weight: bold;
}
#dsl #overview table#overview_list td.description a {
	text-decoration: none;
	color: #000000;
}
#dsl #overview table#overview_list td.description a.pictures {
	text-decoration: underline;
	font-size: 11px;
}
#dsl #overview table#overview_list td.description a.pictures {
	color: #0066cc;
}
#dsl #overview table#overview_list td.description a:hover.pictures {
	color: #f78f1e;
}
#dsl #overview table#overview_list td.price .garantie {
	font-size: 11px;
	font-style: italic;
	color: #0066cc;
}
/* detail */
#dsl #detail h2 {
	font-size: 18px;
	font-weight: normal;
}
#dsl #detail h2 span {
	font-size: 12px;
}
#dsl #detail a.back {
	position: absolute;
	right: 0;
	top: 0;
}
#dsl #detail a.back-overview {
	float: right;
}
#dsl #detail_left {
	float: left;
	position: relative;
	width: 326px;
}
#dsl #detail_left #afbeelding {
	position: relative;
	width: 320px;
	height: 240px;
	overflow: hidden;
	background: #ebebeb;
}
#dsl #detail_left #afbeelding a.zoom {
	position: absolute;
	bottom: 2px;
	left: 2px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(media/zoom.png) no-repeat;
}
* html #dsl #detail_left #afbeelding a.zoom {
	background: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/vanbunningen/media/zoom.png', sizingMethod='scale');
}
#dsl #detail_left #afbeelding_thumb {
	width: 325px;
	height: 100px;
	background: url(media/thumbs_bg.gif) repeat;
	margin-top: 5px;
}
#dsl #detail_left #afbeelding_thumb img {
	margin: 0 0 1px 0;
	padding: 0;
	width: 59px;
	height: 44px;
	border: 1px solid #cccccc;
}
#dsl #detail_right {
	float: right;
	width: 360px;
}
#detail_right h3 {
	background: url(media/container_top.gif) no-repeat;
	padding: 5px 0 0 10px;
}
#dsl #detail_right dl {
	border: 1px solid #cccccc;
	border-top: none;
	height: 245px;
	margin: 0;
	padding: 10px 2px;
}
#dsl #detail_right dl dt, #dsl #detail_right dl dd {
	padding: 0 0 0 8px;
}
#dsl #detail_right dl dt {
	float: left;
	width: 110px;
	height: 18px;
}
#dsl #detail_right dl dd {
	height: 18px;
	overflow: hidden;
}
#dsl #detail_right dl dd.garantie {
	overflow: visible;
}
#dsl dt.price, #dsl dd.price {
	font-weight: bold;
}
#dsl dl#carspecs dt.listing {
	color: #f78f1e;
}
#dsl dl.carspecs {
	position: relative;
}
#dsl dt.nap, #dsl dd.nap {
	background: #a6c3d3;
}
#dsl dd.nap span.nap {
	position: absolute;
	top: 138px;
	left: 560px;
}
#dsl dt.naplabel, #dsl dd.naplabel {
	background: #a6c3d3;
}
#dsl dd.naplabel a.naplabel {
	position: absolute;
	top: 85px;
	right: 10px;
}
#dsl .bovag {
	margin-left: 10px;
}
#dsl #shortlinks, #dsl #car-tools {
	width: 350px;
	height: 43px;
	padding: 10px 0 0 10px;
	background: #ebebeb url(media/shadow_gray.gif) repeat-x top;
}
#dsl #car-tools {
	margin: 0;
	list-style: none;
}
#dsl #car-tools li {
	float: left;
}
#dsl #car-tools li a, #dsl #car-tools li p {
	display: block;
	padding-left: 20px;
	margin-bottom: 2px;
	width: 95px;
}
#dsl #car-tools li a.follow, #dsl #car-tools li p.follow {
	background: url(media/kies/icon-follow.gif) no-repeat left center;
	width: 100px;
}
#dsl #car-tools li p.follow {
	color: #666666;
}
#dsl #car-tools li a.follow {
	background: url(media/kies/icon-follow.gif) no-repeat left center;
}
#dsl #car-tools li a.testdrive {
	background: url(media/kies/icon-testdrive.gif) no-repeat left center;
}
#dsl #car-tools li a.pdf {
	background: url(media/kies/icon-pdf.gif) no-repeat left center;
}
#dsl #car-tools li a.info {
	background: url(media/kies/icon-info.gif) no-repeat left center;
	width: 100px;
}
#dsl #car-tools li a.callme {
	background: url(media/kies/icon-call.gif) no-repeat left center;
}
#dsl #car-tools li a.mail {
	background: url(media/kies/icon-mail.gif) no-repeat left center;
}
#dsl #car-tools li a.trade {
	background: url(media/kies/icon-trade.gif) no-repeat left center;
}
body.occasions #dsl #car-tools li a.mail {
	margin-left: 5px;
}
#dsl #shortlinks a {
	display: inline;
	float: left;
	width: 100px;
	font-size: 12px;
	text-decoration: none;
	background: url(media/arrow_blue.gif) no-repeat left center;
	margin: 0 10px 0 0;
	padding-left: 15px;
}
#dsl #shortlinks a:hover {
	text-decoration: underline;
}
#dsl #options, #dsl #comments, #dsl #dealerinfo {
	clear: both;
	padding: 10px 0;
}
#dsl #options h3, #dsl #comments h3, #dsl #dealerinfo h3, #dsl #info h3 {
	font-size: 12px;
	background: #ebebeb;
	padding: 5px;
	margin-bottom: 10px;
	zoom: 1;
}
#dsl #comments p, #dsl #dealerinfo p, #dsl #info dl, #dsl .print dl {
	padding: 0 10px;
}
#dsl #options .collumn {
	float: left;
	width: 320px;
	margin-bottom: 20px;
}
#dsl #options .no1 {
	margin-left: 10px;
}
#dsl #popover dt {
	float: left;
	display: inline;
	width: 150px;
	font-weight: bold;
}
#dsl #form_melding {
	color: red;
}
#dsl #popover a.print {
	display: block;
	width:750px;
	text-align: center;
	padding-bottom: 10px;
}
.collumnprint {
	float: left;
	width: 270px;
}
/* KIES OCCASIONSITE */
body.occasions .left_container {
	float: left;
	width: 405px;
	margin-top: 40px;
}
body.occasions .right_container {
	float: right;
	width: 405px;
	margin-top: 40px;
}
body.occasions .homebox, body.occasions .homebox_search {
	background: url(media/container_bg.gif) no-repeat;
	width: 380px;
	height: 125px;
	padding: 10px;
}
body.occasions .homebox_search {
	padding-right: 0;
	width: 390px;
}
body.occasions .homebox img {
	border: 1px solid #ffffff;
	float: left;
	margin-right: 10px;
}
body.occasions .homebox .specs h3 a {
	font-size: 14px;
	text-decoration: none;
}
body.occasions .homebox .specs p {
	height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
body.occasions .homebox .specs dl {
	float: left;
	margin: 0;
	padding: 0;
	width: 205px;
}
body.occasions .homebox .specs dt {
	float: left;
	width: 60px;
}
body.occasions .homebox .specs dd {
	text-align: right;
}
body.occasions .homebox_search p {
	float: left;
	width: 195px;
	margin-bottom: 5px;
}
body.occasions .homebox_search select {
	width: 185px;
}
body.occasions .homebox_search input.submit {
	float: right;
	border: none;
	background: url(media/arrow_white.gif) no-repeat right;
	font-size: 21px;
	color: #ffffff;
	padding-right: 10px;
	margin-right: 10px;
	cursor: pointer;
	width: 120px;
}
body.occasions a.more {
	display: block;
	background: url(media/arrow_blue.gif) no-repeat left center;
	padding-left: 15px;
	height: 18px;
}
body.occasions .homebox_search a.more {
	margin-top: 10px;
}
body.occasions .homebox a.more {
	width: 100px;
	float: left;
}
body.occasions #dsl #detail_right {
	float: right;
	width: 480px;
}
body.occasions #detail_right h3 {
	background: url(media/container_top_occ.gif) no-repeat;
	padding: 5px 0 0 10px;
}
body.occasions #dsl #shortlinks, body.occasions #dsl #car-tools {
	width: 470px;
}
/* KIES PRO TOEVOEGINGEN */

/* login */
#dsl #login #inloggen {
	float: left;
	display: inline;
	width: 330px;
}
#dsl #login #inloggen .login {
	padding: 5px 25px;
	margin: 10px 0;
	background: #ebebeb;
	width: 280px;
}
#dsl #login #registreren {
	float: right;
	display: inline;
	width: 330px;
}
#dsl #login dl {
	line-height: 20px;
}
#dsl #login dt {
	float: left;
}
#dsl #login #inloggen dt {
	width: 90px;
}
#dsl #login #registreren dt {
	width: 140px;
}
#dsl #login input, #dsl #login select {
	margin-bottom: 2px;
}
#inloggen input, .retrieve input {
	width: 180px;
}
#dsl #inloggen .forgot {
	text-align: right;
}
#dsl .submit-button {
	text-align: right;
}
#dsl .submit-button input.submit, #dsl .submit-button input.reset, #dsl .submit-button a.cancel {
	width: 100px;
	height: 24px;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 0;
	text-decoration: none;
	text-align: center;
}
#dsl .submit-button a.cancel {
	margin-right: 5px;
	padding: 4px 20px;
}
* html #dsl .submit-button a.cancel {
	position: relative;
	top: -5px;
}
#dsl .submit-button input.submit {
	background: #003399;
	color: #ffffff;
	border: 1px solid #003399;
}
#dsl .submit-button input.reset, #dsl .submit-button a.cancel {
	background: #cccccc;
	color: #ffffff;
	border: 1px solid #999999;
}
#dsl .submit-button input:hover.submit, #dsl .submit-button input:hover.reset, #dsl .submit-button a:hover.cancel {
	border: 1px solid #f78f1e;
}
/* wachtwoord vergeten */
#dsl .retrieve dl {
	width: 280px;
	padding: 15px 25px;
	background: #ebebeb;
}
#dsl .retrieve dt {
	float: left;
	margin-right: 5px;
}
#dsl .retrieve .submit-button {
	width: 330px;
}
/* mijn account */
dl.account_details {
	padding: 5px 10px;
	background: #ebebeb;
	width: 400px;
}
dl.account_details dt {
	float: left;
	width: 140px;
}
ul.account_tools {
	list-style: none;
	margin: 0;
	padding: 0;
}
#account_overview .followed_car {
	float: left;
	display: inline;
	width: 164px;
	margin: 0 7px 17px 0;
}
#account_overview .followed_car img {
	padding: 1px;
	border: 1px solid #cccccc;
}
#account_overview .followed_car p {
	margin: 0;
}
#account_overview .followed_car .price {
	border-bottom: 1px solid #cccccc;
}
#account_overview .followed_car .delete-car {
	text-align: right;
	margin: 3px 0 0 0;
}
#account_overview table {
	margin-bottom: 10px;
}
#account_overview th {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	background: #003399;
	color: #ffffff;
	padding-left: 5px;
}
#account_overview td {
	border-bottom: 1px solid #cccccc;
}
/* save search */
#search-box {
	padding: 10px;
	padding-right: 10;
	height: 130px;
	background: #ebebeb;
	margin-bottom: 10px;
	border-top: 10px solid #003399;
}
#search-box select {
	width: 158px;
	margin: 0 10px 0 0;
}
/* wijzig */
#wijzig dt {
	float: left;
	width: 120px;
}
#wijzig input {
	margin-bottom: 2px;
}
/* popovers */
#pop_over_container {
	padding: 10px;
}
#pop_over_container td {
	font-size: 12px;
}
#pop_over_container input, #pop_over_container select, #pop_over_container textarea {
	width: 232px;
}
#pop_over_container textarea {
	height: 55px;
}
#pop_over_container input.checkbox {
	width: auto;
}
#pop_over_container .submit-button {
	margin-top: 10px;
}
.belmij h3 {
	padding: 5px 0 15px 0;	
}
.belmij #cardetails {
	background: #ebebeb;
	height: 120px;
	padding: 5px;
}
.belmij img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ffffff;
}
.belmij form {
	clear: both;
}
.belmij dt {
	float: left;
	width: 165px;
	font-weight: bold;
}
#dsl .belmij input {
	width: 212px;
}
/* alerts & icons*/

#dsl div.alert {
	height: 19px;
	background: url(media/kies/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/kies/icon-alert.gif) no-repeat left center;
	margin: 0;
}
#dsl div.succes {
	background: url(media/kies/succes-bg.gif) repeat-x;
	border: 1px solid #12b010;
}
#dsl div.succes p {
	background: url(media/kies/icon-succes.gif) no-repeat left center;
}
#dsl div.error {
	background: url(media/kies/error-bg.gif) repeat-x;
	border: 1px solid #fa0000;
}
#dsl div.error p {
	background: url(media/kies/icon-error.gif) no-repeat left center;
	color: #ffffff;
}
#dsl ul.error, #dsl span.error {
	color: #fa0000;
}
#dsl a.add {
	background: url(media/kies/icon-plus.gif) no-repeat left center;
	padding-left: 20px;
}
#dsl a.delete {
	background: url(media/kies/icon-bin.gif) no-repeat left center;
	padding-left: 20px;
}
#dsl #account_overview a.search {
	background: url(media/kies/icon-zoom.gif) no-repeat left center;
	padding: 2px 0 0 20px;
}
#dsl a.edit {
	background: url(media/kies/icon-edit.gif) no-repeat left center;
	padding: 2px 0 0 20px;
}
/* WSB STYLEN */
.sitemap td.detailkop {
	background: #003399 url(media/shadow.gif) repeat-x bottom;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 0 0 10px;
	height: 28px;
}
.sitemap ul {
	margin-top: 10px;
}
/* aflevering module*/
#aflevering_thumbs img {
	background: url(media/shadow.gif) repeat-x bottom;
	padding-bottom: 7px;
}
#aflevering_detail .left {
	float: left;
	width: 480px;
}
#aflevering_detail .right {
	float: right;
	width: 200px;
}
.aflevering_backlink {
	text-align: right;
	width: 200px;
	float: right;
}
/* VESTIGINGEN */
table#vestigingen img {
	background: url(media/shadow.gif) repeat-x bottom;
	padding-bottom: 8px;
}
table#vestigingen h2 a {
	text-decoration: none;
}
/* ACTIE PAGES */
#actie-header {
	width: 936px;
}
#actie-header img {
	border: none;
}
#actie-header .menu {
	background: url(/imgbase/portal_379/actie-menu.png) repeat-x;
	height: 36px;
	text-align: center;
}
#actie-header ul {
	display: inline-block;
}
#actie-header li {
	float: left;
	height: 36px;
	border-right: 1px solid #333;
}
#actie-header li.last {
	border: none;
}
#actie-header li a {
	display: block;
	height: 0;
	padding: 36px 15px 0 15px;
	overflow: hidden;
	background-position: center 10px;
	background-repeat: no-repeat;
}
#actie-header li a.ka {
	width: 28px;
	background-image: url(media/actie-menu/actie-ka.png);
}
#actie-header li a.fiesta {
	width: 60px;
	background-image: url(media/actie-menu/actie-fiesta.png);
}
#actie-header li a.focus {
	width: 60px;
	background-image: url(media/actie-menu/actie-focus.png);
}
#actie-header li a.focus-cc {
	width: 95px;
	background-image: url(media/actie-menu/actie-focus-cc.png);
}
#actie-header li a.focus-rs {
	width: 92px;
	background-image: url(media/actie-menu/actie-focus-rs.png);
}
#actie-header li a.mondeo {
	width: 81px;
	background-image: url(media/actie-menu/actie-mondeo.png);
}
#actie-header li a.s-max {
	width: 66px;
	background-image: url(media/actie-menu/actie-s-max.png);
}
#actie-header li a.c-max {
	width: 68px;
	background-image: url(media/actie-menu/actie-c-max.png);
}
#actie-header li a.galaxy {
	width: 68px;
	background-image: url(media/actie-menu/actie-galaxy.png);
}
#actie-header li a.kuga {
	width: 52px;
	background-image: url(media/actie-menu/actie-kuga.png);
}
#actie-header li a.transit {
	width: 61px;
	background-image: url(media/actie-menu/actie-transit.png);
}
.actie-layout .slider {
	padding: 20px 0;
}
.actie-layout .slider li {
	width: 470px;
}
.actie-layout .slider img {
	border: none;
}
.actie-layout .offerte-button {
	display: block;
	width: 316px;
	height: 0;
	padding-top: 53px;
	overflow: hidden;
	background: url(media/actie-menu/offerte-aanvragen.png) no-repeat;
	float: right;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop));
}
#TB_window img#TB_Image {
	display:block;
	margin: 0;
	border: none;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:23px;
	padding:11px 18px 10px 0;
	float:right;
}
a#TB_closeWindowButton {
	display: block;
	width: 23px;
	height: 19px;
	background: url(media/close.gif);
	margin: 3px -2px 0 0;
}
a:hover#TB_closeWindowButton {
	background: url(media/closehover.gif);
}
#TB_closeAjaxWindow {
	padding:2px 5px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 20px;
	margin-bottom:1px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#TB_title {
	background-color: #003399;
	border-bottom: 5px solid #f78f1e;
	height:27px;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#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 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#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%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#TB_next a:link, #TB_prev a:link {
	color: #0066cc;
	font-weight: bold;
}
#TB_next a:hover, #TB_prev a:hover {
	color: #f78f1e;
}

