/** START EDITOR **/

body {
	font-size:70%;
	line-height:1.6;
	margin: 5px;
	}

body, h1, h2, h3, input, select, option, button, textarea {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, Verdana, sans-serif;
	color: #444444;
	}
input, select{
	font-size:100%;
}

h1, h2, h3, h4 	{
	font-style: normal;
	font-weight: bold;
	color: #ff5c00;
	}

h1 { font-size: 170%; margin-bottom:0.25em;}
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 100%; font-weight:bold; color:#444; }

h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none;
	}

a { color: #ff5c00; }
a:hover, a:focus { color: #444444; }

p { margin: 0; }

hr {
	clear: both;
	height: 1px;
	border: 0px;
	color: #cccccc;
	margin: 15px 0px;
	background: #cccccc;
	}

.oranje{
	color:#FF5C00;
}
	
.start-in-popup{
	/**/
	}
	
/** END EDITOR **/

#content-small h1{

	}

/** BASIC STYLES **/

html, body { margin: 0px !important; }

body#hp { background-position: 0px 0px; }
body { background: #81725e url('/image/bg.png') repeat-x 0px -194px; }
body#empty{background:#fff none;}

form legend {
	width: 300px;
	margin: 0;
	font-weight: bold;
	}
form p{
	margin-bottom:5px;
	}
form p.requiredField {
	}
form p.missing {
	}
form *:focus {
	}
form p input,
form textarea {
	border: 1px solid #aaaaaa;
	font-size: 100%;
	}
form fieldset {
	margin: 1em 0 0 0;
	border: 0;
	padding: 0;
	}
form p {
	overflow: hidden;
	clear: both;
	}
form label {
	display: block;
	width: 12em;
	float: left;
	}
#registerFormContainer label {
	width:13em;
	}
form input {
	display: block;
	width: 20em;
	float: left;
	height: 19px;
	line-height: 19px;
	border: 1px solid #cccccc;
	}
form textarea {
	width: 31.8em;
	height: 8em;
	}
form input[type='hidden'] {
	display:none;
	}

form .fld-radio input {
	height: auto;
	width: auto;
	}
form .fld-checkbox input{
	width:auto;
	height: auto;
	}
form .fld-checkbox label{
	width:auto;
	}
form span.req{
	margin-left:3px;
	}

/** CLASSES **/

.errorMessage {
	color: red;
	border: 1px solid red;
	background: pink;
	padding: .5em;
	display: block;
	}

.clearfix {
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	}

.clear {
	clear: both;
	display: block;
	}

.coll {
	float: left;
	width: 235px;
	display: block;
	margin-left: 10px;
	}
.coll-2 {
	float: left;
	width: 235px;
	width: 460px;
	display: block;
	padding: 0px 10px;
	margin-left: 10px;
	}
.coll-3 {
	float: left;
	width: 725px;
	display: block;
	}
.coll-first {
	margin-left: 0;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}

ul.styled,
ul.styled li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.banner a,
.banner img {
	display: block;
	}

.formbutton,
p.button a, p.button input {
	border: 0px;
	height: 23px;
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	background: #ff5c00;
	text-decoration: none;
	}

p.button-less a {
	background: #81725f;
	}
p.formbutton-less a, p.formbutton-less input{
	background: #81725f;

	}
.formbutton {
	line-height: 21px;
	padding-bottom: 2px;
	}
p.button a {
	display: block;
	line-height: 23px;
	}

span.arrow{
	padding: 0px 5px;
	background: url('/image/arrow-lgray.gif') no-repeat center 5px;
	}

.readmore a {
	color: #444444;
	text-decoration: none;
	}



/** LAYOUT **/

#shadow-top {
	width: 1008px;
	padding-top: 19px;
	margin: 12px auto 0px auto;
	background: url('/image/shadow-top.png') no-repeat left top;
	}
#shadow-bot {
	padding-bottom: 19px;
	background: url('/image/shadow-bot.png') no-repeat left bottom;
	}
#shadow-mid {
	min-height: 100px;
	background: url('/image/shadow-mid.png') repeat-y left top;
	}

#container {
	width: 970px;
	margin: 0px auto;
	padding: 10px 10px;
	background: #fff;
	}
#wrapper {
	padding-top: 5px;
	overflow: hidden;
	min-height: 100px;
	margin-bottom: 30px;
	background: url('/image/line-colors.gif') no-repeat left top;
	}
#faux {
	overflow: hidden;
	background: url('/image/faux-sidebar.gif') repeat-y right top;
	}
#faux-fix {
	overflow: hidden;
	background: url('/image/faux-fix.gif') no-repeat right top;
	}


/** HEADER **/

#header {
	clear: both;
	height: 103px;
	background: url('/image/payoff.gif') no-repeat 70px 50px;
	}

#logo {
	float: left;
	margin-top: -2px;
	}
#logo a {
	display: block;
	text-decoration: none;
	}
