/* reset selectors */
*{
	font-family: tahoma;
	margin: 0px;
	padding: 0px;
}

/* default classes */
.clear {
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.newsletter{
	color: #767676;
	margin: 0px 0px 10px 0px;
	padding: 1px 2px 1px 2px;

}

.products_description{
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	margin: 20px 0px 0px 0px;
}

.products_price_button{
	margin: 20px 0px 0px 0px;
}

.products_price_break{
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	margin: 20px 0px 0px 0px;
}

.products_weight{
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	margin: 20px 0px 0px 0px;
}

.products_image a img{
	border: 1px solid #cecfcd;
	max-width: 150px;
	_width: 150px;
}

.products_quantity{
	font-family: tahoma;
  font-size: 11px;
  margin: 10px 0px 0px 0px;
}

.products_details{
	font-family: tahoma;
  font-size: 11px;
  line-height: 20px;
}

	.products_details img{
		clear: both;
		display: block;
		float: left;
		margin: 1px 5px 1px 0px;
	}

.products_name{
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}

.products_price{
	background: url('layout/price_box.png');
	color: #333333;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	text-align: center;
	width: 79px;
}

.products_special_price{
	background: url('layout/price_box.png');
	color: #333333;
	font-weight: bold;
	height: 37px;
	line-height: 16px;
	text-align: center;
	width: 79px;
}

.products_special_price span{
	color: #ff0000;
	font-size: 12px;
	text-decoration: line-through;
}

.informatie_box, .messageStackError, .messageStackWarning, .headerError {
	border: 1px #dddddd solid;
	padding: 3px;
	color: #43506f;
	font-size: 11px;
	background-color: #f0f5f9;
	margin-bottom: 5px;	
}

.headerError {
	border: #ff0000 solid 1px;
}
.messageStackSuccess {
	border: 1px #469421 solid;
	padding: 3px;
	color: #347e0b;
	background-color: #a3e47b;
	margin-bottom: 5px;	
}

.boks {
	border: 1px #dddddd solid;
	margin-bottom: 10px;
}

.boks_headerbalk {
	padding: 3px;
	padding-left: 10px;
	background-color: #f57418;
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	_width: 100%;
}

.boks_content {
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	line-height: 16px;
	_width: 100%;
}

.boks_content table.boks_content_table {
	width: 96%;
	_width:100%;
	
}

.boks_content a{
	color: #767676;
	text-decoration: none;
}

.boks_content td {
	font-size: 11px;
}


.boks_line0 td {
	height: 32px;
	background-color: #dce6f0;
	cursor: pointer;
	padding-right: 3px;
}

.boks_line1 td {
	height: 32px;
	background-color: #ffffff;
	cursor: pointer;
	padding-right: 3px;
}

.pb {
	border: 1px #f57418 solid;
}

.pb_actief {
	background: url(./layout/button_normal_middle.gif);
	height: 22px;
}

.pb_inactief {
	background: #ffffff;
	height: 22px;
}

.pb_stap_actief {
	float:left;
	background-color: #f57418;
	color: #ffffff;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	font-size: 11px;
}

.pb_tekst_actief {
	float:left;
	color: #ffffff;
	padding: 0px 4px 0px 4px;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
}

.pb_stap_inactief {
	float:left;
	background-color: #dddddd;
	color: #767676;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	font-size: 11px;
}

.pb_tekst_inactief {
	float:left;
	padding: 0px 4px 0px 4px;
	height: 22px;
	line-height: 22px;
	color: #8994ae;
	font-size: 11px;
}

.pb_tekst_inactief a{
	color: #767676;
	text-decoration: none;
}

.fields{
	display: table-row;
}

.fields2{
	display: table-row;
}

.tekstveld{
	border: 1px #f57418 solid;
}

div.hoofdpagina_header2{
	border-bottom: 1px dotted #dddddd;
	color: #ff6600;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}

/* html frame */
div#header{
	margin: 20px auto 0px auto;
	width: 960px;
}

div#logo{
	float: left;
	margin: 0px 0px 10px 20px;
	_display: inline;
}

	div#logo img{
		border: 0px;
	}

div#login{
	background: url('layout/login_box.png');
	float: right;
	height: 87px;
	width: 294px;
}
	
	div#login a{
		color: #767676;
		font-size: 11px;
		text-decoration: none;
	}

	div#login h2{
		color: #969696;
		font-size: 13px;
		font-weight: bold;
		margin: 12px 0px 0px 20px;
	}
	
	div#login hr{
		border: 0px;
		border-top: 2px dotted #969696;
		margin: 4px 0px 0px 8px;
		padding: 0px 0px 10px 0px;
		width: 278px;
	}
	
	div#login input.text{
		border: 1px solid #ececec;
		color: #767676;
		display: block;
		float: left;
		font-size: 12px;
		height: 19px;
		line-height: 19px;
		margin: 1px 5px 0px 0px;
		padding: 0px 6px 0px 6px;
		width: 105px;
	}
	
	div#login p{
		margin: 0px 0px 0px 13px;
	}

