/*** DEFAULT STYLESHEET ***/

/*________________________________________________________________________________GENERAL ELEMENTS___*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg_page.png) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* Browser default is 16px. */
	line-height: 1.125em; /* This is based on the above font size of 16px and results in 18px. */
	color: #0e0e0e;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 0.5em;
}

.csc-textpic{
	display:block;	
}

.csc-textpic-clear{
	clear:both;	
}

h4, h5, h6 {
	font-size: 1em;
	color: #333333;
}

h1 {
	margin: 0 0 1em;
	padding: 0 0 1em;
	font-size: 1.65em;
	color: #ffffff;
}

h2 {
	font-size: 1.65em;
	color: #172983;
}

h3 {
	font-size: 1.3em;
	color: #ed171f;
}

p {
	font-size: 1em;
}

p strong {
	color: #333333;
}

a {
	color: #172983;
	text-decoration: underline;
}

a:hover {
	color: #13a4d0;
}

img {
	border: none;
}

hr {
	background: url(../img/bg_line_stripes.png) repeat-x left top;
	height: 1px;
	margin: 1.5em 0;
	color: #c2c2c2;
	border: none;
	clear: both;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:none;
}

div.csc-textpic-right div.csc-textpic-imagewrap {
	float: none;
	text-align: right;
}

div.csc-textpic-image csc-textpic-lastcol {
	float:none;
}


div.csc-textpic-left div.csc-textpic-imagewrap{
	float:none;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap{
		/*float:none;*/
}

ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(../img/icon_listmarker_new.png) no-repeat left 0.55em;
	margin: 0.25em 0;
	padding-left: 1.5em;
}

ol {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}

table {
	margin: 0 0 1em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.standaardcontentblok{
	
}

a.print {
	display: none;
}

/*________________________________________________________________________________BASIC CLASSES___*/

.clear {
	clear: both !important;
	height: 0 !important;
	text-indent: -9999px !important;
	line-height: 0 !important;
	font-size: 1px !important;
}

.hidden {
	display: none !important;
}

.noborder {
	border: none !important;
}

.logo {
	display: none;
}

.nomargin {
	margin: 0 !important;
}

.floatright {
	float: right !important;
	clear: both !important;
	margin: 0 0 5px 5px;
}

.center {
	text-align: center !important;
}

/* Use the noprint class for elements which aren't allowed to be printed. */
.noprint {
	display: block !important;
}

/* Use the printonly class for elements visible only while printing a webpage. */
.printonly {
	display: none !important;
}

a.readmore {
	background: url(../img/icon_readmore.png) no-repeat left top;
	padding: 4px 0 4px 30px;
	font-size: 13px;
	color: #2e3e8f;
	text-decoration: none;
	font-weight: bold;
	}
	a.readmore:hover {
		text-decoration: underline;	
	}

/*________________________________________________________________________________BASIC FORM___*/

form legend {
	display: none;
}

form fieldset {
	margin: 0;
	border: none;
}

form fieldset.labels_right {
	text-align: right;/**/ /* Activate this for aligning the labels to the right. */
}

form fieldset br {
	clear: both;
}

form fieldset label,
form fieldset p.label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0.5em 0;
}

form fieldset label span,
form fieldset p.label span {
	position: absolute;
	top: 0;
	right: -1em;
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset input,
form fieldset textarea,
form fieldset select,
form fieldset p.filled_out {
	float: left;
	background: #ffffff;
	width: 170px;
	border: 1px solid #cccccc;
}

form fieldset input,
form fieldset textarea,
form fieldset select,
form fieldset p.filled_out,
form fieldset div.inputgroup {
	margin: 0 0 0.636em 0;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7f8182;
}

form fieldset input {
	width: 164px;
	height: 14px;
	padding: 2px 3px 0;
}

form fieldset textarea {
	width: 173px; /* Standard input width + 3px. */
	height: 100px;
	padding: 0 0 0 3px;
}

form fieldset select {
	width: 179px; /* Standard input width + 9px. */
	height: 16px;
	padding: 0;
}

form fieldset select option {
	padding: 0 3px;
}

form fieldset p.filled_out {
	background: none;
	border: none;
	text-align: left;
}

form fieldset label,
form fieldset p.label,
form fieldset p.filled_out {
	padding: 0.1em 0 0;
}

form fieldset .field_half {
	width: 85px !important;
}

form fieldset .field_quart {
	width: 42px !important;
}

form fieldset .field_eighth {
	width: 21px !important;
}

form fieldset div.inputgroup input,
form fieldset div.inputgroup label {
	float: left;
	width: auto;
}

form fieldset div.inputgroup input {
	background: none;
	margin: 0 0.25em 0 0;
	border: none;
}

form fieldset div.inputgroup label {
	height: 22px; /* Standard input height + 2px. */
	margin: 0 1em 0 0;
	text-align: left;
}

form fieldset div.inputgroup.error {
	background: none;
	border: none;
}

form fieldset div.inputgroup.error p.label {
	color: #ff3333;
}

form fieldset div.inputgroup div.inputlist {
	float: left;
	margin: 0 0 0.5em;
}

form fieldset div.inputgroup div.inputlist label {
	clear: both;
	width: 200px;
	height: auto;
	margin: 0;
}

form fieldset div.inputgroup p.hint {
	margin: 0;
	text-align: left;
	font-size: 0.8em;
}

form fieldset div.textfields label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0 0;
}

form fieldset.labels_right div.textfields label {
	text-align: right;
}

form fieldset div.textfields label span {
	position: absolute;
	top: 0;
	right: -1em;
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset div.textfields input {
	float: left;
	background: #ffffff;
	border: 1px solid #cccccc;
}

form fieldset input.button,
form fieldset input.submit {
	background: #000000;
	width: 5em;
	height: 2em;
	margin: 1em 0 1em 17em;
	padding: 0 0 0.5em;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
}

form fieldset input.button:hover,
form fieldset input.submit:hover {
	background: #333333;
}

form fieldset .error {
	background: #ffdddd;
	border: 1px solid #ff3333;
	color: #ff3333;
}
    form fieldset p.error {
        padding: 5px;
    }

form fieldset p.required_fields {
	clear: both;
	margin: 0 0 0 17em;
	text-align: left;
}

form fieldset p.required_fields span {
	font-size: 0.8em;
}

form fieldset div.form_error_report {
	clear: both;
	background: #ffdddd;
	margin: 0 0 1em;
	padding: 0.5em 1em 1em;
	border: 1px solid #ff0000;
	text-align: left;
}

form fieldset div.form_error_report p.form_error_head {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0.2em;
	color: #990000;
}

form fieldset div.form_error_report p {
	margin: 0;
	color: #ff0000;
}

/*________________________________________________________________________________GENERAL LAYOUT___*/

div#page_outerwrapper,
div#footer_wrapper {
	font-size: 0.687em; /* Based on the browser default of 16px and results in 11px. */
}

div#page_outerwrapper {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	background: url(../img/bg_page_shadow_sides.png) repeat-y #ffffff;
	width: 970px;
	margin: 0 auto;
}

div#page_innerwrapper {
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding: 0 10px 20px;
}

div#page_shadow_left,
div#page_shadow_right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 1300px;
}

div#page_shadow_left {
	left: -20px;
	background: url(../img/bg_page_shadow_left.png) no-repeat;
}

div#page_shadow_right {
	right: -20px;
	background: url(../img/bg_page_shadow_right.png) no-repeat;
}

div#page_shadow_bottom {
	position: absolute;
	left: -20px;
	bottom: 0;
	background: url(../img/bg_page_shadow_bottom.png) no-repeat;
	width: 970px;
	height: 21px;
}



/*________________________________________________________________________________HEADER___*/

div.home div#header {
	height: 477px;
}

div#header {
	width: 910px;
	height: 396px;
	margin: 0 auto;
}

/*________________________________________________________________________________CONTENT___*/

div.home div#content {
	/*background: url(../img/bg_col_blue_top_new.png) repeat-x top #f2fafe;*/
}

div#content {
	/*background: #f2fafe;*/
	width: 910px;
	margin: 0 auto;
	padding: 0 0 1em;
	z-index: 1;
}

div#content div.col2_left,
div#content div.col2_right,
div#content div.col3_left,
div#content div.col3_center,
div#content div.col3_right,
div#content div.col3_center_right {
	float: left;
/* 	height: 200px; TEMP */
}

div#content div.col2_left {
	position: relative;
	/*background: url(../img/bg_col_grey_top_new.png) repeat-x top #ffffff;*/
	width: 404px;
	margin: 0;
	padding: 0 30px 0 15px;
}

div#content div.col2_left div.overlay_shadow {
	position: absolute;
	top: 0;
	right: -6px;
	background: url(../img/bg_overlay_shadow.png) no-repeat right;
	width: 6px;
	height: 486px;
}

div#content div.col2_right {
	/*background: url(../img/bg_col_blue_top_new.png) repeat-x top #f2fafe;*/
	background: #f8f8f8;
	width: 412px;
	padding: 0 25px 0 24px;
}

div#content div.col3_left {
	position: relative;
	/*background: url(../img/bg_col_grey_top_new.png) repeat-x top #ffffff;*/
	width: 230px;
	height: 1px; /* Define with js according to overlay height */
	z-index: 10;
}

div#content div.col3_left_viewport {
	position: absolute;
	top: 2px;
	left: 0;
	overflow: hidden;
	background: #fff;
	/*background: url(../img/bg_col_grey_top_new.png) repeat-x top #ffffff;*/
	width: 215px;
	padding: 0 0 0 15px;
	z-index: 20;
}

div.search div#content div.col3_left_viewport {
	/*background: url(../img/bg_col_grey_top_search.png) repeat-x top #ffffff;*/
	width: 673px;
}

