/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

em {
	font-style: italic;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



tr.even {
	background-color: #f2f2f2;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,strong,th,var,optgroup {
	font-style: normal;
	font-weight: bold;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	color: #9E0E29;

	font-size: 16px;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select {
	*font-size: 100%;
}

/*======== COMMON ========*/
html {
	overflow-y: scroll;
	background-repeat: repeat;
	background-position: top;
	height: 100%;
}

body {
	background: url("../img/bg-pattern.gif");
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	min-height: 100%;
	_height: 100%;

	z-index: -2;

}

a {
	color: #9E0E29;
}
a:hover {
	text-decoration:underline;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

div.cm-fotoblad-page.inactive {
	display:none;
}

div.logo {
	display:block;
}
div.logo_print {
	display:none;
}

div.cb {
	height:0px;
	clear:both;	
}

div#container {
	margin: 0 auto;
	position: relative;
	width: 990px;
}

div.content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 15px 0 15px 15px;
}

div#content_redbar {
	height: 30px;
	left: 0px;
	position: absolute;
	top: 160px;
	width: 100%;
	background: url("../img/redbar_bg.png") center top repeat-y;
}

div#content_right {
	width: 100%;
	background: #00ac4f;	
}

div.title {
	font-size: 16px;
	margin-bottom: 5px;	
}

div.title2 {
	width:250px;
	font-size: 16px;
	margin-top: 5px;	
}

div.pagecontent {
	display: inline;
	float: left;
	width: 660px;
	z-index:2;
}

div.padding5 {
	width:100%;
	padding: 5px;
}

.button {
	border: none;
	color: #FFFFFF;
	font-size: 13px;
	height: 30px;
	text-align: center;
	text-decoration: none;
}


.button_70 {
	width: 111;	
}

.button_111 {
	width: 111;	
}

select {
	border: 1px solid #E6E6E6;
	border-top: 1px solid #AFAFAF;
	color: #999999;
	font-size: 11px;
}

.select_110 {
	width: 110px;	
}

.select_220 {
	width: 220px;	
}

div#rightcol {
	background: #EBEBEB;
	margin-left: 15px;
	padding: 10px;
	width: 293px;
	min-height: 734px;
	_height: 734px;
}


div#cm_content_col_left {
	background-color:#efefef;
	float: left;
	width: 210px;
	clear:left;
	min-height: 734px;
	_height: 734px;
	margin-right: 10px;
}

div#cm_content_col_center {
	border: 1px solid #CCCCCC;
	background-color: white;
	float: left;
	width: 638px;
	padding:10px;
}

div#cm_content_col_center.wide {
	width: 968px;
}

div#cm_content_col_right {
	border: 1px solid #CCCCCC;	
	background-color:#efefef;
	float: left;
	margin: 0px 0px 10px 0px;
	width: 311px;
	clear:right;
	min-height: 600px;
}

div.contentblock {
	float: left;
	width: 418px;
}

div.wide div.contentblock,
div.wide div.contentblock div.tt_template, 
div.wide div.contentblock div.tt_column, 
div.wide div.contentblock div.tt_element {
	width: 963px !important;
}

div.cm_contentblock_content {
	margin-top: 10px;	
}

div.cm_contentblock_content li {
    line-height: 1.6em;
    list-style: square outside none;
    margin-left: 15px;
}

div.contentblock_title{
	padding: 10px 10px 0px 10px;
	color:#9e0e29;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;	
}

div.contentblock_content ul {
	margin:0px;
	padding:10px;	
}
div.contentblock_content ul li {
	list-style:none;
	display:block;	
	margin:0px;
	line-height:1.6em;
}
div.contentblock_content ul li a {
	background-image: url("../img/arrow.png");
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration:none;
	display:block;	
	color: #6E6E6E;
	padding:0px 0px 0px 12px;
}
div.contentblock_content ul li a:hover {
	text-decoration:none;
	color:#9e0e29;
}

div.contentblock_content ul li a.active {
	color: #9e0e29;
}

div.contentblock_content ul li.is_active {
	color: #9e0e29;
}

div.contentblock_content ul li ul{
	display: none;
}

div.contentblock_content ul li.is_active ul{
	display: block;
}

table.cm-formulier-form-table{
	width:400px;
}


table.cm-formulier-form-table td{
	height:30px;
}

table.cm-formulier-form-table td label{
	padding:5px;
}

input.frm-checkbox {
	margin-right:5px;
}

