#zoeken{
	position:relative;
	float:right;
	display:inline;
	margin-right:3px;
	margin-top:2px;
	width:161px;
	text-align:right;
	}
	
#zoekwoord-container{
	position:relative;
	float:left;
	display:inline;
	width:101px;
	height:19px;
	border:0px;
	background-image:url(../images/bg-zoeken.gif);
	background-repeat:no-repeat;
	}
	
#zoekwoord{
	position:relative;
	float:left;
	display:inline;
	width:92px;
	height:19px;
	border:0px;
	padding-left:5px;
	text-align:left;
	color:#666666;
	line-height:17px;
	font-size:12px;
	}
	
#zoekbutton{	
	position:relative;
	float:left;
	display:inline;
	width:54px;
	height:18px;
	margin-left:5px;
	background-image:url(../images/zoeken.gif);
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
	line-height:0px;
	font-size:0px;
	}
	
#zoekbutton:hover{	
	background-position:bottom;
	border:0px;
	cursor:pointer;
	}
    
.zoek-container{
	position:relative;
	float:left;
	width:580px;
	padding-bottom:20px;
	}
	
.zoek-titel{
	position:relative;
	float:left;
	width:580px;
	height:15px;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
	}
	
.zoek-titel a{
	font-size:14px;
	text-decoration:underline;
	}
	
.zoek-resultaat{
	position:relative;
	float:left;
	width:580px;
	margin-top:3px;
	}
	
.zoek-resultaat a{
	color:#333333;
	}
	
.zoek-url a:link, .zoek-url a:visited, .zoek-url a:active{
	color:#336699;
	}
	
.zoek-url a:hover{
	}
	
#zoekresultaten-totaal{
	position:relative;
	float:left;
	display:block;
	width:760px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
	border:1px solid #999999;
	background-color:#EAEAEA;
	color:#333333;
	}
	
.product-resultaat{
	position:relative;
	float:left;
	width:760px;
	height:97px;
	clear:both;
	display:block;
	padding-right:10px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	}
	
.product-resultaat-image{
	position:relative;
	float:left;
	display:inline;
	width:145px;
	height:97px;
	border-right:1px solid #CCCCCC;
	margin-right:10px;
    padding:10px 10px 10px 10px;
	}
	
.product-resultaat-tekst{
	position:relative;
	float:left;
	display:inline;
	width:560px;
	height:80px;
	margin-top:10px;
	}
	
.product-resultaat-titel{
	position:relative;
	float:left;
	display:inline;
	width:560px;
	color:#003366;
	font-size:16px;
	line-height:20px;
	}
	
a:link.product-resultaat-titel-link, a:active.product-resultaat-titel-link, a:visited.product-resultaat-titel-link{
	color:#003366;
	text-decoration:none;
	}
	
a:hover.product-resultaat-titel-link{
	color:#003366;
	text-decoration:underline;
	}
	
.product-resultaat-omschrijving{
	position:relative;
	float:left;
	display:inline;
	width:560px;
	height:30px;
	overflow:hidden;
	line-height:18px;
	margin-top:5px;
	color:#999999;
	}
	
a:link.product-resultaat-omschrijving-link, a:active.product-resultaat-omschrijving-link, a:visited.product-resultaat-omschrijving-link{
	color:#999999;
	text-decoration:none;
	}
	
a:hover.product-resultaat-omschrijving-link{
	color:#666666;
	text-decoration:none;
	}
	
.product-resultaat-url{
	position:absolute;
	width:560px;
	height:15px;
	bottom:0px;
	left:0px;
	font-size:12px;
	color:#0465C6;
	}
	
a:link.product-resultaat-url-link, a:active.product-resultaat-url-link, a:visited.product-resultaat-url-link{
	color:#0465C6;
	text-decoration:none;
	}

a:hover.product-resultaat-url-link{
	color:#0066CC;
	text-decoration:underline;
	}
