@charset "utf-8";
/* CSS Document */
body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
}

#container{
	width:960px;
	text-align:left;
	margin:0px auto;
	margin-top:20px;
}

	#logo{
		width:190px;
		height:110px;
		overflow:hidden;
		float:left;
	}
	
		#logo img{
			border:1px solid #fff;
			width:187px;
		}
	
	#pages{
		float:right;
		width:750px;
		text-align:right;
		margin:80px 0 0 0;
	}
	
		#pages ul{
			padding:0;
			margin:0;
			float:right;
		} 
		
			#pages li{
				padding:5px 0 0 0;
				margin:0;
				list-style:none;
				display:block;
				float:left;
				height:20px;
			}
	
		#pages a, #pages a:visited, #pages a:active{
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			padding:0 0 0 0;
			margin:0 15px 0 0;
			
		}
		
		#pages a:hover{
			text-decoration:underline;
		}
	
	form.searchform{
		background:url(../styleImages/backgrounds/bg-search.png);
		width:175px;
		height:25px;
		overflow:hidden;
		padding:0;
		margin:0 5px 0 0;
		float:right;
	}
	
		form.searchform input{
			border:none;
			height:18px;
			width:113px;
			float:left;
			margin:0 0 0 7px;
			color:#fff;
			background:none;
			font-size:11px;
			padding:7px 0 0 0;
		}
		
		form.searchform input.searchBtn{
			width:auto;
			height:auto;
			float:left;
			margin:3px 0 0 0;
			padding:0;
		}
	

