body {
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	margin-left:24px;
	margin-top:18px;
}

p {
font:10pt Verdana}
A:link       {font:10pt Verdana; color: #0000CC; text-decoration:none }
A:visited  {font:10pt Verdana;color: #800080; text-decoration:none }
A:hover   {font:10pt Verdana;color: #FF8000; text-decoration: underline }
A:active   {font:10pt Verdana;color: #FF0000; text-decoration: underline }
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #009933;
	border: thin solid;
}
.footer {
font:8pt Verdana
}
.tabelrij {
font:8pt Verdana
}
.tabelhoofding {
font:bold 8pt Verdana}.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.textvet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.textvetCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.newprod_table {
    width: 95%;
}
.newprod {
	font-family:Verdana,Arial,sans-serif;
	text-align: left;
	padding: 15px;
	width:150px;
	height:150px;
	margin:10px;
	font-size:11px;
	font-weight:bold;
}

.newprod a:link, a:visited {
	font-size:11px;
	font-weight:bold;
}
.newprod a:hover, a:active {
	font-size:11px;
	font-weight:bold;
	color: #FF8000; 
	text-decoration: underline;
}

#searchProducts {
	text-align:right;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	padding-right:8px;
	padding-top:5px;
}
.formelement {
	background-color:#ffffcc;
}
.formelement:hover {
	background-color:#ffffff;
}

.opvallen {
    background-color:#ffffff;
	border:1px solid #000;
	padding-top:5px;
	padding-bottom:5px;
	width:500px;
}

.italic{
	font-style: italic;
	font-size: 10px;
	color: #333333;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	left: 50%;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* END SLIMBOX */

/* Autocomplete */
.ui-autocomplete-loading { background: white url('/Graphics/ui-anim_basic_16x16.gif') right center no-repeat; }
.ui-widget{
	font-size:12px;
}
.ui-widget a:hover{
	font-size:12px
}
.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 250px;
	width: 220px;
}

