BODY, TD
{
 	color: #373737;
	font-size: 12px;
	font-family: 'Trebuchet MS', arial;
	text-align: left;
	scrollbar-3d-light-color:#FFFFFF;
    scrollbar-arrow-color:#00728A;
    scrollbar-base-color:#BAE0CD;
    scrollbar-dark-shadow-color:#BAE0CD;
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#BAE0CD;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #ff9600;
	text-decoration: none;
}

a:hover
{
	color: #373737;
	text-decoration: none;
}

.titel
{
 	color: #00728A;
	font-size: 12px;
	font-family: 'Trebuchet MS', arial;
	text-align: left;
	font-weight: bold;
}

.klein
{
	font-size: 9px;
	font-family: 'Trebuchet MS', arial;
}

LI
{
	list-style : square;
}

.lijn
{
	color : #CECECE;
	height : 1px;
	list-style-type : decimal;
}

.kleinleft
{
 	color: #7F7F7F;
}

.streep
{
 	color: #CECECE;
}

#popup
{
	border : solid #00728A 2px;
	display: none;
	position: absolute;
	top: 100px;
	left: 450px;
	background-color: #EEEEEE;
	padding: 10px 10px 10px 10px;
}
#popupcontent img {
	cursor: pointer;
}

.closepopup
{
	text-align: right;
	cursor: pointer;
}

table#contactform input,
table#contactform textarea
{
        background: #F4F4F4 none repeat scroll 0%;
		border-width: 1px 1px 1px 1px;
		border-spacing: 0px;
		border-style: solid;
		border-color: gray;
		border-collapse: collapse;
}

table#contactform textarea:focus,
table#contactform input:focus
{
        background-color: #FFFFFF;
}

table#productinfo td.title
{
		/*background-color: 	#DADADA;*/
}

table#productinfo tr.even
{
		background-color:	#FFFFFF;
}

table#productinfo tr.odd
{
		background-color:	#F9F9F9;
}

table#productinfo img {
		color:				#FFFFFF;
		cursor:				pointer;
		margin-left:		10px;
}
