html, body { margin:0px; padding:0px; height:100%;}
html { overflow:auto;}

body {
/*	background-image:url("/images/bodyBG.png"); */
	background-image:url("/images/bg_site.jpg"); 
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
  background-color: #272727;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page      { width:980px; margin-left:auto;margin-right:auto; margin-bottom:0px;}

h1 {
	margin:0px;
	margin-bottom:17px;
	padding:0px;
	font-size:24px;
	font-weight:normal;
	color:#d90501;
	position:relative;
}

h2 {
	margin:0px;
	margin-bottom:14px;
	padding:0px;
	padding-left:3px;
	font-size:14px;
	color:#cc0000;
}

h3 {
	margin:0px;
	padding:0px;
	line-height:16px;
	font-size:12px;
	color:#d90501;
}

h4 {
	margin:0px;
	padding:0px;
	line-height:18px;
	font-size:14px;
	color:#dc1612;
}


a { text-decoration: none; }
a:link { color: #00427C; }
a:visited { color: #00427C; }
a:hover { text-decoration: none; color: #00427C; }

/*---------------------------------------------------------- product registration */
div#formRegistrationContainer {
	margin:10px 0 10px 0;
}

div#formRegistrationContainer input.InputText {
	width:250px;
	margin-right:4px;
	float:left;
}

div#formRegistrationContainer input.InputTextShort {
	width:100px;
	margin-right:4px;
	float:left;
}

.formRow {
	clear:both;
	padding-top:6px;
}

div.error {
	border:1px solid #999;
	color:red;
	padding:4px;
	margin:10px 0 10px 0;
}

div#formRegistrationContainer sup {
	color:red; 
	font-size:12px;
	font-weight:bold;
}

.label {
	float:left;
	width:175px;
}

label.error {
	float:left;
	display:inline;
	margin:0 4px 0 4px;
	font-size:11px;
	color:red;
}

.frmBtn {
	border:1px solid #666;
}

/*---------------------------------------------------------- page */

div#header     { 
	position:absolute;
	z-index:2;
	height:93px;
	top:0px;
	left:0px;
	width:100%;
	background-color:#000;
}

#headerContainer {width:1000px; position:relative; margin-left:auto;margin-right:auto;}

div#logo {
	width:275px;
	height:145px;
	position:absolute;
	z-index:3;
	top:0px;
	left:2px;
	background-image:url("/images/logo.png");
	background-position:top left;
	background-repeat:no-repeat;
}

div#logo a {
	display:block;
	width:250px;
	height:120px;
	margin:0px;
	padding:0px;
  margin-left:18px;
}

div#menuWrapper {
	position:absolute;
	top:0px;
	left:2px;
	width:996px;
	height:91px;
	text-align:right;
}

div#quickMenu {
	width:500px;
	height:26px;
	line-height:26px;
	position:absolute;
	top:0px;
	right:2px;
	font-size:11px;
	color:#fff;
	text-align:right;
	background-image:url("/images/quickMenuBG.png");
	background-position:top right;
	background-repeat:no-repeat;
}

div#quickMenu a {
	color:#fff;
	text-decoration:none;
}

div#quickMenu a:hover {
	text-decoration:underline;
}

div#mainMenuWrapper {
	height:24px;
	position:absolute;
	top:66px;
	right:0px;
	border:1px solid #4d4d4d;
	border-bottom:none;
	background-color:#858585;
}

ul#mainMenu{
	margin:0px;
	padding:0px;
	list-style:none;
	height:23px;
	margin-top:1px;
}

ul#mainMenu li {
	height:23px;
	line-height:23px;
	margin-left:1px;
	padding-left:12px;
	padding-right:12px;
	float:left;
	background-image:url("/images/mainMenuLi.gif");
	background-position:top left;
	background-repeat:repeat-x;
	border-right:1px solid #4d4d4d;
	text-transform:uppercase;
}


ul#mainMenu li a {
	color:#fff;
	text-decoration:none;
}

div#breadCrumb {
	position:absolute;
	top:102px;
	left:310px;
	z-index:4;
}

