/*
#################
#	ALGEMEEN	#
#################
*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form { margin: 0; padding: 0; }
html { font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { background: #eff3f3; font-size: 1.1em; }

/* Algemene classnames
------------------------------------------------------------------*/
.nomargin, .nom { margin: 0; }
.nopadding .nop { padding: 0; }
.nomp { margin: 0; padding: 0; }

.block { display: block; }
.inline { display: inline; }

.center { display: block; margin: auto; }

.hide, .hidden { position: absolute; left: -9999px; }

.fleft { float: left; }
.fright { float: right; }

.clear { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }

.vbottom { vertical-align: bottom; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }

.absolute { position: absolute; }
.relative { position: relative; }

.bold, .b, .strong { font-weight: bold; }
.em, .italic, .i { font-style: italic; }
.normal { font-weight: normal; }
.u, .underline { text-decoration: underline; }
.small { font-size: 11px; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

.wide { width: 100%; }

.default { cursor: default; }
.pointer { cursor: pointer; }

.overflow{ overflow: hidden; }

img{ border: 0; }

table.product {
	border-collapse: collapse;
}

table.product th{
	width: 75px;
}
table.product th,table.product td {
	padding: 5px; margin:0
}

/* Headings
------------------------------------------------------------------*/
h1 { font-size: 1.8em; padding: 20px 9px 0px; background: #eff3f3;}
h2 { font-size: 1em; margin-top: 15px; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

/* Hyperlinks
------------------------------------------------------------------*/
a{ color: #e51d2c; text-decoration: none;}
a:hover{ color: #e51d2c; text-decoration: underline;}

/*
#################
#	LAY-OUT		#
#################
*/

/* HOOFDPAGINA */

div#container {
	font-size: 1.2em;
	padding: 0;
}

div.innercontainer {
	margin: auto;
	width: 925px;
	overflow: hidden;
}

div.innercontainer div.grijzekleur{
	background: #eff3f3;
	padding: 0 0 20px 0;
}

div#containerTop {
	background: url(/images/header.png) repeat-x;
	height: 165px;
}

body.mainBody div#containerTop {
	background: url(/images/header-home.png) repeat-x;
	height: 440px;
}

div#containerCenter {
	background: url(/images/bg-content.png) repeat-y #eff3f3;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
}

body.mainBody div#containerCenter {
	background-image: none;
	padding: 20px 0 20px 0;
}

div#containerBottom {
	background: #1a191c;
	overflow: hidden;
	padding: 0 0 10px 0;
}

img.logo {
	float: left;
	margin-left: 25px;
}

div#header {
	padding: 20px 5px 0 0;
	float: left;
}

body.mainBody div#header {
	height: 423px;
	position: relative;
}

body.mainBody img.embleem{
	margin: 50px auto 0;
	float: none;
	display: block;
	clear: both;
	position: relative;
	top: 45px;
}

body.mainBody div#header div.headerimg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

body.mainBody div#header div.innerheader{
	height: 420px;
	position: absolute;
	z-index: 2;
	width: 920px;
}

div#footer {
	clear: both;
	margin: 20px 0 200px 0;
	color: #FFF;
	/*text-transform: uppercase;*/
	font-size: .9em;
}

div#footer ul a{
	text-decoration: none;
	color: #FFF;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer ul{
	list-style: none;
	margin: 0;
	padding:0;
}

div#footer ul.disclaimer{
	float: left;
	margin-left: 25px;
}

div#footer ul.taalmenu{
	float: right;
	width: 530px;
}

div#footer ul.taalmenu li{
	float: left;
	padding: 0 5px;
	border-left: 1px solid #FFF;
	line-height: 150%; 
}

div#footer ul.taalmenu li.first{ border: 0; }

div.werkman{
	float: right;
	width: 525px;
	font-size: 1.3em;
	margin-top: 15px;
}

div.event {
	width: 682px;
	line-height: 170%;
	margin-bottom: 1.4em;
	overflow: hidden;
	background: url(/images/event.png) no-repeat top;
}

div.event p {
	margin: 12px;
}

div.event div.bottom {
	height: 12px;
	clear: both;
	background: #E6F1E5 url(/images/event.png) no-repeat bottom;
}

div.event h3 {
	padding: 20px 10px 0;
}

div.event img.illustratie {
	float: right;
	margin: 0 12px;
	border: 2px solid #97ADB5;
}

div.event-foto-links img.illustratie { float: left; }

/*
#################
#	MENU'S		#
#################
*/

/* KIESTAALMENU */

