/**
 * Default Stylesheet
 * 
 * @author Lee Boonstra, <lee.boontra@efocus.nl>
 * @since 2.0, 19 apr, 2010
 * @copyright eFocus
 */

* {
	margin: 0;
	padding: 0;
}

.f_radio{
	border:1px solid black;
}

body {
	background: #fff;
	color: #014d6e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875em; /* This is based on the browser default of 16px and results in 12px. */
	line-height: 1.36em; /* This is based on the above font size of in this case 12px and results in 18px. */
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 0.5em;
}

h1 {
	font-size: 14px;
	color: #014d6e;
}

h2 {
	font-size: 14px;
	color: #014d6e;
	text-transform: uppercase;
}

div.cb_highlight h3 {
	font-size: 14px;
	text-transform: uppercase;
}

div#banner h1 {
	font-size: 14px;
	text-transform: uppercase;
}

h3 {
	font-size: 1em;
	color: #014d6e;
}

h4 {
	font-size: 1em;
	color: #014d6e;
}

h5 {
	font-size: 1em;
	color: #014d6e;
}

h6 {
	font-size: 1em;
}

p {
	font-size: 1em;
}

a {
	color: #014d6e;
	text-decoration: underline;
}

a:hover {
	color: #0099cc;
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	height: 0;
	color: #cccccc;
	border: none;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

ul {
	margin: 0 0 1em;
	list-style-type: none;
	padding: 0;
}

ul#kleuroptielijst2 {
	padding: 10px 0 0 0;
}

ul li {
	list-style: none;
}

ol {
	margin: 0 0 1em 3em;
	padding: 0;
}

ol li {
	margin: 0 0 0.25em;
}

table {
	margin: 0 0 1em;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
}

.clear {
	clear: both !important;
}

.top-margin {
	margin-top: 20px;
	margin-bottom: 0 !important;
}

.float-right {
	float: right;
}

/**
 * GRID
 */
div#page {
	background: url(../siteimg/bg_page.jpg) repeat-y;
	margin: 0 auto;
	padding: 0 10px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 990px;
	position: relative;
}

div#page div#page_bottom {
	background: url(../siteimg/bg_page_bottom.png) no-repeat;
	height: 10px;
	width: 1010px;
	position: absolute;
	left: 0;
	bottom: 0;
}

div#leftcol {
	float: left;
	margin: 0 20px;
	width: 640px;
}

div#rightcol {
	float: left;
	width: 280px;
}

div#fullcol,
#heading {
	width: 970px;
	float: right;
}

div#header {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}

div#fullcol {
	margin-bottom: 30px;
	padding: 25px 20px;
	width: 930px;
}

div.container {
	margin: 0 20px;
}

/**
 * HEADER
 */
ul#extranav {
	background: #9aacc4;
	color: #fff;
	float: right;
	font-size: 9px;
	line-height: 25px;
	margin: 0 0 12px;
	padding: 0 10px;
}

ul#extranav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul#extranav li a {
	color: #fff;
	text-decoration: none;
}

ul#extranav li a:hover {
	text-decoration: underline;
}

a#logo_leeuwekeur {
	float: left;
	margin: 41px 0 2px 0;
	display: inline-block;
}

ul#navmain {
	left: 310px; /* 990 - 310 */
	position: absolute;
	top: 74px;
	width: 680px;
}

ul#navmain li {
	background: none;
	color: #79797b;
	list-style: none;
	float: left;
	font-size: 9px;
	font-weight: bold;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	border-left: 1px solid #bcbdc0;
}

ul#navmain li:first-child {
	margin: 0 8px 0 0;
	padding: 0;
	border: none;
}

ul#navmain li a {
	color: #79797b;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

ul#navmain li a:hover{
	color: #014d6e;
}

ul#breadcrumbs {
  clear: both;
  position: relative;
  top: -5px;
  left: 290px;
}