div#breadCrumb a {
	color:#000;
	text-decoration:underline;
}
/*
div#bodyChain {
	width:175px;
	height:477px;
	position:absolute;
	left:997px;
	top:87px;
	background-image:url("/images/chainBodyBG.png");
	background-position:top left;
	background-repeat:no-repeat;
}
*/
div#bodyChain {}

div#page       { 
	position:relative;
	z-index:1;
	width:996px; 
	min-height:100%;
	margin-left:auto;
  margin-right:auto;
	background-color:#fff;
}

div#breadCrumb span.active {
	font-weight:bold;
}

div#content    { 
	padding-top:122px;
	padding-left:15px;
	padding-right:15px;
}

div#contentLeft {
	width:256px;
	margin-top:2px;
	margin-right:24px;
	float:left;
}

form#searchWidgetForm {
	margin:0px;
	padding:0px;
}

div#searchWidget {
	background-color:#808080;
	width:256px;
	height:25px;
	position:relative;
  margin-top:20px;
}

ul#shopMenu {
	margin:0px;
	margin-top:4px;
	padding:0px;
	width:256px;
	list-style:none;
}

ul#shopMenu li {
	margin:0px;
	margin-bottom:1px;
	padding:0px;
	width:256px;
	line-height:17px;
	background-image:url("/images/shopMenuLi.gif");
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#bfbfbf;
}

ul#shopMenu li a {
	color:#000;
	text-decoration:none;
	display:block;
	width:220px;
	height:17px;
	line-height:17px;
	margin:0px;
	padding:0px;
	padding-left:16px;
	padding-right:20px;
}

ul#shopMenu li a:hover {
	color:#dc1612;
}

ul#shopMenu li.active {
	background-image:url("/images/shopMenuLi_active.gif");
}

ul#shopMenu li ul {
	margin:0px;
	padding:0px;
	width:256px;
	list-style:none;
}

ul#shopMenu li ul li {
	width:256px;
	height:17px;
	line-height:17px;
	margin:0px;
	padding:0px;
	background-image:none;
	background-color:#e5e5e5;
	border-top:1px solid #fff;
	overflow:hidden;
}

ul#shopMenu li ul li.active {
	background-image:none;
	background-color:#d90501;
}

ul#shopMenu li ul li a {
	color:#333;
	text-decoration:none;
}

ul#shopMenu li ul li.active a {
	color:#fff;
}

div#searchWidget input#searchWidgetInputText {
	position:absolute;
	display:block;
	top:3px;
	left:11px;
	width:166px;
	height:17px;
	margin:0px;
	padding:0px;
	padding-left:2px;
	border:1px solid #424242;
	background-color:#fff;
	font-size:12px;
	color:#424242;
}

div#searchWidget input#searchWidgetInputText:focus {
	background-image:none;
}

div#searchWidget div#searchWidgetSubmit {
	width:63px;
	height:19px;
	position:absolute;
	top:3px;
	left:182px;
}

div#searchWidget div#searchWidgetSubmit img {
	cursor:pointer;
}

div#contentMid {
	width:686px;
	float:left;
	line-height:18px;
}

div#contentMidText {
	padding-right:14px;
}

div#contentHeader {
	width:686px;
	height:273px;
	margin-bottom:11px;
}

#footer     { width:980px; margin-left:auto;margin-right:auto; margin-bottom:5px; margin-top:5px; padding-bottom:10px; color:#fff; }
#footer a		{ color:#fff; text-decoration:none; }
#footer a:link { color: #fff; text-decoration: none; }
#footer a:visited { color: #fff; text-decoration: none;}
#footer a:hover { text-decoration: none; color: #fff; }

/*---------------------------------------------------------- columns */

#columns    { }

#colA       { width:255px; }

div#columnsMid { width:686px;}

.shop div#columnsMid { width:646px; margin-top:30px;}

/* -- */
div#colB       { 
	float:left;
	width:445px;
	margin-right:30px;
	text-align:justify;
}
.shop div#colB       { 	width:420px; margin-right:22px;}

