* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff url('/_grafix/bg.png') top left repeat-y;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}

br.clear {
	clear: both;
}

a {
	color: #039;
}

a:hover {
	color: #c03;
}

h1 {
	font-size: 15px;
	color: #039;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	color: #c03;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

p {
	margin-bottom: 20px;
}

span.filetype {
	font-size: 10px;
}

span.red {
	font-weight: bold;
	color: #c03;
}

span.blue {
	font-weight: bold;
	color: #039;
}

hr.divider {
	width: 500px;
	height: 1px;
	background: #ccc;
	color: #ccc;
	margin-bottom: 10px;
}

hr.sub_block_divider {
	float: left;
	width: 370px;
	height: 1px;
	background: #ccc;
	color: #ccc;
	margin: 12px;
}


/* container */

#container {
	float: left;
	width: 100%;
	background: url('/_grafix/bg_banner.png') top left repeat-x;
}

#inner_container {
	float: left;
	width: 1005px;
}

/* header */

#header_spacer {
	float: left;
	width: 30px;
	height: 75px;
}

#header {
	float: left;
	width: 975px;
	height: 75px;
	background: #fff;
}

#header .logo {
	float: left;
}

#header .tagline {
	float: right;
}


/* banner */

#banner {
	float: left;
	width: 100%;
	height: 260px;
}

#banner .margin {
	float: left;
	height: 260px;
	width: 30px;
	background: url('/_grafix/bg.png') top left repeat-y;
}

#banner .block_image {
	float: left;
	width: 550px;
	height: 260px;
}

#banner .block_content {
	float: left;
	width: 425px;
	height: 260px;
	background: url('/_grafix/bg_block_content.png') top left repeat-y;
	font-size: 11px;
	overflow: hidden;
}

#banner .block_content ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#banner .block_content ul li {
	padding: 0 0 5px 38px;
	background: url('/_grafix/icon_li.gif') top left no-repeat;
}

#banner .gutter {
	float: left;
	width: 395px;
	padding: 15px;
}

#banner .block_title {
	width: 315px;
	height: 70px;
	padding: 3px 0 0 75px; 
	font-size: 13px; 
	line-height: 1.4em;
	font-weight: bold;
	background: url('/_grafix/icon_promo.gif') top left no-repeat;
	color: #003399;
}

#banner .flash {
	float: left;
	width: 1005px;
	height: 260px;
	background: #e5e4e3;
}

#banner .image {
	float: left;
	width: 1005px;
	height: 260px;
	background: #e5e4e3;
}


/* navigation */

#navigation_container {
	float: left;
	width: 100%;
	height: 24px;
	background: url('/_grafix/bg_nav.gif') top left no-repeat;
}

#navigation_spacer {
	float: left;
	width: 30px;
	height: 24px;
}

#navigation {
	float: left;
	width: 975px;
	height: 24px;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
	vertical-align: top;
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 24px;
}

#navigation li a:hover { 
	background-position: 0 -24px; 
}

#navigation li a.selected { 
	background-position: 0 -24px; 
}

#navigation span {
	display: none;
}

#btn_home a {
	background: url('/_grafix/btn_home.png') no-repeat top left;
}


/* content */

#content_spacer {
	float: left;
	width: 30px;
	height: 30px;
}

#content {
	float: left;
	width: 975px;
	background: url('/_grafix/bg_content.png') top left no-repeat;
}

#main {
	float: left;
	width: 550px;
}

#main .gutter {
	float: left;
	width: 500px;
	padding: 30px 25px 0 25px;
	overflow: hidden;
}

#main_title {
	float: left;
	width: 500px;
	margin-bottom: 18px;
}

#main_title .left {
	float: left; 
	width: 500px;
}

#main_title .right {
	float: right; 
	font-size: 11px;
	height: 16px;
}

#main p {
	line-height: 1.4em;
}

/* ul */

#main ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#main ul li	{
	padding: 0 0 10px 38px;
	background: url('/_grafix/icon_li.gif') top left no-repeat;
}

/* ol */

#main ol {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}

#main ol li {}

span.content_small {
	font-size: 11px;
	color: #666;
}

span.button_red,
span.button_blue {
	padding: 4px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	line-height: 1.5em;
}

span.button_red {
	background: #c03;
}

span.button_blue {
	background: #039;
}

span.button_red a,
span.button_red a:hover, 
span.button_blue a,
span.button_blue a:hover {
	color: #fff;
	text-decoration: none;
}

#main img {
	border: 1px solid #ccc;
	margin: 8px 0;
}

#main img.tekst-rond-foto-links {
	float: left;
	vertical-align: top;
	margin: 0 15px 15px 0;
}

#main img.tekst-rond-foto-rechts {
	float: right;
	vertical-align: top;
	margin: 0 0 15px 15px;
}

#main table {
	border: 1px solid #999;
}

#main table td {
	padding: 5px;
	border: 1px solid #c5c5c5;
}


/* homepage */

.home_sub_block_container,
.home_sub_block_container_over {
	float: left;
	width: 390px;
	cursor: pointer;
	background: none;
	margin-bottom: 10px;
}

.home_sub_block_container_over {
	background: #e5e4e3;
}

#home_sub_block {
	float: left;
	padding: 10px; 
	width: 370px; 
}

#home_sub_block p {
	font-size: 11px;
	margin-bottom: 0;
}

#home_sub_block div.image {
	float: left;
	width: 85px;
}

#home_sub_block div.text {
	float: left;
	width: 285px;
}

#home_sub_block img {
	border: 1px solid #c03;
	width: 70px;
}

#home_sub_block span.title {
	color: #039;
	font-weight: bold;
	font-size: 13px;
}

