body {
    margin:0;
	padding:0;
}
TD {
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	font-size: 14px;
}
H1 {
	COLOR: #CC0000;
	FONT-FAMILY: Verdana;
	font-size: 18px;
	font-weight: bold;
}
.toetsen {
	COLOR: #F5F5F5;
	font-size: 14px;
	font-family: Verdana;
	text-decoration: none;
}
.lijnonder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.insturen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #F8F8F8;
	cursor: pointer;
}
.link {
	COLOR: #000000;
	font-size: 14px;
	font-family: Verdana;
	text-decoration: none;
}
a:hover{
	color:#ee9419;
	text-decoration:underline;
	font-family: Verdana;
	font-size: 14px;
}
.toetsenover {
	color:#ee9419;
	text-decoration:underline;
	font-family: Verdana;
	font-size: 14px;
}


/* control margin top on p tag */
.LessMarginTop {margin-top:5px;}

.clearRight {clear:right;}
.clearLeft {clear:left;}
.clear {clear:both;}


/* ------------------------------ */
/* Products - large thumbnails floats 
/* ------------------------------ */
.Lgthumbnail {
    display: inline-block;    
    min-width: 190px;
    width: 190px;
	height: 275px;
	margin: 0 10px 15px 0;
	padding: 0 5px;
	font-size:90%;
	vertical-align:top;
	overflow:hidden;	
	/* without float */
}

/* necessary For horizontal stacking in IE7 */
*:first-child+html .Lgthumbnail {
  display: inline;
}
/* necessary For horizontal stacking in IE6 only */
* html .Lgthumbnail {
  display: inline;
}

.Lgthumbnail .Prod1 {
/* product image inside floated container*/ 
	border:0;
}
.Productdesc {
margin-top:5px;
clear:left;
line-height:1.3em;
}