div.articleB {
	margin-bottom:20px;
}

div#colC       { 
	float:left;
	width:209px;
	text-align:justify;
}
.shop div#colC { width:200px;}

div.articleC {
	margin-bottom:20px;
}
/* -- */

#colD       { float:left;}


/*---------------------------------------------------------- modules */

/*---------------------------------------------------------- contactform */

form#contactForm div#contactFormWrapper p label {
	display:block;
	float:left;
	width:25%;
}

form#contactForm div.inputWrapper {
	display:block;
	float:left;
	width:60%;
}

form#contactForm select.frmSelect {
	display:block;
	float:left;
	width:60%;
}

form#contactForm input.frmText {
	display:block;
	float:left;
	width:60%;
	border:1px solid #424242;
	background-color:#e5e5e5;
}

form#contactForm textarea.frmTextArea {
	display:block;
	float:left;
	width:60%;
	height:175px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #424242;
	background-color:#e5e5e5;
}

.requiredFalse {
	border:1px solid red;
	background-color:#eacfcf;
}

form#contactForm input.requiredFalse {
	border:1px solid red;
	background-color:#eacfcf;
}

form#contactForm textarea.requiredFalse {
	border:1px solid red;
	background-color:#eacfcf;
}

.requiredFalseRadio {
	background-color:#fe9999;
}

/*---------------------------------------------------------- shop */

div#contentShopKeuze {
	position:relative;
	width:688px;
	margin-bottom:18px;
	overflow:hidden;
}

div#contentShopKeuze div.keuzeWrapper {
	width:158px;
	height:138px;
	float:left;
	margin-left:15px;
	border:1px solid #bfbfbf;
}

div#contentShopKeuze div.first {
	margin-left:0px;
}

div#contentShopKeuze div.keuzeWrapper div.keuzeImg {
	width:158px;
	height:118px;
}

div#contentShopKeuze div.keuzeWrapper div.keuzeTxt {
	width:158px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:11px;
	background-color:#e5e5e5;
}

/* --- */

div#contentMid.shop {
	width:660px;
	margin-top:30px;
	margin-left:15px;
}

form#shopSearchForm {
	margin:0px;
	padding:0px;
}

div#shopSearch {
	position:relative;
	width:642px;
	height:120px;
	padding-top:11px;
	padding-left:18px;
	background-image:url("/images/shopSearchBG.png");
	background-position:top left;
	background-repeat:no-repeat;
}

div#shopSearch span.shopSearchTitle {
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

div#shopSearch div#shopSearchRow1 {
	width:610px;
	height:41px;
	line-height:41px;
	position:absolute;
	top:34px;
	left:15px;
	padding-left:2px;
	color:#ccc;
}

div#shopSearch div#shopSearchRow1 input#sTrefwoord {
	width:215px;
	height:17px;
	line-height:17px;
	margin:0px;
	margin-left:15px;
	margin-right:18px;
	padding:0px;
	color:#333;
	border:none;
}

div#shopSearch div#shopSearchRow1 input#sProductNr {
	width:140px;
	height:17px;
	line-height:17px;
	margin:0px;
	margin-left:15px;
	padding:0px;
	color:#333;
	border:none;
}

div#shopSearch div#shopSearchRow2 {
	width:610px;
	height:41px;
	line-height:41px;
	position:absolute;
	top:76px;
	left:15px;
	padding-left:2px;
	color:#ccc;
}

div#shopSearch div#shopSearchRow2 select#sCategorie {
	height:17px;
	line-height:17px;
	margin:0px;
	margin-left:15px;
	padding:0px;
	color:#333;
	border:none;
	font-size:11px;
}

div#shopSearch div#shopSearchRow2 img#shopSearchBtn {
	position:absolute;
	top:13px;
	right:0px;
	cursor:pointer;
}

div#shopCatFavorites {
	margin-top:4px;
	/*Resterende 26px in de subdivs*/
}

