html, body
{
	margin: 0;
	padding: 0;
	height: 100%; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #8a8a8a;
}

a{ text-decoration: underline; color: #111; }
a:hover, a:focus { text-decoration: underline; color: #000; }

img{border:0}

table{	border-collapse: collapse;	border-spacing: 0;}

ul, li{
list-style:none outside none;
margin:0px;
padding:0px;
}

/**
 * ROUNDED CORNERS
 * All the corners we want to be nicely rounded here, don't round corners anywhere else. 
 * This is also a reference for jQuery to round corners in IE
 */
 #footer h2, a.content-button, .product-highlight, input[type=submit] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.column-menu-body{
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#nav-top ul li.selected ul li a, #nav-top ul li:hover ul a{
	background:transparent;}
/**
 ALGEMENE OPBOUW
**/


#container 
{
	min-height: 100%;
	text-align: left;
}

/* instellen van breedte */
#top, #nav-top, #main, #footer-content{
	width: 940px;
	margin:0 auto;
}

#top{
		height:100px;
}
	#toplogo{
		float: left;
		width: 48%;
		padding:20px 0 0;
	}
	 
	#topright{
		margin-top: 10px;
		float: right;
		width: 48%;
		text-align: right;
	}
		#topright a{
			color: #656565;
			font-size: 0.9em;
		}
		#topright input[type=text] {
			font-size:11px;
			border:1px solid #e1e1e1;
			padding:3px;
			margin-right:5px;
		}

#main 
{
	overflow:auto;
	padding-bottom: 20px; 
	margin-top: 25px; 
	line-height:1.5em;
}  

#content{
	margin-top: 20px;
	min-height:500px;
	overflow:auto;
}
#content h1, #content h2, #content h3
{
margin:0px;
}
#content ul{
	margin:10px 0;
	padding-left:20px;
	list-style:square;
	}
	#content ul li{
		list-style:square;
		}
		

		
		
.cleardiv{
	position:relative;
	clear:both;
	width:600px;
	height:1px;
	}
/**
HOOFDMENU BALK
 */

 
#nav-wrap{
	background: url(../images/gfx/nav-top-bg-white.png) bottom repeat-x;
	height: 45px;
}
#nav-topsub{
position:absolute;
top:133px;
z-index:99;
height:39px;
width:100%
}
#nav-top ul{}
#nav-top ul li{
	float: left;
}
 
#nav-top ul li a{
	display: block;
	color: #b9bfc4;
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	padding: 9px 15px 15px 15px;
	margin-right: 10px;
	text-shadow: 1px 1px 0px #eee; 
}

#nav-top li ul {
	position: absolute;
	/*width: 100%;
	margin:0 -470px 0 0;
	*/
	width:940px;
	margin: 0 0 0 -470px;
	left: -1999em;
	top: 133px;
	height: 39px;	
	z-index: 100;
	background-color:#aaa;
	background-repeat: repeat-x;

}

#nav-top ul li:hover ul, #nav-top ul li.selected ul {
	/* left:0; */
	left: 50%
}
#nav-top li:hover ul{
z-index: 101;
}

#nav-top ul li ul li{
	float: left;
	margin-top:3px;
	}

#nav-top ul li ul li a{
	color: #fff;
	text-transform: none;
	font-size: 1em;
	font-weight: bold;
	padding: 7px 15px 7px 15px;
	margin:0;
	text-shadow:none;
}

#nav-top ul li ul li.selected a, #nav-top ul li ul li a:hover{
	text-decoration: underline;
}
#nav-top li ul li ul{
	width:10em;
	height:auto;
	z-index: 101;
	background-color:#aaa;
	top:30px;
	margin:0;
}
/*#nav-top ul li ul li:hover ul{left: auto}*/
#nav-top ul li.selected ul li ul, #nav-top ul li ul li:hover ul, #nav-top ul li:hover ul li ul{ left: -1999px;}



	/* GROEN */

	#node_64.selected a, #nav-top #node_64:hover a
	{
		background: url(/images/gfx/tabbg-hearing.png) no-repeat;
		color: #fff;
		text-shadow: none;
	}
	li#node_64 ul{
		background-image: url(/images/gfx/nav-branche-bg-green.png);	
	}
	#node_64 ul li a{
		border-right: 1px solid #b1d83e;
		border-left: 1px solid #93be13;	
	}

	/* ROOD */

	#node_60.selected a, #nav-top #node_60:hover a
	{
		background: url(/images/gfx/tabbg-power.png) no-repeat;
		color: #fff;
		text-shadow: none;
	}
	li#node_60 ul{
		background-image: url(/images/gfx/nav-branche-bg-red.png);	
	}
	#node_60 ul li a{
		border-right: 1px solid #af483e;
		border-left: 1px solid #7a1a0d;
	}
	 
	/* BLAUW */

	#node_63.selected a, #nav-top #node_63:hover a
	{
		background: url(/images/gfx/tabbg-info.png) no-repeat;
		color: #fff;
		text-shadow: none;
	}
	li#node_63 ul{
		background-image: url(/images/gfx/nav-branche-bg-blue.png);	
	}
	#node_63 ul li a{
		border-right: 1px solid #4d7fb4;
		border-left: 1px solid #104780;	
	}
	#nav-top #node_60:hover ul a, #nav-top #node_63:hover ul a, 	#nav-top #node_64:hover ul a{

		background:transparent
	}





 
