/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

stronb, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ol, ul {
	list-style: none;
}

ul {
	list-style: disc;
}

ul li {
	margin-left: 18px;	
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* HTML elements */

body {
	color: #58595B;
	background: #fff url(../graphics/bg.png);
	font: 12px/17px Arial, sans-serif;
}

a, p a {
	color: #E80400;
	text-decoration: none;
}

a:hover,
p a:hover  {
	color: #E4A600;
}

h1, h2, h3, h4, h5, h6 {

}

h2 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	color: #E80400;
	font-size: 17px;
}

a img {
	border: none;
}

p {
	margin-bottom: 9px;
}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input.text, input.title, textarea, select {background-color:#fff;}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

form#subForm {
	margin-bottom: 10px;
}

form#subForm label {
	font-size: 11px;
}

form#subForm input {
	border:1px solid #CCC;
	padding: 3px;
}

#wrapper {
	margin: 27px auto;
	width: 1000px;
	position: relative;
}

/*-------------------
HEADER 
------------------- */

#header {
	height: 244px;
}

#actieplek {
	position: absolute;
	top: 40px;
	left: 20px;
}

#logo {
	position: absolute;
	top: 0;
	left: 257px;
	width: 193px;
	height: 247px;
}

#nav {
	position: absolute;
	top: 40px;
	right: 72px;
	width: 398px;
	height: 213px;
}

#nav-left {
	float: left;
	width: 176px;
}

#nav-right {
	float: left;
	width: 222px;
	margin-top: 25px;
}

/*-------------------
CONTENT 
------------------- */

#content {
	margin-top: 30px;

}

#main {
	margin: 0 274px 0 267px;
	height: 500px;
}

#singlemain {
	margin: 0 0 20px 267px;
	background-color: #fff;
	border: 1px solid #F8F3F3;
	height: auto;
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
}


#breadcrumb {
	margin: 0 274px 10px 267px;
	text-transform: lowercase;
}

#breadcrumb p {
	color: #E4A600!important;
}

#breadcrumb p a {
	color: #E80400;
	
}

#breadcrumb p a:hover {
	color: #E4A600;
}

/*-------------------
SIDEBAR LEFT
------------------- */

#sidebar-left {
	width: 219px;
	position: absolute;
	top: 300px;
	left: 0;
}

#labour-standard-header {
	background: url(/graphics/header-labourstandards.gif) top left no-repeat;
	height: 91px;
}

.labour-standard-img-overlay {
	background: url(/graphics/overlay-siderbar-left-img.png);
	height: 319px;
	width: 219px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

#labour-standard-img {
	position: relative;
}

img.labourstandards-number {
	padding-left: 120px;
	}

#labour-standard-txt {
	margin: 18px 0 0 0;
}

#labour-standard-img img {
	/*float: left;*/
	margin-top: 7px;
	border: none;
}

/* ON PAGES */

#sidebar-page-content {
	padding: 20px 60px 20px 20px;
	height: 364px; /* om de bg img van .bg-sidebar-right erin te passen */
}


/*-------------------
SIDEBAR RIGHT
------------------- */

#sidebar-right {
	width: 276px;
	position: absolute;
	top: 295px;
	right: 0;
}

#searchbar {
	padding: 0 0 0 38px;
}

.pivotx-search fieldset {}

.searchbox {
	border: 1px solid #F8F3F3;
	padding: 8px 4px;
	width: 170px;
}

.searchbox:focus {
	border: 1px solid #fc0!important;
}



.searchbutton {
	background-color: transparent;
	border: none;
}

#about {
	height: 425px;
	background: url(../graphics/bg-sidebar-right.gif);
}

#about-content {
	padding: 40px 30px 40px 60px;
}

#about-content .clickable {
	cursor: pointer;
}

#about-content p {
	font-size: 11px;	
}

#sidebar-news {
	position: absolute;
	top: 0;
	left: 0;
	height: 425px;
	width: 276px;
	
}

#sidebar-news-content {
	padding: 20px 60px 20px 20px;
	height: 364px; /* om de bg img van .bg-sidebar-right erin te passen */
}



/*-------------------
FOOTER
------------------- */

#footer p {
	padding-left: 267px;
	font-size: 11px;
}

/*-------------------
ITEMS
------------------- */

.mainitem {
	background: #fff;
	position: relative;
	margin-bottom: 18px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #F8F3F3;
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
	cursor: pointer;
	
}

.singleitem {
	background: #fff;
	position: relative;
	margin-bottom: 18px;
	/* overflow: hidden; Neen!! */
	border: 1px solid #F8F3F3;
	min-height: 500px;
	height: auto;
	_height: 500px;
}

.newsitem {
	position: relative;
	margin-bottom: 18px;
	min-height: 140px;
	height: auto;
	_height: 140px;
	cursor: pointer;
}

.newsitem-hoog {
	min-height: 222px;
	height: auto;
	_height: 222px;	
}

