*
{
	font-family: Verdana, Arial, "MS Serif", Serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #6D6D70;
}

html,
body
{
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

body
{
	background-color: #FFFFFF;
}

input
{
	line-height: 1em;
}

img
{
	border: 0;
}

form
{
	padding: 0;
	margin: 0;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 8px 0;
	margin: 0;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 8px 0;
	margin: 0;
}

td
{
	vertical-align: top;
}

div.restrictor
{
	margin: 0 auto 0 auto;
	width: 980px;
}

/* Top header */

div.topheader
{
	height: 72px;
}

div.topleft
{
	float: left;
	width: 490px;     /* 980 / 2 */
}

div.topleft img.toplogo
{
	margin-top: 15px;
}

/* Mini cart in header */

div.minicart
{
	padding-top: 10px;
}

div.minicart a.cartlink
{
	text-decoration: none;
}

div.minicart a.cartlink:hover
{
	text-decoration: underline;
}

div.minicart img.cartimage
{
	vertical-align: middle;
	margin-right: 4px;
}

div.minicart span.carttext
{
	font-weight: bold;
}

div.minicart div.cartheader,
div.minicart div.cartcontent
{
	text-align: right;
}

span.cartcontentvalue
{
	color: #6DC14A;
}

/* Top navigation */

div.topnavigation
{
	border: 1px solid #D5D5CB;
	height: 27px;
}

/* Menu bar */

div.menubar
{
	float: left;
	width: 822px;
}

div.menubar a
{
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #D5D5CB;
}

div.menubar a.last
{
	border-right: 0;
}

div.menubar a.active,
div.menubar a:hover
{
	background-color: #5AB336;
	color: white;
}

/* Search */

div.search
{
	float: left;
	width: 146px;
	padding-top: 4px;
}

div.searchbox
{
	padding-left: 5px;
	width: 144px;
	height: 17px;
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}

div.searchbox input.pretextinput,
div.searchbox input.textinput
{
	border: 0;
	margin: 0;
	padding: 2px 0 1px 0;
	font-size: 10px;
	font-style: italic;
	width: 121px;
	height: 13px;
}

div.searchbox input.textinput
{
	font-style: normal;
}

div.searchbox input.searchbutton
{
	vertical-align: top;
}

/* Middle banner */

div.middlebanner p
{
	margin: 0;
}

/* Footer */

div.footer div.disclaimer
{
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #D5D5CB;
}

/* Bottom menu */

div.bottommenu a
{
	display: block;
	float: left;
	text-decoration: none;
	padding: 7px 11px 3px 11px;
	border-right: 1px solid #D5D5CB;
}

div.bottommenu a:hover
{
	text-decoration: underline;
}

div.bottommenu a.first
{
	padding-left: 0;
}

div.bottommenu a.last
{
	padding-right: 0;
	border-right: 0;
}

/* Crumb path */

div.crumbpath
{
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 2px;
	padding-left: 207px;                 /* !!! */
	border-top: 1px solid #DFDFD7;
	border-bottom: 1px solid #DFDFD7;
	height: 19px;
}

div.crumbpath span,
div.crumbpath a
{
	color: #5AB336;
	text-decoration: none;
}

div.crumbpath a:hover
{
	text-decoration: underline;
}

/* Page vertical split */

table.mainsplit
{
	width: 100%;
}

table.mainsplit td.leftsplit
{
	width: 197px;
	padding-right: 10px;
}

table.mainsplit td.rightsplit
{
	width: 158px;
	padding-left: 10px;
}

/* Left menu */

div.leftmenu
{
	border: 1px solid #BBBBBB;
	width: 175px;
	/* height: 354px; */
	padding: 10px;
	padding-bottom:0;
	margin-bottom:7px;
}

span.catalog
{
	font-weight: bold;
}

div.catalogmenu
{
	padding-bottom:15px;
}

div.catalogmenu a
{
	font-size: 10px;
	text-decoration: none;
	line-height: 18px;
}

div.catalogmenu a:hover
{
	text-decoration: underline;
}

/* Right column */

div.rightmenu
{
	border: 1px solid #BEBEBA;
	padding: 7px;
	height: 140px;
}

div.rightmenu div
{
	border-bottom: 1px solid #D6D6D4;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.rightmenu div.last
{
	border-bottom: 0;
}

div.rightmenu a
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

div.rightmenu a:hover
{
	text-decoration: underline;
}

div.userwelcome
{
	margin-top: 10px;
	border: 1px solid #BEBEBA;
	padding: 7px;
}

div.userwelcome a
{
	font-weight: bold;
	text-decoration: none;
}

div.userwelcome a:hover
{
	text-decoration: underline;
}
div.userwelcome h2
{
	color: #5AB336;
}

/* Cms Menu */
span.spanCmsItem
{ 
	color: #020204;
	font-size:10px;
}

div.menuitem,
div.menuitemopen
{
	clear:both;
	float:none;
	border-top: 1px solid #D6D6D4;
}

div.menubullet
{
	float:left;
	width:10px;
	margin:6px 0 6px 0;
}

div.menutext
{
	text-align:left;
	float:right;	
	width:165px;
}

div.menutext a,
div.menutextopen a
{
	color: #020204;
}

div.menutextopen a
{
	color: #6D6D70;
	font-weight: bold;
}

/* L1L2Menu */

ul.l1menu
{
	margin: 0;
	padding: 0;
}

ul.l1menu li ul.l2menu
{
	display: none;
}

ul.l1menu li.open ul.l2menu
{
	display: block;
}

ul.l1menu li
{
	list-style: none;
	border-top: 1px solid #D6D6D4;
}

ul.l1menu li img
{
	margin-top: 6px;
	margin-bottom: 6px;
	vertical-align: top;
}

ul.l1menu li a
{
	margin-left: 5px;
	padding-left: 0;
	color: #020204;
	text-decoration: none;
}

ul.l1menu li.open a
{
	color: #6D6D70;
	font-weight: bold;
}

ul.l2menu
{
	margin: 0; 
	padding: 0;
}

ul.l2menu li
{
	padding-left: 5px;
}

div.menuitemopen ul.l2menu a
{
	color: #020204;
	font-weight: normal;
	padding: 0;
}

div.menuitemopen ul.l2menu a:hover
{
	text-decoration: underline;
}

div.menuitemopen ul.l2menu li.open a
{
	color: #6D6D70;
}

/* Level navigator */

div.childnavigator
{
	margin-top: 10px;
	clear: both;
	padding-left: 2px;
	width: 603px;
}

div.childnavigator div.childlevel
{
	float: left;
	padding: 7px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 12px;
	margin-bottom: 12px;
 	border: 1px solid #BFBFBC;
	width: 176px;
	height: 228px;
	overflow: hidden;
}

div.childnavigator div.lastinrow
{
	margin-right: 0;
}

div.childnavigator div.childlevel img.image
{
	width: 176px;
	height: 132px;
}

div.childnavigator div.childlevel a.childtextlink
{
	font-size:0.8em;
}

div.childnavigator div.childlevel a.textlink,
div.childnavigator div.childlevel a.childtextlink,
div.childnavigator div.childlevel span.childbullet
{
	text-decoration: none;
}

div.childnavigator div.childlevel a.textlink
{
	font-weight: bold;
}

div.childnavigator div.childlevel a.childtextlink,
div.childnavigator div.childlevel span.childbullet
{
	line-height: 20px;
}


div.childnavigator div.childlevel a.morelink
{
	position: absolute;
	color: #5AB336;
	margin-top: 78px;
	margin-left: 130px;
	text-decoration: none;
}

div.childnavigator div.childlevel a.textlink:hover,
div.childnavigator div.childlevel a.childtextlink:hover,
div.childnavigator div.childlevel a.morelink:hover
{
	text-decoration: underline;
}

/* Level lister */

div.searchpage
{
	margin-top: 10px;
}

div.pagebrowser
{
	margin-top: 10px;
	text-align: center;
}

div.pagebrowser img
{
	vertical-align: middle;
}

div.childlister,
div.pagebrowser
{
	margin-bottom: 10px;
	float: none;
	clear: both;
}

div.child
{
	float: left;
	width: 303px;
	border-bottom: 1px solid #E2E5DB; 
}

div.childlister table.childlevel
{
	margin-top: 7px;
	margin-bottom: 7px;
}

table.childlevel
{
	width: 100%;
}

table.childlevel td.left
{
	width: 50px;
}

table.childlevel td.right
{
	padding-left: 24px;
	vertical-align: middle;
}

div.listerimage
{
}

div.childlister table.childlevel img.image
{
	width: 60px;
	height: 45px;
}

div.childlister table.childlevel div.textlink
{
	
}

div.childlister table.childlevel a.textlink
{
	font-weight: bold;
	text-decoration: none;
}

div.childlister table.childlevel a.textlink:hover
{
	text-decoration: underline;
}

hr.seperator
{
	border: 1px solid #E2E5DB;
	height: 1px;
	border-style: solid;
	border-bottom: 0;     /* FireFox will show a double line by default */
}

/* Product page */

div.topinfo
{
	border-bottom: 1px solid #E2E5DB;
	height: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.topinfo div.paragraph
{
	float: left;
	width: 150px;
	height: 89px;
}

div.product
{
	float: none;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.article
{
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #E2E5DB;*/
}

div.OrderFast
{
	width:100%;
	text-align:right;
}

div.article table
{
	width: 100%;
}

div.article tr.basicvalues td
{
	padding-bottom: 5px;
}

div.article div.articlenametext,
div.article tr.basicheader td,
div.article span.amounttext
{
	font-weight: bold;
}

input.amount
{
	text-align: right;
	padding-right: 5px;
	padding-top: 6px;
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	width: 35px;
	height: 19px;
}

img.articlepicture
{
	width: 60px;
	height: 45px;
}

img.paragraphimage
{
	width:100px;
}

div.article td.articlenumber
{
	text-align: left;
	width: 150px;
}

div.article td.capacity,
div.article td.type,
div.article td.normalprice
{
	width: 110px;
}

div.article td.normalprice span.actieprijs
{
	color:Red;
	font-weight:bold;
}

div.article td.normalprice span.normalprice
{
	text-decoration:line-through;
}

div.article td.description
{
	width: 330px;
}

div.article div.userprice div
{
	text-align: center;
	font-size: 13px;
	color: #FF3344;
}

td.description
{
	vertical-align: bottom;
}

div.article td.amount
{
	text-align: center;
	vertical-align: bottom;
}

div.article td.order
{
	width: 64px;
	vertical-align: bottom;
}

div.divLocalSources
{
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/* StdForm (standard user input table) */

table.stdform td.left,
table.stdform td.right
{
	vertical-align: middle;
}

table.stdform td.left
{
	padding-right: 3px;
}

table.stdform td.right
{
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}

table.stdform input.textinput,
table.stdform textarea,
table.stdform select
{
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}

/* Shopping cart */

div.shoppingcart
{
	margin-top: 10px;
}

table.cartitems
{
	width: 100%;
}

table.cartitems td,
table.cartitems th
{
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

table.cartitems th
{
	font-weight: bold;
}

table.cartitems td
{
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #E2E5DB;
}
table.cartitems td input.amountadjust
{
	padding-bottom: 4px;
}

table.cartitems td input.delete
{
	padding-bottom: 2px;
}

table.cartcosts
{
	width: 100%;
}
table.cartcosts td,
table.carttotals td
{
	padding:6px 0;
}
table.cartcosts .tax td,
table.carttotals .tax td
{
	border-bottom: 3px solid #E2E5DB;
}

table.carttotals
{
	margin-top: 10px;
	width: 100%;
}

table.carttotals td,
table.carttotals th
{
	vertical-align: bottom;
	padding-left: 3px;
	padding-right: 3px;
}

table.carttotals input
{
	vertical-align: middle;
}

table.carttotals td.right
{
	padding-right: 9px;
}

table.carttotals td.total
{
	font-weight: bold;
	text-align: right;
	width: 150px;
}
table.customerdata tr td
{
	padding-right: 4px;
}

/* Customer data */

div.customerdata
{
	margin-top: 10px;
}

div.customerdata table.stdform
{
	margin-top: 10px;
	width: 350px;
}

div.customerdata table.stdform .textinput
{
	width: 200px;
}

div.customerdata table.stdform textarea
{
	height: 56px;
}

div.customerdata table.stdform td.comment
{
	vertical-align: top;
}

/* tweaks */

.required
{
	position: relative;
	top: -3px;
	font-size: 0.75em;
	color: #E31F25;
}

.aleft { text-align: left; }
.aright { text-align: right; }
.acenter { text-align: center; }
.bold { font-weight: bold; }

div.error
{
	font-weight: bold;
	color: #FF4433;
	font-size: 13px;
}
.small
{
	display : block;
	font-size : 9px;
}
.noPad { padding: 0; }