div.cm-fotoblad{
	margin-left: 5px;
}

div.cm-fotoblad-thumbnail {
	margin-right:15px;
	margin-bottom:15px;
}

div.cm-fotoblad-thumbnail img {
	border: 1px solid #CCCCCC;
}


div.cm-fotoblad-thumbnail img:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}


div.cm-fotoblad-nav {
	float:right;
	font-size:12px;
	line-height:18px;
}

div.cm-fotoblad-nav ul {
	margin: 0;
}
div.cm-fotoblad-nav li {
	display: inline;
	list-style:none;
	margin-left: 5px;

}
div.cm-fotoblad-nav li a.inactive {
	color: #bbb;

}
div.cm-fotoblad-nav li a.active {
	background: #9E0E29;
	width:15px;
	color: #ffffff;
	line-height:18px;
	padding: 2px 4px;
}
div.cm-fotoblad-nav li a {
	border: none;
	text-decoration: none;
}


/* ========== BREADCRUMBS ========== */
div#breadcrumbs {
	color: #999999;
	height: 40px;
	line-height: 40px;
	width: 100%;	
}

div#breadcrumbs a{
	color: #999999;
	text-decoration: none;	
}

/* ========== TOP ========== */
div#top {
	background-image: url("../img/toscane.jpg");
	background-position: center;
    display: block;
    height: 90px;
    position: relative;
    width: 100%;
}

div#top_inner {
    height: 90px;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 990px;
}

div#top_inner img {
	margin-top: 10px;	
}

div#top_inner div.brands {
	margin-right: 10px;
	position: absolute;	
	right: 0px;
	top:0px;
}

img#alfa {
	margin-left: 25px;
}


/* ========== MENU ========== */
div#menu_bar {
	height: 30px;
	left: 0px;
	position: relative;
	width: 100%;
	z-index: 99;	
}

div#menu {
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	width: 1020px;	
}

div#menu ul {
	float: left;
	padding: 0px;
	width: 100%;
}

div#menu ul li {
	display: block;
	float: left;
	font-size: 14px;
	position: relative;
	padding-top:1px;
	padding-bottom:1px;
}

div#menu ul li a{
	display: block;
	float: left;
	height: 28px;
	line-height: 26px;
	padding-left:15px;
	padding-right:15px;
	text-decoration: none;
	color:white;
}
div#menu ul li a:hover,
div#menu ul li.active a {
	background:white;
}

div#menu ul ul{
	display: none;
	position: absolute;
	top: 30px;
	left:0px;
	padding:1px;
	height:auto;
	width:auto;
	border-top:1px solid white;
}
div#menu ul li.active ul {
	display:block;	
}

div#menu ul ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

div#menu ul ul li a,
div#menu ul li.active ul a {
	display: block;
	font-size: 12px;
	line-height:22px;
	padding-left: 15px;
	height:auto;
	width:180px;
	white-space:nowrap;
	background-image: url("../img/arrow_white.png");
	background-position: 5px 7px;
	background-repeat: no-repeat;
	color:white;
}

div#menu ul li.active ul a:hover {
	background-color:white;
	background-image: url("../img/arrow.png");
	background-position: 5px 7px;
	background-repeat:no-repeat;
}

/*======== FOOTERMENU ========*/
div#footermenu {
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 10px;
	width: 988px;
	background-color: white;	


}

div#footermenu ul {
	float: left;
	padding: 10px 15px;
}

div#footermenu ul li{
	display: inline;
	float: left;
	padding: 0px 7px;	
}

div#footermenu ul li.is_first{
	padding-left: 0px;	
}

div#footermenu ul li.is_last{
	padding-right: 0px;	
}

div#footermenu ul li a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

div#footer {
    color: #999999;
    float: right;
    font-size: 11px;
	margin-top: 10px;
    margin-bottom: 5px;
}

div#footer a {
	color: #999999;
    text-decoration: none;
}

div#bottom {
	background-color: white;
	border: 1px solid #cccccc;
	margin-top: 10px;
	padding: 15px 0px 10px 0px;
	width: 988px;
	display: inline;
	position: relative;
	float: left;
}

div#bottom h1 {
	margin-left: 10px;
}

div#content_bottom {
	background-color: #eaeaea;
	border: 1px solid #cccccc;
	margin-top: 15px;
	padding: 15px 0px 15px 0px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 30px;
	display: inline;
	position: relative;
	float: left;
	width: 968px;
}

