/* global styles */
a { color:#000000; text-decoration:underline; }
a:hover { text-decoration:none; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:990px;	/* change value to adjust width */
	text-align:left;
	margin:5px auto;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	padding:5px 0px;
	border:1px solid #e5e5e5;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 10px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding:5px;
	border:1px solid #e5e5e5;
}

/* Horizontal navigation */
#nav {  
	background:white;
	border:1px solid #EEEEEE;
	width:100%;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#1981b7;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:#eee;
	padding:10px;
	border-bottom:5px solid #D7D7D7;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%;
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:25%;	/* Change to alter width of left column */
}

#left h2 {
	background:#EEE;
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #eee;
	margin-bottom:5px;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:10px 15px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #eee;
}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#505050;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {
	text-align:center;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	/* border:1px solid #D7D7D7; */
	padding-top:0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
	line-height: 16px; 	
}

#homecontent h1 { color:#000000; }
#homecontent h3  { padding-bottom: 11px; font-size: 16px; }
#homecontent p { margin-right:0px; }
#homecontent img { margin-right:0px; }
#homecontent a { text-decoration: none; font-weight: bold; color: #333; }
#homecontent a:hover { text-decoration: underline; }

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}

/* Footer */
#footer {
	background:#E1E1E1;
	padding-bottom:10px;
	text-align:center;
	color:#454545;
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }
.imgbtninventory { border:0px; margin-top: 10px; margin-left: 20px; }

.txtfield{
	background-color: #FFFFFF;
	border: 1px solid #c0c5c5;
	color: #1f3508;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	height: 15px; 
}

.txttextarea{
	background-color: #FFFFFF;
	border: 1px solid #c0c5c5;
	color: #1f3508;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtlicensefield{
	background-color: #FFFFFF;
	border: 1px solid #c0c5c5;
	color: #1f3508;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	height: 80px;
}

.txtcommentfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	height: 25px;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   height: 23px;
   width: 100px;
   border: solid;
   border-color: #CCCCCC;
   border-width: 1px;
   background: url('../images/submitbtn_bg.gif') repeat-x left top; 
   font-weight: bold;
   font-size: 12px;
   cursor: pointer;
   color: #FFFFFF;
}

.submitbtnlarge {
   height: 21px;
   width: 140px;
   background: url('../images/submitbtnlarge_bg.gif') repeat-x left top; 
   font-size: 11px;
   cursor: pointer;
   color: #000;
   text-transform:uppercase;
   border: none;
}

.submitbtnsmall {
    width: 70px;
	background-color: #F3F3F3;
	border: 1px solid #c0c5c5;
	color: #1f3508;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	height: 17px;
	cursor: hand;  
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
	color: #666666;
	font-size: x-small;
	font-weight: bold;
	padding: 3px 14px;
	text-align: left;
	white-space: nowrap;
}
.menuhdrnobackground{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;

}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	width:75%;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-left:0px;
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#000000; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#000000; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:40%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }

