#main #inner #content p{
	padding-right:20px;
	color: #000;
}

#main #inner #content h2, h5{
	color: #ec342b;
}

#main #inner #content h2{
    font-weight: normal;
    margin-top: 0;
}

#box{
	width:700px;
	text-align:center;
}

#producten {
	float: right;
	margin: 0 0 20px 20px;
	width: 171px;
}

.product h2{
	height: 40px;
	margin-bottom: 0;
	background-color:transparent;
	border: none;
	color: #94041c;
	font-size:20px;
}

.product {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	display: block;
	float:left;
	height: 220px;
	margin-bottom: 5px;
	margin-right: 5px;
	overflow: hidden;
	padding: 5px;
	width: 150px;
}

.productrel:hover {
	color:#6C6C6C;
}

.product h3 {
	font-size:12px;
}

.product img {
	margin-top: 0;
	max-height: 150px;
	max-width: 150px;
}

.product:hover {
	background-color: #dcdcdc;
	color:#000;
}

.product:hover h2 {
	color: #fff;
}

.product p {
	float:left;
	width:200px;
	margin-bottom:20px;
}