@charset "utf-8";

/* ====== RESET STYLES ====================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

a, a:visited {
	color: #5bac26;
}

th {
	margin-top:5px;
	margin-bottom:2px;
	padding: 5px;
	background-color: #5bac26;
	border-bottom: 1px solid  #000000;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

h1 {
	color:  #5bac26;
	font-weight: bold;
	font-size: 18px;
	margin-bottom:1em;
}


h2 {
	font-weight: bold;
}

ol, ul, ul li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ====== EIND RESET STYLES ================================================= */


#labelTestPagina {
	position: absolute;
	background: url(/images/_label_testpagina.png) no-repeat left top;
	top: 0;
	left: -10px;
	width: 160px;
	height: 110px;
	z-index: 29999;
	}


.voorraadextra {
	font-weight: bold;
}

html {
	height: 100%
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	font-weight: normal;
	color: #000;
}


div#rootContainer {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	}
div#mainContent {
	position:relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FFF;
	margin: 0 0 0 0;
	}
div#mainContent:after {
	 content: ".";
	 clear: both;
	 height: 73px;
	 visibility: hidden;
	 display: block;
	 font-size: 0;
 }

div#paginaFooter {
	position: relative;
	background: #9b9b9b;
	border-top: 1px solid #5e5e5e;
	height: 74px;
	padding: 8px 0;
	margin: -73px 0 0 0;
}

#IEroot div#paginaFooter {
	margin: 0;
	}
div#paginaFooter table {
	width: 920px;
	margin: 0 auto;
}




tr.bottomRow  {
	border-top: 1px solid #5e5e5e;
}

.bottomRow td {
	background: #9b9b9b;
	height: 72px;
}





.topNav td {
	padding: 0 0 0 25px;
	vertical-align: top;
}
.topNav a {
	color: #5e5e5e;
	text-decoration: none;
}
.topNav a:hover {
	text-decoration: underline;
}



/* ===== MAIN MENU =============================================== */


 ul#mainMenu {
    margin:0;
    padding:0;
    list-style:none;
	width: 920px;
    }

	
   ul#mainMenu li {
    float:right;
    margin:0 0 0 1px;
    padding:0;
	background: url(/images/btn_mainmenu_rechts.png) no-repeat right top;
    }
   ul#mainMenu li:hover {
	background: url(/images/btn_mainmenu_rechts.png) no-repeat right top;
    }	
	ul#mainMenu li:hover a {
	  display:block;
	background: url(/images/btn_mainmenu_links.png) no-repeat left top;
    }	
	
   ul#mainMenu li#homeBtn {
	margin: 0 0 0 0; 
	float: left;
   }
   
    ul#mainMenu li#favBtn {
	  background: url(/images/btn_mainmenu_rechts_oranje.png) no-repeat right top;
   }
    ul#mainMenu li#favBtn:hover {
	  background: url(/images/btn_mainmenu_rechts_hover.png) no-repeat right top;
   }
   ul#mainMenu a {
    display:block;
	 background: url(/images/btn_mainmenu_links.png) no-repeat left top;
    padding:4px 14px 2px 14px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    }
   ul#mainMenu a:hover {
    display:block;
	background: url(/images/btn_mainmenu_links_hover.png) no-repeat left top;
   }

  ul#mainMenu li#favBtn a {
	 padding: 2px 6px;
	 background: url(/images/btn_mainmenu_links_oranje.png) no-repeat left top;
   }
  ul#mainMenu li#favBtn a:hover {
	 background: url(/images/btn_mainmenu_links_hover.png) no-repeat left top;
   }
   
   
 /* === SUBMENU ITEMS IN PULLDOWN === */  

ul#mainMenu li:hover ul.subMenu {  
  	display: block;
	position: absolute;
	z-index: 9999;
	height: auto;
	background-color: #f3f4f7;

 }

ul#mainMenu ul.subMenu { 
 	display: none;
	z-index: 9999;
	position: absolute;
	border-bottom: 1px solid #5e5e5e;
	/* margin-top: -22px;
	padding: 22px 0 0 0; */
 }
 
ul#mainMenu ul.subMenu li:first-child { 
	border-top: 1px solid #000000;
}
 
 
 ul#mainMenu ul.subMenu li { 
	float: none;
	background-color: #f3f4f7;
	background-image: none;
	margin: 0;
	border-left: 1px solid #5e5e5e;
	border-right: 1px solid #5e5e5e;
} 