ul#breadcrumbs li {
	background: none;
	color: #bcbdc0;
	font-size: 9px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#breadcrumbs li a {
	background: url(../siteimg/icon_spacer.jpg) right 0.2em no-repeat;
    color: #bcbdc0;
	margin-right: 4px;
	padding-right: 10px;
}

#heading {
	background: #9aacc4;
	height: 32px;
	margin-left: 20px;
}

#heading h1 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	padding-left: 20px;
}

/*
 * Content blocks
 */

div#fullcol {
	background: #f0f0f0 url(../siteimg/bg_block_home.jpg) repeat-x;
	height: 173px;
}

div.contentblock {
	margin-bottom: 12px;
	width: 640px;
}

div.contentblock div.contentpage {
	width: 590px;
	margin: 20px;
}

div#rightcol div.contentblock {
	background-position: -641px top;
	width: 265px;
}

div#rightcol div.cb_top ul.linklist {
	margin-left: 10px;
	padding-top: 10px;
}

div#rightcol div.cb_top {
	width: 280px;
}

div#rightcol div.cb_highlight {
	display: inline-block;
	width: 270px;
	background: #f0f0f0;
	padding: 30px 20px 20px;
	margin-bottom: 30px;
}

div#rightcol div.cb_highlight div.cb_top {
	background-position: -1255px -50px;
}

div#rightcol div.cb_highlight div.cb_top h2 {
	margin-bottom: 20px;	
}

div.cb_body {
	background: url(../siteimg/bg_block.jpg) repeat-x;
	margin-bottom: 12px;	
	padding: 14px 17px 12px;
	width: 606px;
}

div.homezoekoccasion div.cb_body {
	height: 400px;
	border: 1px solid #e2e2dc;
}

div.uitgebreid_zoeken div.cb_body {
	margin-top: 20px;
	border:1px solid #E2E2DC;
}

div.cb_bottom {
	height: 5px;
	margin-right: -2px;
	padding-bottom: 6px;
	position: relative;
	top: 5px;
	width: 640px;
}

div#rightcol div.cb_bottom {
	width: 265px;
	background-position: -980px -50px;
}

div#rightcol div.cb_highlight ul {
	margin: 0;
}

div#rightcol div.cb_highlight ul li {
	list-style-type: disc;
	margin-left: 15px;
	color: #6c8ca2;
	line-height: 21px;
	font-weight: bold;
}

a.link {
	background: url(../siteimg/icon_arrow.png) no-repeat left 4px;
	padding-left: 15px;
	color: #6c8ca2;
	text-decoration: none;
	font-weight: bold;
}

a.link:hover {
	background: url(../siteimg/icon_arrow_hover.png) no-repeat left 4px;
	color: #7dbed7;
	text-decoration: underline;
}

ul.linklist li {
	border-top: 1px solid #dcdcdc;
	list-style: none;
	background: none;
	margin-bottom: 14px;
	padding-left: 10px;
	padding-top: 10px;
}

ul.linklist li a {
	background: url(../siteimg/icon_arrow.png) no-repeat left 4px;
	color: #6c8ca2;
	font-weight: normal;
	padding-left: 10px;
	line-height: 21px;
	margin-left: -10px;
	display: inline-block;
	text-decoration: none;
}

ul.linklist li a:hover {
	background: url(../siteimg/icon_arrow_hover.png) no-repeat left 4px;
	color: #7dbed7;
	text-decoration: underline;
}

ul.linklist li p {
	color: #000000;
}

.small{
	font-size:10px;
}


/*
 * Home
 */
#fullcol div.carrousel-box{
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 14px 0;
	width: 640px;
}

#nieuweautocaroussel.box {
	position: relative;
	background: #fff;
	border: 1px solid #ccccc6;
	display: block;
	height: 140px;
	width: 639px;
}

#fullcol div.carrousel-box div.bottom{
	background: #fff url(../siteimg/bg-carrousel.jpg) no-repeat left bottom;
	height: 14px;
	width: 100%;
}