ul#kiestaalmenu {
	padding: 0;
	margin: 19px 0 0 0;
	list-style: none;
	text-decoration: none;
	background: url(/images/bg_kiestaalmenu.png) no-repeat left bottom;
	z-index: 100;
	position: absolute;

}

ul#kiestaalmenu li {
	float: left;
	clear: left;
}

ul#kiestaalmenu li a {
	width: 184px;
	color: #393938;
	font-size: .9em;
	text-decoration: none;
	width: 182px;
	padding: 5px 0 5px 10px;
	display: block;
	margin: 0 0 0 1px;
}
ul#kiestaalmenu li a.active {
	font-weight: bold;
}
ul#kiestaalmenu li a:hover {
	text-decoration: underline;
	background: #ebefef;
}

a.kiestaal {
	float: left;
	width: 184px;
	height: 17px;
	display: block;
	color: #393938;
	font-size: .9em;
	text-decoration: none;
	padding: 5px 0 0 10px;
	background: url(/images/bg_chooselanguage.gif) no-repeat;
}

a.kiestaal:hover {

}

/* LINK LOGIN DEALER */

a.logindealers {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background: url(/images/bestelformulier.png) repeat;
	position:absolute;
	right: 15px;
	bottom: 0;
	text-transform: uppercase;
	color: #FFF;
}

a.logindealers:hover {
	color: #333;
}

/* HOOFDMENU */

ul#mainMenu {
/*	padding: 0;
	width: 920px; */
	padding: 0 0 0 13px;
	width: 907px;
	float: left;
	margin: 15px 0 0 0;
	overflow: hidden;
	list-style: none;
	height: 40px;
	background: url(/images/mainmenu.png) no-repeat /*right*/99% center #1a191c;
}

ul#mainMenu li {
	height: 33px;
	float: left;
	padding: 0px 0 0 0;
	margin: 0;
	display: inline;
}

ul#mainMenu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	/*padding: 11px 12px 9px;*/
	padding: 11px 10px 9px;
	text-transform: uppercase;
	font-size: 14px;
	height: 24px;
	float: left;
}

ul#mainMenu li a:hover,
ul#mainMenu li a.active {
	/*background*/color: #e51d2c;
}

ul#mainMenu li div {
	float: left;
	height: 32px;
	width: 0px;
}

ul#mainMenu li.input {
	float: right;
	margin: 10px 0 0 10px;
}

ul#mainMenu li.input input {
	border: 0;
	background: #f3f3f3;
	height: 15px;
	padding: 2px 0 3px 5px;
}

ul#mainMenu li#contact {
	float: right;
	margin: 8px 0 0 10px;
}

/**
 * TAALMENU
 */
ul.taalmenu{
	float: right;
	list-style: none;
	margin: 0;
	margin-right: 19px;/*5px*/
	width: 236px;
}

ul.taalmenu li{
	float :left;
	padding-right: 3.75px;
}

.zoeken {
	overflow: hidden;
	clear: right;
	float: right;
	margin-top: 8px;
	margin-right: 19px; /*5px*/
}
.zoeken input.text{
	border: 1px solid #7b7b7b;
	padding: 3px 2px;
	font-size: 1em;
	width: 150px;
}

.zoeken a {
	display: block;
	height: 23px;
	line-height: 23px;
	width: 76px;
	background: #393938;
	outline: none;
	color: #FFF;
	text-decoration: none;
	float: right;
	margin-left: 5px;
	text-transform: uppercase;
	text-align: center;
}

ul#mainMenu li.button a:hover {
	margin: 1px 0 0 5px;
	float: left;
	width: 58px;
	height: 22px;
	background: url(/images/menubuttonhover.png) no-repeat;
}


/* ACTUEEL BLOK */

div#actueelBlok {
	float: left;
	clear: both;
	margin: 10px 10px 0 0;
	width: 367px;
}

div#actueelBlok h2 {
	font-size: 2.0em;
	font-weight: normal;
	/*margin: 0 0 5px 0;*/
	margin: 0 0 5px 25px;
	padding: 0;
}

div#actueelBlok div.contentblok {
	/* image is 362x170px */
	background: url(/img/bg-grijzevlak.png) no-repeat right bottom #616161;
/*	width: 347px;
	padding: 10px;*/
	width: 335px;
	padding: 10px 10px 10px 27px;
	color: #fff;
	height: 150px;
	overflow: hidden;
}

div#actueelBlok div.contentblok img {
	margin: 0 10px 10px 0;
}

div#actueelBlok div.contentblok img.bigimg {
	float: left;
	margin: 0 10px -5px 0;
}