ul#mainMenu ul.subMenu li a {
	font-weight: normal;
	font-size: 12px;
	display: block;
	color: #255c19;
} 
ul#mainMenu ul.subMenu li a:hover {
	font-weight: normal;
	font-size: 12px;
	display: block;

	text-decoration:	underline;
} 
 ul#mainMenu ul.subMenu li:hover { 
	float: none;
	background-color: #e8eaef;
	background-image: none;
	margin: 0;
	border-left: 1px solid #5e5e5e;
	border-right: 1px solid #5e5e5e;

} 


 
 ul#mainMenu li:hover ul.subMenu li a {  
 	display: block;
	border: none;
	background-image: none;

 }
 
 
  
/* ===== EIND MAIN MENU =============================================== */




/* ===== START TABS MENU =============================================== */

ul#tabMenu {
    margin:0;
    padding:0;
    list-style:none;
	width: 100%;
	height:21px;
	border-bottom: 1px solid #5e5e5e;
    }
   ul#tabMenu li {
    float:left;
    margin:0 0 0 1px;
    padding:0;
	background: url(/images/btn_tabmenu_rechts.png) no-repeat right top;
    }
	
   ul#tabMenu li.selected,
   ul#tabMenu li:hover 
   {
	background: url(/images/btn_tabmenu_rechts.png) no-repeat right top;
    }	
	
	ul#tabMenu li:hover a,
	ul#tabMenu li.selected a 
	 {
	  display:block;
		background: url(/images/btn_tabmenu_links.png) no-repeat left top;
		color: #000000;
    }	
	
   ul#tabMenu a {
    display:block;
	 background: url(/images/btn_tabmenu_links.png) no-repeat left top;
    padding:4px 14px 2px 14px;
	color: #5e5e5e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    }
   ul#tabMenu a:hover {
    display:block;
	background: url(/images/btn_tabmenu_links.png) no-repeat left top;
	color: #202b60;
   }

/* ===== EIND TABS MENU =============================================== */



tr.groenelijn {
	background-color: #016f2b;
}



input#turbosearch {
	background: url(/images/bg_zoekveld.png) top left no-repeat;
	border: 0;
	margin: 0;
	padding: 3px 3px 3px 6px;
	width: 105px;
	height: 16px;
	float: left;
	}
	
#zoekBtn {
	float: left;
	margin: 0;
}


.printLink {
	float: right;
	background: none;
	padding-right: 5px;
}

.printLink a {
	color: #fff;
	text-decoration: none;
}
.printLink a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ===== START WINKELWAGEN =============================================== */

td.winkelwagenContentVeld {
	background:url(/images/bg_winkelwagenveld.png) top left no-repeat;
	width: 548px;
}
div#totaalPrijs {
	float: right;
	margin: 0 20px 0 0;
	position: relative;
}
div#aantalArtikelen {
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}
#winkelwagendetailsTable {
	width: 732px;
	background:  url(/images/bg_top_winkelwagen.png) top left no-repeat;
	}

#winkelwagendetailsTable #lb {
	background: url(/images/img_winkelwagen_div_lb.png) top left no-repeat;
	width: 5px;
	height: 5px;
	left: 0;
	top: 0;
	margin: -1px 0 -5px -1px;
	float: left;
	z-index: 19999;
}
#winkelwagendetailsTable #rb {
	background: url(/images/img_winkelwagen_div_rb.png) top left no-repeat;
	width: 5px;
	height: 5px;
	right: 0;
	top: 0;
	margin: -1px -1px -5px 0;
	float: right;
	z-index: 19999;
}


#winkelwagendetailsTable th {
	background: transparent;
	color: black;
}
div#cart{

	background: url(/images/bg_bottom_winkelwagen.png) bottom left no-repeat;
width: 732px;
}




/* ============================= */


td.databyteBannerMenu {
	width: 168px;
	}

td.databyteBannerMenu a {
	background:url(/images/btn_groot.png) top left no-repeat;
	width: 158px;
	height: 26px;
	padding: 11px 0 0 10px;
	margin: 0 0 4px 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	float: left;
	clear: both;
}


div.panelLinkBreed {
	background:url(/images/btn_panel_groen_showroom.png) top left no-repeat;
	width: 316px;
	height: 80px;
	padding: 20px;

}