#sitemapBtn{
	float:left;
	width:50px;
	}
#font-switch {
	float: left;
	width: 60px;
	line-height: 23px;
	}
#font-switch a {
	color: #444444;
	font-weight: 400;
	text-decoration: none;
	}
#font-switch a.active {
	color: #ff5c00;
	}
#font-normal {
	font-size: 12px;
	}
#font-large {
	font-size: 15px;
	}
#font-huge {
	font-size: 18px;
	}
#print{
	margin-left:9px;
	}
#search {
	clear: both;
	float: right;
	width: 398px;
	padding-top: 11px;
	}
#search form {
	float: right;
	width: 330px;
	}
#searchForm p {
	margin-bottom:5px;
	}
#searchForm select{
	border:1px solid #AAA;
	width:20em;
	}
#searchForm .formbutton{
	width:auto;
	}
#searchForm .price{
	margin-left:5px;
	width:6em;
	}
#searchForm .btns{
	margin-top:5px;
	}
.chapter-select{
	padding:5px;
	}
#fld-q {
	float: left;
	width: 254px;
	font-size: 100%;
	}
#btn-search {
	float: right;
	width: 58px;
	margin-left: 10px;
	}


/** NAVIGATION **/

#navigation {
	float: right;
	width: 818px;
	width: 688px;
	height: 42px;
	padding-left: 130px;
	background-color: #e6e6e6;
	}

#extra-nav {
	float: right;
	width: 140px;
	}

#login {
	float: left;
	width: 80px;
	background: url('/image/extranav-line.gif') no-repeat left center;
	}
#login a {
	display: block;
	height: 42px;
	line-height: 42px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	}
#loginForm p{
	margin-bottom:5px;
	}
#loginForm .formbutton{
	width:auto;
	margin-right:5px;
	}

#cart {
	float: left;
	width: 60px;
	z-index: 100;
	position: relative;
	background: url('/image/extranav-line.gif') no-repeat left center;
	}
#cart #cart-btn {
	width: 58px;
	height: 42px;
	background: url('/image/cart-btn.gif') no-repeat;
	}
#cart #cart-btn a {
	height: 42px;
	display: block;
	color: #999999;
	text-decoration: none;
	}
#cart #cart-btn a span {
	display: block;
	}
#cart #cart-btn span.txt {
	height: 0px;
	text-indent: -999em;
	}
#cart #cart-btn span.amount {
	line-height: 42px;
	text-indent: 23px;
	}
#cart #cart-btn a.open {
	background: url('/image/cart-btn-open.gif') no-repeat left center;
	}
#cart .body {
	top: 35px;
	right: 2px;
	z-index: 20;
	width: 255px;
	width: 280px;
	position: absolute;
	padding-top: 10px;
	background: url('/image/cart-bg-top.png') no-repeat 1px top;
	}
#cart .body-inside {
	padding: 0px 11px 20px 25px;
	background: url('/image/cart-bg.png') no-repeat left bottom;
	}

#cart table {
	width: 100%;
	}
#cart td {
	width: auto;
	}
#cart td.price {
	width: 25%;
	}

tr.item {
	}
tr.total {
	}
tr.link {
	}

tr.link td,
td.del {
	text-align: right;
	}
tr.item td,
tr.total td {
	border-bottom: 1px solid #cccccc;
	}

td.prod {
	width: 60%;
	padding-left: 15px;
	}
tr.item td.prod {
	background: url('/image/arrow-lgray.gif') no-repeat left center;
	}
tr.total .prod {
	font-weight: bold;
	}
td.price {
	width: 40%;
	}
tr.total .price {
	color: #ff5c00;
	font-weight: bold;
	}
td.del a {
	padding: 0px 3px;
	text-decoration: none;
	background: url('/image/cart-del.gif') no-repeat center center;
	}
td.del a span {
	visibility: hidden;
	}
tr.link a {
	padding-right: 15px;
	background: url('/image/arrow-px.gif') no-repeat right center;
	}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	}
#nav ul {
	background-color: skyblue;
	}
#nav a {
	color: #444444;
	height: 42px;
	line-height: 42px;
	display: block;
	padding: 0px 12px;
	text-decoration: none;
	}
#nav ul a {
	padding: 0;
	}

#nav .active a {
	color: #ff5c00;
	}

#nav li {
	float: left;
	width: auto;
	}
#nav li ul {
	position: absolute;
	width: 20em;
	left: -999em;
	}
#nav li ul ul {
	margin: -1em 0 0 20em;
	}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
	}


/** CONTENT - DEFAULT **/

#hp #chapters {
	background-image: none;
	}
#chapters {
	margin-bottom: 20px;
	background: url('/image/1px-gray.gif') repeat-x left bottom;
	}


#hp .chapter-nav {
	margin-top: 40px;
	}
#hp .chapter-nav li.top {
	height: 55px;
	line-height: 55px;
	}

.chapter-nav {
	padding: 0;
	clear: both;
	overflow: hidden;
	list-style: none;
	margin: 30px 0px 0px 0px;
	}
