body {
	font-family: trebuchet ms;
	font-size:12px;
}
td,select,input,p,a {
	font-family: trebuchet ms;
	font-size:12px;
}
#header {
	height:100px;
	background:url('/images/headerBackground.jpg') repeat-x;
}
.noBorder {
	border:none;
}

h2 {
	font-weight: bold; 
	font-size: 14px; 
	text-transform: uppercase; 
	color: #185BE6; 
	letter-spacing: 0.05em; 
	margin:0;
	padding:4px;
}

#content {
margin-top: 0px;
}

/* ************************************ */
/* Alle stijlen voor footer			    */
/* ************************************ */
#footer {
	border-top:1px solid #becedd;
	background: url('/images/footerBackground.jpg');
	text-align:center;
	padding-top:3px;
	color:#fff;
	font-size:12px;
	letter-spacing: 0.03em;
	height:23px;
	min-width:970px;
	width:100%;
}

#footer a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

#footer a:hover {
	color: #013567;
	text-decoration:underline;
	font-size:12px;
}


/* ************************************ */
/* Alle stijlen en voor het linker menu */
/* ************************************ */
#leftMenu {
	border:1px solid #becedd;
	width:205px;
	background:url('/images/leftmenuBackground.gif') repeat-x;
	text-align:left;
	padding: 0px 3px 10px 3px;
	margin-top: 0px;
}
#leftMenu2 {
	border:1px solid #becedd;
	width:205px;
	text-align:left;
	padding: 0px 3px 3px 3px;
}
#leftMenu input {
	border: 1px solid #6f8eab;
}

#leftMenu a {
	background: url('/images/left-menu-arrow-1.gif') center left no-repeat;
	color: #8f8f8f;
	padding-left:10px;
	font-size:1em;
}

#leftMenu a:hover {
	background: url('/images/left-menu-arrow-2.gif') center left no-repeat;
	color: #013567;
}

#leftMenu hr {
	margin: 5px 0;
	padding:0;
	border:none;
	border-top:1px #013567 dotted;
	height:1px;
	width:100%;
}

#leftMenu2 hr {
	margin: 0px 5px 0px 10px;
	padding: 0 3px 10px 3px;
	border:none;
	border-top:1px #013567 dotted;
	height:1px;
	width:190px;	
}
/* ************************************ */
/* Einde stijlen van het linker menu    */
/* ************************************ */

/* *************************************** */
/* Alle stijlen en voor het category boxen */
/* *************************************** */

div.categoryBox {
	border:1px solid #becedd;
	text-align:center;
}

div.categoryBox .categoryDesc {
	background: url('/images/boxTextBackground.gif');
	border-top:1px solid #becedd;
	height:19px;
	text-transform: uppercase; 
	font-weight:bold;
	font-size:15px;
	text-align:center;
}

div.categoryBox .categoryHtml {
	background: url('/images/boxTextBackground.gif');
	border-top:1px solid #becedd;
	height:19px; 
	padding-left:10px;
	font-size:13px;
	color: #717171;
}

div.categoryBox a {
	text-transform: uppercase; 
	font-weight:bold;
	text-decoration:none;
	color:#717171;
}

div.categoryBox a:hover {
	color:#000;
}
/* *************************************** */
/* Alle stijlen en voor het product boxen */
/* *************************************** */

div.productBox {
	border:1px solid #becedd;
	margin:0;
	padding:0;
}

div.productBox .productDesc {
	background: url('/images/boxTextBackground.gif');
	border-top:1px solid #becedd;
	height:19px;
	text-transform: uppercase; 
	padding-left:10px;
	font-weight:bold;
	font-size:13px;
}

div.productBox .productPrice {
	background: url('/images/boxTextBackground.gif');
	border-top:1px solid #becedd;
	padding:0;
	margin:0;
	height:19px; 
	padding-left:10px;
	font-size:13px;
	color: #717171;
}

div.productPrice SPAN {
	vertical-align:top;
}

div.productBox a {
	text-transform: uppercase; 
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#717171;
}

div.productBox a:hover {
	color:#000;
}

/* *************************************** */
/* Alle stijlen en voor het doc boxen      */
/* *************************************** */
div.docBox {
	padding:5px;
	border:1px solid #becedd;
	background:url('/images/leftmenuBackground.gif') repeat-x;
	margin:0;
}

/* *************************************** */
/* Alle stijlen en voor het product views  */
/* *************************************** */
img.prodImage {
	cursor:pointer;
	border:1px solid #becedd;
}
.productDescription {
	color: #be0533;
	font-weight:bold;
	letter-spacing: 0.07em;
}

.product {
	margin:0.2em 0;
	border:none;
	border-top:1px #013567 dotted;
	height:1px;
	width:100%;
}
.productSpecification {
	color: #be0533;
	letter-spacing: 0.07em;
}
a.productMoreInfo {
	padding:2.5px;
	text-decoration:none;
	color:#013567;
}
a.productMoreInfo:hover {
	background: #be0533;
	color:#fff;
}
.moreInfoDiv {
	position:absolute;
	display:none;
	background:url('/images/leftmenuBackground.gif') repeat-x;
	width:303px;
	padding:5px;
	border:1px solid #becedd;
	border-top:none;
	text-align:center;
}

/* *************************************** */
/* Alle stijlen en voor het searchbox  */
/* *************************************** */

#search {
	border:1px solid #becedd;
	/*width:150px;*/
	background:url('/images/leftmenuBackground.gif') repeat-x;
	/*text-align:left;*/
	padding: 10px 2px 9px 2px;
	margin-top: 0px;	
}
	