div#actueelBlok div.contentblok img.img {
	float: left;
}

div#actueelBlok div.contentblok p {
	margin: 0;
	padding: 0;
	line-height: 22px;
}

div#actueelBlok div.contentblok a.leesmeer {
	float: left;
	margin-top: 5px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 12px;
	font-size:.9em;
	background: url(/images/bullet-grijs.png) no-repeat 0px 2px;
}

div#actueelBlok div.contentblok a.leesmeer img{
	margin: 0;
	display: inline;
}

div#actueelBlok div.contentblok a:hover {
	color: #ebefef;
}

div#actueelBlok div.contentblok div.datum {
	/* width: 100px; */
	float: left;
}

div#actueelBlok div.contentblok div.titel {
	font-weight: bold;
}

div#actueelBlok div.contentblokbottom {
	display: block;
	width: 367px;
	height: 5px;
	background: url(/images/bg_actueelblok_bottom.gif) no-repeat left top;
}

div#uitgelichtBlok {
	float: left;
	width: 541px;
	margin: 10px 0 0 0;
}

div#uitgelichtBlok p {
	padding: 0 0 18px 0;
	margin: 0;
}

div#uitgelichtBlok h2 {
	font-size: 2.0em;
	font-weight: normal;
	/*margin: 0 0 5px 0;*/
	margin: 0 0 5px 25px;
	padding: 0;
}

div#uitgelichtBlok div.contentblok {
	/* image is 547x170px */
	background: url(/img/bg-oranjevlak.png) no-repeat right bottom #e51d2c;
	/*width: 521px;
	padding: 10px;*/
	width: 520px;
	padding: 10px 10px 10px 27px;
	height: 150px;
	overflow: hidden;
}

div#uitgelichtBlok div.contentblok p {
	color: #d2d4d2;
	line-height: 22px;
}

div#uitgelichtBlok div.uitgelichtP {
	width: 250px;
	float: left;
}
div#uitgelichtBlok div.uitgelichtP div.left {
	width: 125px;
	float: left;
	}

div#uitgelichtBlok div.contentblok div.thumbbg {
	/*width: 129px;
	height: 129px;*/
	width: 110px;
	height: 110px;
	overflow: hidden;
	float: left;
}

div#uitgelichtBlok div.contentblok a.thumbbg2 {
	/*width: 129px;
	height: 129px;*/
	width: 110px;
	height: 110px;
	overflow: hidden;
	float: left;
	background: none;
}

div#uitgelichtBlok div.contentblok a.thumbbg2 img{
	width: 110px;
	height: 110px;
}

div#uitgelichtBlok div.contentblok img.thumbsm {
	cursor: pointer;
}

div#uitgelichtBlok div.contentblok div.thumbsm_container {
	float: right;
	width: 40px;
	margin: 0 5px 0 5px;
	overflow: visible;
	height: 130px;
}

div#uitgelichtBlok div.contentblok div.thumbsm_container img {
	border: 1px solid #CAC9C8;
	float: right;
	clear: right;
	margin: 1px 0 4px 0;
}

div#uitgelichtBlok div.contentblokbottom {
	display: block;
	width: 541px;
	background: url(/images/bg_uitgelichtblok_bottom.gif) no-repeat left top;
}

div#uitgelichtBlok div.contentblok a {
	background: url(/images/bullet-oranje.png) no-repeat 0px 3px;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-weight: bold;
	color: #d2d4d2;
	display: block;
	margin-top: 10px;
}

div#uitgelichtBlok div.contentblok a:hover {
	color: #b7b7b3;
}


/* SUBPAGINA PRODUCTEN */
/* contentpage image */
img.thumb{
	float: right;
	margin: 10px;
}

div#contentContainer {
	overflow: hidden;
	clear: both;
}

div#contentContainer h1 {
	float: left;
	padding: 6px 0 5px 20px;
	font-size: 2.4em;
	margin: 0;
	font-family: Arial;
	font-weight: normal;
	color: #484848;
}


div#contentContainer span#right {
	float: right;
	padding: 20px 20px 5px 0;
	font-size: 1.5em;
}

div#breadCrumbs {
	clear: both;
	overflow: hidden;
	width: 870px;
	padding: 0px 20px 5px 10px;
	background: #eff3f3;
}

div.content-transparant {
	float: left;
	width: 700px;
	padding: 6px 0 0 0;
	background: #eff3f3;
	overflow: hidden;
}