div#content div.col3_left_viewport div.overlay_indicator {
	position: absolute;
	top: 65px;
	right: 0;
	background: url(../img/spr_indicator.png) no-repeat 0 -22px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

div#content div.col3_left_viewport div.overlay_indicator_close {
	background: url(../img/spr_indicator.png) no-repeat 0 0;
	width: 22px;
	height: 22px;
}

div#content div.col3_left_viewport div.overlay_shadow {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff url(../img/bg_overlay_shadow_search.png) no-repeat top right;
	width: 11px;
	height: 100%;
}

div#content div.col3_left_viewport div.overlay_shadow div {
	position: absolute;
	top: 0;
	right: 0;
	/*background: url(../img/bg_col_overlay_shadow_new.png) no-repeat;*/
	width: 15px;
	height: 720px;
}

div#content div.col3_overlay {
	width: 647px;
	padding-top: 20px;
	padding-right: 15px;
}

div.content div#content div.col3_overlay {
	padding-top: 72px; 
}

div#content div.col3_overlay div.search_intro {
	overflow: hidden;
	background: #eeeeee;
	margin: -20px -15px 0 -15px;
	padding: 12px 0 15px 15px;
}

div#content div.col3_center {
	position: static;
	width: 420px;
	padding: 0 20px;
}

div#content div.col3_right {
	background: #fafafa;
	width: 194px;
	padding: 0 16px 0 10px;
}

div#content div.col3_center_right {
	/*background: url(../img/bg_col_blue_top_new.png) repeat-x top #f2fafe;*/
	width: 644px;
	padding-left: 20px;
	padding-right: 16px;
}

div.searchresults div#content div.col3_center_right {
	width: 680px;
	padding-left: 0;
	padding-right: 0;
}

div#content div.col2_left,
div#content div.col2_right,
div#content div.col3_left,
div#content div.col3_center,
div#content div.col3_right,
div#content div.col3_center_right,
div#content div.col3_overlay {
	padding-top: 20px;
}

div#content div.col3_overlay h1 {
	margin: 0;
	padding: 0 0 12px;
	color: #172983;
}

div#content div.col3_center h1 {
	color: #172983;
}

div#content div.col3_center_right h1 {
	float: left;
	margin-left: 0;
	color: #172983;
}

div.searchresults div#content div.col3_center_right h1 {
	margin-left: 20px;
}

div#content div.content_clear {
	clear: both;
	background: #ffffff;
}

div.col_small {
	float: left;
	width: 200px;
	margin-right: 23px;
	position: relative;
}

div.col_small_double {
	float: left;
	width: 424px;
}

div.col_small_triple {
	float: left;
	width: 672px;
}

dl.legenda {
	margin: 0 0 1em;
	padding: 0 0 1em;
}
dl.legenda dt {
	float: left;
	clear: both;
}
dl.legenda dd {
	margin-left: 25px;
}



/*________________________________________________________________________________LIGHTBOX___*/


div#shadowbox_container div#shadowbox_title {
	visibility: hidden;
}

div.lightbox {
	background: #ffffff;
	width: 400px; /* 450px */
	height: 360px; /* 400px */
	margin: 0;
	padding: 15px 20px;
	border: 5px solid #eeeeee;
	font-size: 0.687em; /*  Based on the browser default of 16px and results in 11px. */
}

div#f21_lightbox_forward_recipe {
	height: 390px; /* 430px */
}

div#f33_lightbox_order_form {
	height: 580px; /* 300px */
}

div#f34_lightbox_contact_form {
	height: 420px; /* 460px */
}

/*
div.lightbox a.link_close_lightbox {
	position: absolute;
	top: -12px;
	right: -12px;
	display: none;
	background: url(../img/bg_lightbox_close_btn.png) no-repeat;
	width: 25px;
	height: 25px;
}
*/

div.lightbox h3 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.lightbox form label,
div.lightbox form p.label {
	width: 150px;
	margin: 0 20px 0 0;
}

div.lightbox form input {
	width: 204px;
	height: 16px;
}

div.lightbox form select {
	width: 212px;
	height: 20px;
}

div.lightbox form textarea {
	width: 207px;
	height: 108px;
}

div.lightbox form div.inputgroup {
	height: 20px;
}

div.lightbox form div.inputgroup input {
	margin: 0.25em 0.75em 0 0;
}

div.lightbox form div.inputgroup label {
	height: auto;
	margin: 0 1.5em 0 0;
}

div.lightbox form p.error_report {
	background: #eeeeee;
	width: 200px;
	margin: 0 0 1em 170px;
	padding: 2px 6px;
	font-weight: bold;
	color: #ff0000;
}

div.lightbox form fieldset.lightbox_form_navigation {
	margin: 0 0 0 170px;
}

div.lightbox form fieldset.lightbox_form_navigation a.component_button {
	margin-right: 20px;
}

div.lightbox form input,
div.lightbox form textarea,
div.lightbox form select,
div.lightbox form div.inputgroup {
	margin: 0 0 1em 0;
}

div#f34_lightbox_contact_form {
	font-size: 0.687em;
}



/*________________________________________________________________________________COMPONENTS (REUSABLE ELEMENTS)___*/

/*___COMPONENT BUTTON___*/

.component_button {
	float: left;
	display: inline-block;
	background: url(../img/bg_button_blue.png) no-repeat left top;
	height: 21px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	width: auto;
	cursor: pointer;
	border: none;
	}
	.component_button:hover {
		background-position: left bottom;
		color: #fff;
	}

.component_button span {
	background: url(../img/bg_button_blue.png) no-repeat right top;
	height: 21px;
	line-height: 20px;
	float: right;
	margin-right: -10px;
	padding: 0 10px 0 0;
	white-space: nowrap;	
	}
	button.component_button span {
		margin-top: -3px;
	}
	.component_button:hover span {
		background-position: right bottom;
	}

.component_button.mail {
	background: url(../img/bg_button_mail.png) no-repeat left top;
	padding-left: 28px;
	}
	.component_button.mail:hover {
		background-position: left bottom;
	}

.component_button.mail span {
	background: url(../img/bg_button_mail.png) no-repeat right top;
	}
	.component_button.mail:hover span {
		background-position: right bottom;
	}

.component_button.grey {
	background: url(../img/spr_button_grey.png) no-repeat left 0;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 20px;
	display: inline-block;
	overflow: visible;
	}
	.component_button.grey:hover {
		background-position: left bottom;
	}

.component_button.grey span {
	background: url(../img/spr_button_grey.png) no-repeat right 0;
	height: 27px;
	line-height: 27px;
	padding: 0 20px 0 0;
	}
	.component_button.grey:hover span {
		background-position: right bottom;
	}

.component_button.red {
	background: url(../img/spr_button_red.png) no-repeat left 0;
	overflow: visible;
	}
	.component_button.red:hover {
		background-position: left bottom;
	}

.component_button.red span {
	background: url(../img/spr_button_red.png) no-repeat right 0;
	margin-right: -10px;
	}
	.component_button.red:hover span {
		background-position: right bottom;
	}

.component_button_disabled,
.component_button_disabled:hover {
	background: url(../img/bg_button_disabled.png) no-repeat left top;
	color: #eeeeee;
	cursor: default;
}

.component_button_disabled span,
.component_button_disabled:hover span {
	background: url(../img/bg_button_disabled.png) no-repeat right top;
}

a.component_button.red.remove {
	background: url(../img/spr_button_red_remove.png) no-repeat left top;
	}
	a.component_button.red.remove:hover {
		background-position: left bottom;
	}

a.component_button.red.remove span {
	background: url(../img/spr_button_red_remove.png) no-repeat right top;
	padding-left: 17px;
	}
	a.component_button.red.remove:hover span {
		background-position: right bottom;
	}


/*___COMPONENT RATING___*/

div.component_rating span {
	float: left;
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	background: url(../img/sprite_rating_new.png) no-repeat -100px 0;
	width: 94px;
	height: 14px;
	margin: 0.25em 0 0 0;
	text-indent: -9999px;
}

div.component_rating span.rating00 {
	background-position: -100px 0;
}
div.component_rating span.rating05 {
	background-position: -80px -14px;
}
div.component_rating span.rating10 {
	background-position: -80px 0;
}
div.component_rating span.rating15 {
	background-position: -60px -14px;
}
div.component_rating span.rating20 {
	background-position: -60px 0;
}
div.component_rating span.rating25 {
	background-position: -40px -14px;
}
div.component_rating span.rating30 {
	background-position: -40px 0;
}
div.component_rating span.rating35 {
	background-position: -20px -14px;
}
div.component_rating span.rating40 {
	background-position: -20px 0;
}
div.component_rating span.rating45 {
	background-position: 0 -14px;
}
div.component_rating span.rating50 {
	background-position: 0 0;
}


/*___COMPONENT RATING SELECTOR___*/

form.component_rating_selector {
	width: 100%;
	margin: 0 0 1em;
}

form.component_rating_selector ul#rating_selector {
	float: left;
	width: 100px;
	height: 14px;
	margin: 0.3em 1em 0 -3px;
	padding: 0;
}

form.component_rating_selector ul {
	background: url(../img/sprite_rating_new.png) no-repeat -97px 0;
}

form.component_rating_selector ul#rating_selector li {
	position: relative;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

form.component_rating_selector ul#rating_selector li a {
	display: block;
	width: 10px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

form.component_rating_selector ul#rating_selector li a.zero {
	position: absolute;
	top: 0;
	left: -10px;
}

form.component_rating_selector ul.rating00 {
	background-position: -97px 0;
}
form.component_rating_selector ul.rating05 {
	background-position: -77px -14px;
}
form.component_rating_selector ul.rating10 {
	background-position: -77px 0;
}
form.component_rating_selector ul.rating15 {
	background-position: -57px -14px;
}
form.component_rating_selector ul.rating20 {
	background-position: -57px 0;
}
form.component_rating_selector ul.rating25 {
	background-position: -37px -14px;
}
form.component_rating_selector ul.rating30 {
	background-position: -37px 0;
}
form.component_rating_selector ul.rating35 {
	background-position: -17px -14px;
}
form.component_rating_selector ul.rating40 {
	background-position: -17px 0;
}
form.component_rating_selector ul.rating45 {
	background-position: 3px -14px;
}
form.component_rating_selector ul.rating50 {
	background-position: 3px 0;
}