#fullcol div.news-box {
	color: #6c8ca2;
	float: left;
	width: 255px;
	margin-top: -25px
}

#fullcol div.news-box ul {
	margin-top: 10px;
}

#fullcol div.news-box ul li {
	margin: 0 0 0 15px;
	line-height: 21px;
	font-weight: bold;
	list-style: disc;
}

div#fullcol h2 {
	display: block;
	/* margin: 25px 20px 10px 20px; */
}

#nieuweautocaroussel.box ul {
	margin: 20px 23px 30px 23px;
}

div#nieuweautocaroussel a.btn_prev,
div#nieuweautocaroussel a.btn_next {
	display: inline-block;
	border: none;
	width: 10px;
	height: 19px;	
	position: absolute;
	top: 60px;
	text-indent: -9999px;
	overflow: hidden;
}

div#nieuweautocaroussel a.btn_prev {
	background: url(../siteimg/arrows_carrousel_spr.png) no-repeat top left;
	left: 6px;
}

div#nieuweautocaroussel a.btn_prev:hover {
	background-position: bottom left;
}

div#nieuweautocaroussel a.btn_next {
	background: url(../siteimg/arrows_carrousel_spr.png) no-repeat top right;
	right: 6px;
}

div#nieuweautocaroussel a.btn_next:hover {
	background-position: bottom right;
}


div#nieuweautocaroussel ul li {
	position: relative;
	float: left;
	width: 113px;
	height: 100px;
	margin: 0 15px 0 0;
	padding: 0;
}

div#nieuweautocaroussel ul li img {
	/*border: 1px solid #e1e1e1;
	padding: 3px;*/
	margin: 6px 0 0 4px;
	width: 106px;
	position: absolute;
	z-index: 100;
}

div#nieuweautocaroussel p {
	width: 113px;
	height: 100px;
	position: absolute;
	z-index: 200;
	margin: 0;
	top: 5px;
}

div#nieuweautocaroussel p a {
	background: url(/siteimg/bg_sprites.png) no-repeat -57px -242px;
	display: block;
	width: 113px;
	height: 17px;
	padding-top: 83px;
	text-align: center;
	text-decoration: none;
}

div#nieuweautocaroussel p a strong{
	text-decoration: underline;
}

div#nieuweautocaroussel p a:hover {
	background-position: -177px -242px;
}

div#nieuweautocaroussel div.balloon {
	background: url(/siteimg/balloon.png) no-repeat;
	width: 251px;
	height: 74px;
	padding: 18px 20px 36px 14px;
	position: absolute;
	top: -100px;
	left: 19px;
	z-index: 300;
	display: none;
}

div#nieuweautocaroussel div.balloon h3 {
	text-transform: uppercase;
	margin: 0 0 0.5em;
	text-decoration: underline;
}

div#nieuweautocaroussel div.balloon h3 a {
	font-size: 10px;
	color: #6c8ca2;
}

div#nieuweautocaroussel div.balloon dl {
	font-size: 10px;
	color: #16394d;
}

div#nieuweautocaroussel div.balloon dt {
	float: left;
	margin-right: 0.5em;
	font-weight: bold;
}

ul#peugeotnieuws {
	font-weight: bold;
	margin: 10px 0 0 0;
}


/******************************************************************************** FORMS ***/

select,
input,
textarea {
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #014d6e;
	height: 22px;
	border: 1px solid #e2e2dc;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

form label {
	display: block;
}

fieldset#simpelzoeken {
	width: 343px;
	margin: 14px 10px 0 0;
	float: left;
}

fieldset#simpelzoeken label {
	width: 243px;
}

span.formlabel {
	font-weight: bold;
	position: absolute;
	padding-top: 2px;
}

form label select,
form label input,
span.customdd_container {
	margin-left: 84px;
	margin-bottom: 10px;
	padding: 2px 2px 2px 5px;
	height: 23px;
	border: 1px solid #e2e2dc;
}