div.keyword {
	width: 227px;
	margin-left: 10px;
	float: left;
	display: inline;
	position: relative;
}

div.keyword a {
	color: #333333;
	text-decoration: none;
}

/*========== HOME ==========*/ 

div#cm_home {
	margin-right: 8px;
	margin-bottom: 10px;
	width: 308px;
}

div.home_contentcol {
	padding: 0px;
	width: 323px;	
}

div#home_news,
div#home_searchoccasion,
div#banners_container {
	float: left;
}

div#home_news {
	clear: both;
	width: 323px;
}

div#banners_container{
	margin-right: 10px;	
}

/* ========== ELEMENTS ========== */

/* ---------- BANNERS ---------- */
div#banners {
	float: left;
	width: 323px;	
}

div.banner.margin0 {
	margin-top: 0px;	
}

div.banner {
	float: left;
	background: none repeat scroll 0 0 #FFFFFF;
    line-height: 0px;
    margin-bottom: 10px;
}

div.banner.last {
	margin-bottom: 0px;	
}

/* ---------- NEWSMESSAGES ---------- */

div.news_link{
	margin:20px;
	border-bottom: 1px solid #CCCCCC;
	width: 230px;
}

div.news_link a:hover{
	color: #9E0E29;
}

div.news_detail_content_col_center{
	border: 1px solid #CCCCCC;
	background-color: white;
	float: left;
	width: 638px;
	min-height: 550px;
	_height: 550px;
	padding:10px;
}


div.newsblock_content a {
	display: block;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	text-decoration: none;
	width: 575px;
	color: #9e0e29;
}

div.newsblock{
	 border-bottom: 1px solid #CCCCCC;
	 margin: 0 12px 0 12px;
	 cursor:pointer;
}
div.newsblock_content{
	padding: 12px;
	height: 73px;
}

div.newsblock_content_image{
	float:left;
	margin-right:10px;
}

div.newsblock_content_short{
	float:left;
	width: 738px;
}

div.newsblock:hover{
	background-color: #efefef;
}


div#news_content_col_center.overview {
	width: 968px;
}

div#news_content_col_center.overview div.newsblock_content {
	width: 922px;
}

div#news_content_col_center.overview div.newsblock_content a {
	width: 907px;
}


div.newsblock_head{
	padding: 12px;
	font-weight: bold;
}

div.news_detail_block_content{
	padding: 12px;
	width: 620px;
}

div.news_detail_block_content ul li{
	line-height: 1.6em;
    list-style: square outside none;
    margin-left: 15px;
}

div.news_detail_block_head{
	padding: 12px;
	font-weight: bold;
}

div.news_detail_block_content img {
	margin-right:10px;
}

div.newsblock_content_link{
	background:  url('../img/news_readmore.png');
	background-position: center right;
	background-repeat: no-repeat;
	color: #9E0E29;		
}

div.news_link a{
	background-image: url("../img/news_readmore.png");
	background-position: left 5px ;
	background-repeat: no-repeat;
	text-decoration: none;
	display:block;	
	color: #6E6E6E;
	padding:0px 0px 10px 12px;
}

div#news_content_col_center {
	border: 1px solid #CCCCCC;
	background-color: white;
	float: left;
	width: 638px;
	min-height: 550px;
	_height: 550px;
	padding:10px;
}

div#news_content_col_right {
	border: 1px solid #CCCCCC;	
	background: #EBEBEB;
	float: left;
	margin-left: 15px;
	padding: 10px;
	width: 293px;
	min-height: 550px;
	_height: 550px;
	width: 293px;
	clear:right;
}


div#newsmessages {
	padding: 15px 10px 10px 10px;
}

div#newsmessages .title{
	margin-left: 5px;
}

div.newsmessage {
	padding: 10px 10px 10px 5px;
	width: 292px;
}

div.newsmessage_grey {
	background: #EBEBEB;
}

div.newsmessage_title {
	color: #000000;
	font-weight: bold;	
}

div.newsmessage_text_short {
	margin-bottom: 5px;
}

div.newsmessage a {
	display: block;
	font-weight: bold;
	padding-right: 15px;
	text-align: right;
	text-decoration: none;
	width: 277px;
}


img.image_rechts {
	margin-left:5px;
}

/* ---------- Vestigingen -------------- */