form.component_rating_selector a.component_button {
	float: left;
}


/*___COMPONENT AVAILABILITY OVERVIEW___*/

table.component_availability_overview {
	margin: 0;
	border: none;
}

table.component_availability_overview th,
table.component_availability_overview td {
	float: left;
	display: block;
	margin: 0;
	border: none;
}

table.component_availability_overview thead {
	display: block;
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	padding-bottom: 0.5em;
}

table.component_availability_overview thead th {
	width: 24px;
	text-align: center;
	text-transform: uppercase;
}

table.component_availability_overview thead th,
table.component_availability_overview tbody th {
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
}

table.component_availability_overview thead th.first,
table.component_availability_overview tbody th {
	width: 122px;
	text-align: left;
}

table.component_availability_overview tbody {
	display: block;
	padding-top: 0.5em;
}

table.component_availability_overview tbody th {
	padding-top: 2px;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

table.component_availability_overview td {
	width: 14px;
	height: 14px;
	padding: 5px;
	text-align: center;
}

table.component_availability_overview td.availability_0,
table.component_availability_overview td.availability_1,
table.component_availability_overview td.availability_2,
table.component_availability_overview td.availability_3 {
	text-indent: -9999px;
}

table.component_availability_overview td.availability_0 {
	background: url(../img/icon_availability_0.png) no-repeat 5px 5px;
}

table.component_availability_overview td.availability_1 {
	background: url(../img/icon_availability_1.png) no-repeat 5px 5px;
}

table.component_availability_overview td.availability_2 {
	background: url(../img/icon_availability_2_new.png) no-repeat 5px 5px;
}

table.component_availability_overview td.availability_3 {
	background: url(../img/icon_availability_3_new.png) no-repeat 5px 5px;
}


/*___COMPONENT PAGINATOR___*/

div.component_paginator {
	margin: 0 0 1em;	
}

div.component_paginator ul {
	position: relative;
	float: left;
	margin: 0;
}

div.component_paginator ul li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	text-align: center;
}

div.component_paginator ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	line-height: 22px;
}

div.component_paginator ul li a:hover {
	background: #ffffff;
	color: #333333;
}

div.component_paginator ul li.active a,
div.component_paginator ul li.active a:hover {
	background: url(../img/pagebrowser_active.png) no-repeat center 0;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #ffffff;
}

div.component_paginator ul li a:hover {
	background: url(../img/pagebrowser_active_hover.png) no-repeat center 0;
	color: #ffffff;
}

div.component_paginator ul li a.prev,
div.component_paginator ul li a.next {
	width: 8px;
	height: 22px;
	text-indent: -9999px;
	margin: 0 auto;
}

div.component_paginator ul li a.prev {
	background: url(../img/icon_arrow_prev.png) no-repeat center;
}
div.component_paginator ul li a.prev:hover {
	background: url(../img/icon_arrow_prev_hover.png) no-repeat center #ffffff;
}

div.component_paginator ul li a.next {
	background: url(../img/icon_arrow_next.png) no-repeat center;
}
div.component_paginator ul li a.next:hover {
	background: url(../img/icon_arrow_next_hover.png) no-repeat center #ffffff;
}


/*___MOOTOOLS TOOLTIP___*/

div.tip-top,
div.tip,
div.tip-bottom {
	background: #ffff00;
	width: 226px;
}

div.tip-top {
	background: url(../img/bg_tooltip_top.png) no-repeat;
	height: 11px;
}

div.tip {
	overflow: hidden;
	background: url(../img/bg_tooltip_middle.png) no-repeat left top;
	width: 181px; /* 226px */
	height: 180px; /* 134px */
	padding: 5px 15px 5px 30px;
	font-size: 0.687em; /* Based on the browser default of 16px and results in 11px. */
}

div.tip div.tip-title {
	width: 181px;
}

div.tip div.tip-title h3 {
	float: left;
	margin: 0 0 0.25em;
	font-size: 1em;
	color: #333333;
}

div.tip div.tip-title img {
	margin: 0 0 0.5em;
	float: right;
}

div.tip div.tip-title p {
	float: left;
	clear: both;
	padding: 0 0 0 12px;
}

div.tip div.tip-text {
	display: none;
}

div.tip-bottom {
	background: url(../img/bg_tooltip_bottom.png) no-repeat;
	height: 11px;
}



/*________________________________________________________________________________F01 TITLE BAR WITH LOGO AND TAGLINE___*/

/*
a.logo {
	position: absolute;
	top: 10px;
	left: 29px;
}
*/

div#footer a.logo {
	float: right;
	margin: 30px 0 0 0;
}

a.logo img {
	display: block;
}

div#header a.logo {
	display: none;
}

div.f01_title_bar_with_logo_and_tagline p.tagline {
	background: url(../img/tagline_home_vers_aanbevolen_door_de_mannen_van_de_zee.png) no-repeat;
	position: absolute;
	left: 10px;
	top: 0;
	margin-left: -241px;
	text-indent: -9999px;
	z-index: 999;
	width: 909px;
	height: 91px;
	margin: 0;
}

div.header_my_recipes {
	background: url(../img/bg_my_recipe.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 326px;
	width: 117px;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 10px;
	z-index: 10;
}

div.home div.header_my_recipes {
	top: 397px;
}

div.header_my_recipes p {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

div.header_my_recipes a {
	color: #004489;
	text-decoration: none;
}

div.header_my_recipes a:hover {
	text-decoration: underline;
}

div.header_my_recipes a:hover span {
	text-decoration: none;
}

div.header_my_recipes p span {
	width: 22px;
	display: inline-block;
	text-align: center;
	margin-left: 8px;
	color: #fff;
}

/*________________________________________________________________________________F02 PUSHBOX___*/

div.f02_pushbox,
div.f02_pushbox div.viewport,
div.f02_pushbox div.slide {
	width: 910px;
	height: 294px;
}

div.f02_pushbox {
	position: absolute;
	top: 91px;
	left: 10px;
}

div.f02_pushbox ul.slideshow_nav {
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0;
}

div.f02_pushbox ul.slideshow_nav li {
	background: none;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}

div.f02_pushbox ul.slideshow_nav li a {
	background: url(../img/spr_pushbox_nav.png) no-repeat left bottom;
	display: inline-block;
	width: 12px;
	height: 12px;
	float: left;
	
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

div.f02_pushbox ul.slideshow_nav li a:hover {
	background-position: left center;
}

div.f02_pushbox ul.slideshow_nav li.active a {
	background: url(../img/spr_pushbox_nav.png) no-repeat left top;
}

div.f02_pushbox ul.slideshow_nav li a.prev,
div.f02_pushbox ul.slideshow_nav li a.next {
	display: none;
}

div.f02_pushbox div.viewport {
	position: relative;
	overflow: hidden;
}

div.f02_pushbox div.slide {
	position: absolute;
	top: 0;
	left: 0;
}

div.f02_pushbox div.slide div.info {
	position: absolute;
	top: 70px;
	right: 20px;
	background: #fff;
	width: 282px; /* 322px */
	padding: 18px 20px;
}

div.f02_pushbox div.slide div.info h2 {
	margin: 0 0 0.6em;
	font-size: 14px;
	color: #7f7f7f;
	font-family: Arial, sans-serif;
}

div.f02_pushbox div.slide div.info p {
	margin: 0 0 1.25em;
	color: #000000;
}

div.f02_pushbox div.slide div.info a.component_button {
	margin: 0 20px 0 0;
}

.social_media,
.social_media_home{
	top: 368px;
	right: 26px;
	position: absolute;
	z-index: 999;
	}
	.social_media img {
		width: 20px;
	}
	.social_media_home{
		top: 439px;
		right: 30px;
	}

/*________________________________________________________________________________F03 HEADER VISUAL___*/

div.f03_header_visual {
	position: absolute;
	top: 91px;
	left: 10px;
	z-index: 1;
}

/*________________________________________________________________________________F04 FOOTER___*/

div#footer_wrapper {
	position: relative;
	background: url(../img/bg_footer_new.png) repeat-x #172983;
	width: 100%;
	border-top: 2em solid #ffffff;
}

div#footer {
	position: relative;
	width: 910px; /* 930px */
	height: 261px; /* 241px */
	margin: 0 auto;
	padding: 56px 0 0 20px;
	color: #ffffff;
}

div#footer a {
	color: #ffffff;
}

div#footer a.footer_tab {
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	background: url(../img/bg_footer_tab_left_new.png) no-repeat top left;
	width: auto;
	height: 20px; /* 31px */
	padding: 8px 10px 3px 15px;
	font-weight: bold;
	font-size: 1.3em;
}

div#footer a.footer_tab span {
	position: absolute;
	top: 0;
	right: -5px;
	background: url(../img/bg_footer_tab_right_new.png) no-repeat top right;
	width: 5px;
	height: 31px;
	text-indent: -9999px;
}

div#footer a.footer_disclaimer_link {
	position: absolute;
	top: 54px;
	right: 10px;
	text-decoration: underline;
}
div#footer a.footer_privacy_link {
	position: absolute;
	top: 54px;
	right: 67px;
	text-decoration: underline;
}

div#footer a.footer_privacy_link,
div#footer a.footer_disclaimer_link {
	z-index: 9999;
}

div#footer div.second {
	margin-right: 40px;
}

div#footer div.last {
	margin-right: 0;
}