#home_sub_block span.sub_title {
	color: #c03;
	font-weight: bold;
	font-size: 12px;
}

#home_sub_block span.title a {
	text-decoration: none;	
}

#home_sub_block span.title a:hover {
	text-decoration: underline; 
}


/* item viewer */

.item_viewer_block_container,
.item_viewer_block_container_over {
	float: left;
	width: 500px;
	cursor: pointer;
	background: none;
	margin-bottom: 10px;
}

.item_viewer_block_container_over {
	background: #e5e4e3;
}

#item_viewer_block {
	float: left;
	padding: 10px; 
	width: 480px; 
}

#item_viewer_block div.image {
	float: left;
	margin: 0 15px 2px 0;
}

#item_viewer_block img {
	border: 1px solid #c03;
}

#item_viewer_block span.title {
	color: #c03;
	font-weight: bold;
	font-size: 14px;
}

#item_viewer_block span.title a {
	text-decoration: none;	
}

#item_viewer_block span.title a:hover {
	text-decoration: underline; 
}

#item_viewer_content_image {
	float: left;
	margin: 0 15px 2px 0;
}

#item_viewer_content_image img {
	border: 1px solid #c03;
}

/* item viewer sub block */

.item_viewer_sub_block_container,
.item_viewer_sub_block_container_over {
	float: left;
	width: 390px;
	cursor: pointer;
	background: none;
}

#item_viewer_sub_block {
	float: left;
	padding: 10px; 
	width: 370px; 
}

#item_viewer_sub_block div.image {
	float: left;
	width: 90px;
}

#item_viewer_sub_block div.text {
	float: left;
	width: 280px;
}

#item_viewer_sub_block img {
	border: 1px solid #c03;
}

#item_viewer_sub_block span.title {
	color: #c03;
	font-weight: bold;
	font-size: 13px;
}

#item_viewer_sub_block span.title a {
	text-decoration: none;	
}

#item_viewer_sub_block span.title a:hover {
	text-decoration: underline; 
}

/* sub block */

#sub {
	float: left;
	width: 425px;
}

#sub .gutter {
	float: left;
	padding: 30px 15px;
}

/* cars */

#car_thumbs {
	float: left;
	width: 390px;
}

#car_thumbs .car {
	float: left;
	width: 130px;
	height: 90px;
	margin-bottom: 5px;
}

#car_thumbs .car a {
	float: left;
	display: block;
	vertical-align: top;
	width: 130px;
	height: 90px;
}

#car_thumbs .car a:hover { 
	background-position: 0 -90px; 
}

#car_thumbs .car a.selected { 
	background-position: 0 -90px; 
}

/* ecomatic items */

#ecomatic_thumbs {
	float: left;
	width: 390px;
}

#ecomatic_thumbs .car {
	float: left;
	width: 130px;
	height: 90px;
	margin-bottom: 5px;
}

#ecomatic_thumbs .car a {
	float: left;
	display: block;
	vertical-align: top;
	width: 130px;
	height: 90px;
}

#ecomatic_thumbs .car a:hover { 
	background-position: 0 -90px; 
}

#ecomatic_thumbs .car a.selected { 
	background-position: 0 -90px; 
}


/* lists */

/*
ul.list1 {
	list-style-type: none;
}

ul.list1 li	{
	padding: 0 0 10px 38px;
	background: url('/_grafix/icon_li.gif') top left no-repeat;
}
*/

ul.list2 {
	list-style-type: disc;
	margin: 5px 0 0 20px;
}

ul.list2 li	{
	padding: 0 0 3px 0;
}

ul.promo_list {
	list-style-type: disc;
	margin-left: 12px;
}

ul.promo_list li	{
	padding: 0 0 5px 0;
}

ul.sub_overview {
	list-style-type: disc;
	margin-left: 15px;
}

ul.sub_overview li {
	padding: 0 0 3px 0;
}

ul.sub_overview li.active {
	color: #003399;
	font-weight: bold;
}


/* koopjeshoek */

div.sale_item {
	float: left;
	width: 500px;
	padding-bottom: 6px;
	margin-bottom: 20px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}

div.sale_item img {
	float: left;
	border: 5px solid #fff !important;
	margin: 0 15px 15px 0 !important;
}

div.sale_item strong.title {
	font-size: 14px;
	color: #039;
}

div.price_block {
	float: right;
	font-size: 14px;
	padding: 6px;
	background: #039;
	color: #fff;
	font-weight: bold;
}

span.old_price {
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
}

/* sale print */

#sale_print_container {
	width: 640px;
	margin: auto;
}

strong.title_print {
	font-size: 25px;
	color: #039;
}

div.price_block_print {
	float: right;
	font-size: 14px;
	padding: 10px;
	background: #039;
	color: #fff;
	font-weight: bold;
}


/* footer */

#footer {
	color: #666;
	font-size: 11px;
	margin: 25px 0 20px 0;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #999;
}


/* form */

span.feedback_err, .mandatory_err {
	color: #039;
	font-weight: bold;
}

#contact_form table {
	width: 395px;
}

#contact_form input.text {
	width: 255px;
	height: 18px;
	padding: 2px;
	background: #e5e4e3;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	border: 1px solid #e5e4e3;
}

#contact_form .textarea {
	width: 255px;
	height: 50px;
	padding: 2px;
	background: #e5e4e3;
	color: #003366;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#contact_form input.button {
	padding: 3px;
	background: #c03;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

#contact_form input.text_home {
	width: 265px;
	height: 18px;
	padding: 2px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	border: 1px solid #fff;
}


/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: middle;
	line-height: 1em;
	margin-left: 8px !important;
	border: 0 !important;
}

#ikon {
	width: 19px;
	height: 15px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 5px;
	border: 0 !important;
}