div#vestiging_content_col_center {
	border: 1px solid #CCCCCC;
	background-color: white;
	float: left;
	width: 658px;
	min-height: 600px;
		_height: 600px;
}

div#vestiging_content_col_right {
	border: 1px solid #CCCCCC;	
	background-color:#efefef;
	float: left;
	margin-left: 15px;
	width: 260px;
	clear:right;
	min-height: 600px;
	_height: 600px;
}

div.vestigingblock_content a {
	font-weight: bold;
	text-decoration: none;
	color: #9e0e29;
}

div#vestiging_content_col_title {
	margin: 10px;
		
}

div.vestigingblock{
	 border-top: 1px solid #CCCCCC;
	 margin: 12px 12px 12px 12px;
	 cursor:pointer;
}

div.vestigingblock:hover{
	background-color: #efefef;
}

div.vestigingblock_content{
	padding: 12px;
	float:left;
	width:210px;
	
}

div.vestigingblock_openingshour {
	float:left;
	margin-left:40px;
}

div.vestigingblock_head{
	padding: 12px;
	color: #9e0e29;
	font-weight: bold;
}


div#map_canvas { 
	height: 500px;
	width: 638px;
	margin:0 10px 10px 10px; 
}


/* ---------- OCCASION SEARCH ---------- */
div.searchoccasion {
	border-top: 1px solid #CCCCCC;

	padding-top: 15px;
	margin: 15px 5px 5px 5px;
}


div.searchoccasion form table.form_table {
	width: 303px	
}

form table.form_table.content td {
	font-size:12px;
	line-height:12px;
	vertical-align: bottom;	
}

div.searchoccasion form table.form_table td {
	padding-bottom: 6px;	
}

div.searchoccasion form table.form_table td.form_label {
	width: 60px;	
}

div.searchoccasion form table.form_table select{
	float: left;
}

div.searchoccasion form a {
	float: right;
	margin-right: 22px;	
}

div.searchoccasion form a.search-more {
	color: #9E0E29;
	margin-top: 8px;
}


/* ---------- CM OCCASION SEARCH ---------- */

div#cm_searchoccasion form {
	padding: 10px;	
}

div#cm_searchoccasion form table.form_table {
	width: 303px	
}

div#cm_searchoccasion form table.form_table td {
	padding-bottom: 6px;	
}

div#cm_searchoccasion form table.form_table td.form_label {
	width: 71px;	
}

div#cm_searchoccasion form table.form_table select{
	float: left;
}

div#cm_searchoccasion form input[type=submit] {
	float: right;
	margin-right: 13px;	
}

/* ---------- QUICKLINKS ---------- */
div#quicklinks {
	margin: 5px;
}


div#quicklinks ul li{
	background: url("../img/quicklinks_arrow.png") no-repeat 274px center;
	border-top: 1px dotted #999999;
	cursor: pointer;
	line-height: 26px;
}

div#quicklinks ul li a{
	color: #6E6E6E;
	text-decoration: none;
}

/* ---------- COMPANIES & ESTABLISHMENTS ---------- */
div#my_account{
	border-top: 1px solid #CCCCCC;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
}

div#my_account .formrow{
	clear: both;
	float: left;
	width: 280px;
}

div#my_account .formrow .label{
	line-height: 24px;
	float: left;
	margin-right: 5px;
	width: 70px;
}

div#my_account .formrow .inputfield,
div#my_account .formrow .inputfield input{
	float: left;
	line-height: 18px;
	height: 18px;
	position: relative;
	width: 205px;
}

div.myaccform_options {
	float: left;
	line-height: 20px;
	width: 209px;	
}

div.myaccform_options a {
	color: #999999;
	font-size: 10px;
	text-decoration: none;	
}

div.login_button {
	float: left;
	width: 71px;	
}

/* ---------- COMPANIES & ESTABLISHMENTS ---------- */

div#companies {
	position: relative;		
}

div#companies div.title {
	line-height: 29px;
	margin: 0px;
	border-bottom: 1px dashed #cccccc;
}

ul#companies-list li{
	cursor: pointer;
	border-bottom: 1px dashed #cccccc;
}

ul#companies-list li div.establishment-title {
	padding-left: 15px;
	line-height: 29px;
	background: url(../img/company-close.png) no-repeat left 10px;
}

ul#companies-list li.is-active div.establishment-title {
	background: url(../img/company-open.png) no-repeat left 10px;
	color: #9E0E29;
}

ul#companies-list li div.company-information {
	display: none;
	clear: both;
	margin: 10px 0px;
}