.pageitem {
	background: #fff;
	position: relative;
	margin-bottom: 18px;
	/* overflow: hidden; Nee! */
	/* border: 1px solid #F8F3F3; Ook niet! */
	/*-moz-box-shadow: 3px 3px 3px #EBE7E8;
	-webkit-box-shadow: 3px 3px 3px #EBE7E8;
	box-shadow: 3px 3px 3px #EBE7E8;	*/
	min-height: 360px;
	height: auto;
	_height: 360px;
}

.singleitemcontent {
	padding: 10px 10px 10px 30px;
	margin-right: 264px;
	text-align: justify; 
}

.singleitemcontent h3 {
	padding-top: 20px;
}

h3.mainitem-date,
h3.singleitem-date  {
	font-size: 16px;
}

.bg-sidebar-right {
	background: url(../graphics/bg-sidebar-right.gif) no-repeat -35px -15px;
}

.singleitem-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 228px;
}

.singleitem-right li {
	padding-bottom: 10px;
}

.singleitem-right img {
	margin-bottom: 5px;
}

img#header-relatednews {
	margin-bottom: 20px;
}


.relatednews ul {
	padding-bottom: 20px;
}

.relatednews li,
.related li {
	padding-bottom: 5px;
	font-size: 15px;
}

img#header-relatedbrands {
	margin-bottom: 20px;
}


img#header-relatedcountries {
	margin-bottom: 20px;
	/* float: left; <- Waaroooom? */
	display: block;
	width: 127px;
}

img#header-relatedresources {
	margin-bottom: 20px;
}

.itemdivider {
	margin: 0 267px 30px 30px;
	height: 1px;	
	background: url(../graphics/stippellijn-rood.jpg) center repeat-x;
}

.divider-red {
	height: 40px;
	clear: both;
	background: url(../graphics/stippellijn-rood.jpg) center repeat-x;
}

.mainitem img {
	visibility: hidden;
}

.open img {
	visibility: visible !important;
}

.mainitem-left,
.singleitem-dateblock {
	position: absolute;
	top: 0;
	left: 0;
	width: 134px;
	background: #E80400;
	color: #fff;
}
.mainitem-right {
	margin: 0 0 0 134px;
	padding: 18px 18px 0 18px;
	background: #fff;
}

.singleitem-title {
	margin: 0 0 0 134px;
	padding: 0px 18px 0 18px;
	background: #fff;	
	width: 350px;
}

.page-title {
	padding: 18px 18px 0 30px;
	background: #fff;
}


.mainitem-left h3,
.singleitem h3,
.newsitem h3 {
	color: #fff;
	padding: 12px 0 10px 22px
}

.morelink a {
	color: #E80400;
}

/*-------------------
BRANDS
------------------- */

#brands {
    padding: 4px;
    width: 726px;
    _overflow-x: hidden;
}

#brands-search {
	margin: 8px 46px 10px 2px;
	background: #fff url(/graphics/button-search.gif) no-repeat center right;
}

#brands-search-brands {
	margin: 8px 46px 00px 2px;
}

#brands-search-companies {
	margin: 8px 46px 30px 2px;
	background: transparent;
	width: 220px;
}

input#brandfilter {
	width: 220px;
	padding:8px 4px;
	border: 1px solid #fff;
	background: transparent url(/graphics/bg-search-companies.gif) no-repeat 5px center;
}

input#brandfilter.focus {
	border: 1px solid #fc0;
}


input#brandfilter.nobg {
	background: none;
}


input#zoek {
	width: 220px;
	padding:8px 4px;
	border: 1px solid #fff;
	background: transparent url(/graphics/bg-search.gif) no-repeat 5px center;
}

input#zoek.focus {
	border: 1px solid #fc0;
}


input#zoek.nobg {
	background: none;
}


#branditems {
	margin: 0 0 20px 237px;
	margin-bottom: 18px;
	background-color: transparent!important;
	width: 700px;
    _overflow-x: hidden;
}

.brand {
	background: #fff;
	color: #E80400;
	border: 1px solid #EEE;
	padding: 8px 20px;
	width: 20px;
	height: 39px;
	float: left;
	margin: 2px 8px 2px 2px;
	overflow: hidden;
	font-size: 18px;
	line-height: 39px;
	white-space: nowrap;
	font-family: Arial; /* Deze gaan we _niet_ sifr-en, vanwege het
	                   initialiseren na het laden van de pagina */
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
	cursor: pointer;
	
}

.hover-begin span, .hover-eind span {
	display: none;
	visibility: hidden;
}

.hover-begin {
	background-position: left top !important;
	background-repeat: no-repeat !important;
}

.hover-eind {
	background-position: right top !important;
	background-repeat: no-repeat !important;
}

.begin {
    background: #fff url(/graphics/bg-brand-begin.gif) no-repeat right center;
}

.eind {
    background: #fff url(/graphics/bg-brand-eind.gif) no-repeat left center;
}

.cleaner {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}


.branditem-titleblock {
	position: relative;
	width: 100%;
	background: #e4a600;
	color: #fff;
}