.chapter-nav ul{
	width: 233px;
	clear: both;
	padding: 0;
	list-style: none;
	position: absolute;
	margin: -1px 0px 0px -1px;
	}

.chapter-nav ul ul {
	position: static;
	margin-left: -15px;
	}
.chapter-nav ul ul ul {
	margin-left: -25px;
	}

.chapter-nav ul li.open {
	height: auto;
	}

.chapter-nav ul,
.chapter-nav li.open ul ul,
.chapter-nav .opened ul ul,
.chapter-nav li.open li.open ul ul {
	display: none;
	}
.chapter-nav li.open ul,
.chapter-nav li.open li.open ul,
.chapter-nav li.open li.open li.open ul,
.chapter-nav .opened ul {
	display: block;
	z-index:1000;
	}

.chapter-nav li {
	display: block;
	width: 233px;
	height: 39px;
	line-height: 39px;
	font-size: 140%;
	text-indent: 10px;
	border: 1px solid #cccccc;
	background: #f3f3f3;
	}

#hp .chapter-nav .top,
.chapter-nav .active {
	font-size: 170%;
	}
.chapter-nav .top > a {
	color: #81725e;
	}
#hp .chapter-nav .top > a {
	color: #ff5c00;
	}
#hp li.coll{
	background-color:#FFF;
	}
.chapter-nav .tgl,
.sub-chapter .tgl {
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	background: url('/image/arrow-lgray-down.gif') no-repeat center center;
	}
#home-chapters .chapter-nav .tgl,
#chapters .chapter-nav .tgl{
	background: url('/image/arrow-gray-first-down.gif') no-repeat center center;
	}
#home-chapters .chapter-nav ul .tgl,
#chapters .chapter-nav ul .tgl{
	background: url('/image/arrow-gray-down.gif') no-repeat center center;
	}
.chapter-nav .active {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	}
.chapter-nav ul li {
	float: none;
	clear: both;
	width: 223px;
	width: 218px;
	height: 19px;
	font-size: 8pt;
	line-height: 19px;
	border-top: 0;
	padding-left: 15px;
	background:  #ffffff url('/image/arrow-lgray.gif') no-repeat 10px 6px;
	}
.chapter-nav ul ul li,
.sub-chapter ul li {
	background-position: 25px 6px;
	}
.chapter-nav ul ul ul li,
.sub-chapter ul ul li {
	background-position: 35px 6px;
	}

#leftbar #dieet,
.chapter-nav #dieet,
#infoOrder .dieet h3 {
	background-image: url('/image/arrow-block-blue.gif');
	background-position: 7px 2px;
	}
#leftbar #drink,
.chapter-nav #drink,
#infoOrder .drink h3 {
	background-image: url('/image/arrow-block-green.gif');
	background-position: 7px 2px;
	}
#leftbar #sonde,
.chapter-nav #sonde,
#infoOrder .sonde h3 {
	background-image: url('/image/arrow-block-yellow.gif');
	background-position: 7px 2px;
	}
#leftbar #stofwisseling,
.chapter-nav #stofwisseling,
#infoOrder .stofwisseling h3 {
	background-image: url('/image/arrow-block-purple.gif');
	background-position: 7px 2px;
	}
#leftbar #eiwitarm,
.chapter-nav #eiwitarm,
#infoOrder .eiwitarm h3 {
	background-image: url('/image/arrow-block-orange.gif');
	background-position: 7px 2px;
	}
#leftbar span.arrow{
	background-image: url('/image/arrow-gray.gif');
	}

.chapter-nav ul ul li {
	border: 0;
	width: 208px;
	font-size: 100%;
	padding-left: 25px;
	border-top: 1px solid #cccccc;
	}
.chapter-nav ul ul ul li {
	width: 198px;
	padding-left: 35px;
	}
#hp #webshop ul {
	border-top: 1px solid #cccccc;
	}
#hp #webshop ul ul {
	border-top: 0;
	}
.chapter-nav li ul ul {
	margin-top: 0;
	}

.chapter-nav a {
	width: 200px;
	color: #444444;
	display: inline-block;
	text-decoration: none;
	margin-left: -10px;
	}
.chapter-nav ul a {
	width: 185px;
	}
.chapter-nav .active a {
	color: #ff5c00;
	}


.sub-chapter,
.sub-chapter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sub-chapter {
	}
.sub-chapter .js ul,
.sub-chapter .open ul ul,
.sub-chapter .open .open ul ul {
	display: none;
	}
.sub-chapter .open ul,
.sub-chapter .open .open ul,
.sub-chapter .open .open .open ul {
	display: block;
	}
.sub-chapter li {
	min-height: 19px;
	line-height: 19px;
	border: 1px solid #cccccc;
	border-top: 0px;
	background: #ffffff url('/image/arrow-lgray.gif') no-repeat 10px 6px;
	}
