.searchresult div.image {
	float: left;
	background-color: white;
	width: 90px;
	height: 85px;
	margin-right: 5px;
	margin-bottom: 5px;
	clear: both;
	background-image: url(/images/logo.png);
	background-size: 150%;
	-moz-background-size: 150%;
	-o-background-size: 150%;
	-webkit-background-size: 150%;
	-khtml-background-size: 150%;
}

.searchresult h1 {
	font-size: 16px;
}
.searchresult span.price {
	font-weight: bold;
	font-size: 14px;
}
.searchresult hr {
	margin: 5px;
	border-top: 1px dotted #dcdcdc;
	clear: both;
}
.aanbieder {
	float: right;
}


.vorige {
	float: left;
}
.volgende {
	float: right;
}

div.pagination {
	
	padding: 3px;
	margin: 3px;
	margin-top: 20px;
	text-align: center;
	clear: both;
	min-height: 20px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 2px solid #7FD256;
	text-decoration: none; /* no underline */
	color: white;
	font-weight: bold;
	font-size: 14px;
}
div.pagination a:hover, div.pagination a:active {
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 2px solid #7FD256;
	font-weight: bold;
	background-color: #7FD256;
	color: black;
		font-size: 14px;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 2px solid #EEE;
	background-color: white;
	font-size: 14px;
	color: #DDD;
}