div#footer h3,
div#footer div.head_holder {
	height: 2em;
	margin: 0 0 0.5em;
	line-height: 1.1em;
	font-size: 1.45em;
}

div#footer h3 {
	color: #ffffff;
}

div#footer div.head_holder img {
	margin: 0.25em 0;
}

div#footer fieldset {
	margin: 1em 0;
}

div#footer fieldset a.component_button {
	background: url(../img/bg_button_blue_stroke.png) no-repeat left top;
	font-size: 1.1em;
}

div#footer fieldset a.component_button span {
	background: url(../img/bg_button_blue_stroke.png) no-repeat right top;
}

div#footer fieldset a.component_button:hover {
	background-position: left bottom;
}

div#footer fieldset a.component_button:hover span {
	background-position: right bottom;
}

/*________________________________________________________________________________F05 RECIPE QUICK SEARCH___*/

form.f05_recipe_quick_search {
	background: #f8f8f8;
	width: 419px;
	margin: -20px -15px 20px;
	padding: 20px 15px 10px;
}

form.f05_recipe_quick_search select {
	width: 151px;
	height: 26px;
	padding: 4px;
	margin: 0 16px 0 0;
	border: 1px solid #c9c9c9;
	line-height: 26px;
	color: #000;
}

form.f05_recipe_quick_search input {
	width: 136px;
	height: 22px;
	line-height: 22px;
	margin: 0 6px 0 0;
	padding-left: 6px;
}

div.col3_left form.f05_recipe_quick_search,
div.col3_overlay form.f05_recipe_quick_search {
	width: auto;
	height: 50px;
}

div.col3_overlay form.f05_recipe_quick_search input {
	width: 336px;
}

div.col3_overlay form.f05_recipe_quick_search div.col_small_double input {
	width: 320px;
}

div.col3_left form.f05_recipe_quick_search a.link_search_extensively {
	float: left;
	clear: both;
	width: 143px;
	margin-top: -4px;
}

div.col3_overlay form.f05_recipe_quick_search div.col_small input {
	width: 93px;
}

form.f05_recipe_quick_search a.search {
	float: left;
	display: inline-block;
	margin: 6px 0 0;
	color: #7d7f80;
	}
	form.f05_recipe_quick_search a.search:hover {
		text-decoration: none;
	}
	
/*________________________________________________________________________________F06 INFORMATION SEARCH___*/

form.f06_information_search {
	background: #fff;
	height: 37px;
	margin: -18px -24px 20px;
	padding: 20px 24px;
}

div.recipes form.f06_information_search {
	height: 36px;
}

form.f06_information_search input {
	float: left;
	width: 307px;
	border: 1px solid #c9c9c9;
	height: 22px;
	line-height: 22px;
	margin: 0 6px 0 0;
	padding-left: 6px;
	color: #7f7f7f;
}

div.col3_center_right form.f06_information_search {
	float: right;
	width: 194px;
	margin-right: 0;
}

div.searchresults div.col3_center_right form.f06_information_search {
	margin-right: 16px;
}

div.col3_right form.f06_information_search input,
div.col3_center_right form.f06_information_search input {
	width: 90px;
}

/*________________________________________________________________________________F07 RECIPE SEARCH___*/

form.f07_recipe_search {
	width: 658px;
	margin: 0 0 1em;
}

form.f07_recipe_search select {
	width: 151px;
	height: 26px;
	padding: 4px;
	margin: 0 16px 0 0;
	border: 1px solid #c9c9c9;
	line-height: 26px;
	color: #000;
}

div#receptenzoekenformulier {
	margin-bottom: 1em;
}

form.f07_recipe_search fieldset.search_keywords {
	float: right;
	width: 242px;
	margin: 0 24px 0 0;
}

form.f07_recipe_search fieldset.search_keywords input {
	height: 18px;
	margin-right: 6px;
	border: none;
}

form.f07_recipe_search p.searchresults_index {
	float: left;
	margin: 0 20px 0 0;
	height: 26px;
	line-height: 26px;
}

form.f07_recipe_search p.searchresults_index span {
	font-weight: bold;
}

div#searchresults_sort_filter {
	float: right;
	width: auto;
	margin: 20px 0;
}

/*________________________________________________________________________________F08 SEARCHRESULTS RECIPES___*/

div.f08_searchresults_recipes h2 {
	float: left;
	margin: 1em 0 1em; 
	color: #cccccc;
}

div.f08_searchresults_recipes div#searchresults_sort_filter fieldset {
	border: none;
}

div.f08_searchresults_recipes div#searchresults_sort_filter legend {
	display: none;
}