div.panelLink {
	background: url(/images/btn_panel_groen_met_pijl.png) top left no-repeat;
	width: 128px;
	height: 80px;
	padding: 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	
}

.panelLinkBreed a,
.panelLink a
{
	color: #5BAC26;
	text-decoration: none;
	font-size: 18px;
	
}



table.productTable {
	table-layout: static;
	border:	1px solid #b8b8b8;
}
.productTable td {
	padding-left:	5px;
	padding-right:	5px;
}
.productTable td.lijntje {
	background-color:#b8b8b8;
	height: 1px;
}

.productTable td.titel {
	font-size: 14px;
	
	font-weight: bold;
	color: #5BAC26;
}

.productTable .titelContainer {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 17px;
	height: 15px;
	overflow: hidden;
	border-bottom:1px solid #5BAC26;
}

.productTable .beschrijvingContainer {
	height: 50px;
	overflow: hidden;
}


.productTable td.titel a {
	text-decoration: none;
	color: #5BAC26;
}

.productTable td.beschrijving {
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: normal;
	color: #616161;
}
.productTable a {
	color:		#30620f;
	text-decoration: none;
}
.productTable a:hover {
	color:		#30620f;
	text-decoration: underline;
}
.productTable div.voorraadext {
	height: 22px;
	vertical-align:top;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.productTable td.voorraadint {
	height: 22px;
	vertical-align:bottom;
	font-size: 11px;
	font-weight: bold;
	background-color:#f3f4f7;
	color: #009900;
}

	 .prijs_exclusief {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		font-size: 16px;
		white-space:nowrap;
	}	
table.alternatiefTable .prijs_exclusief {
		padding-top: 2px;
		padding-left: 10px;
		font-size: 10px;
	}
	
	 .prijs_inclusief {
		font-size: 10px;
		padding-left: 10px;
		white-space: nowrap;
	}	
	
	.btwomschrijving{
		color:#9F9F9F;
		font-size: 10px;
	}


.productTable td.prijsexcl {
	height: 22px;
	vertical-align:bottom;
	font-size: 18px;
	font-weight: normal;
	background-color:#f3f4f7;
	color: #000;
}
.productTable td.prijsincl {
	height: 22px;
	vertical-align:left;
	font-size: 9.5px;
	font-weight: bold;
	background-color:#f3f4f7;
	color: #000;
}
.productTable td.prijsgreen {
	height: 22px;
	vertical-align:top;
	font-size: 10px;
	
	font-weight: bold;
	background-color:#f3f4f7;
	color: #5BAC26;
}
.productTable td.prijsblauw {
	height: 22px;
	vertical-align:top;
	font-size: 10px;
	
	font-weight: bold;
	background-color:#f3f4f7;
	color: #4b7bbc;
}

.productTable td.prijs {
	height: 22px;
	vertical-align:top;
	
	font-weight: bold;
	background-color:#f3f4f7;
	color: #000;
}


.productTable td.voorraad {
	height: 22px;
	vertical-align:top;
	font-size: 11px;
	
	font-weight: bold;
	background-color:#f3f4f7;
	color: #9d9999;
}
.productTable .exclbtw {
	height: 14px;
	vertical-align:bottom;
	font-size: 10px;
	font-weight: normal;
	background-color:#f3f4f7;
	color: #9d9999;
}
.productTable .inclbtw {
	height: 14px;
	vertical-align:bottom;
	font-size: 8.5px;
	font-weight: normal;
	background-color:#f3f4f7;
	color: #9d9999;
}

 	 .prijs_exclusief {
		padding-top: 2px;
		padding-left: 10px;
		font-size: 10px;
	}	
	
	 .prijs_inclusief {
		font-size: 16px;
		float: left;
		padding-left: 10px;
		white-space: nowrap;
	}	
	
	.btwomschrijving{
		color:#9F9F9F;
	}


 .prijs_vanprijs {
	font-size: 12px;
	font-weight: normal;
}

.productTable td.prijs img.bestelBtn {
	float: right;
}

div.bestelbuttonDiv {
	padding-top: 5px;
	padding-left: 5px;
	float: right;
	margin-right: 5px;
}

div.bestelbuttonDiv input {
	padding-top: 1px;
	background-color: white;
}

#footerPowered {
	float: right;
	color: #fff;
	width: auto;
	margin: 0 20px 0 0;
}
#footerPowered a {
	color: #fff;
	text-decoration: none;
}
#footerTel {
	float: left;
	color: #fff;
	width: auto;
	font-size: 18px;
	font-weight: bold;
}

