#product {
	display: block;
	position: relative;
	min-height: 110px;
	margin-bottom: 20px;
}
/* for Internet Explorer */
* html #product {
	height: 110px;
}

#productklein {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

#thumbkader {
	background-color: white;
	width: 110px;
	height: 110px;
	position: absolute;
	display: block;
}

#productthumb {
	width: 90px;
	height: 90px;
	top: 10px;
	left: 10px;
	position: absolute;
	z-index: 5;
	display: block;
	background-color: silver;
}

#productthumb a img {width: 90px;	height: 90px; display: block; border: 0;}

#producttitel {
	color: black;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 5px;
	display: block;
	position: relative;
}

#productsamenvatting {
	display: block;
	position: relative;
	left: 120px;
	width: 230px;
}

/* @group download */
#downloadtekst {
	font: italic 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	height: 12px;
	position: relative;
}

#downloadtekst a:link, #downloadtekst a:visited 	{color: #2e71a6; text-decoration: none;}
#downloadtekst a:hover, #downloadtekst a:focus	 	{color: orange; text-decoration: underline;}
#downloadtekst a:active 							{color: red;}
/* @end */

/* @group ProductieTekst */
#producttekst {
	margin-bottom: 0px;
	color: black;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#producttekst a:link, #producttekst a:visited	{text-decoration: none; color: #2e71a6;}
#producttekst a:hover, #producttekst a:focus 	{text-decoration: underline; color: orange;}
#producttekst a:active 					{color: red;}
/* @end */
