body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
A {
  color: #6699DD;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

#headerLogo {
	text-align: left;
}

table.categories {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

tr.categories{
	cursor: hand;
	cursor: pointer;
}

td.categories {
	height:50px;
    font-size: 16px;
    font-weight: bold;
	border-top-color: #AAAAAA;
    border-top-style: solid;
    border-top-width: thin;
	border-bottom-color: #AAAAAA;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

hr.separator {
	border: 0px; 
	background-color: #AAAAAA; 
	height: 1px;
}

td.smallText, span.smallText, p.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
td.midText, span.midText, p.midText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
A.midText { 
  color: #FFFFFF; 
}
}
span.orderEdit {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

td.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
	
td.review {
	padding-left:10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

td.footer{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

table.productsGrid {
  border-collapse: collapse;
}

td.productsGrid{
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #9a9a9a;
}
table.productCell{
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  height: 100%;
}

td.stockWarning {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

#mobileButton table{
  background: url(../images/greybutton/background.gif) repeat-x;
  border-collapse: collapse;
}

#mobileButton td{
  height: 23px;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: navy;
  vertical-align: middle;
  padding: 0px;
  border: 0;
  cursor: pointer;
}

#mobileForm input[type="text"],input[type="password"], select {
	width: 150px;
}

#productAttribute select {
	width: 100px;
}

#errorMsg {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TABLE.headerNavigation {
	
	background-color: #C00000;
	
}

TD.headerNavigation {
  font-family: Helvetica;
  font-size: 16px;
  font-weight : bold;
  text-align: center;
}

TD.headerNavigation A { 
  color: #FFFFFF;
  margin-right: 5px;
}



A.headerNavigation:hover {
  color: #6699DD;
}
TD.footerNavigation {
  font-family: Arial;
  font-size: 10px;
  font-weight : bold;
  text-align: center;
}

TD.footerNavigation A { 
  color: #FFFFFF;
  margin-right: 5px;
}

A.footerNavigation:hover {
  color: #ffffff;
}
TABLE.breadNavigation {
	
	background-color: #E1F1FF;
	
}

TD.breadNavigation {
  font-family: Arial;
  font-size: 10px;
  font-weight : bold;
  text-align: left;
}

TD.breadNavigation A { 
  color: #6699DD;
  margin-right: 5px;
}