ul#companies-list li.is-active div.company-information {
	display: block;
}

ul#companies-list li {
	margin-left: 0px;	
}

ul#companies-list li.is_active {
	color: #9E0E29;
}

div#companies div.company-information {
	width: 291px;
}

div#companies div.company-information-img {
	height: 218px;
	position: relative;
	overflow: hidden;
	width: 291px;
}

div#companies div.company-name {
	background: #CCCCCC;
	bottom: 0px;
	margin-bottom: 0px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	padding: 5px;
	position: absolute;
	width: 281px;
}

div#companies div.company-information-address {
	margin-top: 5px;	
}

div#companies div.company-information a {
	color: #6E6E6E;	
}

div#company-information-active {
	position: relative;	
}

/*======== CARSEARCH ========*/
div#search_content_col_left {
	position: relative;
	float:left;
	width: 213px;
	margin-right: 15px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	background-color: white;

}

div#search_content_col_center {
	position: relative;
	float:left;
	margin-right: 0px;

	width: 730px;
}

div#search_content_col_top {
	width: 761px;
}

div.pagination {
	border: 1px solid #CCCCCC;
	background-color: white;
	width: 718px;
	padding: 5px;
	float: left;
}

div.pagination.top {
	margin-bottom: 10px;	
}

div.pagination-count {
	float: left;
}

div.pagination-numbers {
	float: right;	
}

form#filterform ul{
	margin-left: 15px;	
}

form#filterform ul li {

	float: left;

	padding: 0px;
	width: 100%;
}

form#filterform a.arrow {
	color: #9E0E29;
	float: left;

	line-height: 18px;
	margin-top: 10px !important;
	position: relative;
}

div.filterform_first {
	float:left;
	margin:15px 0px 0px 3px;
	width: 200px;
}

div.filterform {
	float:left;
	clear:left;
	margin:20px 0px 0px 3px;
	width: 200px;
}

div.filterform_last{
	float: right;
}

label.checkbox{
	clear: both;
	float: left;	
}

form#facets div.facet {
	margin-top:1em;	
	margin-bottom:5px;
	clear:both;
}
form#facets div.facet_first {
}
form#facets div.facet h3 {
	margin:0px;
	padding:0px;
	padding-left:8px;
	font-size:11px;
	font-weight:bold;	
	color:white;
	line-height:25px;
	background: #0099CC url('../img/button-left_hover.png') 0px 0px;
}
form#facets div.facet div.facet_inner {
	margin:0px;
	padding:4px;	
	background-color: #EBEBEB;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
form#facets div.facet ul {
	margin:0px;
	padding:0px;
}
form#facets div.facet ul li {
	padding:0px;
	margin:0px;
	background:none;	
	float:none;
	clear:both;
	font-size:0.9em;
}
form#facets div.facet li.mcol {
	width:50%;	
	float:left;
	clear:none;
}
form#facets span.checkbox {
	width:16px;
	display:block;
	float:left;
	padding-top:1px;
}
form#facets span.filter_label {
	float: left;
}
form#facets span.checkbox input {
	float:left;	
}
form#facets label:hover,
form#facets label.checked {
	color: #9E0E29;
	cursor: pointer;
}
form#facets a.button {
	margin-right:0px;	
}

ul.filter_options {
	margin: 0px !important;
}

ul.filter_options li {
	list-style-image: none !important;
}

ul.filter_options li label {
	clear: both; float : left;
	font-size: 13px;
	line-height: 20px;
	float: left;
}

ul.filter_options li label input[type=checkbox] {
	float: left;
	margin-right: 6px;
	margin-top: 5px;
}


div#header_search {
	float: left;
	border: 1px solid #CCCCCC;
	background: #ebebeb;
	margin-bottom: 10px; 
	position: relative;
	width: 708px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}

div#header_search.header_search_outlet {
	height: 51px;
}

div#header_search fieldset {
	float: left;
	margin-right: 15px;
	margin-top: 7px;
}

div#header_search legend {
	margin-bottom: 4px;
}

div#header_search tr {
	height: 21px;
}

div#header_search td {
	padding-right: 5px;
}

div#header_button{
	position: absolute;
	right: 0px;
	bottom:10px;
	margin-right:2px;
}

div#header_table {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

div.headersearch_corner {
	position: absolute;
	height: 4px;
	width: 4px;
}

div#header_search select.select156 {
	width: 156px;
}

