#webshop {
	margin: 15px 0 15px 0;
}
#webshop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#webshop li a {
	width:133px;
	float:left;
	border:#333 solid 1px;
	margin:10px 10px 0 0 ;
	padding:5px;
	height:200px;
	font-size:10px;
	text-align: center;
}
#webshop li a:hover {
	text-decoration: none;
	border:#FF7700 solid 1px;
}

#webshop .afbeelding {
	width: 100px;
	height: 120px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}


.webshopitem {
	width:118px;
	float:left;
	border:#333 solid 1px;
	margin:10px 10px 0 0 ;
	padding:5px;
	height:180px;
	font-size:10px;
}
.productnaam {
	font-size:11px;
	font-weight:bold;
	display:block;
}
.prijs {
	font-size:12px;
	color:#FF7700;
	font-weight: bold;
}