A.breadNavigation:hover {
  color: #6699DD;
}
/*
body > *:not(.toolbar) {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 71px;
    width: 100%;
    min-height: 360px;
}

body img {
	border:none;
}

body[orient="landscape"] > *:not(.toolbar) {
    min-height: 256px;
}

body > *[selected="true"] {
    display: block;
}

body > *:not(.toolbar) a[selected], body > *:not(.toolbar) a:active {
    background-color: #FAF09E !important;
    background-image: url(listArrowSel.png), url(selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #2D670E !important;
}

a[selected="progress"] {
    background-image: url(loading.gif), url(selection.png) !important;
}


body > .toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #fff;
    padding: 0px;
    height: 70px;
    background: url(toolbar.png) repeat-x;
	display:block;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
	top:6px;
    left: 50%;
    margin: 1px 0 0 -104px;
    height: 43px;
    font-size: 22px;
    width: 200px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

body[orient="landscape"] > .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 5px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
}

.blueButton {
    -webkit-border-image: url(blueButton.png) 0 5 0 5;
    border-width: 0 5px;
}

.leftButton {
    left: 36px;
    right: auto;
}

#backButton {
    display: none;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(backButton.png) 0 8 0 14;
}

.whiteButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

.whiteButton {
    -webkit-border-image: url(whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.grayButton {
    -webkit-border-image: url(grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}


body #nav {
	display:block;
    position: absolute;
	top:36px;
	left:0px;
	width:100%;
    min-height:34px;
	height:34px;
	z-index:10000;
}

#nav div.nav_img {
	float:left;
}

#nav_recipes {
	width: 77px;
    height: 34px;
    background: url(../images/navigation/recipes.png) bottom left;
}

#nav_recipes img {
	width: 77px;
    height: 34px;
}

#nav_videos {
	width: 71px;
    height: 34px;
    background: url(../images/navigation/videos.png) bottom left;
}
#nav_videos img {
	width: 71px;
    height: 34px;
}

#nav_recipebox {
	width: 96px;
    height: 34px;
    background: url(../images/navigation/recipebox.png) bottom left;
}

#nav_recipebox img {
	width: 96px;
    height: 34px;
}

#nav_search {
	width: 74px;
    height: 34px;
    background: url(../images/navigation/search.png) bottom left;
}

#nav_search img {
	width: 74px;
    height: 34px;
}


body > ul > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: normal;
    list-style: none;
}

body > ul > li.group:first-child {
    top: 0;
    border-top: none;
}


a.listing {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 50px 8px 10px;
    text-decoration: none;
    color: #0E636C;
    background: url(listArrow.png) no-repeat right center;
}

li.mrb_no_personal {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 50px 8px 10px;
	border:none;
	font-size:14px;
	font-weight:normal;
}



body > ul > li.listing_title {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 1px 10px;
    background: url(listGroup.png) repeat-x;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #2D670E;
}

a.listing_recipes {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 50px 8px 10px;
    text-decoration: none;
    color: #0E636C;
    background: url(listNewWindow.png) no-repeat right center;
}

a.listing_banner {
    display: block;
    margin: -9px 0 -13px -10px;
    padding: 0x;
}

a.sponsor_title {
    display: block;
    margin: -9px 0 -13px -10px;
    padding: 0x;
}

a.listing_videos {
    display: block;
    margin: -5px 0 -8px -5px;
    padding: 5px 40px 5px 5px;
    text-decoration: none;
	font-size:18px;
    color: #0E636C;
    background: url(listVideo.png) no-repeat right center;
}

.video_thumbnail img {
    width:80px;
	height:60px;
}

a.sponsored_video {
    display: block;
    margin: -8px 0 -8px -8px;
    padding: 8px 40px 5px 8px;
    text-decoration: none;
	font-size:18px;
    color: inherit;
    background: url(listSponsoredVideo.png) no-repeat right center #FDF8D5;
}


td.video_title {
    padding-left:10px;
}

td.video_title span {
    font-size:13px;
	line-height:14px;
	font-weight:normal;
	color:#333;
}

td.brought_by_text {

	font-size:11px;
	font-weight:normal;
	color:#000;
	padding:0 5px;

}

td.brought_by_text_ns {

	font-size:11px;
	font-weight:normal;
	color:#000;
	padding:0 5px 0 0;

}

a[target="_replace"] {
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    color: cornflowerblue;
    background-color: #FFFFFF;
    background-image: none;
}

.favdiv {
    position: absolute;
	top:12px;
	right: 30px;
	width:16px;
	height:16px;
	cursor:pointer;
}

.no_data_message {
	padding:10px;
	font-size:16px;
}



    
body > .dialog {
    top: 0;
    width: 100%;
    min-height: 417px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

.dialog > fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #6d84a2;
    padding: 10px 6px;
    background: url(toolbar.png) #7388a5 repeat-x;
}

.dialog > fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
}



fieldset > label {
    position: relative;
    margin: 8px 0 0 0;
    font-size: 16px;
    color: #000;
	with:100%;
	display:block;
}

input {
    box-sizing: border-box;
    margin: 8px 0 0 0;
    padding: 6px;
    font-size: 16px;
    font-weight: normal;
}


div#search {padding:4px 0 0 0;min-height:600px;}

div#search span#search_instr {
    padding: 0 0 0 12px;
	font-size:12px;
}

div#search #suggest_box {
	clear:both;
}

input#searchString {width:95%;}

div#mrb_sign_in input#email{position:relative;width:100%;display:block;margin-bottom:10px;}
div#mrb_sign_in input#password{position:relative;width:100%;display:block;margin-bottom:14px;}
div#mrb_sign_in input#loginBtn{position:relative;width:100%;display:block;}
div#mrb_sign_in input#singinBtn{position:relative;width:100%;display:block;}
div#mrb_sign_in div#mrb_create_account {font-size:16px;padding:22px 0 0 12px;}
div#mrb_sign_in div#mrb_create_account a {color:#006600;text-decoration:underline;font-weight:bold;} 


div#search #suggest_box span div div {
    border-bottom: 1px solid #E0E0E0;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
	cursor:pointer;
    padding: 5px 40px 5px 12px;
    text-decoration: none;
    color: inherit;
    background: url(listNewWindow.png) no-repeat right center;
	}
 
form {margin:0;padding:0;}
fieldset {border:none;}
label {font-size:20px;font-weight:bold;margin:0;} 
img#searchButton {display:block;}
div#logo {width:100%;height:54px;background:url(FNheader.png) top left no-repeat;}

.panel > fieldset {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

.row  {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: right;
}

fieldset > .row:last-child {
    border-bottom: none !important;
}

.row > input {
    box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0 12px;
    height: 42px;
    background: none;
}

.row > label {
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
}

.row > .toggle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 28px;
}

.toggle {
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #FFFFFF url(toggle.png) repeat-x;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

.toggle[toggled="true"] {
    border: 1px solid #143fae;
    background: #194fdb url(toggleOn.png) repeat-x;
}

.toggleOn {
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}

.toggleOff {
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #666666;
}

.toggle[toggled="true"] > .toggleOn {
    display: block;
}

.toggle[toggled="true"] > .toggleOff {
    display: none;
}

.thumb {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 28px;    
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #ffffff url(thumb.png) repeat-x;
}

.toggle[toggled="true"] > .thumb {
    left: auto;
    right: -1px;
}

.panel > h2 {
    margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}


#preloader {
    display: none;
    background-image: url(loading.gif), url(selection.png),
        url(blueButton.png), url(listArrowSel.png), url(listGroup.png);
}
/*- cssbutton ipv normale buttons aanpassing htmloutput ------------ */
 .cssbutton {
 background: #0073CE;
 color : #FFFFFF;
 width : 78px;
vertical-align: top;
   font-weight: bold;
  font-family: Arial;
font-size: 11px;
cursor: pointer;
text-align:center;
  border: 0px;
 border-style: outset;
 border-color: #FFFFFF;
 border-spacing: 0px;
-webkit-appearance: none;
}

 
.cssbuttonsubmit{
background: #0073CE;
 width : 78px;
vertical-align: top;
color: #FFFFFF;
font-family: Arial;
font-weight: bold;
font-size: 11px;
cursor: pointer;
text-align:center;
border: 0px;
-webkit-appearance: none;
}