div#header_search select.select162 {
	width: 162px;
}

div#header_search select.select78 {
	width: 78px;
}


div.frame.list,div.frame.photo {
	cursor: pointer;
	padding-left: 40px;
}

div.frame.list {
	background-position: 10px 8px;
	background-repeat: no-repeat;
	margin: 0 10px;
	width: 72px;
}

div.frame.photo {
	background-position: 10px 5px;
	background-repeat: no-repeat;
	width: 58px;
}

div.active {
	color: #9e0e29;
}

div#cars_overview {
	width: 733px;
}

div#cars_overview div.car {
	background-color: white;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	display: inline;
	float: left;
	height: 194px;
	margin-bottom: 15px;
	margin-right: 14px;
	padding: 10px 9px;
	width: 152px;
}

div#cars_overview div.car:hover {
	background: #EAEAEA;
}

div#cars_overview div.car h1{
	font-size: 14px;
    height: 32px;
    overflow: hidden;	
}

div#cars_overview div.car_right {
	margin-right: 0px;
}

div#cars_overview div.car div.car_image {
}
div#cars_overview div.car div.car_image img {
	margin: 5px 10px;
	border:1px solid #CCCCCC;
}

div#cars_overview div.car div.car_bottom {
	width: 151px;
}

div#cars_overview div.car div.car_bottom div {
	float: left;
	display: inline;
	position: relative;
}

div#cars_overview div.car div.car_bottom div.car_bottom_right,
div#cars_overview div.car div.car_bottom div.overviewblock_price {
	width: 86px;
}

div#cars_overview div.car div.car_bottom div.overviewblock_price {
	margin-bottom: 2px;	
}

div#cars_overview div.overviewblock_price div.carprice_original {
	float: right !important;
	font-size: 12px;
	margin-right: 5px;
	text-decoration: line-through;
}

div#cars_overview div.overviewblock_price div.carprice {
	float: right !important;
	margin-right: 3px;
}

div#cars_overview div.car div.car_bottom_right {
	float: right !important;
	line-height: 18px;
	margin-top: -8px;
	text-align: right;
	padding-bottom: 3px;
}

div#cars_overview div.car div.overviewblock_price {
	font-size: 20px;
	text-align: right;
}

div#cars_overview div.car div.overviewblock_price span{
	font-size: 13px;
	text-decoration: line-through;
}

div.carlist_car {
	border: 1px solid #CCCCCC;
	cursor: pointer;
	float: left; 
	position: relative;
	height: 107px; 
	margin-bottom: 10px;
	padding : 10px; 
	width: 708px;
	background-color: white;
}

div.carlist_car:hover {
	background: #EAEAEA;
}

div.carlist_image {
	display: inline;
	float: left;
	overflow: hidden;
	width: 140px;
}
div.carlist_image img {
	border:1px solid #CCCCCC;	
}

div.carlist_details {
	float: left;
	line-height: 18px;
	margin-left: 15px;
	white-space: nowrap;
}

