/* Categorieen overzicht */
  .productcats {
    width: 130px;
  	float: left;
  	margin: 0 0 0 10px;
  	display: inline;
  }
  
  .productcats .titel {
  	margin: 0 0 10px 0;
  }
  
  .categorieenlijst {
    margin: 0;
  	padding: 0;
  	list-style: none;
  }
  
  .categorieenlijst li {
    margin: 0;
  	padding: 0;
  }
  
  .categorieenlijst a {
    text-decoration: none;
  	line-height: 25px;
  }
  
  .contentblokken {
    width: 620px;
  	float: right;
  	margin: 0 25px 0 0;
  	display: inline;
  }
  
  .contentblokken .blok {
    margin: 0;
		padding: 0;
  }
	
	.contentblokken .doos {
	  width: 620px;

	}
  
  .categorieen {
    margin: 0;
  	padding: 0;
  	list-style: none;
  }
  
  .categorieen li {
    float: left;
  	width: 140px;
  	margin: 0 10px 10px 0;
  	cursor: pointer;
		text-align: center;
		border: 2px solid transparent;
  }
	
	.categorieen .actief {
	  background-color: #EEEEEE;
		border: 2px solid #CCCCCC;
	}
  
  .categorieen .afbeelding {
    vertical-align: middle;
  	text-align: center;
  	cursor: pointer;
		width: 140px;
  }
  
  .categorieen img {
    margin: 0 auto 0 auto;
		width: 80px;
		/*
  	width: 140px;
  	height: 80px;
		*/
  }
  
  .categorieen h4 {
    margin: 0;
  	font-weight: normal;
  	text-align: center;
  	font-size: 14px;
  }
  
  .categorieen a {
    text-decoration: none;
  }
  
  .contentblokken .navigatie p {
    margin: 0;
  }
  
  .categorietitel, .navigatie, .merkkeuze {
    clear: both;
  	background-color: transparent;
  }
  
  .navigatie {
    margin: 0 0 15px 0;
  }
  
  .productrij {
    padding: 0;
  	width: 606px;
  	height: 145px;
  	
  	margin: 0 0 17px 0;
  	
  	position: relative;
  	top: 0;
  	left: 0;
  	
  	overflow: hidden;
  }
  
  .productrij .productdoos {
    border: 1px solid #c7c7c7;
  	border-top: 0;
  	border-bottom: 0;
  	background-color: #FFFFFF;
  }
  
  .productrij .top {
    background-image: url('../../img/offenga/product_top.jpg');
  	background-repeat: no-repeat;
  	height: 8px;
  	font-size: 1px;
  }
  
  .productrij .bottom {
    background-image: url('../../img/offenga/product_bottom.jpg');
  	background-repeat: no-repeat;
  	height: 8px;	
  	font-size: 1px;			
  }
  
  .productrij .producttitel {
    margin: 0 0 10px 0;
  }
  
  .productrij .producttitel a {
    text-decoration: none;
  }
  
  .productrij .extra {
    text-align: right;
  	
  	position: absolute;
  	top: 98px;
  	right: 0;	
  }
  
  .productrij .prijs {
  	text-align: right;
  	
  	position: absolute;
  	top: 55px;
  	right: 0;
  }
  
  .productrij .productbeschrijving {
    float: left;
  	width: 360px;
  	margin: 0 0 0 10px;
  	position: relative;
  	top: 0;
  	left: 0;
  }
  
  .productrij .omschrijving {
    width: 260px;
  	position: absolute;
  	top: 30px;
  	left: 0;
  }
  
  .productrij .afbeeldingContainer {
    border-collapse: collapse;
    float: right;
  	margin: 0 25px 0 0;
    width: 156px;
  	height: 116px;
  	border: 1px solid #c9c9c9;
  }
  
  .productrij .afbeeldingContainer td {
  	vertical-align: middle;
  	text-align: center;
  }
	
/* Product info */
  .productinfo {
  	width: 606px;		
	}
	
	.productinfo th {
	  text-align: left;
	}
	
	.productinfo .productdetails {
	  float: left;
		width: 350px;
		margin: 0 0 0 10px;
	}
	
	.productinfo .productdoos {
    border: 1px solid #c7c7c7;
  	border-top: 0;
  	border-bottom: 0;
  	background-color: #FFFFFF;		
	}
	
	.productinfo .productdetails .omschrijving {
	  margin: 10px 0 20px 0;
	}
	
  .productinfo .afbeelding {
	  float: right;
		width: 156px;
		margin: 0 25px 0 0;
	}
	
	.productinfo .afbeelding .product {
	  border: 1px solid #c9c9c9;
	}
	
	.productinfo .meerinfo {
	  text-decoration: none;
		font-size: 10px;
		margin: 5px 0 0 0;
		text-align: right;
	}
	
  .productinfo .top {
    background-image: url('../../img/offenga/product_top.jpg');
  	background-repeat: no-repeat;
  	height: 8px;
  	font-size: 1px;
  }
  
  .productinfo .bottom {
    background-image: url('../../img/offenga/product_bottom.jpg');
  	background-repeat: no-repeat;
  	height: 8px;	
  	font-size: 1px;	
  }	
	
	.productinfo .extra {
	  text-align: right;
	}
	
	#productDetailTitel {
		margin: 0 0 15px 0;
	}
	
	#productDetailTitel a {
		text-decoration: none;	
	}