div#shopCatFavorites div.shopCatFavorite {
	width:305px;
	height:161px;
	margin-top:26px;
	float:left;
	position:relative;
	border:1px solid #b3b3b3;
}

div#shopCatFavorites div.shopCatFavorite.second {
	margin-left:35px;
}

div#shopCatFavorites div.shopCatFavorite div.sCFImg {
	width:115px;
	height:161px;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center center;
	background-repeat:no-repeat;
}


div#shopCatFavorites div.shopCatFavorite div.sCFDesc {
	width:172px;
	height:130px;
	line-height:18px;
	position:absolute;
	top:0px;
	left:115px;
	padding-top:15px;
	color:#424242;
	font-size:11px;
}

div#shopCatFavorites div.shopCatFavorite div.sCFDesc a.moreInfo {
	color:#424242;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
}

div.productListSubcategories {
	float:left;
	width:188px;
	min-height:90px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #a0a0a0;
	cursor:pointer;
}

div.productListSubcategoriesOn {
	float:left;
	width:188px;
	min-height:60px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #a0a0a0;
	background-color:#e6e6e6;
	cursor:pointer;
}

div.productListHeader {
	width:652px;
	height:23px;
	line-height:23px;
	margin-top:15px;
	position:relative;
	background-color:#cc0000;
	color:#fff;
}

div.productListHeader span.thumbnail {
	display:block;
	position:absolute;
	line-height:35px;
	top:0px;
	left:14px;
}

div.productListHeader span.omschrijving {
	display:block;
	position:absolute;
	left:495px;
	line-height:23px;
}

div.productListHeader span.bestelnr {
	display:block;
	position:absolute;
	top:0px;
	left:140px;
	line-height:23px;
}

div.productListHeader span.type {
	display:block;
	position:absolute;
	top:0px;
	left:245px;
	line-height:23px;
}

div.productListHeader span.capaciteit {
	display:block;
	position:absolute;
	top:0px;
	left:375px;
	line-height:23px;
}

ul.productList {
	margin:0px;
	padding:0px;
	width:650px;
	border:1px solid #424242;
	border-bottom:none;
}

ul.productList li {
	margin:0px;
	padding:0px;
	list-style:none;
	height:88px;
	border-bottom:1px solid #a0a0a0;
	position:relative;
}

ul.productList li div.prodImg {
	width:125px;
	height:76px;
	position:absolute;
	top:0px;
	padding-top:12px;
	left:0px;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	border-right:1px solid #a0a0a0;
}

ul.productList li div.prodImg a img { border:none; }

ul.productList li div.prodTitle {
	width:145px;
	height:76px;
	position:absolute;
	top:0px;
	left:495px;
	padding-top:12px;
}

ul.productList li div.prodTitle h4 a {
	color:#dc1612;
}

ul.productList li div.prodNr {
	width:80px;
	height:76px;
	position:absolute;
	top:0px;
	left:140px;
	padding-top:12px;
	padding-right:12px;
	font-weight:bold;
	border-right:1px solid #a0a0a0;
}

ul.productList li div.prodMisc {
	width:115px;
	height:76px;
	position:absolute;
	top:0px;
	left:245px;
	padding-top:12px;
	border-right:1px solid #a0a0a0;
}

ul.productList li div.prodMisc2 {
	width:100px;
	height:76px;
	position:absolute;
	top:0px;
	left:375px;
	padding-top:12px;
	border-right:1px solid #a0a0a0;
}

.searchNoResult {
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #a0a0a0;
	padding:10px;
	font-weight:bold;
	width:630px;
}

/*	---
		category list
		--- */
div#categoryList {
	margin-top:15px;
}

div.categoryItem {
	float:left;
	width:295px;
	height:90px;
	padding:10px;
	border:1px solid #a0a0a0;
	margin-bottom:10px;
}

div.catImg {
	float:left;
	width:80px;
	text-align:center;
}

div.catDescription {
	float:left;
	width:205px;
	padding-left:10px;
	overflow:hidden;
}

