body{
	background-color: #ececec; /*#828282; */
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Verdana;
	color:black;
	font-size:12px;
}
table{
	font-family:verdana;
	font-size:12px;
}

a.blueLink:active, a.blueLink:focus, a.blueLink:link, a.blueLink:visited {
	color:#094fa3;
}

a.blueLink:hover {
	color:#f48020;
}
a.orangeLink:active, a.orangeLink:focus, a.orangeLink:link, a.orangeLink:visited {
	color:#f48020;
}

a.orangeLink:hover {
	color:#094fa3;
}


a.menu:active, a.menu:focus, a.menu:link, a.menu:visited,a.menu:hover  {
	text-decoration:none;
	color:white;
}
a.subMenu:active, a.subMenu:focus, a.subMenu:link, a.subMenu:visited,a.subMenu:hover  {
	text-decoration:none;
	color:black;
}

a.orangeLink:active, a.orangeLink:focus, a.orangeLink:link, a.orangeLink:visited {
	color:#f48020;
}

a.orangeLink:hover {
	color:#094fa3;
}



td#pageTopContentHolderBackground{
	background-image: url(/images/topGradientBackground.gif);
	background-repeat: repeat-x;
	height:15px;
	display: none;
}
td#pageLeftContentHolderBackground{
	background-image: url(/images/leftGradientBackground.gif);
	background-repeat: repeat-y;
	width:15px;
	display: none;
}
td#pageRightContentHolderBackground{
	background-image: url(/images/rightGradientBackground.gif);
	background-repeat: repeat-y;
	width:15px;
	display: none;
}
td#leftTopContentHolderBackground{
	width:15px;
	height:15px;
	display:none;
}
td#rightTopContentHolderBackground{
	width:15px;
	height:15px;
	display: none;
}
table#pageContentHolder{
	height:100%;
	width:500px;
}

td#pageContentHolderBackground{
	background-color:white;
}
div#pageContentHolder{
	width:950px;
}

/* START HEADER */
div#pageHeader{
	background-image: url(/images/topMenuHeaderBackground.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	width:15px;
	height:175px;
	width:100%;
	/*border:1px solid black;*/
}
div#logoHolder{
	/*border:1px solid black;*/
	width:420px;
	height:165px;
}


/* START LOGIN */
div#headerShoppingCartHolder{
	/*border:1px solid black;*/
	height:165px;
	left:735px;
	top:25px;
}
div#headerShoppingCart{
	width:220px;
	height:150px;
/*border:1px solid black;*/
}
div#shoppingSpecs {
	background-color:#ececec;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
}
table#shoppingSpecsTable{
	font-size:10px;
	width:200px;
}
input#shoppingCartCheckout{
	background-color:#e7e7e7;
	border:1px solid #d1cece;
	width:75px;
}


div#smallLoginHolder {
	background-color:#ececec;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
}

div.smallLoginHeader{
	font-size:10px;
	font-weigt:bold;
}
input.loginBox{
	position:relative;
	font-size:10px;
	height:17px;
	width:70px;
	border:1px solid #474646;
	padding:3px 3px 0 3px;
	background-image: url(/images/loginInputBackground.gif);
}
/* END LOGIN */

/* START BANNER */
div#headerBannerholder{
	/*border:1px solid black;*/
}
div#headerBanner{
	/*border:1px solid black;*/
	width:275px;
	height:165px;
}
/* END BANNER */

/* END HEADER */

/* START MENU */

div#menuBox{
	background-image: url(/images/headerMenuBackground.gif);
	background-repeat: repeat-x;
	height:33px;
	background-color:#28aae9;
}

div#menuBottomGradient{
	background-image: url(/images/bottomMenuHeaderBackground.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height:5px;
	position:relative;
	text-align:left;
}

div.menuButtonNormal{
	float:left;
	height:33px;
}
div.menuButtonSelected{
	float:left;
	background-image: url(/images/menuButtonSelectedBackground.gif);
	background-repeat: repeat-x;
	height:33px;
	cursor:hand;
}
div.menuButtonText{
	padding:6px 6px 6px 6px;
	font-size:17px;
	font-weight:normal;
	cursor:hand;
}
td#subMenu{
	background-image: url(/images/subMenuBackground.jpg);
	background-repeat: repeat-x;
	background-color:#a7b8ca;
	width:180px;

}

div.subMenuButton{
	cursor: hand;
	text-align:left;
}
div.subMenuButtonActive{
	background-color:#95b0d1;
	cursor: hand;
	text-align:left;
}
div.subMenuButtonHeaderText{
	overflow: hidden;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 5px 10px;
}

