#breadcrumbs {
  border: #bbb solid 1px;
	background-image: url(../images/gradient_bg_10x50.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	color: #888888;
	margin-bottom: 2em;
}


#producten {
width: 100%;
background: yellow;
}

#producten #product {
	float: left;
/*	width: 280px; */
	width: 560px;
	min-height: 450px;
	margin: 5px;
	padding: 5px;
  border: #bbb solid 1px;
	background-image: url(../images/gradient_bg_10x50.jpg);
	background-repeat: repeat-x;
}

#producten #product h2 {
	font-size: 16px;
	text-align: center;
}

#producten #product #image {
	text-align: center;
}

#producten #product #beschrijving {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#producten #product #links {
	text-align: center;
}

.price {
	font-weight: bold;
	font-size: 120%;
	color: #FA7300;
}

.originalPrice {
	font-weight: bold;
	font-size: 70%;
	color: #FA7300;
	text-decoration: line-through;
}