span.customdd_container {
	height: 20px;
	z-index: 100;
}

fieldset#simpelzoeken select,
fieldset#simpelzoeken span.customdd_container {
	width: 160px;
}

fieldset#simpelzoeken select {
	width: 225px;
}

input.customdd_text {
	border: none;
	background: url(/siteimg/bg_sprites.png) -110px -345px no-repeat;
	padding: 3px 11px 1px;
	width: 138px;
	height: 16px;
	margin: 0;
}

fieldset#mijnlocatie input.customdd_text {
	margin: 0;
}

input.customdd_disabled {
	background: url(/siteimg/bg_sprites.png) -110px -375px no-repeat;
}

ul.customdd_list {
	background: #ffffff;
	border: 1px solid #014d6e;
	top: 21px;
	width: 158px;
}

ul.customdd_list li {
	background: none;
}

ul.customdd_list li.hover {
	background: #014d6e;
	color: #ffffff;
}

div.slider {
	margin: 0 0 12px 84px;
}

div.slidercontainer span.formlabel {
	margin-top: 6px;
}

div.slidertrack {
	width: 260px;
	height: 26px;
	background: url(../siteimg/bg_sprites.png) left -464px no-repeat;
	margin-bottom: 2px;
}
 
div.sliderhandle {
	height: 18px;
	width: 22px;
	background: url(../siteimg/bg_sprites.png) left -432px no-repeat;
	cursor: pointer;
}

div.sliderhandle_active {
	background-position: left -405px;
}

div.sliderhandle p.sliderlabel {
	position: absolute;
	top: -25px;
	left: -11px;
	background: url(../siteimg/bg_balloon.png) no-repeat;
	display: none;
	height: 24px;
	width: 50px;
	padding: 0 6px 0 1px;
	text-align: center;
}

div.sliderhandle_active p.sliderlabel {
	display: block;
}

div.slider label {
	margin: 0 7px;
	width: auto !important;
}

div.slider label.slidermin {
	float: left;
}

div.slider label.slidermax {
	float: right;
}

div.slider input.sliderinput {
	margin: 0;
	height: 17px;
	width: 60px;
	padding: 3px 0 0 0;
	text-align: center;
	border: 1px solid #e2e2dc;
}

fieldset#mijnlocatie,
fieldset#vestigingenfilter {
	width: 182px;
	margin-top: 14px;
	float: left;
}

fieldset#mijnlocatie {
	width: 221px;
}

fieldset#mijnlocatie legend {
	display: block;
	font-weight: bold;
	margin-bottom: 14px;
}

fieldset#mijnlocatie span.formlabel {
	font-weight: normal;
	width: 100px;
}

fieldset#mijnlocatie input,
fieldset#mijnlocatie select,
fieldset#mijnlocatie span.customdd_container {
	margin: 0 0 9px 100px;
}

fieldset#mijnlocatie ul.customdd_list {
	width: 98px;
}

fieldset#mijnlocatie input,
fieldset#mijnlocatie select {
	background: none;
	border: 1px solid #e2e2dc;
	width: 119px;
	padding: 4px 2px 2px 4px;
	height: 16px;
}

fieldset#mijnlocatie select {
	height: 22px;
	width: 127px;
	padding: 2px 2px 2px 4px;
}

fieldset#mijnlocatie p {
	margin-bottom: 14px;
}

fieldset#mijnlocatie input.error {
	color: #dd0000;
	background: url(../siteimg/bg_sprites.png) 0px -375px no-repeat;
}

fieldset#uitgebreidzoeken {
	float: left;
	width: 400px;
}

div.uitgebreid_zoeken fieldset#uitgebreidzoeken {
	width: 350px;
	margin-right: 20px;
}

div.uitgebreid_zoeken fieldset#mijnlocatie {
	margin-top: 0;
}

div.uitgebreid_zoeken div.slider,
div.uitgebreid_zoeken form label select {
	margin-left: 105px;
}

