
td.productNaam {
	
	background:		#666666;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		16px;
	font-weight:		bold;
	background-image:       url();
	background-repeat:	no-repeat;
	background-position: 	center center
	color:			#fff;
	
	
	
	}

td.productNavigatie {
	padding-left: 16px;
	background: #fff;
	border-right: 1px solid #e0e0e0;
	border-left: none;
	
}

td.productNavigatie a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: underline;
}

td.productNavigatie a:hover {
	color: #ff0000;
	text-decoration: underline;
}

td.productNavigatie span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

td.spoiler {
	padding: 0;
}

/* TEXT tEXT */

p {	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-indent:	0;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-style:		normal;
	word-spacing:	0;
	letter-spacing:	0;
	text-transform:	none;
	text-align:		normal;
	line-height: 1.2em;
}

UL { list-style-image: url(gfx/bullet_redsquare.gif); list-style-type: square}

UL UL {list-style-image: none}

LI {
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-indent:	0;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-style:		normal;
	word-spacing:	0;
	letter-spacing:	0;
	text-transform:	none;
	text-align:		normal;
	line-height: 1.2em;
}


/* menu links */

div.menuLinkBox {
	margin-top: 8px;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 14px;
}

div.menuLinkBox div {
	padding: 4px 0 2px 6px;
	font-style: italic;
	font-size: 14px;
	font-weight: 900;
	color: #ffcc00;
}

div.menuLinkBox a {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

div.menuLinkBox a:hover {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #ffcc00;
	text-decoration: none;
	
	}