#frontpage-image{
	width: 940px;
	height: 315px;
}

#frontpage-welcome{
	margin: 50px 0;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: #909090;
}
 
#frontpage-welcome strong{
	font-weight: normal;
	color: #2a2a2a;
}

#branche-choose 
{	
	margin-top: 20px;	
}

#branche-choose li
{
	float: left;
} 




/**
 * Logo list styles
 */

#branche-choose .branche-logo-list{	width: 300px;}
#branche-choose .pad20{padding-left:20px}

#branche-choose a.logo-egger	{ background-image: url(/images/gfx/logo-egger.png)} 
#branche-choose a.logo-cedis	{ background-image: url(/images/gfx/logo-cedis.png)} 
#branche-choose a.logo-powerone	{ background-image: url(/images/gfx/logo-powerone.png)} 
#branche-choose a.logo-edenta	{ background-image: url(/images/gfx/logo-edenta.png)} 
#branche-choose a.logo-heine	{ background-image: url(/images/gfx/logo-heine.png)} 
#branche-choose a.logo-meisinger	{ background-image: url(/images/gfx/logo-meisinger.png)} 
#branche-choose a.logo-rayovac	{ background-image: url(/images/gfx/logo-rayovac.png)} 	
#branche-choose a.logo-icelltech	{ background-image: url(/images/gfx/logo-icelltech.png)} 
#branche-choose a.logo-kavo	{ background-image: url(/images/gfx/logo-kavo.png)} 
#branche-choose a.logo-hadewe	{ background-image: url(/images/gfx/logo-hadewe.png)} 
#branche-choose a.logo-delfino	{ background-image: url(/images/gfx/logo-delfino.png)} 

#branche-choose a.logo-energizer {background-image: url(/images/gfx/logo-energizer.png)}
#branche-choose a.logo-duracell {background-image: url(/images/gfx/logo-duracell.png)}
#branche-choose a.logo-powersonic {background-image: url(/images/gfx/logo-powersonic.png)}
#branche-choose a.logo-panasonic {background-image: url(/images/gfx/logo-panasonic.png)}
#branche-choose a.logo-saft {background-image: url(/images/gfx/logo-saft.png)}
#branche-choose a.logo-varta {background-image: url(/images/gfx/logo-varta.png)}
#branche-choose a.logo-procell {background-image: url(/images/gfx/logo-procell.png)}
#branche-choose a.logo-sanyo {background-image: url(/images/gfx/logo-sanyo.png)}
#branche-choose a.logo-tci {background-image: url(/images/gfx/logo-tci.png)}
#branche-choose a.logo-mascot {background-image: url(/images/gfx/logo-mascot.png)}
#branche-choose a.logo-globtek {background-image: url(/images/gfx/logo-globtek.png)}
#branche-choose a.logo-globtek {background-image: url(/images/gfx/logo-globtek.png)}
#branche-choose a.logo-ultralife {background-image: url(/images/gfx/logo-ultralife.png)}
#branche-choose a.logo-docs	{ background-image: url(/images/gfx/logo-docs.png)} 
#branche-choose a.logo-eargear {background-image: url(/images/gfx/logo-eargear.png)}
#branche-choose a.logo-amplicom {background-image: url(/images/gfx/logo-amplicom.png)}

.branche-logo-list li a{
	display: block;
	height: 60px;
	width: 130px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 10px;
	text-indent: -8000px;
}
.branche-logo-list li a:hover{	background-position: top}