div.content {
	margin-top: 5px;
	float: left;
	width: 650px;
	margin: 0 0px 20px 0;
	padding: 20px 30px 0 15px;
	background: url(/images/bg-contentTop.png) left top no-repeat;
	overflow: hidden;
}

div.productBlok h2,
div.productBlokOver h2,
div.productBlok2 h2,
div.productBlok2Over h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #484848;
	overflow:hidden;
}

div.productBlok a,
div.productBlokOver a,
div.productBlok2 a,
div.productBlok2Over a {
	text-decoration: none;
	color: #393938;
	padding: 0 0 0 15px;
	margin: 0;
	background: url(/images/arrow_sm2.gif) no-repeat 2px 2px;
}

div.productBlok a.clean,
div.productBlokOver a.clean,
div.productBlok2 a.clean,
div.productBlok2Over a.clean {
	text-decoration: none;
	color: inherit;
	padding: 0px;
	margin: 0;
	background: transparent;
}

div.productBlok a.active,
div.productBlokOver a.active,
div.productBlok2 a.active,
div.productBlok2Over a.active {
	font-size: 1.5em;
}

div.productBlok div.top,
div.productBlokOver div.top {
	width: 331px;
	height: 5px;
	background: url(/images/blok_top.png) no-repeat;
	overflow: hidden;
}

div.productBlok2 div.top,
div.productBlok2Over div.top {
	width: 682px;
	height: 5px;
	background: url(/images/blok2_top.png) no-repeat;
	overflow: hidden;
}

div.productBlokOver div.top {
	background: url(/images/blok_top_over.png) no-repeat;
}

div.productBlok2Over div.top {
	background: url(/images/blok2_top_over.png) no-repeat;
}

div.productBlok div.middle,
div.productBlokOver div.middle {
	overflow: hidden;
	width: 301px;
	padding: 15px 10px 15px 20px;
	background: #B7B7B3 url(/images/blok.gif) repeat-y;
}

div.productBlok2 div.middle,
div.productBlok2Over div.middle {
	overflow: hidden;
	width: 652px;
	padding: 15px 10px 15px 20px;
	background: #B7B7B3 url(/images/blok2.gif) repeat-y;
}

div.productBlokOver div.middle {
	background: #F4F4ED url(/images/blok.gif) repeat-y;
}

div.productBlok2Over div.middle {
	background: #F4F4ED url(/images/blok2.gif) repeat-y;
}

div.productBlok div.bottom,
div.productBlokOver div.bottom {
	width: 331px;
	height: 5px;
	background: url(/images/blok_bottom.png) no-repeat;
	overflow: hidden;
}

div.productBlok2 div.bottom,
div.productBlok2Over div.bottom {
	width: 682px;
	height: 5px;
	background: url(/images/blok2_bottom.png) no-repeat;
	overflow: hidden;
}

div.productBlokOver div.bottom {
	background: url(/images/blok_bottom_over.png) no-repeat;
}

div.productBlok2Over div.bottom {
	background: url(/images/blok2_bottom_over.png) no-repeat;
}

div.productBlokImageContainer {
	float: right;
	width: 77px;
	height: 77px;
}

div.productBlokImage {
	width: 77px;
	height: 77px;
	background: url(/images/blok_preview.gif) no-repeat;
}

div.productBlokOver div.productBlokImage {
	background: url(/images/blok_previewOver.gif) no-repeat;
}

div.productBlok2Over div.productBlokImage {
	background: url(/images/blok_previewOver.gif) no-repeat;
}

/**
 * BLOK PRODUCT OVERZICHT
 */

.blok-product .tekst {
	color: #484848;
	display: block;
	height: 112px;
	float: left;
	padding-top: 5px;
	width: 210px;	
	font-size: 1.0em;
}

.blok-product .producttitle {
	color: #484848;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.6em;	
}

.blok-product .producttitle:hover {
	text-decoration: none;	
}

.blok-product span.introduction {
	font-size: 1.0em;	
	position: relative;
}

div.blok-productcategorie {
	overflow: hidden;
	float: left;
	margin: 0 10px 8px -2px;
	padding: 2px 6px 6px 2px;
	background: url(/img/bg-category.png) no-repeat;
}

div.blok-productcategorie a {
	width: 332px;
	height: 129px;
	display: block;
}

div.blok-merken {
	background: #616161;
	overflow: hidden;
	float: left;
	height: 128px;
	margin: 0 15px 15px 0;
}

div.blok-merken a {
	width: 312px;
	height: 117px;
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #FFF;
}

div.blok-merken span.titel {
	overflow: hidden;
	display: block;
	margin-bottom: 8px;
}