#wrapper{
	width:960px;
	background:url(../styleImages/backgrounds/bg-wrapper.png) no-repeat bottom;
	background-repeat: repeat-y;
	margin:20px 0 0 0;
}
	#wrap_top{
		height:4px;
		width:960px;
		background:url(../styleImages/backgrounds/bg-wrapper-top.png) no-repeat;
		overflow:hidden;
	}

		#menu{
			width:190px;
			float:left;
			overflow:hidden;
			padding:0;
			margin:0;
			z-index:10000;
		}
		
			#menu strong{
				border-bottom:1px solid #ccc;
				display:block;
				padding:5px 0 9px 20px;
				color:#333;
			}
			
				/*
				Start Cross-Browser DHTML Menu
				*/
				
				#mainmenu-nav, #cartmenu{
					list-style: none;
					list-style-type: none;
					width: 190px;
					padding: 0px;
					margin: 0px;
					background:#fff;
					z-index:10000;
				}
				
				.li-nav a, #cartmenu li a{
					padding:4px 0 0px 20px;
					height:23px;
					width: 170px;
					display: block;
					color: #666;
					text-decoration: none;
					margin: 0px;
					background:url(../styleImages/backgrounds/bg-nav-normal.png) no-repeat;
				}
				.li-nav a:hover, #cartmenu li a:hover{
					color: #FF6600;
					background:url(../styleImages/backgrounds/bg-nav-normal.png) no-repeat;
				}
				
				.ul-nav, .li-nav {
					display: block;
					list-style: none;
					width: 190px;
				}
				
				.ul-nav {
					width: 150px;
					padding: 0px;
				}
				
				.li-nav {	
					float: left;
				}
				
				.li-nav .ul-nav  {
					display: none;
					position: absolute;
					margin-left: 180px;
					margin-top: -23px;
					z-index: 99;
					width: 190px;
					border-top:1px solid #ccc;
					border-left:1px solid #ccc;
					border-right:1px solid #ccc;
					background:#e1e1e1;
				}
				
				.li-nav .ul-nav a {
					padding:4px 5px 4px 5px;
					width: 180px;
					display: block;
					color: #666;
					text-decoration: none;
					margin: 0px;
					background:none;
					border-bottom:1px solid #ccc;
					height:auto;
				}
				
				.li-nav .ul-nav a:hover {
					background:#fff;
					border-bottom:1px solid #ccc;
				}
				
				a.hassubmenu {
					background:url(../styleImages/backgrounds/bg-nav-sub.png) no-repeat;
				}
				
				.li-nav .ul-nav a.hassubmenu {
					background:url(../styleImages/backgrounds/bg-nav-sub-sub.png) no-repeat;
				}
				
				.li-nav .ul-nav a.hassubmenu:hover {
					background:url(../styleImages/backgrounds/bg-nav-sub-sub.png) no-repeat #fff;
				}
				/*
				End Cross-Browser DHTML Menu
				*/

		#content{
			float:left;
			padding:0 10px 0 10px;
			width:560px;
			overflow:hidden;
			color:#666;
		}
		
			#content div.breadcrumbs{
				height:25px;
				background:url(../styleImages/backgrounds/bg-dotted-line.png) no-repeat bottom;
				width:550px;
				color:#999;
				padding:5px 0 0 10px;
			}
			
				#content div.breadcrumbs a, #content div.breadcrumbs a:visited, #content div.breadcrumbs a:active, #content div.breadcrumbs a:hover{
					color:#999;
					text-decoration:none;
				}
			
			div.boxFrontpage{
				background:url(../styleImages/dotted-line.png) top repeat-x;
			}
			
			div.boxContent{
				padding:10px 10px 0 10px;
			}
			
				div.boxContent p{
					line-height:16px;
					margin-bottom:8px;
				}
			
			div.txtContentTitle{
				padding:10px 10px 0px 10px;
				margin:0;
			}
			
			div.boxPrices{
				width:230px;
				float:right;
				text-align:left;
			}
			
				#content div.boxPrices a.txtButton, #content div.boxPrices a.txtButton:visited, #content div.boxPrices a.txtButton:active, #content div.boxPrices a.txtButton:hover{
					background:none;
					border:none;
					padding:0;
					margin:0;
				}
			
				div.boxPrices div.options{
					text-align:left;
					padding:5px 0 5px 0;
					margin:0;
				}
				
					div.boxPrices div.options span{
						display:block;
						padding:2px 0 2px 0;
						margin:0;
						background:url(../styleImages/dotted-line.png) bottom repeat-x;
					}
					
					div.boxPrices div.options input{
						padding:0;
						margin:0;
					}
			
				div.boxPrices span.txtPrice{
					width:70px;
					float:left;
					font-size:16px;
					text-align:right;
					padding:0 5px 0 0;
					font-weight:bold;
					display:inline;
					margin:0 0 5px 0;
				}
				
				div.boxPrices span.txtSale{
					width:70px;
					float:left;
					font-size:16px;
					text-align:left;
					padding:0 0 0 5px;
					color:red;
					font-weight:bold;
					display:inline;
					margin:0 0 5px 0;
				}
				
				div.boxPrices span.vanafPrijs{
					font-size:16px;
					text-align:center;
					font-weight:bold;
					font-style:italic;
					width:140px;
					display:block;
					clear:both;
				}
				
				div.boxPrices strong{
					font-size:16px;
					font-weight:normal;
					color:#000;
				}
				
				div.boxPrices select{
					width:130px;
					border:1px solid #ccc;
					padding:1px;
					margin:5px 0 8px 0;
					padding:0;
				}
				
				div.boxPrices img.prod{
					width:200px;
					border:1px solid #ccc;
					margin-bottom:10px;
				}
				
				div.boxImages{
					border-bottom:1px dotted #ccc;
					padding:10px 0 10px 0;
				}
				
					div.boxImages img{
						border:1px solid #ccc;
					}
			
			div.boxProducts{
			}
			
				div.productContainer{
					width:178px;
					height:193px;
					border:1px solid #ccc;
					background:#e1e1e1;
					float:left;
					margin:0px 3px 6px 3px;
					text-align:center;
					overflow:hidden;
				}
				
					div.productContainer img.prod{
						border:1px solid #ccc;
						width:130px;
						height:100px;
						margin:10px 0 6px 0px;
						display:inline;
						overflow:hidden;
					}
					
					div.txtPrice{
						width:84px;
						float:left;
						font-size:14px;
						text-align:right;
						padding:0 5px 0 0;
						font-weight:bold;
						margin:5px 0 8px 0;
						display:inline;
					}
					
					div.txtSale{
						width:84px;
						float:left;
						font-size:14px;
						text-align:left;
						padding:0 0 0 5px;
						color:red;
						font-weight:bold;
						margin:5px 0 8px 0;
						display:inline;
					}
					
					div.vanaf{
						width:160px;
						float:left;
						font-size:14px;
						text-align:center;
						padding:0 0 0 5px;
						color:red;
						font-weight:bold;
						margin:5px 0 8px 0;
						display:inline;
					}
				
				div.boxProducts a, div.boxProducts a:visited, div.boxProducts a:active{
					color:#333;
					text-decoration:none;
				}
				
				div.boxProducts a:hover{
					text-decoration:underline;
				}
				
				div.boxProducts a.txtDefault{
					clear:both;
					display:block;
				}
				
				div.payInfo{
					margin:0 0 0 20px;
					overflow:hidden;
					clear:both;
				}
				
					div.boxProducts div.payInfo a.txtButton{
						padding:0;
						margin:0 0 0 5px;
						float:left;
					}
			
			#content div.latestProds{
				float:left;
				border:1px solid #ccc;
				margin:0 10px 5px 0;
			}
			
			div.pagination{
				text-align:center;
				height:25px;
			}
			
				div.pagination strong{
					color:#f60;
				}
				
				div.pagination a, div.pagination a:visited, div.pagination a:active{
					text-decoration:none;
					color:#666;
				}
				
				div.pagination a:hover{
					text-decoration:underline;
				}	
			
			#subCats{
				margin:10px 0 0 10px;
				line-height:18px;
			}
			
				#subCats a, #subCats a:visited, #subCats a:active{
					color:#000;
					text-decoration:none;
				}
				
				#subCats a:hover{
					text-decoration:underline;
				}
				
			div.boxContent table{
				font-size:11px;
			}
			
				div.boxContent table input{
					border:1px solid #ccc;
					font-size:11px;
					padding:3px;
				}
				
				div.boxContent table img{
					border:1px solid #ccc;
				}
			
				td.tdcartTitle{
					font-weight:bold;
					color:#333;
					border-bottom:1px dotted #ccc;
					background:#fff;
				}
				
				td.tdcartOdd{
					border-bottom:1px dotted #ccc;
				}
				
				td.tdcartEven{
					border-bottom:1px dotted #ccc;
					background:#fff;
				}
			
			div.boxContent div.overview{
				text-align:center;
				border-top:1px dotted #ccc;
				padding:15px 0 0 0;
				height:25px;
			}
			
			div.boxContent a.txtButton, div.boxContent a.txtButton:visited, div.boxContent  a.txtButton:active{
				background:#f90;
				padding:5px;
				border-top:1px solid #fc0;
				border-left:1px solid #fea41c;
				border-right:1px solid #fea41c;
				border-bottom:1px solid #c60;
				color:#fff;
				text-decoration:none;
			}
			
			div.boxContent a.txtButton:hover{
			}
			
			div.regLeft, div.regRight{
				width:260px;
				height:130px;
				overflow:hidden;
				float:left;
				border-top:1px dotted #ccc;
				padding:10px 0 0 0;
			}
			
				div.regLeft{
					margin:0 10px 0 0;
				}
				
				div.regLeft strong, div.regRight strong{
					margin:0 0 0 10px;
				}
				
				div.regLeft p, div.regRight p{
					height:60px;
				}
			
			div.cartProgress{
				text-align:center;
				border-bottom:1px dotted #ccc;
				padding:5px;
			}
			
				div.cartProgress span{
					margin:0 5px 0 5px;
				}
				
				div.cartProgress span.txtcartProgressCurrent{
					font-weight:bold;
					color:#f90;
				}
		
		#cart{
			float:left;
			width:190px;
			overflow:hidden;
			color:#666;
			line-height:18px;
		}
		
			#cart strong{
				border:none;
				display:block;
				padding:5px 0 9px 10px;
				background:url(../styleImages/backgrounds/bg-cart.png) no-repeat right;
				color:#333;
			}
			
			#cart div.boxContentRight{
				padding:0 10px 0 10px;
				overflow:hidden;
			}
			
			#cart div.boxContentRight strong{
				background:none;
				padding:0;
			}
			
			#cart div.cartTotal{
				background:url(../styleImages/dotted-line.png) no-repeat top;
				padding:10px 0 0 0;
				margin:10px 0 10px 0;
				overflow:hidden;
				text-align:right;
			}
			
			#cart a.txtviewCart, #cart a.txtviewCart:visited, #cart a.txtviewCart:active, #cart a.txtviewCart:hover{
				display:block;
				margin:0 0 0 40px;
			}
			
			#cart a.txtviewCartnone, #cart a.txtviewCartnone:visited, #cart a.txtviewCartnone:active, #cart a.txtviewCartnone:hover{
				display:none;
			}
			
			#cart a.txtCartProduct, #cart a.txtCartProduct:visited, #cart a.txtCartProduct:active, #cart a.txtCartProduct:hover{
				float:left;
				color:#666;
				text-decoration:none;
			}
			
			#cart span.txtCartPrice{
				float:right;
			}
	
	table.register{
	}
	
		table.register input{
			width:130px;
			font-size:11px;
		}
		
		table.register select{
			width:137px;
			font-size:11px;
			padding:2px;
			display:inline;
		}
		
	#content form.profile{
	}
	
		#content form.profile input{
			width:350px;
		}
		
		#content form.profile input.txtButton{
			background:#f90;
			padding:5px;
			border-top:1px solid #fc0;
			border-left:1px solid #fea41c;
			border-right:1px solid #fea41c;
			border-bottom:1px solid #c60;
			color:#fff;
			text-decoration:none;
			width:358px;
		}
		
		#content form.profile select{
			width:358px;
		}
	
	#wrap_bottom{
		height:4px;
		width:960px;
		background:url(../styleImages/backgrounds/bg-wrapper-bottom.png) no-repeat;
		overflow:hidden;
		clear:both;
	}
	