.sub-chapter li.open .tgl,
.sub-chapter li.open li.open .tgl {
	background-image: url('/image/arrow-orange-up.gif');
	}
.sub-chapter li.open li .tgl {
	background-image: url('/image/arrow-lgray-down.gif');
	}
.sub-chapter ul li {
	border: 0;
	/* border-top: 1px solid #cccccc; */
	}
.sub-chapter a {
	width: 185px;
	color: #444444;
	padding-left: 25px;
	display: inline-block;
	text-decoration: none;
	}

#leftbar .sub-chapter li {
	border-left: 0;
	border-right: 0;
	}

.sub-chapter .active a,
.sub-chapter .open a,
.sub-chapter .open .active a,
.sub-chapter .open .open a,
.sub-chapter .open .open .active a { /* added by marcelius */
	color: #ff5c00;
	}
.sub-chapter .active li a,
.sub-chapter .open li a,
.sub-chapter .open .active li a,
.sub-chapter .open .open li a {
	color: #444444;
	}

.sub-chapter ul a {
	width: 170px;
	padding-left: 40px;
	}
.sub-chapter ul ul a {
	width: 160px;
	padding-left: 50px;
	}


#home-chapter-img {
	overflow: hidden;
	}
#home-chapter-img .coll {
	/*height: 80px;*/
	}
#home-chapter-img img {
	border: 1px solid #cccccc;
	border-top: 0px;
	}


/** CONTENT - HOMEPAGE **/

#visual {
	height: 195px;
	height: 175px;
	padding-top: 20px;
	background: url('/image/visual2.jpg') no-repeat;
	}
#visual h1,
#visual p {
	clear: right;
	float: right;
	width: 410px;
	text-align: right;
	padding-right: 20px;
	}

#visual h1 {
	color: #ffffff;
	visibility: hidden;
	font-weight: normal;
	}
#visual p {
	margin-top: 10px;
	font-style: italic;
	font-family: Georgia, serif;
	}
#visual .readmore {
	margin-top: 0;
	}
#visual .readmore a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 12px;
	background: url('/image/arrow-white-px.gif') no-repeat 0px 4px;
	}

#home-news {	
	overflow: hidden;
	margin-top: 10px;
	}
#home-news .coll {
	width: 213px;
	height:85px;
	overflow:hidden;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #e6e6e6;
	}
#home-news h2 {
	font-size: 100%;
	}
#home-news h2 a {
	color: #ff5c00;
	}
#home-news .content {
	height: 3.7em;
	overflow: hidden;
	}
#home-news a {
	color: #444444;
	text-decoration: none;
	}

/** TEAM **/
.jcarousel-skin-ie7{

	}
.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 440px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width: 440px;
    height: 135px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 100px;
    height: 135px;
    border: 1px solid #fff;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 10px;
}

/** CONTENT - GENERIC LIST **/
p.pdf a{
	background: #fff url(/image/icon_pdf.gif) no-repeat 0 0;
	padding-left:1.5em;
	}
p.pdf{
	margin-top:1em;
	}

.list-item {
	width:460px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	}
.list-item img,
.list-item-one img {
	float:left;
	margin-right:1.0em;
	margin-bottom:0.5em;
	}
.list-item-img-right img{
	float:right;
	}
.list-item p.read-more{
	text-align:right;
	}

/** ORDER INFOMATERIALS **/
.group {
	overflow:hidden;
	}
#infoOrder .group .tgl{
	background: url("/image/arrow-lgray-down.gif") no-repeat scroll center center transparent;
	}
#infoOrder .open  .tgl{
	background: url("/image/arrow-orange-up.gif") no-repeat scroll center center transparent;
	}
	
#infoOrder .group h3{
	color:#444444;
	background-repeat:no-repeat;
	margin-left:-5px;
	border-top:1px solid #CCCCCC; 
	background-position: 7px 9px;
	padding: 5px 0px ;
	}
#infoOrder .group.last{
	border-bottom:1px solid #CCCCCC; 	
	}
#infoOrder .group h3 .txt{
	margin-left:27px;
	cursor:pointer;
	display:inline-block;
	width:413px;
}
#infoOrder .group .last{
	border-bottom:0;
	}
#infoOrder .open h3{
	color:#FF5C00;
	}
.group a.toggle{
	margin-left:1em;
	}
.group-item {
	overflow:hidden;
	margin:1em 0;
	}
.group-item img{
	float:left;
	}
#infoOrder, .fillform {
	margin-top:40px;
	}
#infoOrder .text{
	float:left;
	width:390px;
	}
#infoOrder .order{
	float:right;
	/*height:140px;*/
	width:60px;
	}
#infoOrder .order input{
	width:5em;
	}

#infoOrder .FormTextbox label{
	width:14em;
	}
	
#infoOrder .text p{
	clear:none;
	}
/** SIDEBAR **/

.chapter-space {
	margin-top: 19px;
	}

.left-block {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #e6e6e6;
	}