div.blok-merken span.titel img,
div.blok-merken span.titel h2{
	display: inline;
	float: left;
	margin-top: 2px;
}

div.blok-merken span.titel img{
	margin-right: 5px;
	margin-top: 0px;	
}

div.blok-merken p{
	margin-left: 3px;
}
	
div.blok-product {
	position: relative;
	display: block;
	float: left;
	width: 312px;
	height: 117px;
	margin: 0 18px 18px 0;
	padding: 5px 8px 6px 12px;
	overflow: hidden;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	background: #616161;
}

div.blok-product a {
	color: #000;
}

div.blok-product span {
	cursor: pointer;
}

div.blok-product a span {
	font-size: 0.7em;
	float: left;	
}

div.blok-product:hover,
div.blok-product:focus {
	background-position: 0 -128px;
}

div.blok-product img.producttitel {
	float: left;
	margin-top: 12px;
}

div.blok-product img.productfoto,
div.blok-merken img.merkfoto {
	float: right;
	margin-top: 3px;
}

div#blokRight {
	float: right;
	width: 225px;
	overflow: hidden;
	margin-top: 4px;
}

div#blokRight div#top {
	width: 225px;
	height: 7px;
	overflow: hidden;
	background: url(/images/bg-zijkantTop-rood.png) center right no-repeat;
}

div#blokRight div#middle {
	width: 195px;
	min-height: 351px;
	overflow: hidden;
	background: url(/images/bg-zijkant-rood.png) center right repeat-y;
	padding: 15px;
	color: #F3F3F3;
}

div#blokRight div#bottom {
	width: 225px;
	height: 14px;
	overflow: hidden;
	background: url(/images/bg-zijkantBottom-rood.png) center right no-repeat;
}

div#blokRight div#middle h2 {
	font-size: 1.4em;
	padding: 0 0 5px 0;
	margin: 0;
	color: #D8D7D3;
}

div#blokRight div#middle p {
	margin: 0;
	padding: 0 0 10px 0;
}

div#blokRight div#middle a.leesverder {
	font-weight: bold;
	color: #F3F3F3;
	text-decoration: none;
}

div#blokRight div#middle a.leesverder:hover {
	text-decoration: underline;
}

ul.opsomming {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
}

ul.opsomming li{
overflow: hidden; clear: both;
}

ul.opsomming li a {
	padding: 4px 0 4px 14px;
	background: url(/images/bullet-zijkant.png) no-repeat 2px 12px;
	color: #F3F3F3;
	text-decoration: none;
	float: left;
}

ul.opsomming li a.active,
ul.opsomming li a:hover {
	text-decoration: underline;
}