.pricesmall { font-size: 9px; line-height: 12px; }
.price { color: #000000; font-weight: bold; line-height: 12px; }
.pricetext { color: #000000; font-weight: bold; line-height: 12px; }
.priceshopexd { color: #1f692b; font-weight: bold; line-height: 10px; padding-bottom: 10px; }

/* STYLESHEET wedgitswinkel.NL */
	
			/* ### PROHTML TICKER ### */
			#dropcontentsubject{
			width: 166px;
			font-weight: bold;
			}
			
			.dropcontent{
			font-family: Verdana; font-size: 10px; color: #333; line-height:18px;
			width: 166px;
			height: 140px;
			padding-top: 10px;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			display:block;
			}
	
		/* ### TMP_PRODUCT.HTM ### */
		#productdetailbox {
			margin-top: 10px;			
			}
		#productdetailbox .largepicture {
			border-style: solid;
			border-width: 1px;
			border-color: #CCCCCC;
			}
		#productdetailboxsmallpicture {
			margin-top: 4px;			
			}			
		#productdetailboxsmallpicture .smallpicture {
			border-style: solid;
			border-width: 1px;
			border-color: #CCCCCC;
			float: left;
			margin-right: 4px;		
			}			

		#productdetailboxcontainer {
			float: right;
			width: 150px;
			margin-left: 2px;
			margin-right: 0px;
			}
		#productdetailboxshortinfo {
			color: #666666;
			margin-top: 10px;
			height: 184px;
			overflow: hidden;
			}
		#productdetailboxprice {
			color: #666666;
			margin-top: 10px;
			}
		#productdetailboxaddtocart {
			color: #666666;
			margin-top: 10px;
			}
		#productdetailboxcontainerinfo {
			margin-top: 10px;
			}
		#productdetailboxcontainerinfo h1 {
			margin-top: 10px;
			font-size: 10px;
			color: #666666;
			background-color: #EAEAEA;
			padding: 4px;
			line-height: 14px;			
			}			
		#productdetailboxinfo {
			color: #666666;
			padding-bottom: 10px;
			}
		#productdetailboxproductcode{
			padding-bottom: 10px;
			font-size: 10px;
			}
		#crossheader{
			font-weight: bold;
			color: #000000;
			margin-bottom: 10px;
		}

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #393939; }
input, select, textarea { font-family: Arial; font-size: 11px; color: #393939; }
body { background: #fff; background: url('../images/submenuBg2.gif') repeat-x; }
img { border: 0px; }

.hidden { display: none; }
.unhidden { display: block; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; }

/* ### WRAPPER ### */
#wrapper { display: block; position: relative; width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 985px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; overflow: hidden; width: 985px; height: 145px; }
	#headerCntr h1 { position: absolute; top: 10px; width: 252px; height: 80px; text-indent: -9999px; background: url('../images/logo.gif') no-repeat; }
	#headerCntr .otherlogos { position: absolute; top: 10px; left: 860px; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { position: absolute; top: 69px; right: 0px; width: 985px; }
		#menuCntr ul { overflow: hidden; width: 985px; list-style: none; }
		#menuCntr li.tab1 { margin-right: 4px; float: right; display: inline; height: 35px; width: 100px; line-height: 25px; background: url('../images/tab1.gif') no-repeat; padding-top: 7px; }
		#menuCntr li.tab2 { margin-right: 4px; float: right; display: inline; height: 35px; width: 124px; line-height: 25px; background: url('../images/tab2.gif') no-repeat; padding-top: 7px; }
		#menuCntr li.tab3 { margin-right: 4px; float: right; display: inline; height: 35px; width: 100px; line-height: 25px; background: url('../images/tab3.gif') no-repeat; padding-top: 7px; }
		#menuCntr li.tab4 { margin-right: 4px; float: right; display: inline; height: 35px; width: 100px; line-height: 25px; background: url('../images/tab4.gif') no-repeat; padding-top: 7px; }
		#menuCntr li.tab5 { margin-right: 4px; float: right; display: inline; height: 35px; width: 100px; line-height: 25px; background: url('../images/tab5.gif') no-repeat; padding-top: 7px; }
		#menuCntr li.tab1 a { padding: 0px 10px 0px 32px; font: bold 11px Verdana; text-decoration: none; color: #fff; text-transform: uppercase }
		#menuCntr li.tab2 a { padding: 0px 10px 0px 12px; font: bold 11px Verdana; text-decoration: none; color: #fff; text-transform: uppercase }
		#menuCntr li.tab3 a { padding: 0px 10px 0px 24px; font: bold 11px Verdana; text-decoration: none; color: #fff; text-transform: uppercase }
		#menuCntr li.tab4 a { padding: 0px 10px 0px 20px; font: bold 11px Verdana; text-decoration: none; color: #fff; text-transform: uppercase }
		#menuCntr li.tab5 a { padding: 0px 10px 0px 30px; font: bold 11px Verdana; text-decoration: none; color: #fff; text-transform: uppercase }
		#menuCntr li a:hover, #menuCntr li.selected a { text-decoration: underline; }
		#menuCntr li.wagen a { padding-left: 25px; background: url('../images/ww.gif') no-repeat 5px center; }
		
		/* ### SUBMENU CONTAINER ### */
		#submenuCntr { padding: 0px 14px 0px 11px; position: relative; top: 106px; left: 0px; width: 960px; height: 34px; background: url('../images/submenuBg.gif') }
		#submenuCntr h2 { font-size: 11px; font-weight: bold; text-transform: uppercase; color: #ac2428; padding-top: 10px; float: left; }
		#submenuCntr ul { overflow: hidden; width: 300px; list-style: none; float: right; padding-top: 4px; }
		#submenuCntr li { padding-right: 2px; float: right; display: inline; height: 25px; line-height: 25px; }
		#submenuCntr li a { padding: 0px 5px 0px 5px; font: 10px Verdana; text-decoration: none; color: #474747; }
		#submenuCntr li a:hover, #menuCntr li.selected a { text-decoration: underline; }		
		
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding-bottom: 30px; overflow: hidden; width: 985px; margin-top: 10px; }
		
		/* ### LEFT CONTAINER ### */
		#leftCntr { float: left; width: 200px; }
		#leftCntr div.header { padding-left: 5px; width: 190px; background: url('../images/contentH3.gif') no-repeat; }
		#leftCntr h3 { padding: 3px 5px 0px 5px; line-height: 30px; font-size: 12px; text-transform: uppercase; font-weight: bold; color: #ac2428; }
		#leftCntr div.pic { float: left; width: 22px; padding-top: 5px; }
		#leftCntr div.text { width: 140px; }
		#leftCntr .poweredby { margin-top: 10px; }
		
			/* ### NAV BOX ### */
			.navBox { width: 193px; height: 319px; background: url('../images/navBg.gif') no-repeat; margin-bottom: 10px; }
			.navBox ul { margin-left: 8px; padding-top: 10px; list-style-type: none; }
			.navBox li { padding: 0px 6px 6px 0px; height: 20px; line-height: 20px; }
			.navBox li a { text-decoration: none; color: #2f5dab; font-size: 12px; }
			.navBox li a:hover { text-decoration: underline; color: #ac2428; font-size: 12px; }
			.navBox div.text { margin-left: 8px; margin-top: 6px; margin-bottom: 10px; font-size: 11px; }
			.navBox div.verzendtext { margin-left: 8px; margin-top: 38px; margin-bottom: 1px; font-size: 11px; }
			.navBox div.textuitleg { margin-left: 8px; margin-top: 10px; padding: 0px 6px 6px 0px; height: 20px; line-height: 20px; text-decoration: none; color: #2f5dab; font-size: 11px; }
			.navBox div.textuitleg p { margin-bottom: 10px; }
			.navBox div.payment_logos { margin-left: 8px; margin-top: 10px; }			

			/* ### UITLEG BOX ### */
			.uitlegBox { width: 193px; height: 319px; background: url('../images/navBg.gif') no-repeat; margin-bottom: 10px; }
			.uitlegBox div.textuitleg { margin-left: 8px; padding: 10px 6px 6px 0px; height: 20px; line-height: 20px; text-decoration: none; color: #2f5dab; font-size: 11px; }
			.uitlegBox div.textuitleg p { margin-bottom: 10px; }
			
			/* ### MEEST BOX ### */
			.topsellersBox { width: 200px; }
			.topsellersBox div.product { padding-left: 5px; padding-bottom: 10px; overflow: hidden; width: 190px; }
			.topsellersBox div.pic { float: left; width: 70px; }
			.topsellersBox div.text { float: right; width: 120px; }
			.topsellersBox .img { border: 1px solid #c1c1bf; padding: 1px; }
			.topsellersBox .img:hover { border: 1px solid #666666; padding: 1px; }
			.topsellersBox ul { list-style: none; }
			.topsellersBox li { line-height: 16px; }
			.topsellersBox h2 { line-height: 16px; font-weight: normal; font-size: 12px; color: #000000; }
			.topsellersBox h2 a { text-decoration: none; color: #000000; }
			.topsellersBox h2 a:hover { text-decoration: underline; }
			.topsellersBox h3 { margin-bottom: 10px; }
		
			/* ### CENTER CONTAINER ### */
			#centerCntr { float: left; width: 585px; }
		
			/* ### ZOEK BOX ### */
			.zoekBox { width: 550px; height: 30px; margin-bottom: 10px; }
			.zoekBox fieldset { padding: 0px 0px 0px 50px; overflow: hidden; width: 505px; border: 0px; }
			.zoekBox .steps { padding: 4px 0px 0px 17px; overflow: hidden; width: 550px; border: 0px; }
			.zoekBox label { margin-right: 5px; float: left; line-height: 30px; text-transform: uppercase; font-size: 11px; color: #324c30; font-weight: bold; }
			.zoekBox select { margin: 5px 5px 0px 0px; padding: 1px; float: left; height: 19px; border: 1px solid #c0c5c5; background: #fff; }
			.zoekBox input.field { margin: 5px 5px 0px 0px; padding: 3px 5px 0px 5px; float: left; width: 250px; height: 16px; border: 1px solid #c0c5c5; background: #fff; }
			.zoekBox input.submit { margin: 6px 6px 0px 0px; float: left; width: 69px; height: 19px; color: #1f3508; border: 0px; background-color: #F3F3F3; border: 1px solid #c0c5c5; cursor: hand; }
			
			/* ### PRO BOX ### */
			.proBox { padding: 0px 10px 30px 18px; overflow: hidden; width: 550px; }
			.proBox div.pic { float: left; width: 360px; height: 300px; }
			.proBox .img1 { position:absolute; z-index: 1; height: 140px; overflow: hidden; }
			.proBox div.text { float: right; width: 190px; }
			.proBox h2 { padding-top: 6px; padding-left: 10px; font-size: 13px; font-weight: bold; color:#FFFFFF; background: url('../images/ons_assortiment.jpg') no-repeat; height: 30px; }			
			.proBox p { padding-bottom: 0px; line-height: 12px; }
			.proBox .smallpicture { border-style: solid; border-width: 1px; border-color: #CCCCCC;float: left; margin-right: 4px; }
			.proBox .categorybox { background: url('../images/bg_product.jpg') no-repeat; width: 176px; height: 240px; margin-right: 6px; margin-bottom: 10px; }
			.proBox .categorybox:hover { background: url('../images/bg_producth.jpg') no-repeat; width: 176px; height: 240px; margin-right: 6px; margin-bottom: 10px; }
			.proBox .categorybox .inner { padding: 10px; }	
			.proBox .productname { margin-top: 25px; }		
			.proBox .productname a { margin-bottom: 1px; color: #349a51; }
			.proBox .productname a:hover { margin-bottom: 1px; color: #349a51; }
			.proBox .productdescription { font-size: 11px; }
			.proBox .productprice { position:absolute; z-index: 3; margin-top: 197px; width: 90px; font-weight: bold; color:#ac2428; }
			.proBox .text { position:absolute; z-index: 3; margin-top: 120px; width: 140px; }
			.proBox .text a:hover { margin-bottom: 1px; color: 349a51; }			
			.proBox .leesverder { padding-top: 192px; float: right; }

			.detailBox { margin: 0px 0px 10px 0px; overflow: hidden; width: 569px; }
			.detailBox .detailshorttext p { line-height: 16px; }
			.detailBox div.detailpic { float: left; width: 310px; height: 300px; }
			.detailBox .detailimg1 { height: 310px; overflow: hidden; margin-top: 4px; float: left; }
			.detailBox .detailimg2 { position:absolute; float: right; margin-top: 273px; margin-left: 19px; }
			.detailBox .orderFrame { position: absolute; float: right; height: 72px; width: 220px; margin-top: 170px; background-color: #ececec; margin-left: 19px; }			
			.detailBox .commentfooter{ position: absolute; background: url('../images/arrow_div.gif') 0px 0 no-repeat; margin-left: 40px; padding-top: 1px; margin-top: 241px; margin-bottom: 2em; height: 18px; width: 39px; }									
			.detailBox .price { position:absolute; margin-left: 10px; margin-top: 15px; color:#000; font-size: 18px; font-weight:bold; text-decoration: none; line-height: 18px;}
			.detailBox .pricesmall { position:absolute; margin-left: 10px; margin-top: 35px; color: #2c4a5d; font-size: 14px; font-weight:bold; text-decoration: none; line-height: 14px;}
			.detailBox .feature { position:absolute; margin-left: 0px; margin-top: 130px; color:#000000; font-size: 12px; text-decoration: none; line-height: 14px;}
			.detailBox .feature select { font-size:11px; }
			.detailBox .voorraad { position:absolute; margin-left: 63px; margin-top: 72px; color:#FF0000; font-size: 11px; text-decoration: none;}
			.detailBox div.detailshorttext { float: right; width: 220px; margin-right: 30px; height: 150px; overflow: hidden; }
			.detailBox div.detailshorttext .textsmall { font-size: 11px;}		
			.detailBox div.detailshorttext h2 { padding-bottom: 6px; font-size: 16px; font-weight: bold; color: #349a51; }
			.detailBox a.button { display: block; width: 87px; height: 17px; text-indent: -9999px; background: url('../images/bestellen.png') no-repeat; }		
			.detailBox .smallpicture {border-style: solid; border-width: 1px; border-color: #CCCCCC;float: left; margin-right: 4px;	}


			/* ### TEXT BOX PRODUCT ### */
			.textBoxProduct { padding: 20px; width: 545px; }
			.textBoxProduct h1 { margin-top: 10px; font-size: 16px; }
			.textBoxProduct h2 { margin-top: 10px; font-size: 10px; color: #666666; background-color: #EAEAEA; padding: 4px; line-height: 14px; }
			.textBoxProduct h3 { padding-bottom: 4px; font-size: 13px; font-weight: bold; line-height: 22px; }
			.textBoxProduct p { padding-bottom: 15px; line-height: 16px; font-size: 12px; }
			.textBoxProduct div.reviews { border-color:#e0e0e0; border-style:solid; border-width:1px; background-color:#ffffff; margin-bottom:15px; padding:15px; line-height: 16px; }	
			
			/* ### BANNER BOX SMALL ### */
			.bannerBox { margin-bottom: 10px; }
			.bannerBox .banner1 { float: left; margin-right: 6px; }
			.bannerBox .banner2 { }
						
			/* ### PICTURE BOX ### */
			.pictureBox { padding: 10px 10px 10px 15px; overflow: hidden; width: 550px; position: relative; z-index: 30; }
			.pictureBox .thumbnail { border-style: solid; border-width: 1px; border-color: #CCCCCC;float: left; margin-right: 4px; cursor: hand; z-index: 10; padding: 1px; }
			.vergroottekst { font-size: 10px; margin-bottom: 10px; margin-left: 20px; }					
			
			/* ### TEXT BOX ABOVE CATEGORY ### */
			.catMemoBox { padding: 10px 10px 10px 10px; background-color: #FFFF99; margin-top: 10px; margin-bottom: 10px; }
			
			/* ### TEXT BOX ### */
			.textBox { padding: 0px; width: 545px; }
			.textBox h1 { font-size: 14px; font-weight: bold; }
			.textBox h3 { padding-bottom: 4px; font-size: 13px; font-weight: bold; line-height: 22px; }
			.textBox p { line-height: 20px; }
			.textBox ul { list-style: square; margin-bottom: 10px; margin-top: 10px; }
			.textBox li { line-height: 20px; margin-left: 30px; }
			
			/* ### TEXT BOX HOME ### */
			.textBoxHome { padding: 0px; width: 545px; margin-bottom: 6px; }
			.textBoxHome h1 { font-size: 14px; font-weight: bold; }
			.textBoxHome h3 { padding-bottom: 4px; font-size: 13px; font-weight: bold; line-height: 22px; }
			.textBoxHome p { line-height: 20px; margin-bottom: 10px; }
			.textBoxHome ul { list-style: square; margin-bottom: 10px; margin-top: 10px; }
			.textBoxHome li { line-height: 20px; margin-left: 30px; }
			.textBoxHome .video { position:absolute; z-index:200; margin-left: 418px; margin-top: 5px; }								
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 200px; }
		#rightCntr h3 { padding: 0px 5px 0px 5px; line-height: 30px; }
		
			/* ### WW BOX ### */
			.wwBox { width: 200px; background: url('../images/navBgb.gif') repeat-y; }
			.wwBox p { padding: 10px 5px 10px 5px; color: #fff; }
			.wwBox h3 a { color: #fff; text-decoration:none; font-size: 12px; text-transform: uppercase; font-weight: bold;  }
			.wwBox h3 a:hover { color: #fff; text-decoration:underline; font-size: 12px; text-transform: uppercase; font-weight: bold;  }
			.wwBox ul { padding-left: 8px; padding-bottom: 10px; list-style-type: none; }
			.wwBox li { line-height: 24px; background: url(../images/wwbullet.gif) no-repeat left center; }
			.wwBox li a { text-decoration: none; color: #fff; padding-left: 20px; }
			.wwBox li a:hover { text-decoration: underline; }
			.wwBox div.header { padding-left: 5px; width: 190px; }
			.wwBox div.pic { float: left; width: 22px; padding-top: 7px; }
			.wwBox div.text { width: 140px; }
			.wwBoxFooter { margin-bottom: 3px; width: 200px; height: 15px; background: url('../images/contentH3bbottom.gif') no-repeat; }
			
			/* ### BANNER BOX 1 ### */
			.bannerBox1 { width: 200px; height: 231px; background: url('../images/waarom_wedgits.gif') no-repeat; }
			.bannerBox1 ul { padding-left: 8px; padding-bottom: 10px; padding-top: 90px; list-style-type: none; }
			.bannerBox1 li { line-height: 24px; background: url(../images/vink.png) no-repeat left center; }
			.bannerBox1 li a { text-decoration: none; color: #2f5dab; padding-left: 20px; font-size: 14px; }
			.bannerBox1 li a:hover { text-decoration: underline; font-size: 14px; }			

			/* ### RECENTLY BOX ### */
			.recentlyBox { width: 200px; background: url('../images/navBgb.gif') repeat-y; }
			.recentlyBox p { padding: 10px 5px 10px 5px; color: #fff; }
			.recentlyBox h3 { color: #fff; text-decoration:none; font-size: 12px; text-transform: uppercase; font-weight: bold; }			
			.recentlyBox h3 a { color: #fff; text-decoration:none; font-size: 12px; text-transform: uppercase; font-weight: bold; }
			.recentlyBox h3 a:hover { color: #fff; text-decoration:underline; font-size: 12px; text-transform: uppercase; font-weight: bold; }
			.recentlyBox ul { padding-left: 8px; padding-bottom: 10px; list-style-type: none; }
			.recentlyBox li { line-height: 24px; background: url(../images/wwbullet.gif) no-repeat left center; }
			.recentlyBox li a { text-decoration: none; color: #fff; padding-left: 20px; }
			.recentlyBox li a:hover { text-decoration: underline; }
			.recentlyBox div.header { padding-left: 5px; width: 190px; }
			.recentlyBox div.pic { float: left; width: 22px; padding-top: 7px; }
			.recentlyBox div.text { width: 140px; }
			.recentlyBoxFooter { margin-bottom: 3px; width: 200px; height: 15px; background: url('../images/contentH3bbottom.gif') no-repeat; }			

			/* ### AB BOX ### */
			.abBox { width: 200px; }
			.abBox .rightimage { margin-top: 10px; position: absolute; }
			.abBox .video { margin-top: 10px; }
			
			/* ### NEWSLETTER BOX ### */
			.newslBox { width: 200px; margin-bottom: 10px; }
			.newslBox div.pic { float: left; width: 70px; }
			.newslBox .text { margin-top: 2px; padding-left: 5px; }
			.newslBox .form { margin-top: 10px; padding-left: 5px; }		
			
			/* ### LIST BOX ### */
			.listBoxproduct { width: 200px; border: 1px solid #c1c1bf; background-color:#FF0000; font-size: 36px;}
			.listBoxproduct ul { list-style: none; }
			.listBoxproduct li { line-height: 16px; }
			.listBoxproduct h2 { line-height: 16px; font-weight: normal; font-size: 12px; color: #000000; }
			.listBoxproduct h2 a { text-decoration: none; color: #000000; }
			.listBoxproduct h2 a:hover { text-decoration: underline; }
			.listBoxproduct h3 { margin-bottom: 10px; }			

	.productBreadcrumb { width: 300px; padding-top: 1px; padding-bottom: 1px; font-size: 10px; color: #5c5c5c; }
        .productBreadcrumb a { font-size: 10px; text-decoration: underline; color: #5c5c5c; }
	.productBreadcrumb a:hover { font-size: 10px; text-decoration: none; color: #5c5c5c; }

	/* ### FOOTER CONTAINER ### */
	#footerCntr { margin: 10px 180px 30px 180px; position: relative; width: 625px; font-size: 11px; color: #666666; }
	#footerCntr img { padding-left: 5px; padding-right: 5px; }
	#footerCntr a { text-decoration: none; color: #666666; }
	#footerCntr a:hover { text-decoration: underline; color:#666666; }
	#footerCntr p { bottom: 10px; left: 180px; width: 625px; text-align: center; }
	#footerCntr p.left { position: relative; bottom: 0px; left: 0px; float: left; width: 280px; text-align: left; }
	#footerCntr ul { float: right; overflow: hidden; width: 340px; list-style: none; }
	#footerCntr li { float: right; display: inline; }
	#footerCntr li a { padding: 0px 5px 0px 5px; text-decoration: none; }
	#footerCntr li a:hover { text-decoration: underline; }
	
	#fixedtipdiv{
		position:absolute;
		padding: 2px;
		border:1px solid black;
		font:normal 12px Verdana;
		line-height:18px;
		z-index:100;
	}

        .tableSpecificaties { margin-left: 20px; }    
	.tableHeader { background-color: #e2e2e2; width: 370px; padding: 5px; font-size: 11px; font-weight: bold; } 
	.tableNamen { float: left; background-color: #f3f4f4; width: 200px; padding: 10px; line-height: 22px; font-size: 11px; font-weight: bold; }	
	.tableWaarden { float: left; background-color: #f3f4f4; width: 140px;  padding: 10px; margin-bottom: 10px; line-height: 22px; font-size: 11px; }	