fieldset#uitgebreidzoeken label {
	width: 324px;
}

fieldset#uitgebreidzoeken select,
fieldset#uitgebreidzoeken span.customdd_container {
	width: 240px;
}

fieldset#uitgebreid_sliders {
	width: 351px;
	/* border: 1px solid #d5dddd; */
	padding: 0 7px;
	margin-left: -8px;
	float: left;
	margin-right: 41px;
	margin-bottom: 1em;
}

fieldset#uitgebreid_sliders div.slidertrack {
	width: 260px;
	background: url(../siteimg/bg_sprites.png) left -464px no-repeat;
}

p.alle_sliders {
	margin: 2em 0 1em 84px;
}

div.uitgebreid_zoeken p.alle_sliders {
	margin: 2em 0 1em 100px;
}

div.uitgebreid_zoeken p.alle_sliders a {
	background: url(../siteimg/icon_arrow.png) no-repeat left 4px;
	padding-left: 15px;
	color: #6c8ca2;
	text-decoration: none;
}

div.uitgebreid_zoeken p.alle_sliders a:hover {
	background: url(../siteimg/icon_arrow_hover.png) no-repeat left 4px;
	color: #7dbed7;	
}

p.alle_sliders a {
	/*
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 26px;
	background: url(../siteimg/bg_herstelsliders.png) no-repeat;
	*/
}

p.alle_sliders a:hover {
	/*
	background: url(../siteimg/bg_herstelsliders.png) left -26px no-repeat;
	*/
}

p#aantalresultaten {
	font-size: 1.64em;
	font-weight: normal;
	margin-right: 20px;
	padding-top: 4px;
}

input.button {
	width: 150px;
	height: 26px;
	padding-top: 26px;
	border: none;
	cursor: pointer;
	margin-right: 8px;
	background: url(../siteimg/bg_sprites.png) no-repeat;
}

input#toonresultaten, 
input#opnieuwzoeken {
	width: 192px;
	height: 36px;
	padding: 0;
}
input#toonresultaten {
	background: #c8d2dc url(../siteimg/btn_toonresultaten.png) no-repeat right top;
	text-indent: -9999px;
}

input#opnieuwzoeken {
	background: #c8d2dc url(../siteimg/btn_toonresultaten.png) no-repeat right top;
}

input#bewaarzoekopdracht {
	background-position: left -566px;
}
input#bewaarzoekopdracht:hover {
	background-position: -160px -566px;
}
/*
a#zoekopdrachtwissen {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 26px;
	background: url(../siteimg/bg_wissen.png) no-repeat;
}
a#zoekopdrachtwissen:hover {
	background: url(../siteimg/bg_wissen.png) left -26px no-repeat;
}*/


form label#nap {
	margin-top: 2em;
	margin-bottom: 2em;
	clear: both;
}

form label#nap input {
	margin: 0;
}

div.uitgebreid_zoeken div.opties {
	clear: both;
	margin-top: -170px;
	padding-bottom: 150px;
	position: relative;
}

div.uitgebreid_zoeken form label#nap input {
	vertical-align: -6px;
}

ul.optielijst {
	margin: 16px 0 0 0;
}

ul.optielijst li {
	background: none;
	padding: 0;
	margin: 0 10px 10px 0;
	float: left;
	width: 250px;
	list-style: none;
}

ul.optielijst li label {
	margin: 0;
	padding-left: 20px;
}

ul.optielijst li label input {
	margin: 0 0 0 -20px;
	position: absolute;
}

ul.optielijst li label.checked {
 background:url(../siteimg/bg_check_checkbox.gif) no-repeat;
}

ul.optielijst li label.unchecked {
	background:url(../siteimg/bg_uncheck_checkbox.gif) no-repeat;
}

h3.formheader {
	width: 566px;
	height: 22px;
	padding: 8px 20px 0 0;
	border-bottom: 1px solid #E9E9E5;
}