div.carlist_carname {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

div.carlist_label {
	color: #6E6E6E;
	display: inline;
	float: left;
	width: 90px;
}

div.carlist_nap {
	position: absolute;
	right: 10px;
	top: 10px;
}

div.carlist_car div.guarantee-wrapper{
	float: right;
	margin-right: 85px;
}

div.carlist_price {
	bottom: 10px;
	font-size: 20px;
	position: absolute;
	text-align: right;
	right: 10px;
	width: 78px;
}

div.carlist_price.take-away-container {
	line-height: 33px;
	height: 63px;
	width: 200px;
}

div.carlist_price.take-away {
	background: #9E0E29;
	bottom: 5px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding-right: 15px;
	right: 5px;
	width: 98px;
}

div.take-away-container .action-slogan{
	color: #9E0E29;
	font-size: 11px;
	font-weight: bold;
	right: 11px;
	position: absolute;
}

div.carlist_price_original {
    bottom: 30px;
    font-size: 14px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-decoration: line-through;
    width: 78px;
}

div.take-away-container .carlist_price_original {
	bottom: 5px;
	font-size: 	16px;
	right: 130px;
}

div.paging {
	float: right;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}


div.paging a {
	color: #6E6E6E;
}

div.paging div {
	float: left;
	margin-right: 10px;
}

div.paging_vorige {
	background-image: url('../img/prev.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

div.paging_vorige.disabled {
	padding-left: 15px;
}

div.paging_vorige a {
	padding-left: 15px;
	display: block;
}

div.paging_volgende {
	margin: 0px;
	background-image: url('../img/next.png');
	background-repeat: no-repeat;
	background-position: 65px 4px;
}

div.paging_volgende.disabled {
	padding-right: 15px;
}

div.paging_volgende a {
	padding-right: 15px;
	display: block;
}

div.paging_sel {
	color: #9e0e29;
	text-decoration: underline;
}

/*======== CARDETAILS ========*/
h1.details {
	margin: 0px 0px 15px 5px;
}

div#cardetails_col_left{
	float: left;
	margin-right: 12px;
	width: 212px;
}

div#cardetails_col_center {
	position:relative;
	float: left;
	margin-right: 0px;
	width:766px;
}

div.cardetails_button {
	float:right;
	padding-top: 5px;
}

div.button_zone{
	text-align: right;
	width: 200px;
	margin:5px 5px 0 3px;	
	padding-bottom:5px;
}

div.details_img_large {
	float: left;
	width: 400px;
	height: 300px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}
div.details_img_viewport {
	float: left;
	width: 90px;
	margin-right: 10px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

div.details_scroll {
	position: absolute;
	bottom: 0px;
	background-color: #cccccc;
	width: 90px;
	height: 10px;
	cursor: default;
}

div.details_scroll_button {
	position: absolute;
	bottom: 1px;
	width: 40px;
	height: 14px;
	cursor: pointer;
	background-repeat:no-repeat;
}

div.details_scroll_button.down {
	right: 3px;
	background-image: url('../img/scroll_down.png');
}

div.details_scroll_button.down:hover {
	background-image: url('../img/scroll_down_hover.png');
}

div.details_scroll_button.up {
	left: 3px;
	background-image: url('../img/scroll_up.png');
}

div.details_scroll_button.up:hover {
	background-image: url('../img/scroll_up_hover.png');
}

div#details_img_container {
	position: absolute;
	top: 0px;
	width: 90px;
}

div.details_img {
	cursor: pointer;
}
div.details_img img {
	vertical-align:middle;
	margin-bottom:5px;
}

div.details_overview {
    background-color: #FFFFFF;
    background-image: url("../img/next.png");
    background-position: 120px 4px;
    background-repeat: no-repeat;
    font-size: 9px;
    font-weight: bold;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

div.details_overview a {
	color: #6E6E6E;
	display: block;
	padding-right: 15px;
}

div.details_techniek {
	margin-top: 15px;
}
div.details_techniek a{
	color: #336699;
	text-decoration: underline;
	padding-left: 10px;
}

div.details_techniek a:hover{
	text-decoration: none;
}

div.details_menu {
	background-image: url('../img/button.png');
	background-repeat: no-repeat;
	padding: 0px 10px 5px 5px;
	width:202px;
	height: 30px;
	line-height: 30px;
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
}

div.details_menu a.taxatie {
	text-decoration: none;
	color:white;
}

div.frame {
    border: 1px solid #CCCCCC;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 454px;
    background-color: white;
}

div.frame.details {
    float: left;
    height: auto;
    line-height: 18px;
    margin-bottom: 0;
    padding: 15px;
    width: 328px;
    background-color: white;
}

div.frame.details.description {
	margin-right: 10px;
	clear: both;
	width: 368px;
}
div.frame.details.opties {
	width: 324px;
}

div.details_menu.active, div.details_menu:hover {
	background-image: url('../img/button_hover.png');
}

div.details_menu_content {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    display: none;
    margin-bottom: 5px;
    margin-top: -4px;
    padding: 5px;
    width:200px;
}

div.details_menu_content h3{
	color: #9E0E29;
	font-weight: bold;
	margin: 5px 0px;
}

div.details_menu_content input[type=button]{
	margin-top: 5px;	
}

table.details_details {
	width: 256px;
	margin-bottom: 10px;
	background-color: white;
}

table.details_details td {
	line-height: 21px;
	padding: 0px 5px;
}

img.ideal_icon {
	margin-top: 3px; 
	margin-right: 5px; 
	float: left;
}

input.details_action {
	width: 185px;
	height: 18px;
	border: 1px solid #999999;
	margin: 5px 0 5px 1px;
	padding: 0px 5px; 
}
input[type=checkbox].details_action {
	width: 18px;
	height: 18px;
	border: none;
	margin-top: 5px;
	padding: 0px 5px; 
}

label.details_action {
	font-size: 11px;
}

textarea.details_action {
	width: 185px;
	height: 100px;
	border: 1px solid #999999;
	margin: 5px 0 0 1px;
	padding: 0px 5px;
}

select.details_action {
	border: 1px solid #999999;
	margin-top: 5px;
	padding-left: 3px;
}

table.details_proefrit {
	font-size: 12px;
	line-height: 20px;
}

table.details_proefrit td {
	vertical-align: top;
}

/*div#frm_aanhef label {
	clear: none;
	float: none;
}*/

div#frm_aanhef{
	margin-bottom:5px;
	margin-left:2px;
	padding-top:2px;
}

div.contentpanel_15 {
	border: 1px solid #CCCCCC;
	background-color: white;
	color: #666666;
	padding:15px;
}

/**Wish List**/
div.carwishlist_car {
	border: 1px solid #CCCCCC;
	cursor: pointer;
	float: left; 


	position: relative;
	height: 107px; 
	margin-bottom: 10px;
	padding : 10px; 

	width: 617px;
	background-color: white;
}

div.carwishlist_car:hover {
	background: #EAEAEA;
}

div.carwishlist_image {
	display: inline;
	float: left;
	overflow: hidden;
	width: 140px;
}

div.carwishlist_details {
	float: left;
	line-height: 18px;
	margin-left: 15px;
	white-space: nowrap;
}

div.carwishlist_carname {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

div.carwishlist_label {
	color: #666666;
	display: inline;
	float: left;
	width: 90px;
}

div.carwishlist_nap {
	position: absolute;
	right: 10px;
	top: 10px;
}

div.carwishlist_price {
	bottom: 10px;
	font-size: 20px;
	position: absolute;
	text-align: right;
	right: 10px;
	width: 78px;
}

div.wishlist {
	margin-bottom:5px;
}

div.adres_print{
	display:none;
}

/**Taxatie*/

div#taxatie_content_col_center {
	border: 1px solid #CCCCCC;
	background-color: white;
	float: left;
	width: 658px;
}


div#taxatie_content_col_title {
	margin: 10px;
		
}