#footer-bottom{	text-align: center;}
#footer-bottom .branche-logo-list{
	margin: 0 auto;
	width: 980px;
	text-align: center;
}

#footer-bottom .branche-logo-list li{	float: left}
#footer-bottom a.logo-egger	{ background-image: url(/images/gfx/logo-black-egger.png)} 
#footer-bottom a.logo-cedis	{ background-image: url(/images/gfx/logo-black-cedis.png)} 
#footer-bottom a.logo-powerone	{ background-image: url(/images/gfx/logo-black-powerone.png)} 
#footer-bottom a.logo-edenta	{ background-image: url(/images/gfx/logo-black-edenta.png)} 
#footer-bottom a.logo-heine	{ background-image: url(/images/gfx/logo-black-heine.png)} 
#footer-bottom a.logo-meisinger	{ background-image: url(/images/gfx/logo-black-meisinger.png)} 
#footer-bottom a.logo-rayovac	{ background-image: url(/images/gfx/logo-black-rayovac.png)} 	
#footer-bottom a.logo-icelltech	{ background-image: url(/images/gfx/logo-black-icelltech.png)} 
#footer-bottom a.logo-kavo	{ background-image: url(/images/gfx/logo-black-kavo.png)} 
#footer-bottom a.logo-hadewe	{ background-image: url(/images/gfx/logo-black-hadewe.png)} 
#footer-bottom a.logo-delfino	{ background-image: url(/images/gfx/logo-black-delfino.png)}
#footer-bottom a.logo-docs	{ background-image: url(/images/gfx/logo-black-docs.png)} 
#footer-bottom a.logo-eargear {background-image: url(/images/gfx/logo-black-eargear.png)}
#footer-bottom a.logo-amplicom {background-image: url(/images/gfx/logo-black-amplicom.png)}




#footer-bottom a.logo-energizer {background-image: url(/images/gfx/logo-black-energizer.png)}
#footer-bottom a.logo-duracell {background-image: url(/images/gfx/logo-black-duracell.png)}
#footer-bottom a.logo-powersonic {background-image: url(/images/gfx/logo-black-powersonic.png)}
#footer-bottom a.logo-panasonic {background-image: url(/images/gfx/logo-black-panasonic.png)}
#footer-bottom a.logo-saft {background-image: url(/images/gfx/logo-black-saft.png)}
#footer-bottom a.logo-varta {background-image: url(/images/gfx/logo-black-varta.png)}
#footer-bottom a.logo-procell {background-image: url(/images/gfx/logo-black-procell.png)}
#footer-bottom a.logo-sanyo {background-image: url(/images/gfx/logo-black-sanyo.png)}
#footer-bottom a.logo-tci {background-image: url(/images/gfx/logo-black-tci.png)}
#footer-bottom a.logo-mascot {background-image: url(/images/gfx/logo-black-mascot.png)}
#footer-bottom a.logo-globtek {background-image: url(/images/gfx/logo-black-globtek.png)}
#footer-bottom a.logo-ultralife {background-image: url(/images/gfx/logo-black-ultralife.png)}



/* content columns */

.margin-top { margin-top: 20px; }
.margin-right { margin-right: 20px; }
.margin-left { 	margin-left: 20px; }
.margin-bottom { margin-bottom: 20px; }
.padding-left { padding-left: 20px; }
.padding-right { padding-right: 20px; }
.column-large { width: 460px; float: left; }
.column-small { width: 220px; float: left; }

.column-large h1{	margin-bottom:10px;	line-height:28px;}
/**
 * Footer CSS
 */

#footer{
	position: relative;
	min-height: 295px;
	clear:both;
	background: url(../images/gfx/footer-bg.png) repeat-x #4e4d4e;
	/*border-top: 5px solid #ededed;*/
} 

#footer h3{
	font-size: 1em;
	margin-bottom: 5px;
} 
#footer p{
	margin:0}

#footer-content
{
	position: relative;
	top: 20px;
}

#footer-bottom
{
	position: relative;
	top: 20px;
	overflow: auto;
	background: black;
	text-align: center;
	clear: both;
}

#footer h2
{
	padding: 5px 0 5px 10px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	background: #848484;

}

.footer-col-large, .footer-col-small{
	float: left;
	color: #e1e1e1;
	width: 460px;
}

.footer-col-small{
	width: 220px;
	
}

#footer-contact a{
	text-decoration: underline;
	color: #E1E1E1;
}