.branditem-title {
}


.branditem-title h3 {
	padding: 12px 18px;
}

.branditem-logos {
	background-color: #fff;
}

.branditem-logos img {
	padding-top: 10px;
	background-color: #fff;
}

#brands-button, #companies-button {
	cursor: pointer;
}

/*
.branditem-title {
	width: 100%;
}
*/


/*
.branditem-logos {
	position: absolute;
	right: 0;
	top: 0;
}
*/

.brands-nav {
	padding: 20px 273px 0 20px;
}

.previous {
	display: block;
	float: left;
}

.next {
	display: block;
	float: right;
}

.branditemcontent {
	padding: 40px 10px 10px 30px;
	margin-right: 264px;
	text-align: justify; 
}

.branditem-right {
	position:absolute;
	right:30px;
	top:132px;
	width:208px;
}

.countriesitemcontent {
	padding: 0px 10px 10px 30px;
	margin-right: 264px;
	text-align: justify; 
}

.countriesitem-title {
	padding: 0 228px 0 0px;
	background: #fff;
}

.countriesitem-text {
	padding: 0 0 30px 0;
}


.countriesitem-right {
	position: absolute;
	top: 31px;
	right: 30px;
	width: 208px;
}

#countries-map {	
	width: 100%;
	padding: 0px 0;
}

#countries-map .divider-red {
	margin: 0 30px!important;
}


/* LABOUR STANDARDS */

#labourstandards #labour-standard-img {
	float: left;
	margin: 20px;
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
}

#labourstandards #labourstandards-icons {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	height: 130px;
}

#labourstandards #labourstandards-icons img {
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
}

#labourstandards #labourstandards-icons a {
	display: block;
	float: left;
	height: 130px;
	width: 91px;
	margin-left: 10px;
}

#labourstandards .page-title {
	margin-bottom: 1em;
}

#labourstandards p {
	padding-right: 20px;
}

/* About page */

#about-themes {
	list-style: none;
}

#about-themes li a {
	display: block;
	width: 236px;
	height: 30px;
	margin-bottom: 5px;
	text-indent: -10000px;
}

#about-themes li#about-approach a {
	background: url(/graphics/FWF_but__red_approach.png) no-repeat left top;
}
#about-themes li#about-approach a:hover,
#about-themes li#about-approach a.active {
	background: url(/graphics/FWF_but__yellow_approach.png) no-repeat left top;
}
#about-themes li#about-verification a {
	background: url(/graphics/FWF_but__red_verification.png) no-repeat left top;
}
#about-themes li#about-verification a:hover,
#about-themes li#about-verification a.active {
	background: url(/graphics/FWF_but__yellow_verification.png) no-repeat left top;
}
#about-themes li#about-socialdialogue a {
	background: url(/graphics/FWF_but__red_socialdialogue.png) no-repeat left top;
}
#about-themes li#about-socialdialogue a:hover,
#about-themes li#about-socialdialogue a.active {
	background: url(/graphics/FWF_but__yellow_socialdialogue.png) no-repeat left top;
}
#about-themes li#about-organisation a {
	background: url(/graphics/FWF_but__red_organisation.png) no-repeat left top;
}
#about-themes li#about-organisation a:hover,
#about-themes li#about-organisation a.active {
	background: url(/graphics/FWF_but__yellow_organisation.png) no-repeat left top;
}

#flash-organogram {	
	width: 100%;
	padding: 0px 0;
	margin-top: 2em;
}



.singleitemcontent #searchbar {
	padding-left: 0px;
	margin-bottom: 1em;
}

.singleitemcontent #searchbar input#zoek {
	border: 1px solid #E80400;
}

.pivotx-search-result p {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-top: 2em;
}

#search-results li {
	margin-top: 1em;
}

#search-results li a {
	font-size: 14px;
	font-weight: bold;
}

.resource-item {
	padding: 9px 18px 9px 30px;
}

.margin30 {
	margin: 0 30px;
}



.resource-download {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 12px;
}

.resource-download h1 {
}

.resource-downloaditem {
	padding-bottom: 12px;
	clear: both;
}

.resource-download-img {
	float: left;
	margin-left: 30px;
}

.resource-downloaditem .resource-title {
	float: left;
	padding-top: 8px;
	padding-left: 6px;
}

.resource-title h1 {
	font-size: 20px;
	line-height: 24px;
	color: #E80400;
	padding: 0 20px 8px 10px;
	margin: 0;
}



.resource-title h1.redarrow {
	display: inline;
	padding: 2px 20px 4px 0;
	background: url(/graphics/arrow-red-right.gif) no-repeat center right;
	cursor: pointer;
	font-size: 20px;
	line-height: 24px;
	color: #E80400;
	/* text-transform: lowercase; */	
}

.resource-title h1.open {
	background: url(/graphics/arrow-red-down.gif) no-repeat center right !important;
}

.resource-list {
	display: none;
}

.resource-item ul {
	padding: 6px 20px;
}