body{
	height: 100%;
	font-size: 11px;
	font-family: Arial;
	color: #363636;
	background-color: #dfdede;}

#header {
	margin: 0;
	width: 100%;
	height: 166px;
	background: url('/images/header_bg.gif');}

#footer {
	text-align: center;
	width: 100%;
	height: 40px;
	background: url('/images/footer_bg.gif');}
	
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;}

#headerContent {
	position: relative;
	width: 1004px;
	margin: 0 auto;
	z-index:90;}
	
#headerContent img{ 
	cursor: pointer;
	border: none;
	position: absolute;
	left: 12px;
	top: 0px;}
	
#tabs {
	position: absolute;
	right: 20px;
	top: 147px;
	height: 19px;}

#tabs li {
	height: 19px;
 	float:right;
 	background:url("/images/tab_l.gif");
    background-repeat:no-repeat;
    background-position:left top;
	margin: 0 0 0 0;
 	margin-left:3px;
 	padding:0 0 0 10px;
 	}

#tabs .active {
	background: url("/images/tab_l_a.gif") no-repeat left top;}
	
#tabs li a {
	color: #FFFFFF;
 	float:left;
 	display:block;
 	background:url("/images/tab_r.gif") no-repeat right top;
	padding:3px 10px 0px 0px;
	text-decoration:none;
	font-weight: bold;
  }

#tabs .active a{
	color: #363636;
	background: url("/images/tab_r_a.gif") no-repeat right top;}

div#searchContainer {
	position:absolute;
	top:80px;
	right:10px;
	z-index:10;
}

div#searchContainer h3 {
	color:white;
	margin-bottom:4px;
}

div#searchContainer form input#autocompleteInput {
	width:320px;
	font-size:1.4em;
	border:1px solid #363636;
	padding:2px;
}

div#searchContainer form input#autocompleteSubmit {
	background:url('/images/zoekbutton.png');
	font-size:0.8em;
	color:white;
	font-weight:bold;
	border:0;
	height:21px;
	width:61px;
	cursor:pointer;
}

div#searchContainer form input#autocompleteSubmit:hover {
	background-position:0 21px;
}

div#autocompleteContainer {
	  top:21px;
	  position:absolute;
      width:320px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      z-index:90;
}

div#autocompleteContainer ul li.selected {
	background-color:#ff9903;
	color:white;
}

div#autocompleteContainer ul li{
	list-style-type:none;
      display:block;
      margin:0;
      padding:3px;
      height:30px;
      cursor:pointer;
      font-weight:bold;
      border-bottom:1px dashed #dedede;
}
div#autocompleteContainer ul li span{
      display:block;
      font-weight:normal;
      font-size:0.8em;
      font-style:italic;
}

/* Content */

#page_header_big {
	margin-bottom: 7px;}

#midContainer {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #dfdede;
	background: url('/images/mid_bg.gif') repeat-x;}

#content{
	width: 1002px;
	background-image: url('/images/content_bg.png'); 
	background-repeat: repeat;
	margin: 0px auto;
	padding:5px 0px 10px 18px;
	behavior: url('/css/iepngfix.htc'); }


#pageInfo {
	width: 984px;
	height: 26px;
	background: url('/images/page_info_bg.gif');
	margin: 10px auto 10px 0;
}
	
#pageInfo ul{
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 4px 0 0 10px;
	font-weight: bold;
	font-size: 1.4em;}

#pageInfo li {
	margin-right: 10px;
	float: left;}
	
	
#pageInfo li img {
	position: relative;
	top: 2px;
	left: 5px;}
	

#pageInfo a:link {color: #FFFFFF; text-decoration:none;}
#pageInfo a:visited{color: #FFFFFF; text-decoration:none;}
#pageInfo a:hover{color: #FFFFFF; text-decoration:underline;}
#pageInfo a:active{color: #FFFFFF; text-decoration:underline;}
	
/* Menu Box */

#menuBox{
	float: left;
	position: relative;
	margin: 0px 10px 0 0px;
	padding-top: 24px;
	width: 188px;
	background: url('/images/menu_box_top.gif') no-repeat left top;}
	
#menuBox h2 {
	position: absolute;
	left: 10px;
	top: 4px;
	color: #ffffff;
	font-weight: bold;}
	
#menuBox ul {
	padding-bottom: 9px;
	background: url('/images/menu_box_bot.gif') no-repeat left bottom;}
	
#menuBox li	{
	z-index: 90;
	padding: 2px 0 2px 0;
	background-color: #f6f6f6;
	border: 1px solid #dfdede;
	border-top: none;
	border-bottom: none;
	margin:0;
	}

#menuBox ul li span {
	display:block;
	float:left;
	padding:2px 0 2px 0;
	overflow:hidden;
}

#menuBox .menuLink {
	text-indent:10px;
	width:165px;
}

#menuBox .menuImage {
	padding-top:3px;
	width:10px;
}

#menuBox .menuImage img {
	margin-top: 1px;
	cursor:pointer;
}
	
#menuBox .active {
	padding: 0;
	margin: 0;
	border: 1px solid #dfdede;
	background-color: #eeecec;
	}
	
#menuBox .hidden {
	display: none;
} 
	
	
#menuBox ul li ul {

	border: 1px solid #dfdede;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 1px 0 3px 0px;
	margin-bottom:0;
	background: none;
	background-color: #f6f6f6;
	overflow:hidden;}