.footer-margin{
	margin-right: 20px;
}


.footer-list li{
	padding: 8px 0 7px 10px;
	border-bottom: 1px solid #4e4e4e;
	border-top: 1px solid #6b6b6b;
}

.footer-list li:first-child{
	border-top: 0;
}

.footer-list li a{
	color: #e1e1e1;
}

.footer-list li a:hover{
	color: #e1e1e1;
	text-decoration: underline;
}


.footer-list li a strong{
	color: #bfbfbf;
}


#footer-twitter-wrapper{
	margin-top: 10px;
	padding: 10px;
	height: 170px;
	font-size: 0.9em;
	background: url(../images/gfx/footer-bg-twitter.png) no-repeat;
	color: #e1e1e1;
}

#footer-twitter-wrapper a{
	color: inherit;
	text-decoration: underline;
}

#footer-twitter-content{
	height: 75px;
}

#footer-twitter-batben{
	position: relative;
	bottom: -25px;
	left: 80px;
	width: 130px;
}


/**
 * Footer Contact Style
 */
.contact-data
{
	margin-top: 10px;
	padding-left: 10px;
	color: #e1e1e1;
}

.contact-data li
{
	margin-bottom: 10px;
}

.contact-data li ul li
{
	margin: 0;
}

.contact-data h3, .contact-data strong
{
	font-weight: bold;
}

.contact-data li ul li a
{
	color: inherit;
}


#frontpage-naw
{
	padding-top: 30px;
	padding-left: 30px;
}

#frontpage-naw h3
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}


.column-large-rounded-wrapper
{	
	margin-top: 20px;
	margin-bottom: 20px;
	width: 460px;	
}

.column-large-rounded-top
{
	background: url(../images/gfx/column-large-rounded-top.png);
	padding: 10px 15px 0 15px;
	overflow: auto;
}

.column-large-rounded-bottom
{
	clear: both;
	background: url(../images/gfx/column-large-rounded-bottom.png) left bottom;
	height: 10px;
}


.column-small-rounded-wrapper
{	
	margin-bottom: 20px;
	width: 220px;	
}

.column-small-rounded-top
{
	background: url(../images/gfx/column-small-rounded-top.png);
	padding: 10px 15px 0 15px;
	overflow: auto;
}


.column-small-rounded-bottom
{
	clear: both;
	background: url(../images/gfx/column-small-rounded-bottom.png) left bottom;
	height: 10px;
}


.column-small-rounded-wrapper p
{
	font-size: 0.9em;
}



input[type=submit]
{
	background: url(../images/gfx/input-submit.png) repeat-x;	
	border:1px solid #ccc;
	padding: 3px 5px;
	font-size: 0.9em;
	cursor: pointer;
	color: #797979;
	font-family: verdana, arial, helvetica, sans-serif;
}

input[type=submit]:hover
{
	background: url(../images/gfx/nav-branche-bg-green.png) repeat-x;
	color: #fff;
	border: 1px solid #8ab112;
}


/**
 * 
 */

ul.list-subcats
{
	list-style-image: url(../images/gfx/list-style-image-square-triangle.png);
	list-style-position:inside;
	font-size: 0.9em;	
}

ul.list-subcats li
{
	margin-bottom: 10px;
	padding-bottom: 2px;
	width: 213px;
	float: left;
}




/**
 * Column Menu
 */

 
.column-menu
{
	margin-top: 0px;
}
 
.column-menu-header
{
	background: url(../images/gfx/column-menu-top.png) no-repeat;
	width: 204px;
	height: 25px;
	padding: 13px 0 0 15px;
	border-bottom: 3px solid #eee;
	font-size: 0.9em;
}
	.column-menu-header h3{margin:0}

.column-menu-body
{
	border-bottom: 1px  solid #eeeeee;
	border-left: 1px  solid #eeeeee;
	border-right: 1px  solid #eeeeee;
	width: 197px;
	background: #fcfcfc;
	padding-bottom: 10px;
}

