@charset "ISO-8859-1";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#header {
	height: 96px;
	background-image: url(../img/bg-header.gif);
	background-repeat: no-repeat;
}
#logo {
	height: 62px;
	width: 193px;
	padding-top: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentwrapper {
	width: 960px;
	clear: both;
}
#menu {
	width: 192px;
	float: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li a {
	display: inline-block;
}
#menu ul li a {
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #fff;
	background-color: #4DAB3B;
}
#content {
	width: 566px;
	float: left;
	margin-left: 10px;
	margin-bottom: 50px;
	padding: 0px;
	overflow: hidden;
}
#menurechts {
	float: right;
	width: 192px;
}
#footer {
	background-image: url(../img/bg-footer-new.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	clear: both;
	height: 140px;
	margin: 20px 0 0 0;
	padding: 5px 0 20px 0;
}
#footer, #footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	height: 62px;
	overflow: hidden;
}
#footer ul li {
	float: left;
	width: 192px;
}
#footer p {
	clear: both;
}
#menu  .blok, #menurechts  .blok, #menu  .oranjeblok, #menurechts  .oranjeblok {
	background-color: #eee;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
}
#menu .oranjeblok, #menurechts .oranjeblok {
	background-color: #ec7227;
	color: #fff;
	padding: 5px 10px;
}
.oranjeblok a {
	color: #fff;
}
.oranjeblok a:hover {
	color: #fff;
	text-decoration: none;
}
.product {
	width: 550px;
	background-color: #fff;
	margin-top: 10px;
	overflow: hidden;
	padding: 0px;
	margin-right: 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.product.home {
	width: 271px;
	float: left;
}
.product.groot {
	padding: 0 10px 10px 10px;
	border: none;
}
.product h4, .product h4 a {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	height: 29px;
	overflow: hidden;
	text-decoration: none;
}
.product h4 {
	padding: 10px 0 0 0;
}
.product .foto {
	float: left;
	height: 98px;
	width: 98px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
.product .foto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.product .voorraad {
	height: 25px;
	width: 158px;
	float: left;
	font-weight: bold;
}
.product .omschrijving {
	width: 420px;
	height: 63px;
	overflow: hidden;
	margin-bottom: 12px;
	margin-left: 6px;
	color: #000;
	margin-right: 6px;
}
.product.home .omschrijving {
	width: 158px;
	height: 63px;
	margin-bottom: 12px;
}
.product .prijs {
	float: left;
	width: 100px;
	height: 30px;
	text-align: center;
	margin-top: 5px;
}
.product .prijs, .prijsgroot {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.product .knoppen {
	float: right;
	width: 160px;
	margin-right: 5px;
}
.product .knoppen a {
	display: block;
	height: 28px;
	color: #EC7227;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 77px;
	margin-left: 1px;
	padding-top: 2px;
}
.product .knoppen a:hover {
	text-decoration: underline;
}
.toelichting {
	font-size: 10px;
	color: #EC7227;
}
.fout {
	font-weight: bold;
	color: #EC7227;
}
.aanbieding {
	text-decoration: line-through;
}
h1 , h3{
	background-color: #3e892f;
	background-image: url(../img/bg-h3.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	font-weight: bold;
	height: 22px;
	padding-left: 10px;
	padding-top: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
h1 {
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #3E892F;
	clear: both;
	margin: 0;
	padding: 20px 0 10px 0;
}
h2, h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #EC7227;
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
h2.line {
	width: 554px;
	border-top: 2px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #3E892F;
	text-decoration: underline;
}
a:hover {
	color: #EC7227;
}
#content h1 , #content h3{
	margin-right: 10px;
}
#content p {
	width: 554px;
}
#content ul {
	list-style-type: square;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 10px;
}
#content ul.knoppen {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}
#content ul.knoppen li {
	float:left;
}
#content ul.knoppen li a {
	display: block;
	width: 158px;
	text-align: center;
	background-color: #3e892f;
	background-image: url(../img/bg-h3.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px 10px 0 10px;
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
	height: 22px;
	font-size: 12px;
}
#content .laatstbekeken {
	width: 102px;
	height: auto;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 3px;
	padding: 2px;
}
#content .laatstbekeken .foto {
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	padding: 2px 0;
}
#content .laatstbekeken img {
	border: none;
}
#content .laatstbekeken h2,
#content .laatstbekeken h2 a {
	color: #333;
	font-weight: normal;
	font-size: 11px;
}
#content .laatstbekeken h2 a:hover {
	color: #EC7227;
}
.photos {
	float: right;
	text-align: center;
	background-color: #fff;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #ccc;
}
.photos img {
	border: 1px solid #ccc;
}
.photos img:hover {
	border: 1px solid #002e5a;
}
.photos .big {
	margin: 10px;
}
.photos .little {
	margin: 0 5px 10px 5px;
}
ul.nav_pagina {
	margin: 0;
	padding: 0;
}
.nav_pagina {
	height: 1%;
	overflow: hidden;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ddd;
	color: #555;
	background: #f7f7f7;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 515px;
}
.nav_pagina li {
	width: 165px;
	margin: 3px;
	float: left;
	display: inline;
	line-height: 14px;
}
.nav_pagina li.active a {
	font-weight: bold;
}
.blokmetblokjes {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.blokje {
	display: block;
	float: left;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	margin-right: 21px;
	margin-bottom: 20px;
}
.blokje a {
	text-decoration: none;
}
.blokje img, .blokje a img {
	border: none;
	border-width: 0px;
	border-color: #fff;
}
.oranje {
	color: #EC7227;
}

#content table {
	border-collapse: collapse;
	margin-right: 10px;
}
#content table tr td {
	margin: 0;
	padding: 2px;
}
.groen {
	color: #4DAB3B;
}
.kop {
	color: #fff;
	background-color: #4DAB3B;
	font-weight: bold;
}
.voet {
	color: #000;
	background-color: #ccc;
	font-weight: bold;
}
.rij0 {
	background-color: #eee;
}
.rij1 {
	background-color: #ddd;
}
td.huidige-stap {
	background-image:url(../img/bg-tab-oranje.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
}
td.actieve-stap {
	background-image:url(../img/bg-tab-groen.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
}
td.huidige-stap a, td.actieve-stap a {
	color: #fff;
}
.producthome {
	width: 270px;
	float: left;
	height: 220px;
	margin-right: 10px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
#content .producthome p {
	overflow: hidden;
	width: auto;
}
.producthome h2 {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	height: 29px;
	overflow: hidden;
}
.producthome .photo, .product .photo {
	border: 1px solid #ddd;
	background-color: #eee;
	float: left;
	width: 100px;
	height: 145px;
	text-align: right;
	color: #666;
	font-size: 11px;
	margin-right: 10px;
	text-align: center;
}
.product .photo {
	border-bottom: none;
	border-top: none;
}
.producthome .photo .holder, .product .photo .holder {
	background-color: #fff;
	width: 100px;
	height: 100px;
}
.producthome .photo .price, .product .photo .price {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.producthome .photo .text, .product .photo .text {
	padding: 7px 7px 0 0;
	text-align: right;
}
.producthome a {
	color: #ec7227;
}
.producthome a img {
	border: none;
}
#content ul.pages {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	overflow: hidden;
}
#content ul.pages li {
	float: left;
	padding: 10px;
	margin: 10px 5px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}
#content ul.pages li a {
	text-decoration: none;
}
#content ul.pages li.active a {
	font-weight: bold;
	color: #EC7227;
}
.productdetail h1 {
	color: #ec7227;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	width: 98%;
}
.productdetail img {
	border: none;
}
.productdetail .photovideo {
	width: 190px;
	float: right;
	margin: 12px 0 0 0;
}
.productdetail .photovideo .big {
	width: 178px;
	height: 178px;
	text-align: center;
	clear: both;
}
.productdetail .photovideo .video {
	width: 162px;
	height: 109px;
	clear: both;
	padding-left: 16px;
	background-image: url(../img/bg-video.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #000;
}
.productdetail .photovideo .smallPhotos {
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
}
.productdetail .photovideo .small {
	width: 55px;
	height: 55px;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	margin: 4px 4px 0 0;
}
.productdetail .photovideo .small.active {
	border: 1px solid #000;
}
.productdetail .photovideo .small.empty {
	background-color: #eee;
}
.productdetail .shipping {
	color: #666;
}
.productdetail .productcontent {
	width: 366px;
	float: left;
	margin: 12px 0 0 0;
	overflow: hidden;
}
.productdetail .instock {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #666;
	padding: 10px 0;
	width: auto;
}
.productdetail .instock strong {
	color: #4dab3b;
}
.productdetail .nostock {
	color: #666;
	padding: 10px 0;
	width: auto;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.productdetail .nostock strong {
	color: #ec7227;
}
#content .productdetail p {
	white-space: normal;
	width: auto;
}
.compatible {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0 0 20px 0;
	width: 98%;
}