/* PAGINERING STIJL */

.pagingStyle {
	width: 100%;
	text-align: center;
}
.pagingStylePos {
	width: 100%;
	text-align: right;
	font-size: 8pt;
}
#multiTabBarStart {
	width: 596px;
	height: 11px;
	background: url('images/multiTabStart.png') no-repeat;
	}
#multiTab {
	width: 590px;
	background-color: #ffffff;
	/*height: 30px; */
	/*margin: 5px;*/
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
#multiTab a:link, #multiTab a:active, #multiTab a:visited {
	font-weight: bold;
	font-size: 10pt;
	color: #018AC7;
	padding: 3px;
}
#multiTab a:hover {
	color: #ffffff;
	background-color: #018AC7;
	text-decoration: none;
	/*background: #ffff00;*/
}
#multiTabBarEnd {
	width: 596px;
	height: 11px;
	background: url('images/multiTabEnd.png') no-repeat;
	}

/* LIJST STIJL */

.produktImages {
}
.produktNaam {
	color: white;
	font-size: 14pt;
}
.produktNummer {
	color: white;
	font-size: 10pt;
}
.produktOmschrijving {
	color: white;
	font-size: 10pt;
	min-height: 75px;
}
.produktPrijs {
	color: white;
	font-size: 14pt;
}
/* IMAGE GALLERY STIJL */

#afbWeergave {
	float: left; 
	width: 110px;
	border: 1px dotted #e4e4e4; 
	margin: 2px;
}
/* DETAIL STIJL */

.produktImagesDetail {
	width: 584px;
	text-align: center;
	border: 1px dotted #ffffff;
	padding: 5px;
}
.produktNummerDetail {
	/*width: 100%;*/
	color: white;
	text-align: right;
	font-size: 10pt;
	width: 584px;
}
.produktOmschrijvingDetail {
	color: white;
	text-align: right;
	font-size: 9pt;
	width: 595px;
}
.produktPrijsDetail {
	/*width: 100%;*/
	color: white;
	text-align: right;
	font-size: 14pt;
	width: 584px;
	
}