div.catDescription a { color:#dc1612; text-decoration:none; }

div.catMoreInfo {
	float:right;
	display:inline;
	margin-top:5px;
}

/* --- 
	 product detailpagina
   --- */

div#btnPrint {
	float:right;
}

div#btnPrint img {
	vertical-align:middle;
}

div#btnPrint a {
	color:#666;
	text-decoration:underline;
}

div#productInfo {
	width:650px;
}

div#productInfo div#productDesc {
	width:313px;
	min-height:199px;
	padding:16px;
	background-color:#f2f2f2;
	float:left;
}

div#productInfo .productImg {
	width:305px;
	min-height:199px;
	position:relative;
	float:left;
	margin-bottom:10px;
	background-position:center;
	background-repeat:no-repeat;
}

div#productInfo div#productImg_Nav {
	text-align:center;
	padding-right:30px;
}

.productImg_Navoption {
	background-color:#f2f2f2;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	display:inline;
	margin-right:2px;
	text-align:center;
	cursor:pointer;
}

.productImg_NavoptionOn {
	background-color:#f2f2f2;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	display:inline;
	margin-right:2px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	color:#d90501;
	cursor:pointer;
}

.productPaging {
	background-color:#f2f2f2;
	padding:4px;
}

img.btnZoom {
	display:block;
	position:absolute;
	bottom:0px;
	right:8px;
	border:none;
}

div#productDetails {
	margin-top:20px;
	background-image:url("/images/productDetailsBG.gif");
	background-position:top left;
	background-repeat:repeat-y;
}

div#productDetails h4 {
	margin-bottom:10px;
	font-size:12px;
}

div#productDetails div#productTechData {
	width:306px;
	padding-left:17px;
	padding-right:22px;
	padding-bottom:15px;
	float:left;
}

div#productDetails div#productTechData table#techData {
	width:306px;
	border:none;
}

div#productDetails div#productTechData table#techData td.title {
	width:165px;
	line-height:25px;
	border-bottom:1px solid #d9d9d9;
}

div#productDetails div#productTechData table#techData td.value {
	padding-left:8px;
	line-height:25px;
	border-bottom:1px solid #d9d9d9;
}

div#productDetails div#productMoreDetails {
	width:273px;
	padding-left:35px;
	padding-bottom:15px;
	float:left;
}

div#productDetails div#productMoreDetails div#productDownloads ul {
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	list-style:none;
}

div#productDetails div#productMoreDetails div#productDownloads ul li {
	line-height:24px;
	color:#666;
}

div#productDetails div#productMoreDetails div#productDownloads ul li a {
	color:#666;
	text-decoration:underline;
}

div#productDetails div#productMoreDetails div#productAccessoires {
	
}

div#productDetails div#productMoreDetails div#productAccessoires div.productAccessoire {
	width:250px;
	height:100px;
	margin-bottom:7px;
	position:relative;
	border:1px solid #bfbfbf;
}

div#productDetails div#productMoreDetails div#productAccessoires div.productAccessoire div.accessoireImg {
	width:86px;
	height:86px;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center;
	background-repeat:no-repeat;
}

div#productDetails div#productMoreDetails div#productAccessoires div.productAccessoire div.accessoireTitle {
	width:150px;
	height:55px;
	position:absolute;
	top:4px;
	left:99px;
	line-height:18px;
}

div#productDetails div#productMoreDetails div#productAccessoires div.productAccessoire a.accessoireLink {
	width:130px;
	height:20px;
	line-height:15px;
	position:absolute;
	bottom:0px;
	right:0px;
	color:#cc0000;
	text-align:center;
}

.btnSearch {
	display:inline;
	background-color:#dc1612;
	color:#fff;
	height:20px;
	font-size:11px;
	float:right;
	border:none;
	margin:0px;
	margin-top:10px;
	cursor:pointer;
}

.btnSearchWidget {
	display:inline;
	background-color:#fff;
	color:#dc1612;
	height:18px;
	font-size:11px;
	border:none;
	margin:0px;
	cursor:pointer;
	border:1px solid #000
}
/*---------------------------------------------------------- clear fix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