a.stijl3 {
color: #444444;
}








/* ===== zoekfilter vervolgpagina ======================= */


.filterTD  {
	background: url(/images/bg_productfilter_zijkant_borders.png) top left repeat-y;
	}
	
.filterTDBottom {
	background: url(/images/bg_productfilter_bottom_grijs.png) bottom left no-repeat;	
	font-weight: bold;
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 100%;
	}
	
	
.filterTDBottom #btnzoeken {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: -3px;
	vertical-align: baseline;
	}
	

table#zoekFilterTable {
	background: url(/images/bg_productfilter_top.png) top left no-repeat;
}

.filterTD div:first-child {
	margin: 0 0 0 12px;
	}
	
div.filterDiv {
	float: left;
	min-height: 100px;
	}
	
div.filterZoeken {
	float: none;
	vertical-align: bottom;
	min-height: 100px;
	}
		
div.filterDiv h1 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.filterDiv ul {
	height: auto;
	width: 175px;
	overflow:auto;
	padding-bottom: 20px;
	}

div.filterDiv ul li {
	margin: 0;
	padding: 0px 0px 3px 0px;
	}
div.filterDiv ul li:hover,
div.filterDiv ul li.selected
{
	background: #bfe3cd;
}

div.filterDiv input {
	height: 13px;
	}

div.filterDiv #zoekterm {
	height: 12px;
	border: 1px solid #cccccc;
	background: transparent;
	}


/* ======== zoekselectie opmaak ================ */

div#productgroepenTR {
background-color: white;
	width: 275px;
}

div#bedragenTR {
background-color: white;
	width: 135px;
}

div#fabrikantenTR {
background-color: white;
	width: 155px;
}

div#voorraadDiv {
background-color: white;
	width: 75px;
}

ul#productgroepenUl {
	width: 275px;
}

ul#voorraadUl {

	width: 115px;
}





/* ===== linkermenu, vervolgpagina ======================= */

td#linkerMenu {
	
}

td#linkerMenu h1 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #5bac26;
}


td#linkerMenu ul {
	margin: 22px 0 0 0;
}


td#linkerMenu ul li.currentItem {
	color: #5bac26;
	font-weight: bold;
}

td#linkerMenu ul li a {
	color: #000;
	text-decoration: none;
}

td#linkerMenu ul li a:hover {
	color: #5bac26;
}




/* ===== product lijst met rijen, vervolgpagina ======================= */

table.productListTable {
	width: 100%;
	}

table.productListTable td {
		padding: 3px;
}
	
table.productListTable tr.productRowAlt td{
	background: #e5e5e5;
	}
	
table.productListTable .productTitle {
	font-weight: bold;
	color: #5bac26;
	}	

table.productListTable a, table.productListTable a:visited{
	color: #444444;
	text-decoration: none;
	}		

table.productListTable a:hover{
	text-decoration: underline;

}
	
table.productListTable td.prijs {
	font-size: 14px;
	font-weight: bold;
	}
	
	
	
	
	
	
	
/* PRODUCTPAGINA MIDDENKOLOM MET PRODUCT */
	
.productBeschrijving {
	border: #dbdbdb 1px solid;
	padding: 5px;
}

.productBeschrijving hr {
	border:none;
	height: 1px;
	background: #dbdbdb;
}

.productBeschrijving td {
	vertical-align: top;
}


table.mainProductTable {
	width: 544px;
	margin-bottom: 30px;
	}
table.mainProductTable img {
	border: 0px;
}

table.mainProductTable td.productTitle {
	background:url(/images/bg_groene_balk_544px.png) top left no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 10px;
	vertical-align: middle;
	height: 22px;
	overflow: hidden;
	}
	
.productTitleWrapper {
	width: 450px;
	height: 16px;
	overflow: hidden;
}
	
	
.fabrikantlogo {
	margin-bottom: 5px;
	text-align: right;
	}
table.productListTable img.fabrikantlogo {
	margin-top: 40px;
}

table.productListTable td.productenlijstFabrikantheader {
	border-bottom: solid black  1px;
}
	
td.productBeschrijvingTD {
	padding: 10px;
	background: url(/images/bg_productbeschrijvingtd.png) top left no-repeat;	
	height: 203px;
	}
	