.column-menu-body{
	padding: 8px 10px;	
}
	.column-menu-body a{
		text-decoration:none;
		color: #696969;
		}
	.column-menu-body a:hover{
		text-decoration:underline;
		}
	#content .column-menu-body ul{
		list-style:none;
		margin:0; padding:0;
		}
		#content .column-menu-body ul li{
			margin:5px 0 0 0;
			font-weight:bold;
			padding:0;
			margin-bottom: 10px;
			list-style:none;
			}
			#content .column-menu-body li{
			list-style-position: inside;
			list-style-image: url(/images/gfx/list-bullet-sphere-hearing.png);
			}
			#content .column-menu-body ul li:first-child{
			margin-top:0;
			}
			#content .column-menu-body ul li ul li{
				margin:0;
				font-weight:normal;
				background: url(/images/gfx/list-style-image.gif) 2px 6px no-repeat;
				padding: 0 0 0 10px;
				list-style:none outside none;
				}
				#content .column-menu-body ul li ul li ul li{
				background: url(/images/gfx/list-style-imageprod.png) 1px 6px no-repeat;
				}
				
				#content .column-menu-body ul li ul li ul{padding:4px 0 10px 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc}
				#content .column-menu-body ul li ul li ul li ul{border:0;padding:0;}

				/*


.column-menu-body li ul 
{
	list-style-image: url(../images/gfx/list-bullet-dots.png);
	padding-bottom: 10px;
	font-size: inherit;

}

.column-menu-body li ul li
{
	margin-bottom: -4px;
	list-style:none;

}
.column-menu-body li ul li ul {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    padding: 4px 0 10px;
	}
.column-menu-body li ul li {
    background: url("/images/gfx/list-style-image.gif") no-repeat scroll 2px 6px transparent;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 10px;
	}

.column-menu-body li ul li li {
    background: url("/images/gfx/list-style-imageprod.png") no-repeat scroll 1px 6px transparent;
}

.column-menu-body li a
{
	text-decoration: none;
	color: #797979;
}
*/




/**
 * Product Overview
 */

 #content ul.product-overview{
 padding:0;
 margin:0;
 list-style:none;
 }
 
#content ul.product-overview li
{
	margin-bottom:  10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	overflow: auto;
}

#content ul.product-overview li:first-child
{
	border-top: 1px solid #eee;
	padding-top: 10px;
}

#content ul.product-overview li h4
{
	margin-bottom: 10px;
}
 
#content ul li.product-entry .product-entry-image
{
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;	
	width: 90px;
	text-align: center;
}

#content ul li.product-entry .product-entry-info
{
	width: 340px;
	float: right;
	font-size: 0.9em;
}


#content ul li.product-entry .product-entry-info a.content-button
{
	position: relative;
	top: 5px;
}

div.product-entry
{
}

div.product-entry .product-entry-image
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	width: 150px;
	text-align: center;
}


div.product-entry .product-entry-image img
{
  border: 0;
  max-width: 150px;
 /* width: expression(this.width > 150 ? 150: true); */
}

div.product-entry .product-entry-meta
{
	padding: 10px 0;
	margin-bottom: 20px;
	overflow: auto;
}






#product-highlight-wrapper
{
	position: relative;
	margin-left: -20px;
	overflow: hidden;
}

#product-highlight-buttons
{
	clear: both;
}

#product-highlight-buttons a
{
	float: left;
}

.product-highlight
{	
	background: #f8f8f8;
	min-height:106px;
	margin:10px 0 10px 20px;
	text-transform:capitalize;
}

.product-highlight-image
{
	padding: 10px;
	width: 80px;
	float: left;
	
	text-align: center;
}

.product-highlight-text
{
	padding: 10px 10px 10px 0;
	width: 110px;
	float: left;
}

.product-highlight-text a
{
	font-size: 1.1em;
}

a.button-link
{
	display: block;
	width: 154px;	
	padding: 16px 10px 16px 55px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

a.content-button
{	
	background: url(../images/gfx/content-button.png) repeat-x;	
	border:1px solid #eee;
	padding: 3px 7px;
	cursor: pointer;
	color: #797979;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.95em;
	text-decoration: none;
}

a.content-button:hover, a.content-button:active
{
	text-decoration: none;
	border-color: #bbb;
	color: #555;
}



/* NIEUWSTEINFO PAGES */

.infopage a{
	color:#8a8a8a}

.infopage strong{color:#333}
	
.infopage a strong, .infopage strong a{
	color:#2464A6
	}
.infopage h3 a{	
	display:block;
	color:white;
	background:#aad822 url(/images/gfx/h3buttonbg.png);
	padding:9px 10px 9px 19px;
	text-decoration:none;
	width:70%;
	margin:0 0 30px 0;
}
.infopage h3 a strong, .infopage h3 strong a{
	color:white;
}
.infopage h3 a:hover{
	background-position: 0 -40px
	}