div.taxatie {
    margin: 0 auto;
    position: relative;
    width: 550px;
	padding-bottom:15px;
}

/*============= ONLINE AFSPRAAK MAKEN =============*/
div#plantit_content_col_center {
	background-color: white;
	border: 1px solid #CCCCCC;
	float: left;
	padding: 15px 0px 15px 15px;
	width: 643px;
}

div.plantit {
	height: 1500px;	
}

div#plantit_content_col_title {
	margin: 10px;
}

/*============== FILTERLIST ==============*/
div.filterlist-container {
	width: 218px;	
}

/*============== NB UITSCHRIJVEN ==============*/
div#nb-uitschrijven {
	width: 645px;	
}

div#nb-uitschrijven p {
	margin-top: 7px;
}

div#nb-uitschrijven input[type=text] {
	border: 1px solid #CCCCCC;
}

div#nb-uitschrijven .button {
	
}

/***
*	Banner slider
***/
#slider_banner {
	position: relative;
	float: left;
	width: 660px;
	padding-bottom: 10px;
}

#slider_banner #banners-block {
	position: relative;
	float: left;
	width: 660px;
	height: 300px;
}

#slider_banner #banners-block #banner-slider {
	position: relative;
	float: left;
	width: 660px;
	height: 300px;
	overflow: hidden;
}

#slider_banner #banners-block #banner-slider .banner {
	width: 660px;
	height: 300px;
	line-height: 300px;
}

#slider_banner #banners-block #banner-slider .banner {
	width: 660px;
	height: 300px;
	line-height: 300px;
	text-align: center;
}

#slider_banner #banners-block #banner-slider .banner a {
	display: block;
	line-height: 300px;
	text-align: center;
}

#slider_banner #banners-block #banner-slider .banner img {
	line-height: 1;
	vertical-align: middle;
}

#slider_banner #banners-block #slider-nav {
	position: absolute;
	display: inline-block;
	width: 660px;
	height: 10px;
	z-index: 10;
	left: 0px;
	bottom: 10px;
	text-align: center;
}

#slider_banner #banners-block #slider-nav div {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #00AC4F;
	margin: 0px 5px;
	cursor: pointer;
}

#slider_banner #banners-block #slider-nav div.activeSlide {
	background: #9E0E29;
}