ul#kleurenkiezen ul.optielijst {
	margin: 8px 0 0;
}

ul#kleurenkiezen ul.optielijst li {
	margin: 10px 0 0 20px;
	width: 236px;
}

div.simplezoeken {
	margin-left: 83px;
	padding: 10px 0 20px;
	clear: both;
	font-weight: bold;
	position: relative;
	left: 290px;
	top: -180px;
	width:200px;
}

p.formerror {
	color: #dd0000;
	margin-top: 2em;
}

ul#kleurenkiezen {
	padding:0;
	margin:0;
	list-style-type:none;
	clear: both;
	width: 100%;
	float: left;
}


ul#kleurenkiezen li {
	margin:16px 0 0 84px;
	background:none;
	list-style: none;
}

ul#kleurenkiezen li.specifiek {
	margin-top: 20px;
	padding-left: 6px;
	margin-left: 0;
	margin-bottom: 13px;
	
}

ul#kleurenkiezen li label {
	margin:0;
}

ul#kleurenkiezen li img {
	vertical-align: text-top;
}

ul#kleurenkiezen li label.selected {
 background:url(../siteimg/bg_radio_check.gif) no-repeat;
}

ul#kleurenkiezen li label.unselected {
	background:url(../siteimg/bg_uncheck_checkbox.gif) no-repeat;
}

ul#kleurenkiezen li label input {
	margin:3px 6px 0 0;
	vertical-align: -7px;
}

label.speciefiekopties {
	margin-left:10px;
}

label.speciefiekopties select {
	width:240px;
	margin-left: 75px;
}

div.uitgebreid_zoeken label.speciefiekopties select {
	width:240px;
	margin-left: 15px;
}

div.zoeken_bottom {
	position: relative;
	border: 1px solid #e9e9e5;
	margin-top: 6px;
	margin-bottom: 20px;
	width: 191px; /* 215 */
	padding: 12px;
}

div.zoeken_bottom p {
	margin-left: 15px;
}

div.zoeken_shadow {
	background: url(../siteimg/zoeken_shadow.png) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 215px;
	height: 8px; 
} 

div.searchbox div.zoeken_shadow {
	background: url(../siteimg/zoekresultaten_shadow.png) no-repeat left bottom;
}

div.zoeken_bottom a {
	background: url(../siteimg/icon_arrow.png) no-repeat left 4px;
	height: 4px;
	padding-left: 15px;
	color: #6c8ca2;
	font-weight: bold;
	text-decoration: none;
}

div.zoeken_bottom a:hover {
	background: url(../siteimg/icon_arrow_hover.png) no-repeat left 4px;
	color: #7dbed7;
}

div.zoeken_bottom_horizontaal {
	margin-bottom: 4px;
	position: absolute;
	right: 0;
	bottom: 0;
}

div.zoeken_bottom_horizontaal input.button {
	margin-bottom: 10px;
}
/*
div.zoeken_bottom_horizontaal p {
	position: relative;
	top: -41px;
	left: 322px;
	margin-bottom: 0;
}

div.zoeken_bottom_horizontaal p#aantalresultaten {
	position: static;
	margin-bottom: 0.5em;
}

div.uitgebreid_zoeken_bottom {
	float: left;
	width: 182px;
}
*/
div.uitgebreid_zoeken_bottom {
	position: relative;
	border: 1px solid #e9e9e5;
	margin-top: 6px;
	margin-bottom: 20px;
	width: 191px; /* 215 */
	padding: 12px;

	width: 182px;	
	clear: both;
	font-weight: bold;
	position: relative;
	left: 375px;
	top: -295px;
	width:191px;
}

div.zoeken_bottom input {
	margin-bottom: 1em;
}


/* kleuren schema voor auto's */ 

ul#kleurenschema {
	position:absolute;
	top:45px;
	right:127px;
	padding:5px;
	margin:0;
	list-style-type:none;
	background:url(../siteimg/bg_kleurenschema.gif) no-repeat;
	width:168px;
	height:164px;
}