ul.opsomming-groepen {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.opsomming-groepen li{
	overflow: hidden;
}

ul.opsomming-groepen li img {
	float: left;
	margin-right: 10px;
}

ul.opsomming-groepen li a {
	padding: 4px 0 4px 0;
	margin: 1px 0;
	color: #F3F3F3;
	text-decoration: none;
	float: left;
	line-height: 21px;
}

div.thumb2bg {
	width: 129px;
	height: 129px;
	overflow: hidden;
}

div.thumb2bg2 {
	width: 129px;
	height: 129px;
	overflow: hidden;
	float: right;
}

img.thumb2sm {
	cursor: pointer;
}

div.thumb2sm_container {
	float: right;
	width: 40px;
	margin: 0 5px 0 5px;
	overflow: visible;
	height: 130px;
}

div.thumb2sm_container img {
	border: 1px solid #CAC9C8;
	float: right;
	clear: right;
	margin: 1px 0 4px 0;
}

div.productBlok2OverDetail div.middle {
	min-height: 351px;
	line-height: 22px;
}

div.productBlok2OverDetail p {
	padding: 5px 0 10px 0;
	margin: 0;
}

div.productBlok2OverDetail ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.productBlok2OverDetail ul li {
	padding: 4px 0 4px 18px;
	background: url(/images/arrow_sm2.gif) no-repeat 2px 7px;
	border-bottom: 1px solid #DEDEDE;
}

div.productBlok2OverDetail ul li.top {
	height: 5px;
	overflow: hidden;
	padding: 0;
	background: none;
	border-bottom: 1px solid #DEDEDE;
}

/* ALGEMENE SUBPAGINA */

div.productBlok2Over div.algemeen {
	min-height: 351px;
	line-height: 22px;
}

div.productBlok2Over div.algemeen h2 {
	margin: 0 0 5px 0;
}

div.productBlok2Over div.algemeen p {
	margin: 0;
	padding: 0 0 15px 0;
}

div.productBlok2Over div.algemeen a {
	padding: 0;
	margin: 0;
	background: 0;
	color: #335EB9;
	text-decoration: none;
}

div.productBlok2Over div.algemeen a:hover {
	text-decoration: underline;
}

div.productBlok2Over div.algemeen .intro {
	font-weight: bold;
}

div.productBlok2Over div.algemeen .thumb {
	border: 1px solid #ccc;
	float: right;
	margin: 0 10px 10px 10px;
}

div.productBlok2Over div.algemeen ul {
	padding: 0 0 15px 20px;
	margin: 0;
}

div.content .thumb {
	border:1px solid #ccc;
	cursor:pointer;
	margin-top: 0;
}

.smallthumb {
	border:1px solid #ccc;
	float:left;
	margin-bottom:14px;
	cursor:pointer;
	clear:left;
}

/* BLOG */

img.blogpost-overzicht{
	float: right;
	margin: 0 15px 0 0;
}

div.blogpost{
	margin: 10px 0 5px;
	border: 1px solid #cfd3d3;
	overflow: hidden;
}

div.blogpost div.middle{
	padding: 5px;
}

div.blogpost div.signed{
	background: #cfd3d3;
	color: #333;
	padding: 2px 5px;
	font-size: .9em;
}

div.productBlok2Over div.noheight {
	min-height: 0px;
}

div.productBlok2Over div.signed {
	overflow: hidden;
	width: 652px;
	padding: 3px 10px 0 20px;
	background: #B7B7B3 url(/images/blok.gif) repeat-y;
	color: #F3F3F3;
}

div.productBlok2Over div.signed a {
	margin: 0;
	padding: 0;
	background: none;
	color: #F3F3F3;
}

div.productBlok2Over div.signed a:hover {
	color: #F3F3F3;
	text-decoration: underline;
}

div.productBlok2Over div.blogBottom {
	width: 682px;
	height: 5px;
	background: url(/images/blok2_bottom.png) no-repeat;
	overflow: hidden;
}

div.productBlok2Over div.algemeen .nopadding {
	padding: 0;
}

div#react {
	margin-top: 80px;
}

form#reageer-zelf {
	margin: 5px 0 0 0;
	font-size: 12px;
	list-style: none;
}

form#reageer-zelf fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

form#reageer-zelf fieldset ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

form#reageer-zelf ol li.naam {
	float: left;
	width: 220px;
}

form#reageer-zelf ol li.email {
	margin: 0 0 0 165px;
	float: left;
	width: 220px;
}

form#reageer-zelf ol li.break {
	clear: both;
	float: left;
	padding-top: 6px;
}

form#reageer-zelf label {
	display: block;
}

form#reageer-zelf input {
	padding-left: 2px;
	border: 1px solid #cfd3d3;
	color: #333;
	font-size: 1em;
	padding: 3px;
}

form#reageer-zelf ol li.break input{
	width: 275px;
}

form#reageer-zelf textarea {
	padding: 2px;
	width: 600px;
	height: 150px; 
	color: #333;
	float: left;
	overflow: auto;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #cfd3d3;
}

form#reageer-zelf input.submit {
	background: #FFFFFF;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 256px;
}



/* LOGGED IN MENU */

div#submenu {

	height: 17px;
	margin: 0 5px;
	padding: 4px 18px;
	background: url(/images/bg_submenu.gif) no-repeat;
}

div#submenu a {
	color: #000;
	text-decoration: none;
}

div#submenu a:hover {
	text-decoration: underline;
}

/* BESTELLIJST */

div.productBlok2Over div.algemeen span a {
	color: #000;
	display: block;
}

div.productBlok2Over div.algemeen span a:hover {
	text-decoration: none;
}

form.bestel input {
	border: 1px solid #DBDBDB;
	padding: 1px 5px;
	margin: 0;
}

form.bestel input.nummer {
	width: 230px;
}

form.bestel input.aantal {
	width: 50px;
	text-align: center;
}

form.bestel .verwijder {
	background: #fff;
	margin: 0 10px 0 0;
	padding: 0;
	width: 120px;
	cursor: pointer;
}

form.bestel span {
	display: block;
	border: 1px solid #DBDBDB;
	height: 18px;
	overflow: hidden;
	width: 60px;
	padding: 0;
	margin: 0;
	line-height: 19px;
	background: #fff;
	text-align: center;
}


/* CONTACT FORM */

form#contactForm {

}

form#contactForm ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