div#bar{
	background: url('layout/bar_orange.png');
	height: 41px;
	margin: 8px auto 0px auto;
	width: 960px;
}

div#menu{
	float: left;
	margin: 0px 0px 0px 20px;
	_display: inline;
}

	div#menu a{
		color: #ffffff;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
	}
	
	div#menu li{
		color: #ffffff;
		float: left;
		font-size: 10px;
		font-weight: bold;
		line-height: 40px;
	}
	
	div#menu ul{
		list-style-type: none;
	}

div#search{
	float: right;
	height: 21px;
	padding: 10px 18px 0px 0px;
}

	div#search input{
		display: block;
		float: left;
	}
	
	div#search input.text{
		background: url('layout/search_field.png');
		border: 0px;
		font-size: 10px;
		height: 21px;
		line-height: 21px;
		margin: 0px 7px 0px 0px;
		padding: 0px 8px 0px 8px;
		text-align: left;
		width: 161px;
	}

div#main{
	width: 960px;
	margin: 20px auto 0px auto;
}

div#leftBar{
	float: left;
	width: 179px;
}

div#content{
	float: left;
	margin: 0px 16px 0px 16px;
	width: 570px;
}

div#content hr{
	border: 0px;
	border-top: 1px dotted #aeaeae;
}

div#rightBar{
	float: right;
	width: 179px;
}

div#breadcrumbs{
	background: url('layout/breadcrumb_gray.png');
	color: #565354;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	width: 555px;
}

	div#breadcrumbs a{
		color: #565354;
		font-size: 11px;
		text-decoration: none;
	}
	
	div#breadcrumbs a.current{
		color: #ff6600;
	}

div#shoppingcart{
	margin: 0px 0px 20px 0px;
	width: 179px;
}

	div#shoppingcart a{
		color: #ffffff;
		text-decoration: none;
	}
	
	div#shoppingcart h2{
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		padding: 0px 0px 0px 15px;
		width: 150px;
	}
	
	div#shoppingcart hr{
		border: 0px;
		border-top: 2px dotted #ffffff;
		margin: 0px 0px 0px 8px;
		padding: 0px 0px 10px 0px;
		width: 163px;
	}
	
	div#shoppingcart p{
		color: #ffffff;
		font-size: 12px;
		margin: 0px 0px 0px 20px;
		line-height: 18px;
		padding: 0px 0px 10px 0px;
		width: 150px;
	}

	div#shoppingcart div.top{
		background: url('layout/box_green_top.png');
		height: 25px;
		padding: 12px 0px 0px 0px;
		width: 179px;
	}
	
	div#shoppingcart div.middle{
	 background: url('layout/box_green_middle.png');
	 width: 179px;
	}
	
	div#shoppingcart div.bottom{
		background: url('layout/box_green_bottom.png');
		_font-size: 0px;
		height: 11px;
		width: 179px;
	}
	
div#recipes{
}

	div#recipes div.links{
		color: #a4a4a4;
		font-size: 12px;
		margin: 0px 0px 20px 0px;
		text-align: right;
	}
	
		 a{
			color: #a4a4a4;
			font-size: 12px;
		}

	div#recipes div.recipe{
		background: url('layout/recipes_bg.png') no-repeat;
		width: 570px;
	}
	
	div#recipes div.recipe h1{
		color: #ff6600;
		font-size: 22px;
		margin: 14px 0px 25px 10px;
	}
	
	div#recipes div.recipe h2{
		color: #ff6600;
		font-size: 18px;
		margin: 14px 0px 14px 10px;
	}
	
	div#recipes div.recipe hr{
		border: 0px;
		border-top: 1px dotted #aeaeae;
	}
	
	div#recipes div.recipe p{
		color: #333333;
		font-size: 12px;
		margin: 14px 0px 14px 10px;
	}
	
	div#recipes div.recipe div.intro{
		float: left;
		width: 335px;
	}
	
	div#recipes div.recipe div.image{
		float: left;
		width: 235px;
	}
	
		div#recipes div.recipe div.image img{
			border: 1px solid #dedede;
			margin: 10px;
			width: 214px;
		}

