html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
p
{
	margin-top: 7px;
}

/* basic selectors */
a.adtext
{
	color: #666666;
	text-decoration: none;
}
a.adtext:hover
{
	color: #666666;
	text-decoration: none;
}
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:active, a:hover
{
	color: #234E96;
	text-decoration: none;
}
th
{
	vertical-align: top;
}
td
{
	vertical-align: top;
}
h1
{
	color: #2c5aa0;
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	color: #2c5aa0;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}

h3
{
	color: #2c5aa0;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

h4
{
	color: #2c5aa0;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h5
{
	color: #000;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h6
{
	color: #000;
	font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: 0px;
}
hr
{
	color: #ccc;
	height: 1px;
}
table
{
	font-size: 100%;
	border: none;
	padding: 0px;
}
code
{
	color: #6c0;
	font: 100% "Courier New" , Courier, monospace;
}
form
{
	margin: 0px;
	padding: 0px;
}
input, textarea, select
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #f7efc6;
	border: 1px solid #000000;
}

#bar
{
	/* styles for horizontal top bar */
	background: #d4d9de;
	height: 37px;
	padding: 7px 20px 3px 20px;
	font-size: 110%; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 27px;
	z-index: 100;
}
html > body #bar
{
	height: 27px;
}

/* layout styles */
#header
{
	height: 70px;
	z-index: 100;
}

#logo
{
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 100;
}

#menu1
{
	/* styles for top menu */
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
#menu1 ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu1 li
{
	padding: 0px;
	margin: 0px;
	display: inline;
	border-left: solid 1px #000;
}
#menu1 li.first
{
	border-left: none;
}
#menu1 li a:link, #menu1 li a:visited
{
	padding: 0px 2px 0px 5px;
	color: #000;
	text-decoration: none;
}
#menu1 li a:active, #menu1 li a:hover
{
	color: #000;
	text-decoration: underline;
}

#mainmenu
{
	/* styles for section or tab menu */
	position: absolute;
	top: 43px;
	left: 200px;
	width: 500px;
	z-index: 100;
}
html > body #mainmenu
{
	position: relative; /* Necessary for menu to position in Opera */
}
#mainmenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#mainmenu li
{
	display: inline;
}
#mainmenu li a:link, #mainmenu li a:visited
{
	background: url( 'images/tab.gif' ) no-repeat 0px 1px;
	display: block;
	float: left;
	margin-right: 1px;
	width: 116px;
	height: 27px;
	color: #737685;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 6px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
	width: 115px;
}
html > body #mainmenu li a:link, html > body #mainmenu li a:visited
{
	width: 115px;
	height: 21px;
}
#mainmenu li a:active, #mainmenu li a:hover, #mainmenu li a.selected
{
	background: url( 'images/tab.gif' ) no-repeat 0px -92px;
}


#leftcontent
{
	position: absolute;
	top: 76px;
	left: 5px;
	width: 130px;
	background: #234E96;
	z-index: 100;
}

#rightcontent
{
	position: absolute;
	right: 5px;
	top: 140px;
	width: 180px;
	background: #fff;
	margin-right: 10px;
	z-index: 100;
}
#centercontent
{
	margin-top: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 10px;
	margin-right: 0px;
	z-index: -1;
}

html > body #centercontent
{
	/*margin-left: 200px;
	margin-right: 205px;*/
	z-index: 100;
}
#centercontentwide
{
	margin-top: 20px;
	background: #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	/*margin-left: 200px;*/
	margin-right: 10px;
	z-index: 100;
}

html > body #centercontentwide
{
	margin-left: 200px;
	margin-right: 10px;
	z-index: 100;
}

.subtotal
{
	text-align: right;
	border-top: 1px solid #c9c9c9;
	margin-top: 5px;
}

.sectionheader
{
	color: #FFFFFF;
	background-color: #2c5aa0;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 2px;
	width: 636px;
	height: 15px;
}

.admin-header
{
	background-color: #78D0F8;
	height: 40px;
	padding-left: 10px;
	border-bottom: solid 4px #B4CCEB;
}
.admin-header h1
{
	color: white;
}
#adminnav
{
	color: #000000;
	background-color: #f7efc6;
}
td#adminnav
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	background-color: #f7efc6;
	vertical-align: bottom;
}
#adminnav:hover
{
	color: #000000;
	background-color: #ffee00;
}

.adminnavtable
{
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
.admincontenttable
{
	width: 640px;
	background-color: #FFFFFF;
	color: #2c5aa0;
}
a.adminnavlink, a.adminnavlink:hover, a.adminnavlink:link, a.adminnavlink:visited, a.adminnavlink:active, a.adminnavlink:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.admintable
{
	margin: 0px;
	padding: 0;
	width: 640px;
}
.adminlabel
{
	font-size: 8pt;
	font-family: verdana;
	text-align: left;
	width: 105px;
	margin-bottom: 3px;
	vertical-align: top;
}
tr.adminlabelitem
{
	background-color: #FFFFFF;
}
tr.adminlabelalternateitem
{
	background-color: #EEEEEE;
}
td.adminlabelitem
{
	vertical-align: middle;
}
td.adminlabelalternateitem
{
	vertical-align: middle;
}
.adminlabelheader
{
	font-size: 8pt;
	font-family: verdana;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	vertical-align: top;	
	color: #FFFFFF;
	background-color: #2c5aa0;
}
.adminitem
{
	width: 435px;
	border-width: 0px;
	margin-bottom: 3px;
	text-align: left;
}

.ourprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #b22222;
	font-family: verdana;
}

.retailprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	text-decoration: line-through;
}

.totalbox
{
	text-align: center;
	color: #990000;
	font-weight: bold;
}

.adbox
{
	padding: 10px;
	font-size: 9pt;
	margin-bottom: 10px;
	border: 1px solid gainsboro;
}
a.editme
{
	text-decoration: none;
	color: #4a4d5c;
}
.commandbar
{
	padding: 3px;
	font-size: 8pt; /*	background-color: blue;*/
	border: 1px solid gainsboro;
}


#footer
{
	clear: both;
	border-top: solid 1px #d4d9de;
	padding: 5px;
	text-align: center;
}
.mainproductimage
{
	width: 220px;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}

.productdata
{
	border: none;
	border-collapse: collapse;
}
.productdata td, .productdata th
{
	font-weight: normal;
	padding: 2px;
	text-align: left;
}
.price
{
	font-weight: bold;
	color: #c00;
}
del.price
{
	color: #000;
	text-decoration: line-through;
}

.productsection
{
	padding: 10px;
	border-top: 1px dashed #cccccc;
}

.browsebox
{
}
.browsebox h1
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #3973b5;
	border-bottom: 1px dashed #cccccc;
}
.browsebox h1 a
{
	color: #3973b5;
}


h1.accent
{
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	margin-bottom: 5px;
}
.smalltext
{
	font-size: 7pt;
	color: #666666;
	font-family: verdana;
}
.adbox h3
{
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana;
	color: #C7C030;
	margin-top: 1px;
	margin-bottom: 3px;
}
.loginheader
{
	height: 30px;
	font-weight: bold;
	font-size: 10pt;
	color: #234E96;
	font-family: verdana;
	background-color: #78D0F8;
	text-align: center;
}
.logincell
{
	background-color: #78D0F8;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}
#logarea
{
	position: absolute;
	left: 166px;
	top: 5px;
	width: 475px;
	text-align: center;
	background-color: #78d0f8;
}
.logtable
{
	border-width: 0px;
	background-color: #78d0f8;
}
.subcategory
{
	margin-left: 10px;
}
.productbox
{
	height: 300px;
	width: 220px;
	border: 1px solid #c5c5c5;
	margin: 5px;
}
.productimage
{
	width: 125px;
}
.productsummarydisplaywrapper
{
	width: 200px;
	padding-top: 20px;
}
.productsummaryimageholder
{
	height: 135px;
	text-align: center;
	vertical-align: middle;
}
.productsummarytext
{
	padding-left: 20px;
	height: 55px;
}
.retailprice
{
	font-weight: bold;
	color: black;
	text-decoration: line-through;
}
.yousave
{
	font-weight: bold;
	color: #336600;
}
.hookline
{
	font-size: larger;
	color: #5b626c;
	font-style: italic;
}
.coreboxbody
{
	background-image: url(images/core_box_bg.gif);
	width: 140px;
	padding-left: 20px;
	padding-right: 20px;
}
.coreboxtop
{
	background-image: url(images/core_box_top.gif);
	height: 22px;
	width: 180px;
}
.coreboxbottom
{
	width: 180px;
	background-image: url(images/core_box_bottom.gif);
	height: 22px;
}
.coreboxheader
{
	width: 180px;
	background-image: url(images/core_box_bg.gif);
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
.tenpixspacer
{
	height: 10px;
}
.twentypixspacer
{
	height: 20px;
}
.sectionoutline
{
	border: 1px solid #cccccc;
	padding: 15px;
}

checkout-visited
{
	font-size: 16pt;
	color: #dcdcdc;
	font-family: verdana;
}
checkout-current
{
	font-size: 16pt;
	color: #990000;
	font-family: verdana;
}
/* Rating */
.ratingstar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledratingstar
{
	background-image: url(Images/FilledStar.png);
}

.emptyratingstar
{
	background-image: url(Images/EmptyStar.png);
}

.savedratingstar
{
	background-image: url(Images/SavedStar.png);
}
fieldset
{
	padding: 10px;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.loadingbox
{
	position: absolute;
	top: 40%;
	left: 40%;
	border: 1px solid lightsteelblue;
	background-color: #ffffff;
	height: 50px;
	width: 250px;
	text-align: center;
	padding-top: 20px;
}
.scalertable
{
	background-color: #000000;
	font-size: 100%;
}
.roschtable
{
	background-image: url(Images/Rosch-Ontwerp-Aangepast.gif);
}
.maintable
{
	margin: 0px;
	padding: 0px;
	background: #000000;
	font: Verdana, Arial, Helvetica, sans-serif;
}
.maintablecel01
{
	background-image: url(Images/Homepage_01.png);
	width: 25px;
	height: 76px;
}
.maintablecel02
{
	background-image: url(Images/Homepage_02.png);
	width: 51px;
	height: 76px;
}
.maintablecel03
{
	background-image: url(Images/Homepage_03.png);
	width: 144px;
	height: 76px;
	vertical-align: middle;
}
.maintablecel04
{
	background-image: url(Images/Homepage_04.png);
	width: 23px;
	height: 76px;
}
.maintablecel05
{
	background-image: url(Images/Homepage_05.png);
	width: 478px;
	height: 76px;
}
.maintablecel06
{
	background-image: url(Images/Homepage_06.png);
	width: 209px;
	height: 76px;
}
.maintablecel07
{
	background-image: url(Images/Homepage_07.png);
	width: 40px;
	height: 76px;
}

.maintablecel08
{
	background-image: url(Images/Homepage_08.png);
	width: 25px; /* height: 501px; */
}
.maintablecel09
{
	background-image: url(Images/Homepage_09.png);
	width: 905px; /* height: 461px; */
	height: 465px;
}
.maintablecel10
{
	background-image: url(Images/Homepage_10.png);
	width: 40px; /* height: 501px; */
}

.maintablecel11
{
	background-image: url(Images/Homepage_11.png);
	width: 52px;
	height: 15px;
}

.maintablecel11a
{
	background-image: url(Images/Homepage_11.png);
	width: 52px;
	height: 15px;
}

.maintablecel11b
{
	background-image: url(Images/Homepage_11.png);
	width: 853px;
	height: 15px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	overflow: hidden;
}
.maintablecel12
{
	background-image: url(Images/Homepage_13.png);
	width: 143px;
	height: 30px;
}
.maintablecel13
{
	background-image: url(Images/Homepage_13.png);
	width: 24px;
	height: 20px;
}
.maintablecel14
{
	background-image: url(Images/Homepage_13.png);
	width: 143px;
	height: 30px;
}
.maintablecel15
{
	background-image: url(Images/Homepage_15.png);
	width: 24px;
	height: 20px;
}
.maintablecel16
{
	background-image: url(Images/Homepage_13.png);
	width: 143px;
	height: 30px;
}
.maintablecel17
{
	background-image: url(Images/Homepage_17.png);
	width: 24px;
	height: 20px;
}
.maintablecel18
{
	background-image: url(Images/Homepage_13.png);
	width: 143px;
	height: 30px;
}
.maintablecel19
{
	text-align: left;
	background-image: url(Images/Homepage_19.png);
	width: 209px;
	height: 20px;
}

.maintablecel20
{
	background-image: url(Images/Homepage_20.png);
	width: 25px;
	height: 18px;
}
.maintablecel21
{
	background-image: url(Images/Homepage_21.png);
	width: 52px;
	height: 10px;
}
.maintablecel22
{
	background-image: url(Images/Homepage_22.png);
	width: 24px;
	height: 10px;
}
.maintablecel23
{
	background-image: url(Images/Homepage_23.png);
	width: 24px;
	height: 10px;
}
.maintablecel24
{
	background-image: url(Images/Homepage_24.png);
	width: 24px;
	height: 10px;
}
.maintablecel25
{
	background-image: url(Images/Homepage_25.png);
	width: 209px;
	height: 10px;
}
.maintablecel26
{
	background-image: url(Images/Homepage_26.png);
	width: 40px;
	height: 18px;
}

.maintablecel27
{
	background-image: url(Images/Homepage_27.png);
	width: 905px;
	height: 8px;
}

.maintablespacer
{
	background: #000000;
	width: 1px;
	height: 1px;
}

.maintablespacer01
{
	background: #000000;
	width: 25px;
	height: 1px;
}
.maintablespacer02
{
	background: #000000;
	width: 51px;
	height: 1px;
}
.maintablespacer03
{
	background: #000000;
	width: 144px;
	height: 1px;
}
.maintablespacer04
{
	background: #000000;
	width: 23px;
	height: 1px;
}
.maintablespacer05
{
	background: #000000;
	width: 478px;
	height: 1px;
}
.maintablespacer06
{
	background: #000000;
	width: 209px;
	height: 1px;
}
.maintablespacer07
{
	background: #000000;
	width: 40px;
	height: 1px;
}

.contentdiv
{
	position: relative;
	top: 5px;
	width: 905px;
	height: 460px;
	overflow: hidden;
}

.breadcrumdiv
{
	position: relative;
	top: 0px;
	width: 700px;
	height: 15px;
	overflow: hidden;
}

.admincontentdiv
{
	width: 905px;
	height: 665px;
	overflow: auto;
	overflow-x: hidden;
}

.contentgridelement
{
	width: 143px;
	height: 92px;
	background: #78D0F8;
	overflow: hidden;
}
.contentgridlabel
{
	width: 143px;
	height: 23px;
	background: #00B1F4;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}
.contentgridspacer
{
	width: 24px;
	height: 460px;
	background: #00B1F4;
}
.contentgridsmallspacer
{
	width: 1px;
	height: 460px;
	background: #00B1F4;
}

.producttable
{
	background-color: #00B1F4;
	color: #000000;
	border: none;
	padding: 0px;
	margin: 0px;
}

.producttablewhite
{
	background-color: #FFFFFF;
	border: none;
	padding: 0px;
	margin: 0px;
}

.productpagemenu
{
	background-color: #FFFFFF;
	width: 168;
	height: 115;
}

.productpageimage
{
	background-color: #e4d77c;
	color: #000000;
	width: 300; 
	height: 302;
	text-align: center;
	vertical-align: middle;
}

.productpageimagesmall
{
	background-color: #e4d77c;
	color: #000000;
	width: 72; 
	height: 46;
	text-align: center;
	vertical-align: middle;
}

.productpageimagetitle
{
	background-color: #FFFFFF;
	color: #000000;
	width: 300; 
	height: 23;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.productpagetitle
{
	background-color: #FFFFFF;
	color: #000000;
	width: 310; 
	height: 17;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}

.productpageintro
{
	background-color: #FFFFFF;
	color: #000000;
	width: 310; 
	height: 48;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
}

.productpagefeatures
{
	background-color: #FFFFFF;
	color: #000000;
	width: 301; 
	height: 89;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	overflow: hidden;
}

.productpagebody
{
	background-color: #FFFFFF;
	color: #000000;
	width: 310; 
	height: 300;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	overflow: hidden;
}
.productpagegridelement
{
	position: absolute;
	left: 720px;
	width: 143px;
	height: 92px;
	background: #78D0F8;
	overflow: hidden;
}
.productpagegridtitle
{
	position: absolute;
	left: 720px;
	width: 143px;
	height: 24px;
	background: #00B1F4;
	color: #FFFFFF;
	overflow: hidden;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.contacttable
{
	background-color: #00B1F4;
	color: #000000;
	border: none;
	padding: 3px;
	margin: 0px;
	text-align: left;
}
.contactformtable
{
	background-color: #FFFFFF;
	color: #000000;
	border: none;
	padding: 3px;
	margin: 3px;
	text-align: left;
}
.contactpagegridelement
{
	background: #78D0F8;
	overflow: hidden;
}
.contactpagetitle
{
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}
a:active, a:hover
{
	color: #234E96;
	text-decoration: none;
}
a.contactformtable
{
	color: #00B1F4;
}
.Content
{
	background-color: #FFFFFF;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}
.FormElement
{
	width: 546px;
	height: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	color: #0089be;
}

.infoPagetablewhite
{
	background-color: #FFFFFF;
	border: none;
	padding: 0px;
	margin: 0px;
}