.left-block h3 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
	}

#left-search input, #left-brands input {
	width: 58px;
	}
#left-search input.q, #left-brands .supliers {
	width: 140px;
	margin-right: 10px;
	}
#left-brands .supliers{
	float:left;display:inline;
	}
#left-search .readmore {
	padding-top: 7px;
	}

/** CONTENT - NEWS **/

#news-list ul {
	border-top: 1px solid #CCC;
	}
#news-list li {
	min-height: 19px;
	line-height: 19px;
	border-bottom: 1px solid #CCC;
	}
#news-list li .date {
	color: #999999;
	padding-right: .6em;
	}

.list-news-other{
	padding-top:2.5em;
	}

.list-news-other li{
	list-style-type:none;
	}

.list-news-other ul{
	padding:0;margin:0;
	}
.list-news-other a:link,.list-news-other a:visited, .list-news-other a:hover, .list-news-other a:active{
	color:#444;
	text-decoration:none;
	}
.list-news-other a:hover{
	text-decoration:underline;
	}
/** CONTENT - FAQ **/
.faq-item h3{
	font-size:120%;
	}

ul.faq li{
	list-style-type:none;
	}

ul.faq{
	margin: 5px 0px 10px 0px;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}


.faq-item{
	margin-top:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:30px;
	}

.faq-item-first{
	margin-top:20px;
	}

.faq-item h3{
	margin-bottom:5px;
	}

.faq-item a.anchor{
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}

.faq-cat a{
	color:#000;
	}
.faq-cat-current a{
	color:#FF5C00;
	}
.weblink-link a{
	font-weight:normal;
	margin-left:1em;
	}

/** CONTENT - GLOSSARY **/
#letter-nav{
	text-align:center;
	font-size:110%;
	}
.letter-spacer{
	margin-left:3px;margin-right:3px;
	}
.glossary{clear:both;}
.glossary h3.letter{
	margin-top:20px;
	}
.glossary-item h3{
	margin-top:1em;
	}
.glossary-item{
	border:none;
	border-top:1px solid #ccc;
	padding-bottom:20px;
	}

/** CONTENT - RECIPES **/

.recipe-content h4{
	font-weight:bold;
	font-style:normal;
	margin-top:1.0em;
	}
.recipe-content h3{
	margin-top:10px;
	margin-bottom:10px;
	}
ul.recipes{
	border-top:1px solid #ccc;
	margin-left:0px;
	}

ul.recipes li{
	border-left: 0;
	border-right: 0;
	}

ul.recipes-items li{
	background-image:none;
	border:none;
	}
ul.recipes a.tree-category{
	width:410px;
	text-decoration:none;
	}
ul.recipes a.tree-item-active{
	color: #FF5C00;
	}
.recipes-container ul a.tree-category{
	color:#444;
	text-decoration:none;
	}
#recipies .sub-chapter ul a{
	width:100%;
	}

.recipes-container ul a.tree-item{

	}
.recipe-content .img{
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	}

/** CONTENT - RESEARCH **/
.research h3{
	color:#444;
	}
.research-header{
	margin-bottom:5px;
	}

/** CONTENT - GENERATOR **/

#content {
	float: left;
	overflow: hidden;
	margin-left: 10px;
	}
#content-small {
	float: left;
	margin-right: 10px;
	}

#crumbs,
.sidecrumb {
	height: 20px;
	line-height: 20px;
	}
#crumbs {
	margin: 0px -10px;
	padding: 0px 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	}
.coll-3 #crumbs {
	margin-left: 0px;
	margin-right: 0px;
	}

#crumbs a {
	color: #444444;
	text-decoration: none;
	}
#crumbs .active {
	color: #ff5c00;
	}
#crumbs .crumb-seperator{
	margin-left:5px;
	margin-right:5px;
	}
#leftbar {
	padding-top: 20px;
	}
#leftbar .sub-chapter {
	border-top: 1px solid #cccccc;
	}

#sidebar,
#leftbar {
	float: left;
	width: 235px;
	}
#sidebar .banner,
#sidebar .sideitem {
	/* margin-bottom: 5px; */
	border-bottom: 10px solid #ffffff;
	}
#sidebar .banner *,
#sidebar .sideitem * {
	display: block;
	}

#poll {
	overflow: hidden;
	padding: 15px 10px;
	background: #e6e6e6;
	}

#poll .question {
	margin: 5px 0px 15px 0px;
	}

#poll .field {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	}
#poll label {
	width: 190px;
	}

#poll .fld-radio input {
	border: 0;
	}

#poll .vote {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
	}

#poll .fld-button {
	clear: none;
	width: 75px;
	float: right;
	}
#poll #btn-vote {
	width: 58px;
	float: right;
	}

#poll .note {
	float: left;
	width: 120px;
	height: 23px;
	line-height: 25px;
	}

#poll.sideitem{
/*	margin-bottom:15px; */
	}

/** FOOTER **/