td.productBeschrijvingTD td {
vertical-align: top;
	}
	
table.mainProductTable .breadcrumb {
	padding: 5px 10px 0 10px; 
	color: grey;
	font-size: small;
	}

table.mainProductTable .breadcrumb a{
	color: grey;
	}


table.mainProductPriceTable {
	background:url(/images/bg_mainproductpricetable_top.png) top left no-repeat;
	width: 302px;
	}
	
table.mainProductPriceTable td.onderprijs {
	height: 8px;
	background: url(/images/bg_mainproductpricetable_bottom.png) bottom left no-repeat;
	}	
	

	
table.mainProductPriceTable td.vanprijs {
	font-size: 14px;
	}
table.mainProductPriceTable td.prijs {
	font-size: 18px;
	font-weight: bold;
	height: 22px;
	}

	/* PRODUCTPAGINA RECHTERKOLOM MET ALTERNATIEVEN */
	
	
table.rechterKolomHeaderTable {
	width: 168px;
	}
	
.rechterKolomHeaderTable td.header {
	background:url(/images/bg_groene_balk_168px.png) top left no-repeat;
	height: 22px;
	vertical-align: middle;
	padding: 0 0 0 10px;
	color: #fff;
	font-weight: bold;
}
	
.rechterKolomHeaderTable td.lijntje {
	background: #e5e5e5;
	height: 1px;
	}
	
	
table.alternatiefTable {
	width: 168px;
	table-layout: fixed;
	margin-bottom: 10px;
	}
	
.alternatiefTable .productTitle {
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	color: #5bac26;
	vertical-align: middle;
	height: 30px;
	width: 165px;
	margin-bottom: 25px;
	overflow: hidden;
}
.alternatiefTable td.productTitle a {
	color: #5bac26;
	text-decoration: underline;
}		


.alternatiefTable td.productThumbnail {
	text-align: center;
}
.alternatiefTable td.prijs {
	font-size: 14px;
	font-weight: bold;
}
.alternatiefTable td.prijs img {
	float: right;
}
.alternatiefTable td.lijntje {
	background: #e5e5e5;
	height: 1px;
	}
	
	
/* ===== LAATST BEKEKEN TABLE ============================== */	
	
#laatstBekekenTable{
	width: 544px;
	margin-top: 40px;
	}
	
#laatstBekekenTable.cols_4{
	width: 733px;
	}

#laatstBekekenTable.cols_5{
	width: 921px;
	}


#laatstBekekenTable td.tableHeader {
	background:url(/images/bg_groene_balk_544px.png) top left no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 10px;
	vertical-align: middle;
	height: 22px;
	}

#laatstBekekenTable.cols_4  td.tableHeader {
	background:url(/images/bg_groene_balk_733px.png) top left no-repeat;
	}

	
#laatstBekekenTable.cols_5  td.tableHeader {
	background:url(/images/bg_groene_balk_921px.png) top left no-repeat;
	}

	
#laatstBekekenTable table.laatstBekekenItem {
	width: 168px;
	border-top: 1px solid #e5e5e5;
	float:left;
	}

	.prijs_exclusief_laatstbekeken {
		padding-top: 2px;
		padding-left: 10px;
		font-size: 9px;
	}
	
	 .prijs_inclusief_laatstbekeken {
		font-size: 9px;
		float: left;
		padding-left: 10px;
		white-space: nowrap;
	}

	.productTitle {
	 color : #5bac26;
	 align: left;
	}

#laatstBekekenTable table.laatstBekekenItem td.prijs {
		font-size: 14px;
		font-weight: bold;
}

		
/* ===== AANBIEDINGEN ======================================================= */

table.aanbiedingenTable {
	width: 732px;
}

table.aanbiedingenTable td.productTitle {
	font-size: 14px;
	font-weight: bold;
}

table.aanbiedingenTable td.productDescription {
	font-size: 11px;
	font-weight: normal;
	height: 36px;
}


table.aanbiedingenTable table.aanbiedingItem {
	width: 356px;
	border-top: none;
	border-bottom: none;
margin: 5px;
}
table.aanbiedingenTable table.aanbiedingItem2 {
	width: 356px;
margin: 5px;
}