div.f08_searchresults_recipes div#searchresults_sort_filter select {
	height: 20px;
	width:170px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list {
	background: url(../img/bg_line_stripes.png) repeat-x top;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 15px 0 0;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list li {
	float: left;
	clear: both;
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 650px;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list li img {
	float: left;
	margin: 3px 15px 0 0;
	padding: 0 0 0.5em 0;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list li h3 {
	float: left;
	margin: 0 10px 0.7em 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1.1em;
	color: #333333;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list li p.species {
	color: #666666;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul {
	float: left;
	width: 570px;
	margin: 0;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li {
	float: left;
	clear: right;
	background: none;
	width: 110px;
	margin: 0 6px 0 0;
	padding: 0;
	color: #666666;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_title {
	width: 130px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_preparation_time {
	width: 104px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_availability {
	width: 114px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_energy {
	width: 104px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_rating {
	width: 94px;
	margin: 0;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li h3,
div.f08_searchresults_recipes ul.searchresults_recipes_list ul li p strong {
	float: none;
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li h3 {
	float: none;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li p {
	margin: 0;
}

div.f08_searchresults_recipes div.component_paginator ul {
	float: right;
	margin: 0 13px 0 0;
}

/*________________________________________________________________________________PRODUCT BLOK___*/

div.productenblok{
	width: 414px;
	margin: 0 10px 1.5em 0;
	
}
div.productenblok img {	
	float:left;
	margin: 0 0 1em 0;	
}

div.productenblok div.productlist{
	float: right;
	width: 300px;
	margin: 0 10px 1.5em 0;
}
div.productenblok div.productlist ul{
	list-style:none;
	margin:0;
}
div.productenblok div.productlist ul li{
	list-style:none;
	background: none;
	font-weight:bold;
	padding: 0;
}
div.productenblok div.productlist ul li a{color:#000;}
div.productenblok div.productlist ul li a:hover{}

/*________________________________________________________________________________F09 CONTENTBLOCK___*/

div.f09_contentblock img {	
	float:right;
	margin: 0 0 1em 0;	
}

div.f09_contentblock div.afbeeldingenblok{	
	width:98px;
	float:right;	
}

div.col2_left div.f09_contentblock {	
	width: 414px;
	margin: 0 10px 1.5em 0;
}



div.col2_left div.f09_contentblock h3 {
	margin: 0;
	font-size: 1em;
	color: #333333;
}

div.col2_left div.f09_contentblock p {
	margin: 0;
}

div.col2_right div.f09_contentblock {
	float: left;
	width: 412px;
	margin: 0 0 1.5em 0;
}

div.col2_right div.f09_contentblock img {
	float: right;
	margin: 0 0 1em 1em;
}

div.col2_right div.f09_contentblock hr {
	clear: both;
	margin: 1.5em 0;
}

div.col2_right div.f09_contentblock div.tekst {
	width:305px;	
}

div.col3_center div.f09_contentblock div.tekst {
	width:305px;	
}

/*________________________________________________________________________________F10 RECIPE OF THE WEEK___*/

div.f10_recipe_of_the_week {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 414px;
	margin: 0 0 1.5em;
}

div.f10_recipe_of_the_week div.details h3 a {
	color:#ed171f;	
}

div.f10_recipe_of_the_week div.details h3 a:hover {
	color:#900;	
}

div.f10_recipe_of_the_week div.details {
	float: left;
	width: 182px;
	margin: 0;
}

div.f10_recipe_of_the_week dl {
	width: 204px;
	margin: 0 0 1em;
}

div.f10_recipe_of_the_week dt,
div.f10_recipe_of_the_week dd {
	float: left;
	width: 102px;
}

div.f10_recipe_of_the_week dt {
	font-weight: bold;
	color: #333333;
}

div.f10_recipe_of_the_week dd {
	clear: right;
	color: #666666;
}

div.f10_recipe_of_the_week div.visual {
	position: relative;
	float: right;
	margin: 0;
}

div.f10_recipe_of_the_week span.omega3 {
	position: absolute;
	bottom: 6px;
	left: 0px;
	background: url(../img/icon_omega3.png) no-repeat;
	width: 82px;
	height: 75px;
	text-indent: -9999px;
}

/*________________________________________________________________________________F10 RECIPE OF THE DAY */

div.recipe_of_the_day {
	background: url("../img/bg_line_stripes.png") repeat-x scroll left bottom;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 0 20px;
	width: 414px;
}

div.recipe_of_the_day div.head {
	background: #e2001a;
	height: 21px;
	padding: 8px 8px 8px 15px;
	margin-left: -15px;
}

div.recipe_of_the_day div.head h2 {
	display: inline-block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}

div.recipe_of_the_day div.head ul {
	float: right;
}

div.recipe_of_the_day div.head ul li {
	background: none;
	float: left;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 5px;
	width: 21px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

div.recipe_of_the_day div.head ul li.active {
	background: url(../img/recipe_of_the_day_active.png) no-repeat left top;	
	}
	div.recipe_of_the_day div.head ul li.active:hover {
		background: url(../img/recipe_of_the_day_active.png) no-repeat left top;	
	}
	div.recipe_of_the_day div.head ul li:hover {
		background: url(../img/recipe_of_the_day_hover.png) no-repeat left top;	
	}
	
div.recipe_of_the_day div.head ul li.active a {
	color: #e2001a;		
}

div.recipe_of_the_day div.head ul li a {
	color: #fff;
	text-decoration: none;
}

div.recipe_of_the_day div.recipe {
	padding: 15px 0;
	width: 414px;
}

div.recipe_of_the_day div.recipe.hide {
	display: none;
}

div.recipe_of_the_day div.recipe.show {
	display: block;
}

div.recipe_of_the_day div.recipe h3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #7f7f7f;
	margin: 0 0 12px;	
}

div.recipe_of_the_day div.recipe div.recipe_content {
	width: 189px;
	float: left;
}

div.recipe_of_the_day div.recipe div.recipe_content a.icon_rss {
	background: url(../img/icon_rss.png) no-repeat left top;
	display: inline-block;
	margin: 10px 0 0;
	width: 25px;
	height: 21px;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

div.recipe_of_the_day div.recipe img {
	float: right;
	margin-top: -12px;
}

div.recipe_of_the_day div.recipe div.recipe_content dl {
	margin: 0 0 20px;
}

div.recipe_of_the_day div.recipe div.recipe_content dl dt {
	float: left;
	clear: left;
	margin: 0 10px 0 0;
	width: 100px;
	font-weight: bold;
}

div.recipe_of_the_day div.recipe div.recipe_content dl dd {
	color: #666666;	
	overflow: hidden;
}

/*________________________________________________________________________________F11 MY RECIPES___*/

div.f11_my_recipes {
	float: left;
	width: 190px;
	margin: 0 0 1.5em;
}

div.f11_my_recipes p {
	margin: 0 0 1.5em;
}

/*________________________________________________________________________________F12 RECIPE INFORMATION___*/

div.f12_recipe_information {
	background: url(../img/bg_line_stripes.png) repeat-x left bottom;
	margin: 0 0 1em;
}

div.f12_recipe_information div.component_rating_selector {
	float: left;
}

div.f12_recipe_information div.col_small_double a.component_button {
	margin: 0 15px 1em 0;
}

div.f12_recipe_information ul.fish_species_list {
	margin: 0 0 1em;
}

div.f12_recipe_information ul.fish_species_list li {
	position: relative;
	background: none;
	clear: both; /* voor visrecepten detail pagina */
	height: 50px;
	margin: 0 0 5px;
	padding: 0;
}

div.f12_recipe_information ul.fish_species_list li img {
	float: left;
	margin: 0 5px;
}

div.f12_recipe_information ul.fish_species_list li p {
	float: left;
	padding: 0.6em 0 0 0;
}

div.f12_recipe_information div.evaluation {
	margin-bottom: 6em;
}

div.f12_recipe_information div.evaluation h4 {
	float: left;
}

div.f12_recipe_information div.evaluation div.component_rating {
	float: left;
	margin-left: 1em;
}

div.f12_recipe_information div.evaluation dl {
	clear: both;
}

div.f12_recipe_information div.evaluation dl dt {
	clear: left;
	color: #333333;
}

div.printlogo {
	margin-bottom: 10px;	
}

div#lightbox_print_recept div.evaluation dl dt, 
div.f12_recipe_information div.evaluation dl dt,
div.f12_recipe_information div.evaluation dl dd {
	float: left;
	width: 100px;
}

div.f12_recipe_information ul.ingredients_list {
	margin: 0;
}

div.f12_recipe_information ul.ingredients_list li {
	background: url(../img/icon_listmarker_disc_new.png) no-repeat left 0.55em;
	margin: 0;
	padding: 0 0 0.35em 1.5em;
}

div.f12_recipe_information div.visual {
	float: left;
	position: relative;
	margin: 0 0 1em;
}

div.f12_recipe_information h3 a {
	float: left;
}

div.f12_recipe_information a.rss {
	background: url(../img/icon_rss.png) no-repeat left 0;
	display: inline-block;
	width: 25px;
	height: 21px;
	float: right;
	margin: 0 5px 0 0;
	padding-bottom: 5px;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
	vertical-align: top;
	
}

div.f12_recipe_information div.visual span.omega3 {
	position: absolute;
	/* bottom: -14px; */
	top:115px;
	left: 0;
	background: url(../img/icon_omega3.png) no-repeat;
	width: 82px;
	height: 75px;
	text-indent: -9999px;
}

div.tip_to_serve {
	background: #fff;
	margin: 20px 0 30px;
	font-family: arial, sans-serif;
	-moz-box-shadow: 0 0 5px #b8b8b8;
	-webkit-box-shadow: 0 0 5px #b8b8b8;
	box-shadow: 0 0 5px #b8b8b8;
}

div.tip_to_serve h3 {
	background: #e2001a;
	color: #fff;
	font-size: 12px;
	padding: 6px 12px;
	margin: 0;
}

div.tip_to_serve p  {
	color: #0E0E0E;
	font-size: 11px;
	line-height: 18px;
	padding: 15px 12px;
	display: inline-block;
}

/*________________________________________________________________________________F13 ALSO TASTY___*/

div.f13_also_tasty {
	margin: 0 0 1em;
}

div.f13_also_tasty img {
	float: left;
	margin: 0 10px 1em 0;
}

div.f13_also_tasty p {
	margin: 0 0 1em;
	line-height: 1.275em; 
	overflow: hidden;
}

div.f13_also_tasty p strong {
}

div.type_rate {
	bottom: 10px;
	position: absolute;
	left: 106px;
}


/*________________________________________________________________________________F14 FISH INFORMATION___*/

div.f14_fish_information h2 {
	margin: 0 0 0.4em;
}

div.f14_fish_information p {
	margin: 0 0 1em;
}

div.f14_fish_information hr {
	margin: 1.5em 0 2.25em;
}



/*________________________________________________________________________________F15 FISH INFORMATION EXTENDED___*/

div.f15_fish_information_extended {
	margin: 0 0 1em;
}

div.f15_fish_information_extended p strong {
	color: #333333;
}

div.f15_fish_information_extended table.component_availability_overview {
	margin: 1em 0 0;
}

div.f15_fish_information_extended table.component_availability_overview thead {
	background: none;
}

div.f15_fish_information_extended table.component_availability_overview thead {
	padding-bottom: 0;
}

div.f15_fish_information_extended table.component_availability_overview tbody th {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #666666;
}

div.f15_fish_information_extended div.capture_area h2 {
	padding: 0 0 0.1em;
}

div.f15_fish_information_extended div.capture_area h2,
div.f15_fish_information_extended div.capture_area ul,
div.f15_fish_information_extended div.capture_area ol {
	float: left;
	clear: left;
	width: 150px;	
}

div.f15_fish_information_extended div.capture_area ol {
	width: 143px;	
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap {
	float: right;
	background: url(../img/bg_world_map_small2.png) no-repeat;
	width: 260px;
	height: 131px;
	position: relative;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul {
	
	margin: 0;
	float: none;
	clear: none;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li {
	background: none;
	margin: 0;
	padding: 0;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a {
	position: absolute;
	display: block;
	background: url(../img/icon_map_marker_new.png) no-repeat;
	width: 14px;
	height: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
	cursor: pointer;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a,
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a:hover {
	color: #ffffff;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_1 {
	top: 32px;
	left: 59px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_2 {
	top: 25px;
	left: 92px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_3 {
	top: 49px;
	left: 56px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_4 {
	top: 52px;
	left: 86px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_5 {
	top: 93px;
	left: 85px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_6 {
	top: 104px;
	left: 114px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_7 {
	top: 11px;
	left: 123px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_8 {
	top: 31px;
	left: 115px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_9 {
	top: 30px;
	left: 142px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_10 {
	top: 77px;
	left: 174px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_11a {
	top: 47px;
	left: 236px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_11b {
	top: 72px;
	left: 20px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_12 {
	top: 123px;
	left: 154px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_13 {
	top: 0;
	left: 0;
}



/*________________________________________________________________________________F16 NAVIGATION BAR___*/

div.home ul#f16_navigation_bar {
	top: 385px;
	height: 83px;
}

ul#f16_navigation_bar {
	background: #fff;
	position: absolute;
	top: 314px;
	left: 10px;
	background: url(../img/bg_gradient_navigation.png) repeat-x left 0 #172983;
	/*background: url("../img/bg_main_nav_new.png") repeat-x scroll center top #172983;*/
	width: 910px;
	height: 75px;
	margin: 0;
	padding-top: 9px;
}

ul#f16_navigation_bar li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

ul#f16_navigation_bar li.active,
ul#f16_navigation_bar li.hover,
ul#f16_navigation_bar li:hover {
	background: #172983;
}

ul#f16_navigation_bar li a {
	float: left;
	display: block;
	height: 20px;
	margin: 0;
	padding: 5px 11px 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #7f7f7f;
}

ul#f16_navigation_bar li a span {
	display: none;
}

ul#f16_navigation_bar li:hover a,
ul#f16_navigation_bar li.hover a,
ul#f16_navigation_bar li.active a {
	position: relative;
	bottom: 0;
	right: 5px;
	background: url(../img/bg_main_nav_leftcorner.png) no-repeat top left;
	width: auto;
	height: 28px; /* 36px */
	margin: 0 0 0 5px;
	padding: 5px 6px 2px 11px;
	text-decoration: none;
	color: #fff;
}

ul#f16_navigation_bar li:hover a span,
ul#f16_navigation_bar li.hover a span,
ul#f16_navigation_bar li.active a span {
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	background: url(../img/bg_main_nav_rightcorner.png) no-repeat top right;
	width: 5px;
	height: 36px;
	text-indent: -9999px;
}

ul#f16_navigation_bar li:hover ul,
ul#f16_navigation_bar li.hover ul,
ul#f16_navigation_bar li.active ul {
	visibility: visible;
}

ul#f16_navigation_bar li:hover ul,
ul#f16_navigation_bar li.hover ul {
	z-index: 200;
}

ul#f16_navigation_bar li.active ul {
	z-index: 10;
}

ul#f16_navigation_bar ul {
	visibility: hidden;
	position: absolute;
	top: 43px;
	left: 0;
	width: 885px; /* 909px */
	margin: 0;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
}

ul#f16_navigation_bar ul li a,
ul#f16_navigation_bar li:hover ul li a,
ul#f16_navigation_bar li.hover ul li a,
ul#f16_navigation_bar li.hover ul li a:hover,
ul#f16_navigation_bar li.active ul li a,
ul#f16_navigation_bar li.active ul li a:hover {
	position: static;
	top: 0;
	right: 0;
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

ul#f16_navigation_bar ul li a:hover {
	text-decoration: underline;
}

ul#f16_navigation_bar ul li span {
	float: left;
	padding: 0 0.5em;
	font-weight: bold;
	font-size: 0.9em;
	color: #ffffff;
}

ul#subnav {
	margin-bottom: 1.5em;	
}

ul#subnav li {
	background: transparent url(../img/bg_line_stripes.png) repeat-x bottom;
	padding: 3px 6px 5px 11px;
	text-decoration: none;
}

ul#subnav li a {
	text-decoration: none;
}

ul#subnav li li {
	background: none;	
}

ul#subnav ul {
	margin: 0;	
}


/*________________________________________________________________________________F17 WINE ADVICE___*/

div.f17_wine_advice {
	margin: 0 0 2em;
}



/*________________________________________________________________________________F18 RECIPE LIST___*/

div.f18_recipe_list {
	width: 648px;
	margin: 0 0 1em;
}

div.col2_left div.f18_recipe_list {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 399px;
	padding: 0 0 0 15px;
	margin: 0 0 20px;
}

div.home div.col2_left div.f18_recipe_list {
	background: none;	
}

div.f18_recipe_list ul.recipe_list {
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
}

div.f18_recipe_list ul.recipe_list li {
	clear: both;
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 650px;
	margin: 0 0 0.6em;
	padding: 0 0 0.5em;
	float: left;
}

div.col2_left div.f18_recipe_list ul.recipe_list li {
	width: 414px;
}

div.f18_recipe_list ul.recipe_list li.last {
	background: none;
}

div.f18_recipe_list ul.recipe_list li img {
	float: left;
	margin: 3px 15px 0 0;
	padding: 0 0 0.5em 0;
}

div.f18_recipe_list ul.recipe_list ul {
	float: left;
	width: 570px;
	margin: 0;
}

div.col2_left div.f18_recipe_list ul.recipe_list ul {
	width: 334px;
	overflow: hidden;
}

div.f18_recipe_list ul.recipe_list ul li {
	float: left;
	clear: none;
	background: none;
	width: 97px;
	margin: 0 15px 0 0;
	padding: 0;
	color: #666666;
}

div.f18_recipe_list ul.recipe_list ul li.recipe_energy {
	width: 87px;
}

div.col2_left div.f18_recipe_list ul.recipe_list ul li {
	width: 108px;
	margin: 0;
}

div.f18_recipe_list ul.recipe_list ul li.recipe_title {
	width: 120px;
	margin: 0 10px 0 0;
}

div.col2_left div.f18_recipe_list ul.recipe_list ul li.recipe_title {
	margin: 0 10px 0 0;
}

div.f18_recipe_list ul.recipe_list ul li.remove_recipe {
	width: 103px;
	margin: 0;
}

div.col2_left div.f18_recipe_list ul.recipe_list ul li.remove_recipe,
div.col2_left div.f18_recipe_list ul.recipe_list ul li.recipe_energy {
	display: none;
}

div.f18_recipe_list ul.recipe_list ul li h3 {
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f18_recipe_list ul.recipe_list ul li p {
	margin: 0;
}

div.f18_recipe_list a.more {
	float: left;
	margin: 0 0 1em 74px;
}


/*________________________________________________________________________________F19 SEARCHRESULTS___*/

div.f19_searchresults p {
	padding: 0 16px 0 20px;
}

div.f19_searchresults ul {
	margin: 0 0 1em;
}

div.f19_searchresults ul li {
	background: none;
	margin: 0;
	padding: 1em 16px 1em 20px;
}

div.f19_searchresults ul li.even {
	background: #ffffff;
}

div.f19_searchresults ul li h3 {
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f19_searchresults ul li h3 span {
	padding: 0 0.5em;
}

div.f19_searchresults ul li p {
	padding: 0;
}

div.f19_searchresults ul li p a {
	
}

div.f19_searchresults div.component_paginator ul li {
	background: none;
	padding: 0;
}



/*________________________________________________________________________________F20 LAST VIEWED RECIPE___*/

div.f20_last_viewed_recipe ul.last_viewed_recipe_list {
	margin: 0;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list li {
	float: left;
	clear: both;
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 650px;
	margin: 0 0 0.6em;
	padding: 0 0 0.5em;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list li.last {
	background: none;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul {
	float: left;
	margin: 0;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li {
	float: left;
	clear: right;
	background: none;
	width: 121px;
	margin: 0 15px 0 0;
	padding: 0;
	color: #666666;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li.recipe_title {
	background: url(../img/icon_listmarker_dot.png) no-repeat 3px 6px;
	width: 179px;
	margin: 0 38px 0 0;
	padding: 0 0 0 12px;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li.recipe_preparation_time {
	width: 136px;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li.recipe_energy {
	width: 128px;
	margin: 0;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li h3 {
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li p {
	margin: 0;
}



/*________________________________________________________________________________F22 REPORT RECIPE OF THE WEEK___*/

div.f22_report_recipe_of_the_week {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f22_report_recipe_of_the_week h3 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f22_report_recipe_of_the_week form {
	padding: 1.5em 0 0;
}

div.f22_report_recipe_of_the_week form label,
div.f22_report_recipe_of_the_week form p.label {
	width: 150px;
	margin: 0 20px 0 0;
	font-weight: bold;
	color: #333333;
}

div.f22_report_recipe_of_the_week form input {
	width: 204px;
	height: 16px;
}

div.f22_report_recipe_of_the_week form select {
	width: 212px;
	height: 20px;
	color: #000000;
}

div.f22_report_recipe_of_the_week form textarea {
	width: 207px;
	height: 108px;
}

div.f22_report_recipe_of_the_week form div.inputgroup {
	height: 20px;
}

div.f22_report_recipe_of_the_week form div.inputgroup input {
	margin: 0.25em 0.75em 0 0;
}

div.f22_report_recipe_of_the_week form div.inputgroup label {
	height: auto;
	margin: 0 1.5em 0 0;
}

div.f22_report_recipe_of_the_week form p.error_report {
	background: #eeeeee;
	width: 200px;
	margin: 0 0 2em 170px;
	padding: 2px 6px;
	font-weight: bold;
	color: #ff0000;
}

div.f22_report_recipe_of_the_week form fieldset.report_recipe_of_the_week_form_navigation {
	margin: 0 0 0 170px;
}

div.f22_report_recipe_of_the_week form fieldset.report_recipe_of_the_week_form_navigation a.component_button {
	margin-right: 20px;
}

div.f22_report_recipe_of_the_week form input,
div.f22_report_recipe_of_the_week form textarea,
div.f22_report_recipe_of_the_week form select,
div.f22_report_recipe_of_the_week form div.inputgroup {
	margin: 0 0 1em 0;
}



/*________________________________________________________________________________F23 FISH SPECIES OVERVIEW___*/

div.f23_fish_species_overview {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f23_fish_species_overview ul.fish_species_list {
	margin: 2em 0 1em;
}

div.f23_fish_species_overview ul.fish_species_list li {
	float: left;
	background: none;
	width: 180px;
	margin: 0 30px 0 0;
	padding: 0 0 0.5em 0;
	font-weight: bold;
	color: #333333;
}



/*________________________________________________________________________________F24 CAPTURE AREA OVERVIEW___*/

div.f24_capture_area_overview {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f24_capture_area_overview div#worldmap {
	position: relative;
	background: url(../img/bg_world_map.png) no-repeat;
	width: 420px;
	height: 200px;
	margin: 2em 0 1em;
}

div.f24_capture_area_overview ul {
	margin: 0;
}

div.f24_capture_area_overview ul li {
	background: none;
	margin: 0;
	padding: 0;
}

div.f24_capture_area_overview ul li a {
	position: absolute;
	display: block;
	background: url(../img/icon_map_marker.png) no-repeat;
	width: 14px;
	height: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
}

div.f24_capture_area_overview ul li a,
div.f24_capture_area_overview ul li a:hover {
	color: #ffffff;
}

div.f24_capture_area_overview ul li a#capture_area_1 {
	top: 54px;
	left: 113px;
}
div.f24_capture_area_overview ul li a#capture_area_2 {
	top: 46px;
	left: 160px;
}
div.f24_capture_area_overview ul li a#capture_area_3 {
	top: 79px;
	left: 109px;
}
div.f24_capture_area_overview ul li a#capture_area_4 {
	top: 83px;
	left: 152px;
}
div.f24_capture_area_overview ul li a#capture_area_5 {
	top: 141px;
	left: 150px;
}
div.f24_capture_area_overview ul li a#capture_area_6 {
	top: 156px;
	left: 191px;
}
div.f24_capture_area_overview ul li a#capture_area_7 {
	top: 26px;
	left: 204px;
}
div.f24_capture_area_overview ul li a#capture_area_8 {
	top: 54px;
	left: 193px;
}
div.f24_capture_area_overview ul li a#capture_area_9 {
	top: 52px;
	left: 231px;
}
div.f24_capture_area_overview ul li a#capture_area_10 {
	top: 118px;
	left: 274px;
}
div.f24_capture_area_overview ul li a#capture_area_11a {
	top: 76px;
	left: 362px;
}
div.f24_capture_area_overview ul li a#capture_area_11b {
	top: 112px;
	left: 59px;
}
div.f24_capture_area_overview ul li a#capture_area_12 {
	top: 183px;
	left: 246px;
}



/*________________________________________________________________________________F25 FISH AND SEASON OVERVIEW___*/

div.f25_fish_and_season_overview {
	margin: 0 0 1em;
	padding: 0 0 1em;
}
/*________________________________________________________________________________F26 FAQ___*/

div.f26_faq {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f26_faq ul.accordion {
	margin: 0 0 3em;
}

div.f26_faq ul.accordion li {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	margin: 0;
	padding: 0;
}

div.f26_faq ul.accordion li h3.question {
	display: block;
	margin: 0;
	padding: 0.5em 0 0.75em;
	font-size: 1em;
	color: #333333;
	cursor: pointer;
}

div.f26_faq ul.accordion li h3.question:hover {
	text-decoration: underline;
}

div.f26_faq ul.accordion li div.answer {
	display: block;
	margin: 0;
	padding: 0 0 1em;
}

div.f26_faq ul.accordion li div.answer p {
	margin: 0 0 1em;
}



/*________________________________________________________________________________F27 NEWS ITEMS OVERVIEW + F28 ACTIVITY AGENDA___*/

.clear2{clear:both}

div.f27_news_overview,
div.f28_activity_agenda {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f27_news_overview h2,
div.f28_activity_agenda h2 {
	margin: 0 0 1em;
}

div.f27_news_overview div.news_highlight,
div.f28_activity_agenda div.news_highlight {
	display: block;
	background: url(../img/bg_line_stripes.png) repeat-x top;
	padding: 2em 0 1.5em;
	color: #333333;
}

div.f27_news_overview div.news_highlight:hover,
div.f27_news_overview div.hover,
div.f28_activity_agenda div.news_highlight:hover,
div.f28_activity_agenda div.hover {
	background-color: #ffffff;
}

div.f27_news_overview div.news_highlight_visual,
div.f28_activity_agenda div.news_highlight_visual {
	float: left;
	margin: 0 20px 0 0;
}

div.f27_news_overview div.news_highlight_text,
div.f28_activity_agenda div.news_highlight_text {
	float: left;
	margin: 0;
}

div.f27_news_overview div.news_highlight h3,
div.f27_news_overview div.news_highlight p,
div.f28_activity_agenda div.news_highlight h3,
div.f28_activity_agenda div.news_highlight p {
	width: 280px;
	margin: 0 0 1em 0;
}

div.f27_news_overview div.news_highlight h3,
div.f28_activity_agenda div.news_highlight h3 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f27_news_overview div.news_highlight a,
div.f28_activity_agenda div.news_highlight a {
	text-decoration: none;
	color: #333333;
}

div.f27_news_overview div.news_highlight a:hover,
div.f28_activity_agenda div.news_highlight a:hover {
	text-decoration: underline;
}

div.f27_news_overview ul,
div.f28_activity_agenda ul {
	background: url(../img/bg_line_stripes.png) repeat-x top;
	margin: 0;
	padding: 1.5em 0 0;
}

div.f27_news_overview ul li,
div.f28_activity_agenda ul li {
	background: none;
	margin: 0;
	padding: 0 0 0.455em;
	color: #333333;
}

div.f27_news_overview ul li:hover,
div.f27_news_overview ul li.hover,
div.f28_activity_agenda ul li:hover,
div.f28_activity_agenda ul li.hover {
	background: #ffffff;
}

div.f27_news_overview ul li span,
div.f28_activity_agenda ul li span {
	float: left;
	display: block;
	width: 80px;
	margin: 0 10px 0 0;
}

div.f27_news_overview ul li a,
div.f28_activity_agenda ul li a {
	float: left;
	display: block;
	width: 330px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div.f27_news_overview ul li a:hover,
div.f28_activity_agenda ul li a:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________F29 NEWS ITEM + F30 ACTIVITY___*/

div.f29_news_item,
div.f30_activity {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	margin: 0 0 1.5em;
	padding: 0 0 1em;
}

div.f29_news_item h2,
div.f30_activity h2 {
	margin: 0 0 1em;
}

div.f29_news_item h2.white_header {
	color: #fff;
}

div.f29_news_item div.intro,
div.f30_activity div.intro {
	background: url(../img/bg_line_stripes.png) repeat-x top;
	padding: 2em 0 0.5em;
}

div.f29_news_item div.intro br,
div.f30_activity div.intro br {
	margin: 0 0 1em 0;
}

div.f29_news_item div.intro img,
div.f30_activity div.intro img {
	float: left;
	margin: 0 20px 1em 0;
}

div.f29_news_item p,
div.f30_activity p {
	margin: 0 0 1em 0;
}

div.f29_news_item ul.content-images {
	margin-right: -10px;
	overflow: hidden;
}

div.f29_news_item ul.content-images li {
	background: none;
	float: left;
	padding-left: 0;
	margin: 0 10px 0 0;
}

div.f29_news_item ul.content-images li img {
	width: 133px;
}

/*________________________________________________________________________________F31 PRODUCT LIST___*/


div.f31_product_list {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f31_product_list a{
	text-decoration: none;
}


div.f31_product_list form fieldset {
	float: right;
	margin: 0.5em 0;
}

div.f31_product_list form fieldset select {
	width: 140px;
	height: 18px;
	color: #000000;
}

div.f31_product_list ul.product_list {
	background: url(../img/bg_line_stripes.png) repeat-x top;
	margin: 0;
	padding: 1px 0 0;
}

div.f31_product_list ul.product_list li {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	margin: 0;
	padding: 1.5em 0;
	width: 100%
}

div.f31_product_list ul.product_list li:hover,
div.f31_product_list ul.product_list li.hover {
	background-color: #ffffff;
}

div.f31_product_list ul.product_list li img {
	float: left;
	margin: 0 24px 0 0;
}

div.f31_product_list div.product_details {
	float: left;
	padding: 0 0 1em;
	color: #333333;
}

div.f31_product_list div.product_details h3 {
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f31_product_list div.product_details p {
	margin: 0;
}

div.f31_product_list p.price {
	float: right;	
	font-weight: bold;
	color: #333333;
}



/*________________________________________________________________________________F32 PRODUCT FORMATION___*/

div.f32_product_information {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f32_product_information img {
	float: left;
	margin: 0 24px 0 0;
}

div.f32_product_information div.product_details {
	float: left;
	padding: 0 0 1em;
	width: 205px;
	color: #333333;
}

div.f32_product_information div.product_details p {
	margin: 0 0 1em;
}

div.f32_product_information div.product_details p.price {
	font-weight: bold;
	font-size: 1.65em;
	color: #172983;
}



/*________________________________________________________________________________F36 SAVED RECIPES___*/

div.f36_saved_recipes {
	margin: 0 0 1em;
}

div.f36_saved_recipes ul.saved_recipes_list {
	margin: 0;
}

div.f36_saved_recipes ul.saved_recipes_list li {
	float: left;
	clear: both;
	background: none;
	width: 650px;
	margin: 0;
	padding: 0 0 0.5em;
}

div.f36_saved_recipes ul.saved_recipes_list li.last {
	background: none;
}

div.f36_saved_recipes ul.saved_recipes_list ul {
	float: left;
	margin: 0;
}

div.f36_saved_recipes ul.saved_recipes_list ul li {
	float: left;
	clear: right;
	background: none;
	width: 121px;
	margin: 0 15px 0 0;
	padding: 0;
	color: #666666;
}

div.f36_saved_recipes ul.saved_recipes_list ul li.recipe_title {
	background: url(../img/icon_listmarker_dot.png) no-repeat 3px 6px;
	width: 179px;
	margin: 0 38px 0 0;
	padding: 0 0 0 12px;
}

div.f36_saved_recipes ul.saved_recipes_list ul li.recipe_preparation_time {
	width: 136px;
}

div.f36_saved_recipes ul.saved_recipes_list ul li.recipe_energy {
	width: 128px;
	margin: 0;
}

div.f36_saved_recipes ul.saved_recipes_list ul li h3 {
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f36_saved_recipes ul.saved_recipes_list ul li p {
	margin: 0;
}

div.csc-textpic {
	margin-bottom: 15px;	
}

div.csc-textpic,
div.csc-textpic-text {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: transparent url(../img/bg_line_stripes.png) repeat-x scroll left bottom;
}

div.csc-textpic div.csc-textpic-text {
	margin-bottom: 0;
	padding-bottom: 0px;
	background: none;
}

div.csc-textpic div.csc-textpic-text p {
	padding: 0;	
}

p.form_note {
	font-size: 0.9em;
}

div.smallecontentlijst{margin-bottom:10px;}
div.smallecontentlijst h2{}
div.smallecontentlijst ul.contentlijst{
	margin:0;
	padding:0;
	list-style:none;
}
div.smallecontentlijst ul.contentlijst li{
	background:none;
	margin:0;
	padding:0;
	line-height:17px;
	margin-bottom:7px;
	overflow:hidden;
	vertical-align:top;
	width:100%;

}
div.smallecontentlijst ul.contentlijst li span{
	width:66px;
	float:left;
}
div.smallecontentlijst ul.contentlijst li a{
	width:124px;
	float:right;
}


div#lightbox_print_recept {
	width: 648px;
	height: auto !important;
}

div.pi28advertentie{
	text-align:center;	
}

div.countDownBoxWrap {

}

div.countDownBoxWrap h4{
	font-size: 15px;
}

div.countDownBoxWrap div.countDownBoxOuter{
    background: url('../img/countDownClock_new.gif') no-repeat;
    height: 100px; /* SET THIS VALUE TO >= THE HEIGHT OF THE BG IMAGE TO AVOID CLIPPING */
}

div.countDownBoxWrap div.countDownBoxOuter div.countDownBoxInner {
    padding-left: 90px; /* SET THIS TO THE WIDTH OF THE LEFT IMAGE + ~10px FOR NICE DISPLAY */
}

div.countDownBoxWrap div.countDownBoxOuter div.countDownBoxInner span { /* PLAY AROUND WITH THESE VALUES */
    color: #172983;
    font-size: 1.8em;
    padding: 0 0.5em;
}

span.countdown {
	padding-left: 90px;
}

img.countdown {
	padding-left: 87px;
}

/*________________________________________________________________________________ADVANCED SEARCH___*/

form.advanced_search {
	margin: 0 0 20px;
}

form.advanced_search input {
	float: left;
	width: 307px;
	border: 1px solid #c9c9c9;
	height: 24px;
	line-height: 24px;
	margin: 0 6px 0 15px;
	padding-left: 6px;
	color: #7f7f7f;
}

form.advanced_search fieldset.selects label {
	display: none;
}

form.advanced_search fieldset.selects select {
	width: 240px;
}

form.advanced_search fieldset.checkboxes {
	background: url("../img/bg_line_stripes.png") repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

form.advanced_search fieldset.checkboxes h2 {
	margin-bottom: 15px;
}

form.advanced_search div.checkboxWrapper {
	float: left;
	width: 180px;
}

form.advanced_search fieldset div.checkboxWrapper input {
	width: auto;
	height: auto;
	margin-top: 2px;
	background: none;
	border: none;
	float: left;
}

form.advanced_search div.checkboxWrapper label {
	float: none;
	margin: 0 15px 0 0;
	width: auto;
}

form.advanced_search select {
	width: 151px;
	height: 26px;
	padding: 4px;
	margin: 0 16px 10px 0;
	border: 1px solid #c9c9c9;
	line-height: 26px;
	color: #000;
}

form.advanced_search h2 {
	background: url("../img/bg_line_stripes.png") repeat-x left bottom;
	padding: 0 0 15px;
	margin: 20px 0;	
}

div#content form.advanced_search div.search_intro h2 {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

/*
 * Poll
 */
div.poll {
	background: url(../img/bg_poll.png) no-repeat left top;
	margin: 0 -7px 20px -7px;
	padding: 20px 0 0;
	width: 429px;
}

div.poll div.inner {
	background: url(../img/bg_poll.png) no-repeat left bottom;
	padding: 0 24px 20px;
	width: 381px;
}

div.poll ul {
	overflow: hidden;
	background: #f3f4f9;
	padding: 10px 0;
}

div.col3_right div.poll {
	background: url(../img/bg_poll_small.png) no-repeat left top;
	width: 208px;
}

div.col3_right div.poll div.inner {
	background: url(../img/bg_poll_small.png) no-repeat left bottom;
	width: 160px;
}

div.col3_right div.poll div.inner ul {
	width: 160px;
}

div.poll ul li {
	background: none;
}

div.poll form label {
	font-size: 14px;
	color: #525354;
}

div.poll form input {
	width: auto;
	margin: 2px 5px 0 0;
	background: none;
	border: none;
}

div.poll input.button {
	background: url(../img/poll_button.png) no-repeat left top;
	display: inline-block;
	width: 52px;
	height: 21px;
	padding: 0;
	border: none;
	}
	div.poll input.button:hover {
		background: url(../img/poll_button.png) no-repeat left bottom;
	}
	
div.poll div.answers ul {
	list-style-type: disc;
	overflow: visible;
	padding: 10px 0 10px 25px;
}

div.poll div.answers ul li {
	background: none;
	padding: 0;
}

div.poll form fieldset > p {
	color: #ff0000;
	font-weight: bold;
}

/*
 * twitter
 */
div.twitter h2 {
	display: inline-block;
}

div.twitter a.icon_twitter {
	background: url(../img/icon_twitter2.png) no-repeat left top;
	display: inline-block; 
	float: right;
	width: 20px;
	height: 20px;
}

div.twitter ul {
	background: url("../img/bg_line_stripes.png") repeat-x left bottom;
	padding-bottom: 1px;
	clear: both;
	display: inline-block;
}

div.twitter ul li {
	background: url("../img/bg_line_stripes.png") repeat-x left top;
	padding: 10px 0 10px 10px;
	overflow: hidden;
} 

div.twitter ul li:hover {
	background-color: #fff;
}

div.twitter a.image {
	float: left;
	margin: 0 10px 0 0;
}

div.twitter div.text {
	display: inline-block;
	float: left;
	width: 342px;
}

div.twitter div.text h3 a,
div.twitter div.text h3 span {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div.twitter div.text a.time_posted {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	div.twitter div.text a.time_posted:hover {
		text-decoration: underline;	
	}
/*
 * Latest news
 */
div.latest_news {
	overflow: hidden;
	margin: 0 0 20px;	
}

div.latest_news ul li {
	background: url("../img/bg_line_stripes.png") repeat-x left bottom;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 15px;
}

div.latest_news ul li h3 a {
	font-size: 18px;
	text-decoration: none;
}

div.latest_news ul li p {
	overflow: hidden;
}

div.latest_news ul li a.image {
	float: right;
	margin: 0 0 0 20px;
}

/*
 * Top recipes
 */
div.top_recipes {
	width: 399px;
	padding: 0 0 0 15px;
}

div.home div.top_recipes h2,
div.home div.f18_recipe_list h2 {
	background: #E2001A;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 8px 8px 8px 15px;
	margin-left: -15px;
}

div.top_recipes ul.searchresults_recipes_list {
	overflow: hidden;
	margin: 0 0 5px 0;
}

div.top_recipes ul.searchresults_recipes_list > li {
	background: url("../img/bg_line_stripes.png") repeat-x left bottom;
	padding: 0 0 8px;
	margin: 0 0 10px;
}

div.top_recipes ul li {
	background: none;
	padding: 0;
	float: left;
}

div.top_recipes ul.searchresults_recipes_list ul li {
	margin-left: 20px;
	padding-top: 1px;
}

div.top_recipes ul.searchresults_recipes_list ul li h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

div.top_recipes ul.searchresults_recipes_list ul li p {
	margin: 0;
	font-weight: bold;
}

div.top_recipes ul.searchresults_recipes_list ul li span {
	color: #666666;
}

div.top_recipes ul.searchresults_recipes_list ul li:first-child {
	margin: 0;
}

div.top_recipes ul.searchresults_recipes_list ul li.recipe_image {
	width: 59px;
}

div.top_recipes ul.searchresults_recipes_list ul li.recipe_title {
	width: 104px;
}

div.top_recipes ul.searchresults_recipes_list ul li.recipe_time {
	width: 82px;
}

div.top_recipes ul.searchresults_recipes_list ul li.recipe_rating {
	width: 94px;
}

/*
 * Videos
 */
div.videos {
	border: 1px solid #cecfd0;
	overflow: hidden;
	clear: both;
	padding: 15px 16px 10px;
	margin: 0 0 20px;
	width: 382px;
}

div.videos h2 {
	margin: 0 0 15px;
}

div.videos ul {
	margin: 0 -5px;
}

div.videos ul li {
	background: none;
	float: left;
	padding: 0;
	margin: 0 0 0 4px;
}

div.videos ul li:first-child {
	margin: 0;	
} 

div.videos span.overlay {
	background: url(../img/overlay_youtube.png) no-repeat left top;
	display: inline-block;
	width: 128px;
	height: 76px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

div.videos a {
	position: relative;
	display: block;
	margin: 0 0 5px;
	height: 72px;
	width: 124px;
	overflow: hidden;
	padding: 4px 0 0 4px;
}

div.videos span.play {
	background: url("../img/icon_play.png") no-repeat left top;
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -13px 0 0 -13px;
	z-index: 999;
}

div.videos img {
	background: none;
	display: block;
	position: absolute;
	left: 4px;
	top: -8px;
	z-index: 1;
} 

div.videos ul li p {
	margin-left: 4px;
}

div.col3_right div.videos {
	border: none;
	width: auto;
	padding: 0;
}

div.f14_fish_information div.videos a,
div.f14_fish_information div.videos img {
	width: 190px;
	height: 115px;
}

div.f14_fish_information div.videos span.overlay {
	background: url(../img/overlay_youtube_large.png) no-repeat left top;
	width: 194px;
	height: 115px;
	overflow: hidden;	
} 

/* addthis */
div.f09_contentblock {
	background: url("../img/bg_line_stripes.png") repeat-x left top;
	overflow: hidden;
	clear: both;
	padding: 10px 0 0;
}
div.article_head {
	overflow: hidden;
}	
	
div.article_head h2 {
	float: left;
}
div.addthis_toolbox {
	float: right;
	margin: 0 0 10px;
	clear: both;
}
  
  
  
.download-list td{
	margin:0;
	padding:2px 6px 2px 0px;	
}

#beeldmerk{
    top:20px;
    left: 20px;
    z-index:100;
    position:absolute;
}

.visbuttondiv{
	top:20px;
	left: 20px;
	z-index:100;
	position:absolute;	
}

.select-categorie{
	margin:0 0 20px;	
}

.select-categorie label{
	width:140px;	
}

.select-categorie select{
	width:200px;
}

.visbutton{	
	padding:35px 25px;
	display:block;
	width:100px;
	height:80px;
	background:url(../img/visbutton.png) no-repeat;
	text-align:center;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;	
	font-weight:bold;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
	-webkit-transition: all 200ms ease-in-out;
	   -moz-transition: all 200ms ease-in-out;
	 	 -o-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
}

.visbutton:hover{
	color:#fff;
	text-decoration:none;	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
	 	-ms-transform: rotate(0deg);
			transform: rotate(0deg);
}

.prijsvraag {
    display: inline-block;
    margin-bottom: 20px;
}

.prijsvraag input[type="text"] {
   width: 190px;
}

.prijsvraag input[class="error"] {
	background: #ffbdb6;
}

#haringlightbox {
	display:none;
}
#sb-player.html  .center {margin: 0 auto;}