#footer{
	width:920px;
	margin:0px auto;
	text-align:left;
	font-size:11px;
	padding:20px;
}

	div.footerLinks{
		float:left;
		width:190px;
	}
	
		#footer strong{
			color:#c60;
			display:block;
			margin:0 0 3px 0;
		}
		
		#footer div.footerLinks a, #footer div.footerLinks a:visited, #footer div.footerLinks a:active{
			display:block;
			color:#fff;
			text-decoration:none;
			margin:0 0 3px 0;
		}
		
		#footer div.footerLinks a:hover{
			text-decoration:underline;
		}
		
		#footer div.icons{
			float:right;
			text-align:right;
		}
		
			#footer div.icons img{
				margin:0 0 0 5px;
			}

.clear{
	clear:both;
}

/* Algemeen */
img{
	border:0;
}

h1, h2, h3, h4{
	padding:0;
	margin:0;
	color:#333;
}

	h1{
		font-size:16px;
		font-weight:normal;
	}
	
	h2{
		font-size:14px;
		font-weight:normal;
		margin-bottom:5px;
		color:#f60;
	}

p{
	padding:0;
	margin:0;
}

	p.txtError{
		text-align:center;
		padding:10px;
		font-size:11px;
		margin:10px 0 10px 0;
		color:#f90;
		font-weight:bold;
	}
	
	p.txtDesc{
		text-align:center;
		padding:10px;
		font-size:11px;
		margin:10px 0 10px 0;
	}

select{
	border:1px solid #ccc;
	padding:1px;
}

div.boxContent a, div.boxContent a:visited, div.boxContent a:active{
	color:#333;
}

div.boxContent a:hover{
	color:#000;
	background:#fff;
}

iframe{
	width:548px;
	border:1px solid #ccc;
}

#relatedproducts{
	width: 540px;
	overflow: hidden;
}
#relatedproducts h3{
	padding: 0;
	margin: 10px 0;
}
#relatedproducts div.relatedproduct{
	width: 158px;
	margin: 0 10px 10px 0;
	border: solid 1px #ccc;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	background-color: #FFF;
}
#relatedproducts div.relatedproduct img{
	width: 158px;
	display: block;
	margin: 0 auto;
}
#relatedproducts a.rplink{
	padding: 5px 3px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#relatedproducts a.rplink:hover{
	/*background-color: #FF7F00;
	color: #fff;
	text-decoration: none;*/
}