ul#kleurenschema li {
	float:left;
	background:none;
	height:26px;
	background:url(../siteimg/bg_kleurenschema_sprites.png) no-repeat;
	margin-top:2px;
}

ul#kleurenschema li label {
	display:block;
	width:26px;
	height:27px;
	margin-left:-6px;
	margin-top:-2px;
	text-indent:-9999px;
}

ul#kleurenschema li#een {
	background-position: 3px -1px;
}

ul#kleurenschema li#twee {
	background-position: -77px -1px;
}

ul#kleurenschema li#drie {
	background-position: -157px -1px;
}

ul#kleurenschema li#vier {
	background-position: -237px -1px;
}

ul#kleurenschema li#vijf {
	background-position: -317px -1px;
}

ul#kleurenschema li#zes {
	background-position: 3px -32px;
}

ul#kleurenschema li#zeven {
	background-position: -77px -32px;
}

ul#kleurenschema li#acht {
	background-position: -157px -32px;
}

ul#kleurenschema li#negen {
	background-position: -237px -32px;
}

ul#kleurenschema li#tien {
	background-position: -317px -32px;
}

ul#kleurenschema li#elf {
	background-position: 4px -63px;
}

ul#kleurenschema li#twaalf {
	background-position: -77px -63px;
}

ul#kleurenschema li#dertien {
	background-position: -157px -63px;
}

ul#kleurenschema li#veertien {
	background-position: -237px -63px;
}

ul#kleurenschema li#vijftien {
	background-position: -317px -63px;
}


ul#kleurenschema li.metallic {
	background:none;
	clear:both;
}


ul#kleurenschema li.metallic label {
	text-indent:0;
	margin-left:-3px;
	margin-top:3px;
	width:auto;
	
}

ul#kleurenschema label.checked {
	background:url(../siteimg/bg_checked.gif) no-repeat;
	display:block;
	width:26px;
	height:26px;
}

ul#kleurenschema li.metallic label.checked {
	background:url(../siteimg/bg_check_checkbox.gif) no-repeat;
	padding-left:20px;
}

ul#kleurenschema li.metallic input#metallic {
	margin-left:0;
	margin-right:10px;
}

ul#kleurenschema li.metallic label.unchecked {
	background:url(../siteimg/bg_uncheck_checkbox.gif) no-repeat;
	padding-left:20px;
}


/* Fotocollectie */
#fotoHouder {
	width: 213px;
	height: 149px;
	border: 1px solid #e2e2dc;
	padding: 2px;
	display: inline-block;
}
#fotoHouder .internetsticker {
	z-index: 5;
	position: absolute;
	margin-left: -5px;
	margin-top: 137px;
}
#fotoHouder.klikbaar {
	cursor: pointer;
}
#fotoHouder #prijs {
	position: relative;
	margin-top: -35px;
	z-index: 5;
	text-align: right;
	width: 90px;
	height: 19px;
	border: 1px solid #ccc;
	border-right: 0;
	background: #fff;
	margin-left: 155px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana;
	line-height: 19px;
	padding-right: 5px;
	
}
#fotoCollectie ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#fotoCollectie ul.stickerhoogte {
	margin-top: 42px;
}
#fotoCollectie li {
	margin: 0;
	padding: 0;
	float: left;
}
#fotoCollectie li img {
	border: 1px solid #c2c2b7;
	margin: 0px 1px 1px 0px;
	width: 39px;
	height: 30px;
	cursor: pointer;
}
	
/* Banner */
	#banner {
		margin-top: 150px;
		width: 200px;
	}
	#banner h1 {
		color: #0072b1;
		font-size: 18px;
		width: 224px;
		line-height: 20px;
		text-align: center;
	}
	#banner ul {
		margin-left: 30px;

	}
	#banner li {
		color: #0072b1;
		font-weight: bold;
		line-height: 20px;
	}
	
	
