/********* producten.php *********/
div#occ {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px dotted #000;
}
div#occ td.foto, div#occ img {
	width: 100px;
}
div#occ td.omschrijving {
	width: 350px;
	padding-left: 5px;
}
div#occ td.prijs {
	width: 50px;
	line-height: 10px;
}
div#occ td {
	vertical-align: top;
}
div#occ table {
	margin-top: 10px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}
div#occ img {
	border: 1px solid #000;
}
div#occ a {
	color: #000;
	font-weight: bold;
}
div#occ .notActiveNav {
	padding-left: 2px;
	padding-right: 2px;
	background-color: #CCC;
	border: 1px #000 solid;
	color: #666;
	line-height: 14px;
}
div#occ .activeNav {
	padding-left: 2px;
	padding-right: 2px;
	background-color: #CCC;
	border: 1px #000 solid;
	line-height: 14px;
}
div#occ .activeNav a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
/******** detail.php **********/
div#occDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 450px;
	margin-left: 125px;
}
div#occDetail img.hoofdFoto {
	width:450px;
	/*height: 337px;*/
}
div#occDetail img.subFoto {
	width: 150px;
	border: none;
}
div#occDetail table {
	width: 100%;
}
div#occDetail td {
	vertical-align: top;
}
div#occDetail table tr td.prijs {
	width: 150px;
}
div#occDetail tr.even {
	background-color: #CCC;
}
div#occDetail tr.oneven {
	background-color: #FFF;
}
div#occDetail h1 {
	font-size: 20px;
}
div#occDetail td.goBack {
	text-align: right;
}
div#occDetail td.goBack a {
	font-size: 9px;
	background-color: #666;
	border: 1px solid #000;
	color: #FFF;
	text-decoration: none;
	padding: 1px;
	font-weight: bold;
	line-height: 17px;
}