#footer {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	}
#footer p {
	width: 485px;
	font-size: 90%;
	padding: 20px 0px 0px 0px;
	}
#footer .right {
	text-align: right;
	}
#footer a {
	color: #444444;
	text-decoration: none;
	}


/** FORM BUILDER **/

p.FormRadioButton input {
	width: auto;
	border: 0;
	}
p.FormRadioButton label {
	margin: 4px auto auto;
	}
form p.FormTextArea label,
form p.FormSubmit label,
form p.msg label {
	display: none;
	}
form p.FormCheckbox label {
	width: auto;
	}
form label.value {
	width: auto;
	}





/** SHOP **/
.content-89{
	width:700px;
	}

.coll-3 h1,
.coll-3 h2,
.coll-3 #prod-info,
.coll-3 #prod-moreinfo {
	margin-left: 10px;
	}

.coll-3 div.top{ /*generator content in shop*/
	padding-left:10px;
	}

	/* Shop colors */

.dieet h1, .dieet table.shop th,
	.dieet .big { color: #00A0D1; }
.dieet #filter, .dieet #shopcart,
	.dieet table.shop .info a, #fav .info-dieet a  { background-color: #00A0D1; color: #FFF; }
.dieet p.em span { background-color: #3BB3C9; }
.dieet table.shop th { background-color: #D4EFF7; }
#prod-detail.dieet .list li, #prod-detail.dieet ul li { background-image: url('/image/webshop/li-blue.gif'); }
.dieet .back a { background-image: url('/image/webshop/arrow-back-blue.gif'); }


.drink h1, .drink table.shop th,
	.drink .big { color: #bcbe00; }
.drink #filter, .drink #shopcart,
	.drink table.shop .info a, #fav .info-drink a { background-color: #bcbe00; }
.drink p.em span { background-color: #c8c92d; }
.drink table.shop th { background-color: #ebebb2; }
#prod-detail.drink .list li, #prod-detail.drink ul li { background-image: url('/image/webshop/li-green.gif'); }
.drink .back a { background-image: url('/image/webshop/arrow-back-green.gif'); }


.sonde h1, .sonde table.shop th,
	.sonde .big { color: #FCC613; }
.sonde #filter, .sonde #shopcart,
	.sonde table.shop .info a, #fav .info-sonde a  { background-color: #FCC613; }
.sonde p.em span { background-color: #F6D34A; }
.sonde table.shop th { background-color: #FEEEB8; }
#prod-detail.sonde .list li, #prod-detail.sonde ul li { background-image: url('/image/webshop/li-yellow.gif'); }
.sonde .back a { background-image: url('/image/webshop/arrow-back-yellow.gif'); }


.stofwisseling h1, .stofwisseling table.shop th,
	.stofwisseling .big { color: #9A6EA9; }
.stofwisseling #filter, .stofwisseling #shopcart,
	.stofwisseling table.shop .info a, #fav .info-stofwisseling a  { background-color: #9A6EA9; color:#FFF;}
.stofwisseling p.em span { background-color: #AE8DAB; }
.stofwisseling table.shop th { background-color: #E9DFEC; }
#prod-detail.stofwisseling .list li, #prod-detail.stofwisseling ul li { background-image: url('/image/webshop/li-purple.gif'); }
.stofwisseling .back a { background-image: url('/image/webshop/arrow-back-purple.gif'); }

.eiwitarm h1, .eiwitarm table.shop th,
	.eiwitarm .big { color: #ed7703; }
.eiwitarm #filter, .eiwitarm #shopcart,
	.eiwitarm table.shop .info a, #fav .info-eiwitarm a { background-color: #ed7703; color: #FFF; }
.eiwitarm p.em span { background-color: #f29942; }
.eiwitarm table.shop th { background-color: #FFDAB7; }
#prod-detail.eiwitarm .list li, #prod-detail.eiwitarm ul li { background-image: url('/image/webshop/li-orange.gif'); }
.eiwitarm .back a { background-image: url('/image/webshop/arrow-back-orange.gif'); }
.eiwitarm #filter .formbutton, 
	.eiwitarm #shopcart p.button a{ background-color:#81725F; } /* special for eiwitarm */

#filter.no-filter{
	background-image: url('/image/toebehoren.jpg');
	}

table.shop th{
	font-weight:bold;
	}

	/* Shop layout */

.nocat,
.back a {
	color: #444444;
	}

.back a {
	padding-left: 18px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	}

.price .big {
	font-size: 16pt;
	line-height: 1;
	font-weight: bold;
	}
.price strong {
	padding-top: 4px;
	}

#prod_detail_add strong,
#prod_detail_add label {
	padding-top: 2px;
	}
#prod_detail_add label {
	width: 40px;
	}
#prod-detail input, #prod-detail .select-lengte {
	width: 70px;
	}
#prod_detail_add .formbutton {
	float: right;
	width: 130px;
	margin-left: 10px;
	}
#prod_fav_add .formbutton{
	width:150px;
	}
p.back {
	text-align: right;
	float:right;
	margin-top:5px;
	}

#shop-header {
	overflow: hidden;
	margin-bottom: 20px;
	}
#shop-header h2{
	margin-top:1em;
	}
#filter,
#shopcart {
	height: 160px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#filter h2,
#shopcart h2 {
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 10px;
	}
#prod-list #filter h2 {
	margin-left: 0px;
	}

#filter fieldset {
	height: 75px;
	border: 0px;
	overflow: hidden;
	margin-top: 0px;
	}
#filter .field,
#filter ul li {
	width: 45%;
	float: left;
	padding: 1px 0px -1px;
	overflow: hidden;
	}
#filter .field input {
	height: auto;
	}
#filter .field-submit {
	margin-left: 45%;
	}
#filter .field-submit input {
	height: 23px;
	}