form#contactForm label {
	float: left;
	display: block;
	width: 150px;
}

form#contactForm input {
	border: 1px solid #DBDBDB;
	width: 198px;
	padding: 2px;
}

form#contactForm textarea {
	border: 1px solid #DBDBDB;
	width: 198px;
	padding: 2px;
	height: 100px;
	overflow: auto;
	font: 12px Arial, Helvetica, sans-serif;
}

form#contactForm #verstuur {
	margin: 2px 0 0 0;
	background: #fff;
	border: 1px solid #DBDBDB;
	width: 204px;
}

/* PROFIEL FORM */

form#profielForm {

}

form#profielForm ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

form#profielForm li {
	padding: 2px 0;
}

form#profielForm label {
	float: left;
	display: block;
	width: 300px;
}

form#profielForm input {
	border: 1px solid #DBDBDB;
	width: 338px;
	padding: 2px;
}

form#profielForm textarea {
	border: 1px solid #DBDBDB;
	width: 338px;
	padding: 2px;
	height: 100px;
	overflow: auto;
	font: 12px Arial, Helvetica, sans-serif;
}

form#profielForm #verstuur {
	margin: 2px 0 0 0;
	background: #fff;
	border: 1px solid #DBDBDB;
	width: 344px;
}

fieldset#login {
	border: 0;
	width: 400px;
	margin-left: 100px;
	margin-top: 100px;
}
fieldset#login legend {
	display: none;
}
fieldset#login ul.fields {
	list-style: none;
}
fieldset#login label {
	width: 200px;
	float: left;
}
div.orderlines {
	margin-left: 50px;
}
table.order {
	border-collapse: collapse;
}
table.order th {
	padding: 0 10px 0 0;
	margin: 0;
}
table.order td {
	padding: 0 10px 0 0;
	margin: 0;
}
table.order tr.even {
	background-color: #fff;
}

span.label {
	width: 150px;
	float: left;
}

ul.searchresults {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

ul.searchresults li {
	background:transparent url(/images/arrow_sm2.gif) no-repeat scroll 2px 7px;
	border-bottom:1px solid #DEDEDE;
	padding:4px 0pt 4px 18px;
}
p#phone { display: none; }

/*
#################
#	MULTISITE	#
#################
*/
body#ar { background: #fff; }
body#ar.mainBody div#containerTop { background: #fff url(/images/ar/body.gif) no-repeat center 40px; height: 401px; margin-bottom: 20px; }
body#ar.subBody div#header { padding: 0 0 0 0; }
body#ar.subBody div#containerTop { background: #fff url(/images/ar/subbody.gif) repeat-x center 60px; height: 215px; }
body#ar.subBody div#containerTop .innercontainer {
	background: url(/images/ar/subheader.gif) no-repeat center 60px;
	position: relative;
}
body#ar.mainBody div#header div.innerheader { top: 0; }
body#ar ul#mainMenu { margin: 0; position: absolute; top: 0; left: 0; background: #fff; }
body#ar.subBody ul#mainMenu { left: 165px; top: 10px; } 
body#ar.mainBody img.embleem,
body#ar.mainBody img.logo { display: none; }
body#ar ul#mainMenu li a { color: #000; font-weight: bold; }
body#ar ul#mainMenu li a:hover,
body#ar ul#mainMenu li a:focus { color: #00a5e2; }
body#ar div.zoeken { float: none; position: absolute; right: 10px; top: 40px; width: 240px;  }
body#ar div.zoeken input.text { float: left; }
body#ar div.zoeken a.button { float: right; color: #fff; }
body#ar.mainBody ul.taalmenu { float: none; position: absolute; right: 60px; top: 52px; }
body#ar.subBody ul.taalmenu { float: none; position: absolute; right: 40px; top: 80px; }
body#ar.subBody ul.taalmenu a { text-indent: -9999px; }
body#ar.subBody div.zoeken { float: none; position: absolute; right: 0px; top: 70px; margin-right: 0; }
body#ar p#phone { 
	background: url(/images/ar/phone.png) no-repeat 0 5px;
	padding-left: 15px;
	display: block; 
	position: absolute; 
	font-family: Times;
	right: 30px; 
	font-weight: bold;
	top: 80px; 
}
body#ar.subBody p#phone { top: 110px; right: 0;  }
body#ar .zoeken a { background: #00a5e2; }
body#ar div#containerBottom { background: #b5b8bc url(/images/ar/footer.gif) repeat-x top; }
body#ar div#footer { position: relative; }
body#ar div#footer,
body#ar div#containerBottom a { color: #000; }
body#ar.mainBody div#containerCenter { background: url(/images/ar/homecontent.gif) no-repeat 0 60px; }
body#ar.mainBody div#containerCenter div.contentblok { background: none; width: 280px; }
body#ar.mainBody div#containerCenter div.contentblok a { color: #fff; font-size: 16px; font-weight: bold; }
body#ar.mainBody div#containerCenter div.contentblok a.leesmeer { background-image: url(/images/ar/leesmeer.gif); }
body#ar.mainBody div#containerCenter div#uitgelichtBlok { background: none; width: 585px; }
body#ar.mainBody div#containerCenter div#uitgelichtBlok div.contentblok { width: 550px; }
body#ar.mainBody div#containerCenter div#actueelBlok { width: 320px; }
body#ar.subBody h1,
body#ar.subBody div#breadCrumbs,
body#ar.subBody div.content-transparant,
body#ar.subBody div.innercontainer div.grijzekleur { background: #fff; }
body#ar.subBody div#breadCrumbs { position: absolute; left: 177px; top: 180px; }
body#ar div.content,
body#ar div#containerCenter { background: none }
body#ar div#blokRight div#top { background: url(/images/ar/rightTop.gif); }
body#ar div#blokRight div#bottom { background: url(/images/ar/rightBottom.gif); height: 7px; }
body#ar div#blokRight div#middle { background: #393938; }
body#ar div#blokRight { width: 223px; }
body#ar ul.opsomming li a { background-image: url(/images/ar/bullet.gif); }
body#ar ul.opsomming li a.active,
body#ar ul.opsomming li a:hover,
body#ar ul.opsomming li a:focus { text-decoration: none; color: #0b91c2; }
body#ar a { color:#0b91c2; }
body#ar table.product th,
body#ar table.product td { border: 1px solid #cccccc; }
body#ar table.product th { color: #0b91c2;  }
body#ar div#footer ul.taalmenu { right: 0; }

