#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%;
}

#producten #product {
	float: left;
	width: 280px;
	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;
}

/* START COMPARISON TABLE STYLES */
#comparetable {width: 100%; table-layout: fixed; text-align: center; margin: 4em 0; border-collapse: collapse; }
#comparetable tr {background: transparent!important;}
#comparetable td,
#comparetable th {padding: 20px; text-align: center;}
#comparetable td.rowTitle {text-align: left;}
.blank {background: none!important; border: none!important;}
 .redrum th {background-color: #e25a35; font-size: 26px; color: #e9e9e9; text-align: center; font-weight: 400; text-shadow: 0 1px 0 #51251a; border: 1px solid #9fb6c8;}
 .redrum td {background-color: #f0f1f1; border: 1px solid #c8d6e2;} 
 .redrum td.rowTitle {border-left: 4px solid #e25a35}
/* END COMPARISON TABLE STYLES */

/* START CALENDAR TABLE STYLES */
#calendartable {width: 100%; table-layout: fixed; text-align: left; margin: 1em 0; border-collapse: collapse; }
#calendartable tr {background: transparent!important;}
#calendartable td {vertical-align: top; padding: 10px;}
#calendartable th {padding: 10px; text-align: left;}
#calendartable td.rowTitle {text-align: left;}
.blank {background: none!important; border: none!important;}
 .redrum th {background-color: #e25a35; font-size: 26px; color: #e9e9e9; text-align: left; font-weight: 400; text-shadow: 0 1px 0 #51251a; border: 1px solid #9fb6c8;}
 .redrum td {background-color: #f0f1f1; border: 1px solid #c8d6e2;} 
 .redrum td.rowTitle {border-left: 4px solid #e25a35}
/* END CALENDAR TABLE STYLES */