table.aanbiedingenTable table.aanbiedingItem td.prijs {
	font-size: 18px;
	font-weight: bold;
}
table.aanbiedingenTable table.aanbiedingItem div.kortingBallon {
	background: url(/images/bg_kortingballon_blauw.png) top left no-repeat;
	width: 51px;
	height: 31px;
	padding: 19px 0 0 0;
	margin: 6px 0 0 33px;
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}

/* ===== KOOPJESHOEK ======================================================= */

.koopjeshoek table.productListTable th {
	background: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #879191;
}
.koopjeshoek table.productListTable td {
	border-top: 1px solid #e5e5e5;
}

.koopjeshoek table.productListTable .productTitle a {
	font-size: 12px;
	font-weight: bold;
	color: #44861b;
	text-decoration: none;
	}	
	
	
	
/* ===== KLANT REGISTRATIE FORMULIER ======================================================= */	


table.formulierTable th {
	background: #5BAC26;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom:1em;
	}
	
table.formulierTable td	 {
	font-size: 11px;
	font-weight: normal;
	border-bottom:1px solid #BEBEBE;
	color: #5e5e5e;

	}
	
table.formulierTable td input[type="text"] {
	background: #fff;
	height: 16px;
	width: 262px;
	margin: 1px;
	border: 1px solid #5e5e5e;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	}
	
table.formulierTable td input#straat {
	width: 190px;
	}
table.formulierTable td input#huisnummer {
	width: 56px;
	}
		



/*
=========================================================================
===== TURBO ZOEKER
*/

#turboresult {
	position: absolute;
}

#turbozoekerContainer {
	font-size: 11px;
	
	width: 502px;
	z-index: 100;
	position: absolute;
	/*border: 1px solid #000;*/
}

#turbozoekerContainer th {
	background: #e5e5e5;
	font-size: 11px;
	
	font-weight: bold;
	color: #000;
	height: 19px;
	border: 1px solid #5e5e5e;
	padding-top: 1px;
	padding: 2px;

}

#turbozoekerContainer .sluitBtn {
	float: right;
	width: 16px;
	height: 15px;
	padding: 3px 2px 0 0;
}
#turbozoekerContainer .groepenContainer{
	border-collapse: collapse;
}

#turbozoekerContainer .groepenContainer:first-child th {
	background: transparent url(/images/bg_turbozoeker_top.png) top left no-repeat;
	border: none;
	padding-top: 2px;
	border-bottom: 1px solid #5e5e5e;
}
#turbozoekerContainer .borderTD  td{
	padding: 2px;
	background-color : white;

}


#turbozoekerContainer .borderTD {
	border-left: 1px solid #5e5e5e;
	border-right: 1px solid #5e5e5e;
	background-color : white;
}

#turbozoekerContainer .productRowAlt td{
	background-color: #e5e5e5;
	}

#turbozoekerContainer .tableMeer {
	background: url(/images/bg_turbozoeker_bottom.png) bottom left no-repeat;
	border-top: 1px solid #5e5e5e;
}
#turbozoekerContainer .tableMeer td {
	padding: 3px 20px 3px 0;
}

#turbozoekerContainer  a, #turbozoekerContainer  a:visited {
	color: black;
	text-decoration: none;
}

#turbozoekerContainer  a:hover {
	text-decoration: underline;
}


.thumbnaildiv {
	width: 200px;
	height: 42px;
	overflow: hidden;
}

/*
=========================================================================
===== breadcrumb
*/


#breadCrumb {
	color: #5bac26;
	font-weight: bold;
}

	/* ===== Voorraadtabel op detailpagina */

.voorraadtable {
	float: right;
	width: 130px;
	margin-right: 10px;
	padding: 0px;
	border-collapse: collapse;
}


.voorraadtable td {
	vertical-align: top;
}


.voorraadtable .intern {
	font-weight: bold;
	color: #5bac26;
}

.voorraadtable .extern {
	font-weight: bold;
	color: navy;
	}

	/* ======================== Aantal zaken uit jquery css overrulen */

	.ui-widget {
		font-family: arial;
		font-size: 11px;
		font-weight: normal;
	}
	
/*
=========================================================================
===== Banner Systeem voorpagina KS
*/

#nav { 	
		height: 35px;
		width: 720px; }
#nav a {
	background-image: url('/images/o.jpg');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 7px;
}
#nav a:hover {
	background-image: url('/images/o_active.jpg');
}
#nav a.activeSlide {
	background-image: url('/images/o_active.jpg');
}