div#recipes_categories{
	
}

	div#recipes_categories div.category{
		background: url('layout/recipe_category_bg.png') repeat-x;
		height: 236px;
		margin: 0px 0px 20px 0px;
		padding: 20px 0px 0px 0px;
	}
	
	div#recipes_categories div.category h1{
		color: #ff6600;
		font-size: 22px;
		margin: 0px 0px 25px 0px;
	}
	
	div#recipes_categories div.category p{
		font-size: 12px;
		height: 160px;
		line-height: 18px;
	}
	
	div#recipes_categories div.category div.description{
		float: left;
		margin: 0px 0px 0px 5px;
		width: 280px;
	}
	
	div#recipes_categories div.category div.image{
		float: right;
		width: 265px;
	}
	
		div#recipes_categories div.category div.image img{
			display: block;
			margin: 0px 0px 0px auto;
			max-height: 225px;
			max-width: 265px;
		}

div.box{
	margin: 0px 0px 20px 0px;
	width: 179px;
}

	div.box a{
		color: #565354;
		font-size: 11px;
		text-decoration: none;
	}
	
	div.box h2{
		color: #312e2f;
		font-size: 13px;
		font-weight: bold;
		padding: 0px 0px 0px 15px;
	}
	
	div.box h3{
		color: #ff6600;
		font-size: 13px;
		font-weight: bold;
		padding: 10px 0px 0px 15px;
	}
	
	div.box hr{
		border: 0px;
		border-bottom: 1px dotted #aeaeae;
		margin: 0px 0px 0px 3px;
		padding: 0px;
		width: 173px;
	}
	
	div.box li{
		border-bottom: 1px dotted #aeaeae;
		height: 22px;
		line-height: 19px;
		padding: 0px 0px 0px 15px;
		margin: 0px 0px 0px 3px;
		width: 158px;
		_background: url('layout/ie6_gray_dotted.jpg') repeat-x bottom;
		_border: 0px;
	}
	
		div.box li.current{
			background: #f87c00;
			_background: url('layout/ie6_box_li_current.jpg');
		}
		
			div.box li.current a{
				color: #ffffff;
			}
		
		div.box li.sub{
			background: #f8bf6f;
			_background: url('layout/ie6_box_li_sub.jpg');
		}
		
		div.box li.subcurrent{
			background: #f79a17;
		}
		
			div.box li.subcurrent a{
				color: #ffffff;
			}
	
	div.box p{
		color: #000000;
		font-size: 12px;
		margin: 0px 0px 0px 15px;
		line-height: 18px;
		padding: 5px 0px 0px 0px;
		width: 155px;
	}
	
	div.box div.top{
		background: url('layout/box_gray_top.png');
		height: 25px;
		padding: 12px 0px 0px 0px;
		width: 179px;
	}
	
	div.box div.middle{
		background: url('layout/box_gray_middle.png');
	 	width: 179px;
	}
	
	div.box div.bottom{
		background: url('layout/box_gray_bottom.png');
		height: 11px;
		width: 179px;
	}
	
	div.box div.image{
		border: 1px solid #d6d7d5;
		margin: 5px 0px 0px 12px;
		text-align: center;
		max-width: 150px;
		_width: 150px;
	}
	
		div.box div.image img{
			max-width: 150px;
			_width: 150px;
		}

div#footer{
	background: url('layout/footer_orange.png');
	height: 224px;
}

div#footerContent{
	margin: 0px auto 0px auto;
	width: 960px;
}

div#sitemap{
	background: url('layout/sitemap_bg.png') no-repeat;
	float: left;
	height: 74px;
	padding: 25px;
	width: 430px;
	_background: none;
}

	div#sitemap a{
		line-height: 18px;
	}

	div#sitemap h3{
		color: #ffffff;
		font-size: 18px;
		margin: 0px 0px 20px 0px;
	}

div#recipe{
	background: url('layout/recipe_bg.png') no-repeat;
	float: left;
	height: 74px;
	padding: 25px;
	width: 430px;
	_background: none;
}

	div#recipe div.wrap{
		margin: -18px 0px 0px 0px;
	}
	
	div#recipe h3{
		color: #ffffff;
		font-size: 18px;
		
	}
	
	div#recipe h4{
		font-family: arial;
		font-size: 14px;
		font-weight: normal;
	}
/* SimpleSuggest */
.suggest_link {
    background-color: #FFFFFF;
    padding: 2px 6px 2px 6px;
}

.suggest_link_over {
    background-color: #bbc3d3;
    color: #FFFFFF;
    padding: 2px 6px 2px 6px;
    border: red;
    cursor: pointer;
}

.suggest_link:visited {
    color: #FFFFFF
}

#search_suggest {
    position: absolute;
    float: left;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 10px;
    border: 1px solid #bbc3d3;
}
/* SimpleSuggest */