.detail-table {
	width: 95%;
	}

table.detail-table thead tr.tophead th {
	text-align: left;
	padding-left: 6px;
}

table.detail-table tbody tr td {
	text-align: center;
}

table.detail-table tbody tr td,
table.detail-table tbody tr th {
	border-right: 1px solid #d5d7d6;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #f5f7f6;
	background: #ececec;
}

table.detail-table tbody tr.even td,
table.detail-table tbody tr.even th {
	background: #f3f3f3;
	border-right-color: #dadcdb;
	border-bottom-color: #e2e2e2;
	border-top-color: #f9f9f9;
}

table.detail-table tbody tr td a {
	display: block;
	color: #fff;
}

table.detail-table tbody tr td a:hover {
	border-style: outset;
}

a.cell-riding-work,
a.cell-paars {
	background-color: #9a6198;
	border: 1px solid #9a6198;
}

a.cell-pony-work {
	background-color: #254117;
	border: 1px solid #254117;
}

a.cell-draft-work,
a.cell-geel {
	background-color: #c9d13e;
	border: 1px solid #c9d13e;
}

a.cell-harness-work,
a.cell-oranje {
	background-color: #fb621e;
	border: 1px solid #fb621e;
}

a.cell-hunt-work,
a.cell-groen {
	background-color: #329e14;
	border: 1px solid #329e14;
}

a.cell-trot-work {
	background-color: #800080;
	border: 1px solid #800080;
}

a.cell-western-work {
	background-color: #800517;
	border: 1px solid #800517;
}

a.cell-ice-work,
a.cell-blauw {
	background-color: #1d9997;
	border: 1px solid #1d9997;
}

a.cell-special-work {
	background-color: #E4287C;
	border: 1px solid #E4287C;
}

a.cell-welding-work {
	background-color: #8A4117;
	border: 1px solid #8A4117;
}

/* table product */
table.product {
	border: 1px solid #bbbcbe;
	border-spacing: 0px;
	border-collapse: separate;
}

table.product thead tr th {
	background: #cecfd1;
	border-right: 1px solid #babcbb;
}

table.product tbody tr td,
table.product tbody tr th {
	background: #ececec;
	border-right: 1px solid #d6d6d6;
	border-top: 1px solid #f5f7f6;
	border-bottom: 1px solid #d1d1d1;
	padding: 4px 0;
	text-align: center;
}

table.product tbody tr.even td,
table.product tbody tr.even th {
	background: #f3f3f3;
	border-right-color: #dadcdb;
	border-bottom-color: #e2e2e2;
	border-top-color: #f9f9f9;
}