/*
=========================================================================
===== Aanmelden/Registreren CSS KS
*/
#loginmsgdiv {
	font-weight: bold;
	color: red;
	font-size: larger;
	padding-bottom: 10px;
}

table.register_login {
	height:			250px;
	width:			700px;
	
	border-collapse:	collapse;
}
table.register_login table.register {
	width:			300px;
	height:			100%;
	border-collapse:	collapse;
	paddding:		10px;
}
table.register_login table.register td.header {
	height:			10px;
	border:			1px solid #89c079;
	padding:		5px;
	background-color:	#a1da7a;
	background-image:	url('/images/header.jpg');
	
	font-family:		arial;
	color:			#FFFFFF;
	font-weight:		bold;
}
table.register_login table.register td.content {
	border:			1px solid #89c079;
	background-color:	#edfde2;
	vertical-align:		top;
	padding:		7px;
}

table.register_login td.content {
	font-family:		arial;
	font-size:		10pt;
}

table.register_login table.login {
	width:			100%;
	height:			100%;
	border-collapse:	collapse;
	width:			300px;
	paddding:		5px;
}
table.register_login table.login td.header {
	height:			10px;
	border:			1px solid #89c079;
	padding:		5px;
	background-color:	#a1da7a;
	background-image:	url('/images/header.jpg');
	
	font-family:		arial;
	color:			#FFFFFF;
	font-weight:		bold;
}
table.register_login table.login td.content {
	border:			1px solid #89c079;
	background-color:	#edfde2;
	vertical-align:		top;
	padding:		7px;
}
table.register_login input.text {
	width:			200px;
	height:			26px;
	font-size:		12pt;
}


/*******************************************************************************
  Informational Messages
*******************************************************************************/
.info  {
	display: block;
	background: url('/images/informationbar_right.gif') no-repeat right top;
	height: 120px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom:10px !important;
	padding: 0px !important;
	font-size: 12px !important;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	font-style: italic;
}
.info .info_inner {
  display: block;
  height: 120px;
  padding: 50px 10px 0px 35px;
}
#success .info_inner {
  color: #5a801b;
  background: url('/images/icon_success.gif') no-repeat left top;
  border: 0px;
}
#warning .info_inner {
	color: #E89326;
	background: url('/images/icon_warning.gif') no-repeat left top;
	border: 0px;
}
#error .info_inner {
	color: #C00;
	background: url('/images/icon_error.gif') no-repeat left top;
	border: 0px;	
}
#info .info_inner {
	color: #4985B2;
	background: url('/images/icon_info.gif') no-repeat left top;
	border: 0px;
}

#favorietenform #aantal {
	background: none;
}

table.klantgegevens td {
	border-bottom: #bebebe 1px solid;
	padding:3px 5px;
}

a.addtofavorites {
 text-decoration: none;
 }
 /* =======================
Orderoverzicht
*/
#orderoverzicht td, #orderoverzicht th{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

#orderoverzicht th{
	vertical-align: bottom;
}

#orderoverzicht h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;

}

/*******************************************************************************
  bestelgegevens
*******************************************************************************/

table.stappenTable th {
background-color:#5bac26;
border:1px solid #89C079;
border-bottom:1px solid #00000;
color:#FFFFFF;
font-style:normal;
font-weight:bold;
padding:4px;
text-decoration:none;

}

table.stappenTable th.stapTHSelected {
color:#FFFFFF;
font-size:15px;
font-style:normal;
font-weight:bold;
padding:2px;
text-align:center;
text-decoration:none;
width:150px;
}

table.stappenTable th.stapTH {
color:silver;
font-size:15px;
font-style:normal;
font-weight:bold;
padding:2px;
text-align:center;
text-decoration:none;
width:150px;
}

table.stappenTable td.stapTDSelected {
border-bottom:3px solid #4c921f;
}

table.stappenTable td {
padding:4px;
}

table.stappenTable a, a:visited {
color:#000000;
}

table.stappenTable td.stapTD {
border-bottom:1px solid #9E9E9E;
color:#000000;
font-style:normal;
font-weight:normal;
padding:2px;
text-align:center;
}

.tekstTable  {
border:1px solid #BEBEBE;
margin-bottom:20px;
padding:10px;
}

.tekstTable td {
padding:3px 5px;
}

.errorDiv {
	font: 16px;
	font-weight: bold;
	color: red;
	font-style: italic;
}