/* loading screen */
div#loading {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 99999;
	cursor: wait !important;
}


/******************************************************************************** NIEUWS ***/

div#tabel table {
	border-top: 1px solid #c1c4c5;
	border-bottom: 1px solid #c1c4c5;
}

div#tabel table th {
	text-align: left;
	background: #e6e9e7;
	color: #014d6e;
	font-weight: bold;
	height: 35px;
	padding: 5px 10px 0 10px;
}

div#tabel table td {
	vertical-align: top;
	border-top: 1px solid #e5e5e0;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#tabel td.geenRand {
	color: #808080;	
	width: 120px;
}

div#tabel table td.dealer {
	font-weight: bold;
	color: #808080;
	width: 80px;
}

div#tabel table td a {
	font-size: 11px;
	line-height: 18px;
	margin-top: -8px;
}

.ie6error {
	display: none;
}

tr.muisover td {
	background-color: #f0f0f0 !important;
}
img.hoverImage {
	border: 1px solid black;
}


/******************************************************************************** PERSOONLIJKE SELECTIE ***/

div#zoekPaginaOverzicht1,
div#zoekPaginaOverzicht2 {
	text-align: center;
}

th.sorteringHover {
	background-color: #f0f0f0 !important;
}



/******************************************************************************** KLEURKEUZE ***/

ul#kleurkeuze {
	clear: both;
}

ul#kleurkeuze li {
	background: none;
	margin: 16px 0 0 0;
	padding: 0;
	line-height: 6px;
	list-style: none;
}

ul#kleurkeuze li input {
	margin: 3px 6px 0 0;
	vertical-align: -7px;
}

ul#kleurkeuze ul.kleuroptielijst li {
	float: left;
	width: 224px;
	margin: 0;
	padding: 12px 0 0 18px;
	list-style: none;
}

ul#kleurkeuze ul.kleuroptielijst li label {
	padding-left: 20px;
}

ul#kleurkeuze ul.kleuroptielijst li img {
	margin: 0 6px 0 0;
}

ul#kleurkeuze ul.kleuroptielijst li label.checked {
	background: url(../siteimg/bg_check_checkbox.gif) no-repeat;
}

ul#kleurkeuze ul.kleuroptielijst li label.unchecked {
	background: url(../siteimg/bg_uncheck_checkbox.gif) no-repeat;
}

/******************************************************************************** BANNER AD ***/

a.banner_ad {
	text-align: center;
	border: 1px solid red;
}

/***** auto detail extra blok ******/
#blokGroot .blok2 .container {
	display: none;
	padding-left: 0;
}	

#blokGroot .blok2 .header a.btn_openclose {
	background: url(../siteimg/btn_openclose.png) no-repeat bottom left;
	float: right;
	width: 14px;
	height: 15px;
	padding: 0 0 0 10px;
	text-indent: -9999px;
	display: block;
	outline: none;
}

#blokGroot .blok2 .container ul.uitrusting {
	float: left;
	width: 172px;
	margin: 0;
}

#blokGroot .blok2 .container ul.uitrusting li.title {
	font-weight: bold;
	background: none;
	padding: 0;	
}

#blokGroot .blok2 .container ul.uitrusting li span {
	font-weight: bold;
	background: none;
	padding: 0;	
}
div#rightcol #facet_div {
	background: url(../siteimg/blokKleinBg.gif) repeat-x;
	border: 1px solid #eeeeea;
	width: 220px;
	position: relative;
	z-index: 150;
	margin-bottom: 20px;
	float: right;
}

div#rightcol #facet_div div a{
	color: #6c8ca2;
	margin-left: 10px;
}

#facet_div h2 {
	background: #6c8ca2;
	width: 210px;
	font-size: 11px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 10px 0 10px 10px;
	line-height: 1.4em;
}

#facet_div h4 {
	color: #000;
	font-weight: bold;
	margin: 20px 0 0 20px;
}

.test {
	text-align: center;
}