#filter ul {
	margin-left: 10px;
	}
#filter ul span.check,
#filter ul span.uncheck {
	float: left;
	width: 13px;
	height: 13px;
	line-height: 13px;
	display: block;
	color: #ffffff;
	text-indent: -99em;
	margin-right: 5px;
	margin-top: 2px;
	background: url('/image/webshop/filter-checked.gif') no-repeat;
	}
#filter ul span.uncheck {
	background-image: url('/image/webshop/filter-unchecked.gif');
	}
#filter input {
	width: auto;
	border: 0px;
	}

#shopcart h2,
#shopcart p {
	margin: 0px 10px;
	}
#shopcart p.em {
	overflow: hidden;
	}
#shopcart p.em span {
	float: left;
	display: block;
	padding: 5px 11px;
	text-align: center;
	}
#shopcart p.em .numItems {
	width: 65px;
	}
#shopcart p.em .totalPrice,
#shopcart .button a {
	width: 105px;
	float: right;
	}
#shopcart .button a {
	padding: 0px 11px;
	}
#shopcart p.em .totalPrice {
	margin-bottom: 10px;
	}
#shopcart .button {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	}
#shopcart p.em span strong {
	color: #ffffff;
	font-size: 12pt;
	}

/*
p.button a {
	display: block;
	color: #ffffff;
	background: orange;
	text-decoration: none;
	}
*/

table.shop {
	width: 100%;
	border-collapse: collapse;
	}

table.shop th {
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	}
table.shop .img { text-align:center; }
table.shop .prod { width: 55%; }
table.shop .price { width: 9%; font-weight:bold; }
table.shop .amount { width: 11%;  }
table.shop .info { text-align: center; }
table.shop .add { width: 20%; }

table.shop td {
	padding: 3px 0px;
	border-bottom: 1px solid #cccccc;
	height:48px;
	vertical-align:middle;
	}
table.shop .prod, table.shop .img{
	padding-left: 10px;
	}

table.shop .prod span {
	display: block;
	}
table.shop .prod span.note{
	font-size:11px;
	font-weight: normal;
	}
table.shop .prod .name {
	color: #FF5C00;
	}
table.shop .prod a {
	text-decoration:none;
	}
/*
table.shop .price {
	font-weight: bold;
	}
*/
table.shop .amount input {
	width: 6em;
	border: 1px solid #cccccc;
	margin-right:15px;
	}

table.shop .edit input{
	width: 12em;
	}
table.shop .edit2 input{
	width: 6em;
	}
#fav .editLast input {
	margin-left: 5px;
	}
#fav .edit2 p{
	margin:0;
	padding-left:10px;
	}
#fav .edit2 p a span{
	margin-left:5px;
	margin-right:5px;
	}
table.shop .info a {
	width: 22px;
	height: 22px;
	display: block;
	text-indent: -22px;
	overflow: hidden;
	text-align: left;
	background: url('/image/shop-information.gif') no-repeat center center;
	text-decoration:none;
	}

table.shop .add {
	text-align: right;
	}
table.shop .add input {
	width: 145px;
	/*
	border: 0px;
	color: #ffffff;
	font-size: 100%;
	background: #FF5C00;
	*/
	}
.prod-pages{
	margin-left:11px;
	}

	/* Shop detail layout */

#prod-name {
	font-size: 16pt;
	}

#prod-detail p {
	overflow: hidden;
	}
#prod-info-order p strong {
	float: left;
	width: 150px;
	}

#prod-info {
	width: 415px;
	padding-left: 0px;
	margin-bottom: 40px;
	}
#prod-img {
	width: 290px;
	height: 275px;
	overflow: hidden;
	margin-bottom: 40px;
	}
#prod-img p{
	text-align:center;
	}
#prod-detail #filter {
	clear: both;
	height: auto;
	margin-bottom: 40px;
	padding-bottom:1.5em;
	}

p.pair {
	clear: both;
	overflow: hidden;
	}
p.pair span {
	float: left;
	display: block;
	}
p.pair .first {
	 width: 150px;
	}
p.pair-sub .first {
	width: 120px;
	padding-left: 30px;
	}