#menuBox li ul li {
	border: 0;
	text-indent:15px;}

#menuBox a:link { color: #363636; text-decoration:none; font-weight: bold;}
#menuBox a:visited { color: #363636; text-decoration:none; font-weight: bold;}
#menuBox a:hover { color: #f58d13; text-decoration:none; font-weight: bold;}
#menuBox a:active { color: #f58d13; text-decoration:none; font-weight: bold;}

#menuBox .subContent {
	padding: 2px 0 2px 0px;
	margin:0;
}

#menuBox .subContent a {
	margin-bottom: 0;
	font-weight: normal;}

.clearer {
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
}

/* Product boxes */

.productBox {
	float: left;
	position: relative;
	margin: 0px 10px 10px 0px;
	padding-top: 5px;
	width: 189px;
	height:215px;
	background: url('/images/productbox_top.gif') no-repeat left top;}
	
	
.productBox ul {
	padding-bottom: 5px;
	background: url('/images/productbox_bot.gif') no-repeat left bottom;
	height:205px;}
	
.productBox li {
	border: 1px solid #dfdede;
	border-bottom: none;
	border-top: none;
	padding: 2px 10px 2px 10px;}
	
.productBox h2{ 
	font-weight: bold;
	font-size: 12px;
	height:35px;}

.productBox a:link { color: #116baa; text-decoration:none; font-weight: bold;}
.productBox a:visited { color: #116baa; text-decoration:none; font-weight: bold;}
.productBox a:hover { color: #116baa; text-decoration:underline; font-weight: bold;}
.productBox a:active { color: #116baa; text-decoration:underline; font-weight: bold;}

.productBox .prodImg {
	text-align: center;
	height:110px;}

.productBox em {
	font-style: normal;
	font-weight: bold;
	color: #ed8e21;}	
	
.productBox img {
	cursor: pointer;}
	

#productenContainer {
	float:left;
	width:800px;
}

#productenContainer #product_pageHeader {
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 10px 0;
}

/* Specs */

#specsContent {
	margin-bottom: 10px;
	background: url('/images/specs_box_top.gif') no-repeat left top;
	width: 676px;
	float: left;
	padding-top: 6px;}
	
#specsContent span {
	padding-bottom: 6px;
	display: block;
	background: url('/images/specs_box_bot.gif') no-repeat left bottom;}

#specsContent div.cnt {
	padding: 10px;
	border: 1px solid #dfdede;
	border-bottom: none;
	border-top: none;
	line-height:17px;
	}
	
#specsContent div.cnt p{
	margin: 10px 0 10px 0;
	}
	
#specsContent h1 {
	padding: 10px;
	border: 1px solid #dfdede;
	border-bottom: none;
	border-top: none;
	font-weight: bold;
	font-size: 13px;}

#specsContent ul {
	list-style-type:circle;
	margin-left:30px;
}

#specsContent ul li {
	line-height:18px;
}

.specsImage {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;}
	
/* search pagina */

.search_cat {
	position: relative;
	z-index: 10;
	background: url('/images/search_cat.gif') no-repeat left top;
	width: 786px;
	height: 27px;}
	
.search_cat h2 {
	position: relative;
	padding-left: 23px;
	padding-top: 6px;
	font-size: 14px;
	margin-left: 12px;
	font-weight: bold;
	color: #363636;}
	
.search_cat h2 img {
	position: absolute;
	margin-top: 6px;
	top: -2px;
	left: 0px;}
	
.search_result {
	position: relative;
	top: 1px;
	padding-top: 10px;
	width: 786px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdede;}
	
.search_result a:link{text-decoration: none;color: #116baa;font-weight: bold;}
.search_result a:visited { text-decoration: none;color: #116baa;font-weight: bold;}
.search_result a:hover { text-decoration: underline;}
.search_result a:active { text-decoration: underline;}

.search_title {
	margin-top: 10px;
	line-heght: 20px;
	font-size: 12px;}

.search_image_container {
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 100px;
	margin: 10px;
	margin-top: 0;
	padding: auto;
	float: left;}
	
.search_image_container img {
	margin: auto;
	padding: auto;}
	
.search_result em {
	font-style: normal;
	font-weight: bold;
	color: #ed8e21;}	
	
.search_result i {
	font-style: italic;
	color: #666666;}
	
.search_result p {
	display: block;
	padding: 3px;
}

.search_date_img {
	padding: none;
	position: relative;
	top: 5px;
	width: 75px;
	height: 90px;
	background-image: url('/images/calendar_bg.gif');
}

.search_date_img h2 {
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;}

.search_date_img h3 {
	margin-top: 13px;
	font-size: 38px;
	font-weight: bold;
	color: #909090;}
	
/* Nieuws */

.pagination {
	width: 786px;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;}

.pagination em {
	color: #999999;
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;}
	
.pagination a:link{text-decoration: none;color: #116baa;font-weight: bold; padding-left: 10px; padding-right: 10px;}
.pagination a:visited { text-decoration: none;color: #116baa;font-weight: bold;padding-left: 10px; padding-right: 10px;}
.pagination a:hover { text-decoration: underline;padding-left: 10px; padding-right: 10px;}
.pagination a:active { text-decoration: underline;padding-left: 10px; padding-right: 10px;}

.news_text_container{
	float: left;
}

/* overons */

.overonsHead {
	font-style: normal;
	font-weight: bold;
	color: #ed8e21;}
	