div.subMenuButtonHeaderText a {
	color: black;
	text-decoration: none;
}

div.subMenuButtonText{
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 5px 15px;
}
.absoluteImage{
	position:absolute;
}

div#menuRightText{
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	height:33px;
	text-align:right;
	background-image:url(/images/menuRightGradient.gif);
	background-position:right;
	background-repeat: no-repeat;
}

div.aanbiedingBox{
	overflow: hidden;
	background-color:#6ea8d0;
	color:#ffffff;
	font-style:italic;
	font-size:20px;
	font-weight:bold;
	padding:5px 5px 5px 10px;
	background-repeat: no-repeat;
	background-image:url(/images/leftAanbiedingBackground.gif);
}


/* END MENU SPECS */


div#contentHolder{
	padding:10px 0px 0px 40px;
}

td#contentBackground{
	background-image: url(/images/leftSubMenuBackground.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.blue{
	color:#094fa3;
}

.orange{
	color:#e77d3e;
}

.black{
	color:black;
}


.lineSpacer{
	background-image: url(/images/lineSpacer.gif);
	background-repeat: repeat-x;
	height:2px;
}



div#rightHomeBoxHolder{
	padding:0 0 0 10px;
}

div#rightHomeBoxHeader{
	background-image: url(/images/rightHomeBoxHeader.gif);
	background-repeat: repeat-x;
	width:248px;
	background-color: #195edc;
}

div#rightHomeBoxHeaderText{
	padding:2px 2px 2px 5px;
	color:white;
	font-size:14px;
	font-weight:bold;
}

div#rightHomeBoxText{
	background-color:#f48020;
	color:ffffff;
	width:238px;
	padding:5px 5px 5px 5px;
}

div.orangeHeaderDivider{
	background-image: url(/images/orangeHeaderBackground.gif);
	background-repeat: no-repeat;
	height:23px;
	width:675px;
	font-size:14px;
	font-weight:bold;
	color:white;
	padding:2px 2px 2px 10px;
}



table#productSpecsHolder{
	background-color:#ececec;
	color:#094fa3;
	width:700px;
}


div.productHolder{
	background-color:#ececec;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	width:150px;
	font-size:10px;
	text-align:center;
	min-height: 110px;
}
div.productHolderHome{
	background-color:#ececec;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	width:150px;
	font-size:10px;
	text-align:center;
}

div.productText{
	padding:2px 2px 2px 2px;
	background-color:#e7e7e7;
}

div.footerInfo{
	padding:5px 5px 5px 5px;
	margin:5px 0px 0px 0px;
	border-top:1px solid #e7e7e7;
	font-size:10px;
	text-align:right;
}


table.cart{
	width:100%;
}
th.cartTitle{
	text-align:left;
}
table.cartTotal{
	width:300px;
}
input{
	border:1px solid black;
	background-color:white;
}

th{
	text-align:left;
	font-weight:bold;
}

.top5_products_div {
	margin-top: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid white;

}
.top5_products_div div {
	border-bottom: 1px solid gray;
	border-top: 1px solid white;
	padding: 4px 10px;
	text-align: left;
	font-size: 12px;
}
.top5_products_header h3 {
	font-size: 14px;
	color: white;
	padding: 0px;
	margin: 0px;
}
.top5_products_div .top5_products_header {
	background-image: url(/images/top5Background.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.top5_products_div a {
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-size: 12px;

}

.referentie, .tekst {
	padding: 2px 10px;
	padding-bottom: 15px;
}
.referentie h2 {
	font-size: 14px;
	color: rgb(9, 79, 163);
	margin-top: 4px;
	margin-bottom: 4px;
}
h1.boxTitleBlue {
	padding: 2px 10px;
	font-size: 15px;
	color: rgb(9, 79, 163);
	margin-top: 4px;
	margin-bottom: 4px;
}
.referentie_foto {
	float: right;
	margin-left: 15px;
	border: 0px;
}

div.search-container {
	padding: 7px 10px;
}

form#menu-searchform {
	position: relative;

	height: 18px;

	clear: both;
}

form#menu-searchform input {
	position: absolute;
}

form#menu-searchform input.text {

	height: 14px;

	font-size:10px;
	width: 125px;

}

form#menu-searchform input.image {

	margin: 0px 0px 0px 134px;

}

form#menu-searchform span {
	display: none;

	position: absolute;

	float: left;
	left: 0px;

	margin: 2px 0px 0px 2px;

	font-size: 10px;
	font-weight: normal;
}