p.pair .last {
	clear: right;
	width: 260px;
	}

#prod-detail .list,
#prod-detail .list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#prod-detail .list, #prod-moreinfo ul {
	clear: both;
	overflow: hidden;
	margin-left:0;
	}
#prod-detail .list li, #prod-moreinfo ul li {
	padding-left: 8px;
	background-position: 0px 7px;
	background-repeat: no-repeat;
	}


/** SHOP POPUP **/

#shop-dialoge {
/*	padding: 20px 10px; */
	background: #ffffff;
	}
#shop-dialoge #header {
	background: none;
	}
#shop-dialoge h1 {
	height: 29px;
	line-height: 29px;
	color: #444444;
	font-size: 14pt;
	font-weight: normal;
	text-align: right;
	background: #e6e6e6;
	padding-right: 10px;
	}
#shop-dialoge h2, #add-product h2 {
	color: #444444;
	font-size: 12pt;
	font-weight: normal;
	}
#dialog-dialoge{
	margin-left:10px;
	}
#add-product h2{
	margin-left:0px;
	}

#add-product{
	/*margin-left:10px;*/
	}
#add-product table {
	margin-top: 20px;
	margin-bottom: 50px;
	}
#add-product table th,
#add-product table td {
	padding: 2px 0px;
	}
#add-product table th {
	color: #ff5c00;
	font-weight: bold;
	border-bottom: 1px solid silver;
	}
#add-product table .total td {
	border-top: 1px solid silver;
	background-color: #dddddd;
	}
#add-product table tr.add-prod-line td {
	border-bottom:1px solid silver;
	}
#add-product .totalMsg {
	padding-left: 10px;
	}
#add-product table .totalPrice {
	font-size: 14pt;
	font-weight: 500;
	}
#add-product table td{
	height:32px;
	}
#add-product table td.prod{
	font-weight:bold;
}
/*
#add-product table td.price, #add-product table td.nof-items, #add-product table td.sub-total{
	width:100px;
	}
*/
#add-product-nav {
	overflow: hidden;
	}
#add-product-nav p {
	float:left;
	padding-right:5px;
	}
#add-product-nav p a, #add-product-nav p input{
	padding-left:5px;
	padding-right:5px;
	}
#add-product-nav p input{
	width:auto;
	padding-bottom:2px;
	}
.add-product-nav-buttons p{
	clear:none;
	}

/* CHECKOUT */

#checkout-address .fld-radio label{
	width:auto;
	}
#checkout-address ul{
	list-style-type:none;
	margin:-5px 0 1em 2em;
	}
#checkout-notes p.date{
	display:inline;
	}
#checkout-notes .calendarContainer tr.label td{
	font-size:100%;
	letter-spacing:0.1em;
	}
#checkout-notes .calendarContainer tr.label label{
	width:auto;
	}
#basket .info{
	width:125px;
	text-align:left;
	}


/* SEARCHMODULE */
#searchResults img{
	display:inline;
}
#searchResults .searchResult{
	margin-bottom:1em;
}
#searchResults .url{
	font-size:90%;
	}
#searchNavigation .searchResultPage{
	margin-right:1em;
}
#searchResults .pricetype{
	float:left;
	display:inline;
}
#cat-selector{
	height:150px;
	border:1px solid #ccc;
	scroll:auto;
	overflow:auto;
}
.chapter-list, .chapter-sub{
	overflow:hidden;
	}

.chapter-group{
	margin-left:1em;
	}
.chapter-groupname{
	font-weight:bold;
	}
#cat-selector .checkbox{
	width:auto;
	border:none;
	}
#cat-selector label{
	display:inline;
	float:none;
	width:auto;
	}
#filter.filter-selector{
	border:1px solid #ccc;
	height:85px;
}

.notice, .nednews-msg{color:#FF5C00;font-weight:bold;margin:1em auto;}

/* INVOICE */
.invoices ul.invoice-list{list-style-type:none;margin-left:0;}

/* NEDNEWS */
.nednews th{font-weight:bold;}
.nednews .newsletter,.nednews .date{vertical-align:top;}
.nednews th.date{width:100px;}
.nednews .newsletter{padding-right:10px;padding-bottom:10px;}

.nednews-interesses{float:left;margin-left:15em;list-style-type:none;}
.nednews-interesses input {width:auto;}
.nednews-interesses label{}
.nednews-interesses li {clear:both;}

/* SECURE */
#changePasswd{
	display:none;
}
a.forget{
	margin-left:1em;
}

/* VOEDINGSKOMPAS */
.searchInfo p{float:left;}
.searchInfo p.second{float:right;}
.searchResultsKompas{
	clear:both;
}

table.shop .v-prod{
	width:150px;
	padding-right:10px;
}
table.shop .zi-code{
	padding-left:10px;
	padding-right:10px;
}

/* PUBLICATIES */
.publicaties-list{
	margin-top:20px;
}
