	/* ****************************************** 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, strong, sub, sup, tt, var,
	b, u, i, center,
	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: none;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	/*  end reset v1.0 | 20080212 */
	/* http://meyerweb.com/eric/tools/css/reset/ */
	
	.clear{
		content:"." !important;
		display:block !important;
		height:0px !important;
		clear:both !important;
		overflow:hidden !important;
		padding: 0 !important;
		margin: 0 !important;
		min-height: 0 !important;
	}
	
	/* ****************************************** LAYOUT - COMMON */
	#container-header {
		width: 100%;
		height: 70px;
	}
	
	.header {
		width: 980px;
		height: 81px;
		margin: 0 auto;
		z-index: 10;
	}
	
	.header a.logo {
		display: block;
		float: left;
		margin: 30px 0 0 20px;
		z-index: 10;
		position: absolute;
	}
	
	.header img.logo {
		float: none;
		margin: 0;
		z-index: 10;
		position: absolute;
	}
	
	#navigation ul {
		float: left;
	/*	margin: 40px 0 0 196px; svn layout different*/
		margin: 13px 0 0 196px;
		height: 25px;
	}
	
	#navigation ul li{
		float: left;
		margin: 0 50px 0 0;
		text-shadow: 2px 2px 2px #000;
	}
	
	#container-content {
		width: 980px;
		margin: 0 auto;
		padding: 53px 0 0 0;
		z-index: 0;
		position: relative;	
	}
	
	#content {
		width: 720px;
		z-index: 0;
		float: left;
		margin: 0 0 0 20px;
	}
	
	#breadcrumb ul {
		float: left;
		width: 700px;
		border-bottom: 1px solid #cac0b4;
		padding: 0 0 4px 8px;
		clear: both;
	}
	
	#breadcrumb ul li {
		float: left;
		margin: 0 6px 0 0;
	}
	
	#breadcrumb li.divider {
		width: 6px;
	}
	
	#sidebar {
		width: 218px;
		float: left;
		margin: 0 0 0 10px;
	}
	
	/* ****************************************** FOOTER */
	.footer {
		clear: both;
		width: 980px;
		height: 46px;
		padding: 0 0 40px 0;
		position: relative;
		top: 0;
		left: 0;
	}
	
	/*
	.producten .footer{
		margin: 10px 0 0 0;
		float: left;	
	}
	*/
	
	.footer ul {
		float: left;
		margin: 45px 0 0 20px;
	}
	.footer ul li{
		float: left;
		margin: 0 6px 0 0;
	}
	
	.footer a#embedded-akzo-logo-link img,
	.footer img.logo {
		float: right;
		margin-right: 45px;
		width:85px;
		padding-top:31px;
	}
	
	/* ****************************************** PRODUCTEN RESULTATEN */
	
	.results h1 {
		margin: 30px 8px 20px 8px;
	}
	
	.product-box {
		width: 170px; 
		height: 245px;
		float: left;
		margin: 0 10px 20px 0;
	}
	
	li.product-img {
		text-align: center;
		vertical-align: middle;
		height: 170px;
		float: left;
		width: 140px;
		z-index: 50;
	}
	
	li.product-img img {
		margin: auto;
		z-index: 50;
	}
	
	li.product-img a {
		z-index: 50;
	}
	
	li.product-title {
		float: left;
		width: 130px;
		padding: 10px 0 0 10px;
	}
	
	.product-box h3 {
		margin: 5px 0 0 0;
	}
	
	li.shopping-list-add {
		position: relative;
		z-index:10;
		width: 26px;
		height: 33px;
		float: right;
		z-index: 200;
	}
	
	li.shopping-list-add a {
		position: relative;
		width: 26px;
		height: 26px;
		margin-top: 7px;
		z-index: 200;
		float: left;
		cursor: pointer;
	}
	
	
	li.shopping-list-add a span {
		display: none;
		cursor: pointer;
	}
	
	li.shopping-list-add a:hover span{
		display: block;
		
		z-index: 200;
		position: relative;
		width: 182px;
		height: 44px;
		margin: -30px 0 0 -18px;
		padding: 3px 0 0 5px;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
	}
	.loading {
		display: none;
	}
	
	.print{
		display: none;
		
		width: 80px;
		height:24px;
		padding: 10px 0 0 0;
		margin-right: 21px;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		background: url('../img/bg-button-oranje.png') no-repeat;
		float: right;
	}
	.print.visible{
		display: block;	
	}
	
	
	/* ******************************************BEITSWIJZER FILTER*/
	
	.beitswijzer-filter {
		width: 217px;
		z-index: -5;
		float: left;
	}
	
	.beitswijzer-filter-header {
		width: 217px;
		height: 63px;
	}
	
	.beitswijzer-filter-content {
		padding: 20px 0 0 0;
		width: 217px;
	}
	
	.beitswijzer-filter h2 {
		width: 182px;
		padding: 10px 15px 0 15px;
	}
	
	.beitswijzer-filter p {
		width: 182px;
		padding: 5px 15px 0 15px;
	}
	
	.beitswijzer-filter ul {
		width: 187px;
		padding: 0 15px 0 10px;
		margin: 0;
	}
	
	.beitswijzer-filter ul li {
		margin: 0;
		padding: 0;
	}
	
	.beitswijzer-filter ul ul {
		width: 187px;
		padding: 0 0 20px 5px;
		margin: 10px 0 0 0;
	}
	
	.beitswijzer-filter ul ul li {
		margin: 0 0 6px 0;
		padding: 0;
	}
	
	.beitswijzer-filter ul ul.narrow {
		width: 86px;
		float: left;
	}
	
	
	.beitswijzer-filter ul ul.narrow li {
		width: 75px;
		padding: 0;
	}
	
	.beitswijzer-filter p.bottom{
		margin: 0;
		width: 217px;
	}
	
	.beitswijzer-filter h3 {
		width: 182px;
		clear: both;
		margin: 0 0 0 5px;
		padding: 0;
	}
	
	.hidden-checkbox {
		display: none;
	}
	
	.beitswijzer-filter label a {
		display: block;
		padding-left: 20px;
		line-height: 13px;
	}
	
	/* ****************************************** HOME  SPECIFIC */
	
	.home #container-content {
		width: 990px;
		margin: 0 auto;
		padding: 0;
	}
	
	.home #content {
		width: 990px;
		margin: 0;
	}
	
	#carousel {
		width: 980px;
		height: 350px;
		overflow:hidden;
		float: left;
		z-index: -10;
	}
	
	.widgets-home {
		width: 980px;
		height: 290px;
		padding: 0 0 0 20px;
		float: left;
	}
	
	.home .widget {
		width: 286px;
		margin: 25px 0 20px 0;
		float: left;
	}
	
	.reseller-locations input{
		position: relative;
		z-index:1000;
	}	

	.right {
		float: right;
	}
	
	.left {
		float: left;
	}
	
	.home .widget .button,
	.cetabever .widget .button{
		width: 79px;
		height: 25px;
		padding: 11px 0 0 37px;
	}
	
	.home .widget1 {
		width: 336px;
		margin-left: -38px;
	}
	
	.home .widget1 .button {
		margin: -49px -1px 0 0;
		width: 117px;
		height: 25px;
		padding: 12px 0 0 37px;
	}
	.home .widget4 .button {
		margin: 0 -1px 0 0;
		width: 117px;
		height: 25px;
		padding: 12px 0 0 37px;
	}

	.home .widget5 .button {
   	 	margin: 0 3px 0 0;
    		width: 117px;
		height: 25px;
		padding: 12px 0 0 37px;
	}
	
	.reseller-locations label {
	display: none;
	}
	
	.home .input-reseller-locator {
		margin:5px 0 0 0;
		padding: 3px 6px 0 6px;
		width: 99px;	
		height: 19px;
		float: left;
	}
	
	.submit-reseller-locator {
		width: 82px;
		height: 39px;
		padding: 0 0 8px 0;
		float: left;
		margin: 0 0 0 5px;
	}
	
	.home .widget2 {
		margin: 0 36px 0 32px;
	}
	
	.home .widget2 h2 {
		width: 239px;
		margin: 33px 0 0 0;
	}
	
	.home .widget2 p {
		width: 239px;
		margin: 7px 0 19px 0;
	}
	
	.home .widget2 .button {
		margin: 33px 0 0 -5px;
	}
	
	.home .widget2 img {
		float: left;
		margin-left: 40px;
	}
	
	.home .widget3 {
		width: 326px;
	}
	
	.home .widget3 h2, .widget3 p {
		float: left;
		width: 213px;
	}
	
	.home .widget3 h2 {
		margin: 8px 0;
	}
	
	.home .widget3 p {
		margin: 0 0 10px 0;
	}
	
	.home .widget3 div {
		margin: 0 0 0 -4px;
	}

	.home .widget5 {
		width: 307px;
		margin-top:10px;
		margin-right: -15px;
	}
	
	.home .input-newsletter-name, .home .input-newsletter-email  {
		width: 135px;
		height: 22px;
		padding: 0 5px 0 21px;
		margin: 5px;	
		display: block;
		float: left;
	}
	
	.home .input-newsletter-email {
		float: left;
	}
	
	.home .submit-newsletter {
		width: 76px;
		height: 33px;
		text-align: center;
		padding: 0 0 4px 0;
		float: left;
		clear: both;
		margin: 1px 0 0 0;
	}
	
	.home .box-checkbox {
		float: left;
		clear: both;
		width: 313px;
	}
	
	.home .box-checkbox label{
		width: 150px;
		display: block;
		float: left;
	/*	padding: 2px 0px 0px 20px;*/
		margin: 4px 0 0 5px;
	}
	
	.home .box-checkbox input[type=checkbox] {
		display: block;
		float: left;
		width: 16px;
	}
	
	.home .newsletter-message {
		width: 213px;
		height: 50px;
		padding: 10px 0;
		position: relative;
		top: 25px;
		left: 5px;
	}
	
	
	/* ****************************************** HOME Carousel */
	
	.beitswijzer-slide{
		width: 955px;
		height:280px;
		padding: 70px 0 0 25px;
		background:	url('../img/bg-carousel-beitswijzer.jpg') no-repeat;
	}
	#carousel .beitswijzer-slide h1{
		padding: 0 0 30px 0;
		width:460px;
		font-size: 3.7em;
		font-weight: normal;
		color: #ffffff;
	}
	.cufon-ready #carousel .beitswijzer-slide h1{
		font-size: 3.8em;
		font-weight: bold;
		line-height: .2em;
	}
	#carousel .beitswijzer-slide .beits-producten p{
		width: 215px;
		line-height: 1.3em;
		font-size: 1.1em;
		color: #ffffff;
		float:left;
	}
	.beitswijzer-slide .beits-producten ul{
		position:relative;
		z-index:1;
		width: 700px;
		margin: 0 0 0 40px;
		float: left;	
	}
	.beitswijzer-slide .beits-producten li{
		position:relative;
		z-index:1;	
		width:100px;
		margin-right:40px;
		float: left;
	}
	.beitswijzer-slide .beits-producten img{
		position: relative;
		-ms-interpolation-mode: bicubic;
		image-rendering:optimizeQuality; 
	}
	.beitswijzer-slide .beits-producten .product04{
		width:80px;	
	}
	.beitswijzer-slide .beits-producten img.groot-product{	
		margin: -20px 0 0 0;
	}
	
	
	
	/* ****************************************** Products overview */
	
	.producten #container-content{
		min-height: 580px;	
	}
	
	.product-banner-container {
	}
	
	#product_categories{
		width: 699px;
		height: 143px;
		margin: 2px 0 0 0;
		padding: 0 2px 0 5px;
		float: left;
		clear:right;
	}
	
	#product_categories li{
		float: left;
	}
	
	#product_categories strong{
		width: 708px;
		height: 17px;
		padding: 7px 0 0 0;
		float:left;
		display: block;	
	}
	
	#product_categories ul{
		width: 708px;
		height: 105px;
		padding: 15px 0 0 0;
		float: left;
	}
	
	#product_categories li, #product_categories a{
		width: 118px;	
		height: 105px;	
	}
	
	
	#product_categories a{
		padding: 0;
		display: block;
	}
	
	#product_categories a:hover{
		color: #ffffff;
	}
	
	#product_categories a img {
		display: block;
	margin: 0 auto;
	}
	
	#product_categories a span {
		padding: 0;
		display: block;
		width: 118px;
	}
	
	.product-banner{
		position:relative;
		z-index: 0;
		width: 706px;
		height: 313px;
		margin-top: 2px;
		float:left;
		display: block;
	}
	
	.product-banner ul{
		position: absolute;
		z-index: 1;
		top: 203px;
		left: 40px;
	}
	
	.product-banner a.button{
		width: 140px;
		height:26px;
		padding:12px 0 0 34px;
		display: block;
	}
	
	.producten #sidebar, .tips #sidebar, .cetabever #sidebar{
		width: 195px;
		min-height: 500px;
		float: left;
		margin: 0;
		padding:0 0 0 10px;
	}
	
	.sidebar_banners{
		margin: 0;
		padding: 0;
		float: left;
	}
	
	.sidebar_banners ul{
		float: left;
		margin: 0 0 0 1px;
		padding: 0;
	}
	
	.sidebar_banners li, .sidebar_banners li a, .sidebar_banners li a img{
		width:217px;
		margin: 0;
		padding:0;
		float: left;
	}
	
	/* ****************************************** Product detail */
	.product #content {
		width: 690px;
		margin-bottom: 20px;
	}
	
	.product #breadcrumb {
		margin-bottom: 60px;
	}
	
	.product #breadcrumb ul {
		float: left;
		width: 682px;
	}
	
	.product-detail {
		padding: 6px 0 20px 0;
		float: left;
	}
	
	.product-higlights {
		float: left;
		width: 265px;
		margin: 0 10px 0 0;
	}
	
	.product-higlights li {
		clear: both;
	}
	
	.product-higlights h2 {
		margin: 0 0 20px 0;  /*margin set from 20 to 51 until add to shopping list button returns*/
	}
	
	.product-higlights li.icon {	
		margin: 0 0 10px 0;
	}
	
	.product-higlights li.icon img {	
		float: left;
		width: 41px;
		margin: 0 10px 10px 0;
		display: block;
	}
	
	.product-higlights li.icon span {	
		float: left;
		display: block;
	}
	
	.product-visual-big {
		float: left;
		width: 201px;
		margin: -7px 10px 0 0;
	}
	
	.product-text {
		float: left;
		width: 200px;
		line-height: 20px;
		padding: 70px 0 20px 0;
	}
	
	.ui-tabs .ui-tabs-hide {
		display: none;
		width: 400px;
	}
	
	.product #tabs {
		clear: both;
		float: left;
		width: 980px;
		height: 160px;
		overflow: hidden;
		margin: -55px 0 0 0; /* restore to 21 when button "add-to-shopping-list" returns to top of the sidebar */
	}
	
	.product #tabs .tab-padding {
		width: 711px;/*	was: 950px*/
		height: 77px;
		clear: both;
		float: left;
		padding: 15px 0 30px 27px;
		overflow: hidden;
	}
	
	.product #tabs .video .tab-padding {
		height: 97px;
		padding: 15px 20px 30px 27px;
	}
	
	.product ul.product-specs {
		width: 213px;
		height: 40px;
		margin: 0 10px 15px 0;
		float: left;
	}
	
	.product ul.product-specs img {
		float: left;
		width: 24px;
		margin: 0 12px 0 0;
		display: block;
	}
	
	.product ul.product-specs p, .product ul.product-specs h4 {
		float: right;
		width: 177px;
		margin: 0; 
	}
	
	.product ul.no-image {
		width: 203px;
		height: 40px;
		margin: 0 10px 15px 32px;
		float: left;
	}
	
	.product ul.no-image h4 {
		margin: 1px 0 0 0;
	}
	
	.product ul.no-image p {
		margin: 3px 0 0 0;
	}
	
	.product ul.product-specs3 {
		margin: 0 0 0 15px;
		width: 200px;
	}
	
	.product ul.product-specs3 li {
		float: left;
		width: 100px;
	}
	
	.product ul.product-specs3 li.column2 {
		padding: 13px 0 0 0;
	}
	
	.product-specs2 li {
		padding: 0 0 10px 0;
	}
	
	.product #sidebar{
		width: 242px;
		float: right;
		margin-left: 16px;
		padding-bottom: 20px;
	}
	
	#sidebar .product-widgets {
		margin: 70px 0 0 0;
	}
	
	#sidebar .shopping-list-link {
		width: 202px;
		padding: 10px 20px;
	}
	
	#sidebar .shopping-list-link a {
		padding: 10px 5px 10px 15px;
		display: block;
		width: 186px;
		text-align: center;
	}
	
	#sidebar .widget {
		padding: 21px 10px 10px 25px;
		width: 207px;
		float: left;
	}
	
	#sidebar .widget p{
		margin: 10px 0 0 0;
	}
	
	#sidebar .paint-calculator p {
		width: 140px;
	}
	
	#sidebar .reseller-locations p {
		width: 185px;
	}
	
	#sidebar .widget label {
		display: none;
	}
	
	#sidebar .widget input {
		width: 110px;
		height: 22px;
		float: left;
	}
	
	#sidebar .widget .input-paint-calculator, #sidebar .widget .input-reseller-locator {
		margin:5px 0 0 0;
		padding: 2px 4px 1px 6px;
		width: 100px;
		height: 19px;
	}
	
	#sidebar .widget .submit-reseller-locator {
		width: 82px;
		height: 37px;
		padding: 0 0 10px 0;
		float: left;
		margin: 0 0 0 5px;
	}
	
	.submit-paint-calculator {
		width: 56px;
		height: 27px;
		padding: 10px 0 0 16px;
		float: left;
		margin: 0 0 0 5px;
	}
	
	.product .submit-paint-calculator {
		width: 66px;
	}
	
	.paint-calculator #amount {
	height: 45px;
	}
	
	.product #tabs .featured-product {
		margin: 0;
		padding: 0;
		width: 242px;
		height: 105px;
		float: left;
	/*featured-product in the first tab of product detail specs: invisible in beta release*/
	}
	
	.product #tabs .sprayer {
		height: 125px;
		padding: 0 0 0 18px;
	}
	
	.product #tabs .featured-product p {
		margin: 0;
		padding: 0 15px 0 75px;
	}
	
	.product #tabs .featured-product img {
		margin: 0;
		float: left;
	}
	
	.product #tabs .featured-product h3 {
		padding: 22px 0 10px 75px;
	}
	
	.product .widgets {
		margin-top: -25px;
	}
	
	.product .widgets .widget2{
		position: relative;
		width:222px;
		margin-right: 0;
	}
	.product .widgets .widget2 p{
		width: 180px;
	}

	.widget{
		position:relative!important;
	}
	.product .widgets .widget2 p,
	.tips .widgets .widget2 p{
		position:absolute;
		*margin-left:0;
	}
	.product .widgets .widget2 a,
	.tips .widgets .widget2 a{
		position: relative;
		top:43px;
	}
	
	/* ****************************************** Actie */
	.actie #container-content {
	padding:0;
	}
	
	.actie #content {
		width: 990px;
		margin: 0;
		float: none;
	}
	
	#flash-content {
		width: 980px;
		height: 478px;
		margin: 0;
		z-index: 2;
		position: relative;
	}
	
	.actie .logo-overlay {
		margin: -50px 0 0 0;
		z-index: 20;
		position: absolute;
	}
	
	.green-bar {
		width: 980px;
		height: 57px;
	}
	
	.altContent {
		width: 980px;
		height: 350px;
		margin: 0;
		float: none;
	}
	
	.actie #breadcrumb, .actie #sidebar, .actie .beitswijzer {
	display: none;
	}

#sidebar .widget input {
	width: 110px;
	height: 22px;
	float: left;
}

#sidebar .widget .input-paint-calculator, #sidebar .widget .input-reseller-locator {
	margin:5px 0 0 0;
	padding: 2px 4px 1px 6px;
	width: 100px;
	height: 19px;
}

#sidebar .widget .submit-reseller-locator {
	width: 82px;
	height: 37px;
	padding: 0 0 10px 0;
	float: left;
	margin: 0 0 0 5px;
}

.submit-paint-calculator {
	width: 56px;
	height: 27px;
	padding: 10px 0 0 16px;
	float: left;
	margin: 0 0 0 5px;
}

.product .submit-paint-calculator {
	width: 66px;
}

.paint-calculator #amount {
height: 45px;
}

.product #tabs .featured-product {
	margin: 0;
	padding: 0;
	width: 242px;
	height: 105px;
	float: left;
/*featured-product in the first tab of product detail specs: invisible in beta release*/
}

.product #tabs .sprayer {
	height: 125px;
	padding: 0 0 0 18px;
}

.product #tabs .featured-product p {
	margin: 0;
	padding: 0 15px 0 75px;
}

.product #tabs .featured-product img {
	margin: 0;
	float: left;
}

.product #tabs .featured-product h3 {
	padding: 22px 0 10px 75px;
}

.product .widgets {
	margin-top: -25px;
}

.product .widgets .widget2{
	width:222px;
	margin-right: 0;
}
.product .widgets .widget2 p{
	width: 180px;
}

/* ****************************************** Actie */
.actie #container-content {
padding:0;
}

.actie #content {
	width: 990px;
	margin: 0;
	float: none;
}

#flash-content {
	width: 980px;
	height: 478px;
	margin: 0;
	z-index: 2;
	position: relative;
}

.actie .logo-overlay {
	margin: -50px 0 0 0;
	z-index: 20;
	position: absolute;
}

.green-bar {
	width: 980px;
	height: 57px;
}

.altContent {
	width: 980px;
	height: 350px;
	margin: 0;
	float: none;
}

.actie #breadcrumb, .actie #sidebar, .actie .beitswijzer {
display: none;
}


/* *************************************************** WIDGETS BOTTOM*/

.widgets {
	width: 980px;
	height: 202px;
	padding: 23px 0 0 20px;
	float: left;
}

.plain-page .widgets, .contact .widgets {
	height: 145px;
}

.widgets .widget {
	width: 228px;
	margin: 0 0 20px 0;
	float: left;
}

.widgets .widget h2 {
	margin: 10px 0;
}

.widgets .widget1 {
	position: relative;
	width: 216px;
	height: 90px;
	margin: 0;
	padding: 0 10px 0 10px;
}

.widgets .widget1 a.overlay {
	width: 216px;
	height: 90px;
	border: 1px solid red;
	position: relative;
	top: 0;
	left:0;
	z-index: 100;
}

.widgets .widget1 h2 {
	position: absolute;
	top:3px;
	left:15px;	
	text-align:left;
	width: 100px;
	display:block;
}

.widgets .widget1 p {
	position: absolute;
	top:37px;
	left:15px;
	text-align:left;
	width: 100px;
	display:block;
}
.widgets .widget1 .weatheroverview strong{
	display: none;
}
.widgets .weatheroverview {
	position: relative;
	width: 126px;
	float: right;
	text-align: right;
}

.widgets .weatheroverview img {
	position: absolute;
	top: 0;
	left:0;
	margin: 3px 0 0 68px;
	*margin: 0 0 0 68px;
	text-align:left;
	float: left;	
	display:block;
}

.widgets .widget1 .weatheroverview p {
	padding: 10px 0 0 10px;
	float: right;
	width: 50px;
}
.widgets .widget1 .weatheroverview td{
	position: absolute;
	top:0;
}
.widgets .widget1 .weatheroverview span {
	position: absolute;
	top:15px;
	right:5px;
	font-family: Arial !important;
	font-size:1.9em!important;
	color:#434343!important;	
	display: block;
}
.widgets .widget2 {
	height: 109px;
	width: 235px;
	margin: 0 10px 0 10px;
}

.widgets .widget2 h2 {
	width: 205px;
	margin: 10px 0 0 12px;
}
 .widgets .widget2 p {
	height: 35px;
}

.widgets .widget2 a {
	margin: 30px 0 0 12px;
	display: block;
}

.widgets .widget3 {
	width: 198px;
	padding: 0 10px 0 20px;
}

.widgets .widget3 h2, .widgets .widget3 p {
	float: left;
	width: 175px;
}

.widgets .widget3 p {
	margin: 0 0 10px 0;
}

.widgets .widget3 div {
	margin: 0 0 0 -4px;
}

.widgets .widget3 label {
	display: none;
}

.widgets .widget4 {
	margin: 0 0 0 20px;
	width: 200px;
}
#zonder-padding{
	margin-left: 21px;
}


.widgets .input-reseller-locator {
	float: left;
	margin:5px 0 0 0;
	padding: 3px 6px 0 6px;
	width: 98px;
	height: 19px;
}

.widgets .submit-reseller-locator {
	width: 82px;
	height: 37px;
	padding: 0 2px 10px 0;
	float: left;
	margin: 0 0 0 5px;
}

.widgets .checkbox-brochure-downloads {
	display: none;
}

.widgets .submit-download-brochure {
	width: 100px;
	height: 37px;
	text-align: center;
	padding: 10px 0 0 0!important;
	float: left;
	clear: both;
	margin: 1px 0 0 -5px;
}	

.download-brochure .brochure-input {
	float: left;
	width: 16px;
	display: none!important;
}
/*
.download-brochure label{
	position:relative;
	z-index:1000;
	height: 16px;
	width: 10px!important;
	display: block!important;
	padding: 2px 0 0px 20px 0!important;
	margin: 10px 70px 0 0!important;
}
*/

.download-brochure label{
	width: 13px;
	height:13px;
	margin: 10px 0 5px 0;
	float:left;
}
.download-brochure span{
	width:50px;
	height:13px;
	margin: 10px 0 0 5px;
	float: left;
	display:block;
}


/* ****************************************** Resellers*/

#content #storelocator {
	width: 700px;
	height: 400px;
	min-height: 400px;
	margin: 20px 0 40px 0;
}

/* ****************************************** Default / Plain text pages*/


.plain-page #breadcrumb  {
	margin: 0 0 60px 0;
}

/* ****************************************** Tips */

.tips h1 {
	margin: 60px 0 20px 0;
	font-size: 30px;
}
.tips-categories{
	float: left;
}
.tips-container {
	padding-bottom:0!important;
	float:left;
	margin: 48px 0 20px 0;
}
.tips-container ul{
}
.tips-categories ul {
	list-style: none;
	margin: 48px 0 0 0;
	float:left;
}

.tips-categories ul li{
	float: left;
	width: 177px;
}

.tips-categories ul ul {
	list-style: none;
	margin: 0;
}

.tips-categories li.title{
	height: 33px;
}

.tips-categories h3 {
	padding: 5px 10px 0 12px;
}

.tips-categories li.topics{
}

.tips-categories li.topics ul{
	padding: 13px 20px 17px 21px;
	margin-bottom:20px;
}
.tips-categories li.topics li{
	width: 150px;	
}

.tips-categories h4 {
	padding: 12px 0 3px 0;
}

.tips-categories a {
	padding: 5px 10px 0 12px;
}


span.icon-tv {
	display: inline-block;
	width: 20px;
}

#tips-faq {
	width: 688px;
	margin: 0 0 40px 0;
	float: left;
}


#tips-faq h2 {
	margin: 9px 0 0 0;
	width: 695px;
	float: left;
}

#tips-faq div.ui-accordion-content {
	width: 688px;
	margin-top: -1px;
	float: left;
}

#tips-faq h2 a {
	padding: 10px 0 0 12px;
	display: inline-block;
}

#tips-faq h2 .ui-icon {
	display: block;
	width: 10px;
	height: 10px;
	float: right;
	margin: 5px 10px 0 0;
}

#tips-faq ul {
	overflow: visible;
	margin: 0 12px 12px 12px;
	padding: 3px 0 0 0;
}
#tips-faq li ul{
	margin: 0 0 5px 15px;
	list-style: disc;
}

#tips-faq ul p {
	margin: 0 0 12px 0;
}

#tips-faq ul div.highlight {
	margin: 0 0 12px 35px;
	float: right;
	width: 211px;
	height: 88px;
}

#tips-faq div.highlight h3 {
	margin: 3px 0 0 12px;
}

#tips-faq li.highlighted p {
	float: left;
	width: 418px;
}

#tips-faq li.highlighted div.highlight p{
	width: 187px;
	padding: 3px 12px 14px 12px;
}

.tips div#foldingmenu_panel {
	margin: 0 0 30px 0;
}

.step-by-step-col-visual {
	width: 279px;
	margin: 16px 10px 0 50px;
	float: left;
}

.step-by-step-col-text {
	width: 347px;
	margin: 0 0 30px 0;
	float: left;
}

.step-by-step-col-text ul,
.step-by-step-col-visual ul{
	list-style: none!important;	
	padding-left: 0!Important;
}
.step-by-step-col-text h2 {
	font-size: 1.7em;
	margin: 5px 0 7px 0;
}
.step-by-step-col-text p {
	margin: 0 0 10px 0;
}
.step-by-step-col-text a{
	color: #371805;	
}
.step-by-step-col-text a:hover{
	color: #000000;
}

ul.step-by-step {
	width:400px;
	margin:0!important;
	padding:0;
	list-style-type: none;
	margin: 0px;
	float: left;
}
ul.step-by-step li {
	padding: 0 0 10px 4px;
	float:left;
}
ul.step-by-step p {
	width: 310px;
	padding: 0;
	display: inline-block;
	position: relative;
	display: block;
	padding-left:10px;
	margin: 0;
	float: left;
}
ul.step-by-step span{
	width:15px;
	height:15px;
	padding:0 0 2px 5px;
	display:block;
	background:url("../img/step-by-step-counter.png") no-repeat scroll left 2px transparent;
}

.related-products {
	width: 675px;
	float: left;
	margin: 15px 0 20px 0;
}
.related-products h3 {
	width: 268px;
	height: 13px;
	padding: 0 0 0 22px;
}
.related-products div{
	width: 278px;
	padding: 7px 0 8px 12px;
	float: left;
}
.related-products div ul{
	width: 135px;
	height: 155px;
	margin: 0 0 0 0;
	float: left;
}
.related-products div li{
	width: 125px;
	float: left;
}
.related-products div li.img img{
	display: block;
	width: 95px;
	margin: 3px auto;
}
.related-products div li.product-name{
	width: 86px;
	line-height:12px;
	padding-top: 7px;
	padding-left: 15px;
	margin: 0;
}
.related-products div li.add-to-list{
	width: 26px;
	padding: 0;
	margin: 0;
}
.related-products li.add-to-list a {
	display: block;
	width: 26px;
	height: 26px;
	background:url("../img/button-shopping-list-add.png") no-repeat bottom left transparent;
}


/* ****************************************** CetaBever */

.cetabever .widgets.cetabever{
	padding: 0;
	width: 980px;	
}
#bind-oplosmiddelen .uitschuif-lijst h4{
	padding-left: 0;
}
#technologie .uitschuif-lijst {
	width: 500px;
}
.uitschuif-lijst h4{
	clear: both!important;
}
#bind-oplosmiddelen .ui-accordion-header{
	padding-bottom: 10px;
}
#bind-oplosmiddelen .uitschuif-lijst .ui-accordion-content{
	padding-left:40px;
}

/* ****************************************** Kwaliteit */

#kwaliteit-intro p{
	line-height:1.5em;	
	padding: 5px 0 30px 0;
	float: left;
}
#kwaliteit-intro ul{
	padding: 20px 0 0 0;
	float:left;
}
#kwaliteit-intro ul li{
	width: 220px;
}
	
	
	/* *************************************************** WIDGETS BOTTOM*/
	
	.widgets {
		width: 980px;
		height: 196px;
		padding: 23px 0 0 20px;
		float: left;
	}
	
	.plain-page .widgets, .contact .widgets {
		height: 145px;
	}
	
	.widgets .widget {
		width: 228px;
		margin: 0 0 20px 0;
		float: left;
	}
	
	.widgets .widget h2 {
		margin: 10px 0;
	}
	
	.widgets .widget1 {
		width: 216px;
		height: 90px;
		margin: 0;
		padding: 0 10px 0 10px;
	}
	
	.widgets .widget1 a.overlay {
		width: 216px;
		height: 90px;
		border: 1px solid red;
		position: relative;
		top: 0;
		left:0;
		z-index: 100;
	}
	
	.widgets .widget1 h2 {
		width: 100px;
	}
	
	.widgets .widget1 p {
		width: 100px;
	}
	
	.widgets .weatheroverview {
		width: 126px;
		float: right;
		text-align: right;
	}
	
	.widgets .weatheroverview img {
		float: left;
	}
	
	.widgets .widget1 .weatheroverview p {
		padding: 10px 0 0 10px;
		float: right;
		width: 50px;
	}
	
	.widgets .widget2 {
		height: 109px;
		width: 235px;
		margin: 0 10px 0 10px;
	}
	
	.widgets .widget2 h2, .widgets .widget2 p {
		width: 205px;
		margin: 10px 0 0 12px;
	}
	
	.widgets .widget2 a {
		margin: 30px 0 0 12px;
		display: block;
	}
	
	.widgets .widget3 {
		width: 198px;
		padding: 0 10px 0 20px;
	}
	
	.widgets .widget3 h2, .widgets .widget3 p {
		float: left;
		width: 175px;
	}
	
	.widgets .widget3 p {
		margin: 0 0 10px 0;
	}
	
	.widgets .widget3 div {
		margin: 0 0 0 -4px;
	}
	
	.widgets .widget3 label {
		display: none;
	}
	
	.widgets .widget4 {
		margin: 0 0 0 35px;
		width: 200px;
	}
	#zonder-padding{
		margin-left: 21px;
	}
	
	
	.widgets .input-reseller-locator {
		float: left;
		margin:5px 0 0 0;
		padding: 3px 6px 0 6px;
		width: 98px;
		height: 19px;
	}
	
	.widgets .submit-reseller-locator {
		width: 82px;
		height: 37px;
		padding: 0 2px 10px 0;
		float: left;
		margin: 0 0 0 5px;
	}
	
	.widgets .checkbox-brochure-downloads {
		display: none;
	}
	.download-brochure .brochure-input {
		float: left;
		width: 16px;
		display: none;
	}
	/*
	.download-brochure label{
		position:relative;
		z-index:1000;
		height: 16px;
		width: 10px;
		display: block;
		padding: 2px 0 0px 20px;
		margin: 10px 70px 0 0;
	}
	*/
	
	.download-brochure label{
		width: 13px;
		height:13px;
		margin: 10px 0 5px 0;
		float:left;
	}
	.download-brochure span{
		width:50px;
		height:13px;
		margin: 10px 0 0 5px;
		float: left;
		display:block;
	}
	
	
	/* ****************************************** Resellers*/
	
	#content #storelocator {
		width: 700px;
		height: 400px;
		min-height: 400px;
		margin: 20px 0 40px 0;
	}
	
	/* ****************************************** Default / Plain text pages*/
	
	
	.plain-page #breadcrumb  {
		margin: 0 0 60px 0;
	}
	
	/* ****************************************** Tips */
	
	.tips h1 {
		margin: 60px 0 20px 0;
		font-size: 30px;
	}
	.tips-categories{
		width: 708px;
		margin-bottom:20px;
	}
	.tips-categories ul {
		list-style: none;
		margin: 48px 0 0 0;
	}
	.tips-container{	
		position:relative;
		width: 708px;
		padding: 0;

		/* Mozilla: */
	    	background: -moz-linear-gradient(top, #fff, #dbd2c7);
    		/* Chrome, Safari:*/
	    	background: -webkit-gradient(linear,left top, left bottom, from(#fff), to(#dbd2c7));
    		/* MSIE */
	   	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#dbd2c7', GradientType=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#dbd2c7', GradientType=0)";	
		-moz-border-radius:3px;
	   	-webkit-border-radius: 3px;
   		border-radius: 3px;
		float: left;
		overflow:hidden;
		margin: 48px 0 20px 0;	
	}
	.tips-categories ul li{	
		margin:0
		display: block;
		width: 177px;
		float: left;
	}
	.tips-categories ul ul {
		list-style: none;
		margin: 0;
	}
	.tips-categories li.title{
		height: 33px;
	}
	.tips-categories h3 {
		padding: 5px 10px 0 12px;
	}
	.tips-categories li.topics{
		width: 177px;	
		height: 119px;
	}
	.tips-categories li.topics ul{
		width: 136px;		
		padding: 13px 20px 17px 21px;
	}
	.tips-categories h4 {
		padding: 12px 0 3px 0;
	}
	.tips-categories a {
		padding: 5px 10px 0 12px;
	}
	
	
	span.icon-tv {
		display: inline-block;
		width: 20px;
	}
	
	#tips-faq {
		width: 688px;
		margin: 0 0 40px 0;
		float: left;
	}
	
	
	#tips-faq h2 {
		margin: 9px 0 0 0;
		width: 695px;
		float: left;
	}
	
	#tips-faq div.ui-accordion-content {
		width: 688px;
		margin-top: -1px;
		float: left;
	}
	
	#tips-faq h2 a {
		padding: 10px 0 0 12px;
		display: inline-block;
	}
	
	#tips-faq h2 .ui-icon {
		display: block;
		width: 10px;
		height: 10px;
		float: right;
		margin: 5px 10px 0 0;
	}
	
	#tips-faq ul {
		overflow: visible;
		margin: 0 12px 12px 12px;
		padding: 3px 0 0 0;
	}
	#tips-faq li ul{
		margin: 0 0 5px 15px;
		list-style: disc;
	}
	
	#tips-faq ul p {
		margin: 0 0 12px 0;
	}
	
	#tips-faq ul div.highlight {
		margin: 0 0 12px 35px;
		float: right;
		width: 211px;
		height: 88px;
	}
	
	#tips-faq div.highlight h3 {
		margin: 3px 0 0 12px;
	}
	
	#tips-faq li.highlighted p {
		float: left;
		width: 418px;
	}
	
	#tips-faq li.highlighted div.highlight p{
		width: 187px;
		padding: 3px 12px 14px 12px;
	}
	
	.tips div#foldingmenu_panel {
		margin: 0 0 30px 0;
	}
	
	.step-by-step-col-visual {
		width: 279px;
		margin: 0 10px 0 50px;
		float: left;
	}
	
	.step-by-step-col-text {
		width: 347px;
		margin: 0;
		float: left;
	}
	
	.step-by-step-col-text h2 {
		margin: 0 0 7px 0;
	}
	
	.step-by-step-col-text p {
		margin: 0 0 10px 0;
	}
	
	ul.step-by-step {
		list-style-type: none;
		margin: 0px;
	}
	
	ul.step-by-step li {
		padding: 2px 0 0 4px;
	}
	
	ul.step-by-step p {
		display: inline-block;
		position: relative;
		top: -13px;
		left: 22px;
		margin: 0;
	}
	
	.related-products {
		width: 290px;
		float: left;
		margin: 22px 0 40px 0;
	}
	
	.related-products h3 {
		width: 268px;
		height: 13px;
		padding: 0 0 0 22px;
	}
	
	.related-products div{
		width: 278px;
		padding: 7px 0 8px 12px;
		float: left;
	}
	
	.related-products div ul{
		width: 127px;
		margin: 0 12px 0 0;
		float: left;
	}
	
	.related-products div li{
		width: 127px;
		float: left;
	}
	
	.related-products div li.img img{
		display: block;
		width: 95px;
		margin: 3px auto;
	}
	
	.related-products div li.product-name{
		width: 101px;
		padding: 0;
		margin: 0;
	}
	
	.related-products div li.add-to-list{
		width: 26px;
		padding: 0;
		margin: 0;
	}
	
	.related-products li.add-to-list a {
		display: block;
		width: 26px;
		height: 26px;
		background:url("../img/button-shopping-list-add.png") no-repeat bottom left transparent;
	}
	
	
	/* ****************************************** CetaBever */
	
	.cetabever .widgets.cetabever{
		padding: 0;
		width: 980px;	
	}
	#bind-oplosmiddelen .uitschuif-lijst h4{
		padding-left: 0;
	}
	
	/* ****************************************** Kwaliteit */
	
	#kwaliteit-intro p{
		line-height:1.5em;	
		padding: 5px 0 30px 0;
		float: left;
	}
	#kwaliteit-intro ul{
		padding: 20px 0 0 0;
		float:left;
	}
	#kwaliteit-intro ul li{
		width: 220px;
		
		line-height:1.5em;
		margin: 0 12px 0 0;
		
		float: left;
	}
	#kwaliteit-intro li a{
		width: 220px;	
		padding: 128px 0 0 0;
		text-decoration: none;	
		float: left;
		display: block;
	}
	
	/* ****************************************** AkzoNobel */
	
	#akzonobel_tekst h1{
		margin-bottom: 15px;
	}
	#akzonobel_tekst .column_right{
		width: 320px;
		padding-right: 40px;
		float: right;
	}
	#akzonobel_tekst p{
		width: 320px;
		padding: 0 0 20px 0;
		line-height: 1.5em;
	}
	#akzonobel_tekst img{
		padding: 0 50px 0 0;
		float: left;
	}
	
	/* ****************************************** 90 jaar CetaBever */
	
	#cetabever-90jaar .column{
		width: 100%;
		float: left;	
	}
	#cetabever-90jaar .column.right{
		padding-left: 377px;	
	}
	.img_right{
		position: relative;
		top: -18px;
		left: -9px;
		display: block;
	}
	
	#jaar_1937{margin-left:-24px;}
	#jaar_1956{margin-left:72px;}
	#jaar_1963{margin-left:-24px;}
	#jaar_1980{margin-left:56px;}
	#jaar_2010{margin-left:160px;}
	
	/* ****************************************** ACTIE: POWERPAD */
    
        #actie_powerpad{
            	width: 980px;
                padding: 359px 0 20px 0;
        	height:867px; 
            	float: left;
            	background: url('../img/ppactie-bg.jpg') 0 0 no-repeat;
        }
    	#actie_powerpad h2,
    	#actie_powerpad p{
        	line-height:20px;
    	}
    	#actie_powerpad .locator{
        	float:left;
        	width:850px;
        	height:160px;
        	padding:60px 0 0 130px;
		margin:0px;
    	}
    	#actie_powerpad .locator h2{
        	width:280px;
    	}
    	#actie_powerpad .locator p{
            	width:280px;
       	}
    	#actie_powerpad .locator label {
        	display:none;
    	}
    	#actie_powerpad .locator .input-reseller-locator-karwei2 {
        	background:url("../img/bg-input-widget.gif") no-repeat scroll 0 0 transparent;
        	border:0 none;
        	color:#65594C;
		float:left;
        	height:19px;
        	margin:5px 0 0;
        	padding:3px 6px 0;
        	width:99px;
    	}
    	#actie_powerpad .locator .reseller-locations input {
        	position:relative;
        	z-index:1000;
    	}
    	#actie_powerpad .locator .submit-reseller-locator-karwei2 {
        	background:url("../img/button-82x37.png") no-repeat scroll 0 0 transparent;
		border:0 none;
		color:#C0AD96;
		float:left;
		font-size:11px;
		font-weight:bold;
		height:39px;
		margin:0;
		padding:0 0 8px;
		width:82px;
    	}
    	#actie_powerpad .video{
            	float:left;
        	width:980px;
        	height:416px;
        }
    	#actie_powerpad .video .left{
                float:left;
        	width:506px;
        	padding:55px 0 0 107px;
        }
    	#actie_powerpad .video .right{
                float:left;
        	width:323px;
        	padding:77px 0 0 44px;
        }
    	#actie_powerpad .video .right h2,
    	#actie_powerpad .video .right p,
    	#actie_powerpad .video .right a{
        	width:270px;
        	padding:0 0 25px 0
    	}
    	#actie_powerpad .video .right a{
        	background:url("../img/breadcrumb-divider.png") no-repeat scroll 0 9px transparent;
        	padding:5px 10px 0 12px;
            	color:#d65c26;
        	text-decoration:none;
    	}
    	#actie_powerpad .assortiment{
        	float:left;
        	width:980px;
        	height:231px;
    	}
    	#actie_powerpad .assortiment .applicator{
        	float:left;
        	width:225px;
        	padding:25px 0 0 0;
    	}
    	#actie_powerpad .assortiment .applicator h2{
        	padding:0 0 25px 0;
    	}
    	#actie_powerpad .assortiment img.powerpad{
        	float:left;
        	margin:-270px 0 0 100px;
    	}
    	#actie_powerpad .assortiment .product-box{
        	width:140px;
        	background:none;
        	height:auto;
        	margin:10px 0 0 0;
    	}
    	#actie_powerpad .assortiment .product-box li.product-title {
        	float:left;
        	padding:10px 5px 0 25px;
       		width:auto;
    	}
    	#actie_powerpad .assortiment .product-box li.shopping-list-add{
        	float:left;
    	}
    	#actie_powerpad .assortiment .product-box.wide{
                width:225px;
                background:none;
                height:auto;
                margin:66px 0 0 0;
        }
    	#actie_powerpad .assortiment .product-box li.product-title.wide {
            	float:left;
           	padding:10px 5px 0 0;
            	width:140px;
        }
	

	/* ****************************************** ACTIE: DE LEUKSTE BUURVROUW VERKIEZING: WINNAAR */
	
	#actie_leukste_buurvrouw_winnaar{
		width: 980px;
		
		padding: 490px 0 0 0; 
		
		float: left;
		background: #fff url('../img/actie-leukste-buurvrouw-verkiezing/winnaar/bg-top.jpg') 0 0 no-repeat;
	}
	
	
	#actie_leukste_buurvrouw_winnaar .top{
		width: 840px;
		float:left;
		background: #fff url('../img/actie-leukste-buurvrouw-verkiezing/winnaar/bg-gradient.jpg') 0 0 no-repeat;		
	}
	
	#actie_leukste_buurvrouw_winnaar h1{
		width: 275px;
		font-size:3.5em;
		line-height: 1em;	
		text-transform: uppercase;
	}
	.cufon-ready #actie_leukste_buurvrouw_winnaar h1{
		font-size: 4em;	
		line-height:0;
	}
	.cufon-ready #actie_leukste_buurvrouw_winnaar h1 cufon{
		height: 40px!important;
	}
	#actie_leukste_buurvrouw_winnaar h1 span{
		font-size: .8em;	
		text-transform: capitalize;	
	}
	
	#actie_leukste_buurvrouw_winnaar .actie-header{
		width: 860px;
		height:235px;
		float:left;
		clear:both;
	}
	#actie_leukste_buurvrouw_winnaar .logo{
		padding: 0;
		margin: 0;
		width: 340px;
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar h2{
		padding:65px 0 0 20px;
		margin:0;
		width: 496px;
		float:left;
		font-weight: normal;
		line-height: 20px;	
		font-size: 1.3em;
	}
	.cufon-ready #actie_leukste_buurvrouw_winnaar h2{
		font-size: 1.4em;
		font-weight:bold;
		line-height: 24px;
	}
	#actie_leukste_buurvrouw_winnaar h2 span{
		color: #de611c;	
	}
	#actie_leukste_buurvrouw_winnaar h4{ 
		font-size: 1.1em;
		color: #353535;	
	}
	
	
	/* ACTIE CONTENT */
	
	.actie-content{
		position: relative;
		width: 980px;		
		padding: 27px 70px 0  70px;	
		float: left;
		background: url('../img/actie-leukste-buurvrouw-verkiezing/winnaar/bg-bottom.jpg') left bottom no-repeat ;	
	}
	
	
	/* TEXT LEFT */
	
	#actie_leukste_buurvrouw_winnaar .text_left{
		width: 511px;
		float: left;
	}
	
	#actie_leukste_buurvrouw_winnaar .biografie{
		width: 479px;
		height: 168px;
		padding: 27px 0 0 33px; 
		margin-bottom: 28px;	
		float:left;
		background: url('../img/actie-leukste-buurvrouw-verkiezing/winnaar/bg-biografie.jpg') no-repeat;
	}
	#actie_leukste_buurvrouw_winnaar .biografie h3{
		padding: 0 0 20px 0;
		font-size: 1.4em;
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar .biografie ul{
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar .biografie li{
		width: 385px;
		padding: 0 0 8px 0;
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar .biografie h4{
		font-size: 1.1em;
		width: 90px;
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar .biografie li span{
		float: left;
	}
	
	
	#actie_leukste_buurvrouw_winnaar .inleiding p,
	#actie_leukste_buurvrouw_winnaar .uitschuif-lijst {
		width: 410px;	
		line-height: 20px;
		float:left;
	}
	#actie_leukste_buurvrouw_winnaar .inleiding p small{
		padding: 5px 0 14px 0;
		font-size: .8em;
		display:block;
	}
	#actie_leukste_buurvrouw_winnaar .interview h4{
		width: 400px;
		padding-bottom: 5px;
		float:left;
	}
	#actie_leukste_buurvrouw_winnaar .uitschuif-lijst{
		width: 480px;
		float:left;
	}
	
	#actie_leukste_buurvrouw_winnaar .uitschuif-lijst p{
		padding-bottom: 15px;	
	}
	#actie_leukste_buurvrouw_winnaar .uitschuif-lijst h4{
			padding-left: 0;
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar .uitschuif-lijst h4 a{
		padding: 0 0 20px 30px;
		font-size: 1em;
		text-decoration: none;
		color: #353535;	
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar h4 a:hover{
		color: #000000;	
	}
	
	
	/* INTERVIEW */
	
	#actie_leukste_buurvrouw_winnaar .interview{
		width: 445px;
		float: left;	
	}
	#actie_leukste_buurvrouw_winnaar .uitschuif-lijst div{
		padding-left:0;
	/*	padding-left: 30px;*/
		float:left;
	}
	#actie_leukste_buurvrouw_winnaar .uitschuif-lijst p{
		width: 400px;	
		padding-bottom: 0 0 15px 0;
		font-weight: normal;
		line-height: 1.5em;
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar .uitschuif-lijst p a{
		font-weight: bold;
		color: #353535;
	}
	#actie_leukste_buurvrouw_winnaar .uitschuif-lijst p a:hover{
		color: #000000;	
	}
	#actie_leukste_buurvrouw_winnaar .interview-footer{
		height: 320px;
		border-top: 1px solid #e6e3df;
		padding-top: 15px;
		margin: 18px 0 0 0;
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar .interview-footer a{
		color: #371805;																							
	}
	#actie_leukste_buurvrouw_winnaar .interview-footer a:hover{
		color: #000;
	}
	
	/* TEXT RIGHT */
	
	#actie_leukste_buurvrouw_winnaar .text_right{
		margin-top: -10px;
		width: 320px;
		float:left;
	}
	#actie_leukste_buurvrouw_winnaar .text_right img{
		float: left;
	}
	#actie_leukste_buurvrouw_winnaar .text_right p{
		font-size: .8em;
		float: left;	
	}
	
	
	/* BOTTOM */
	
	#actie-buurvrouw-bottom{
		position: absolute;
		right: 200px;
		bottom: 50px;
		float: left;
	}
	#actie-buurvrouw-bottom li{
		margin-right: 15px;
		float: left;	
	}
	
	
	/* ****************************************** ACTIE: DE LEUKSTE BUURVROUW VERKIEZING */
	
	#actie_leukste_buurvrouw{
		width: 100%;
		
		float: left;
		background: url('../img/actie-leukste-buurvrouw-verkiezing/bg-top.jpg') 0 0 no-repeat;
	}
	#actie_leukste_buurvrouw .bottom{
		position: relative;	
		width: 900px;
		height: 492px;
			
		padding: 25px 72px 30px 72px;
		margin-top: 482px;
		
		float:left;
		background: url('../img/actie-leukste-buurvrouw-verkiezing/bg-bottom.jpg') 0 0 no-repeat;
	}
	#actie_leukste_buurvrouw h1{
		width: 275px;
		font-size:3.5em;
		line-height: 1em;
		text-transform: uppercase;
	}
	.cufon-ready #actie_leukste_buurvrouw h1{
		font-size: 4em;
		line-height:0;	
	}
	.cufon-ready #actie_leukste_buurvrouw h1 cufon{
		height: 45px!important;
	}
	#actie_leukste_buurvrouw h1 span{
		font-size: .8em;	
		text-transform: capitalize;	
	}
	
	#actie_leukste_buurvrouw h2{
		font-size: 1.6em;
	}
	#actie_leukste_buurvrouw h2 span{
		padding: 10px 0 0 0;
		clear: left;
		float: left;
	}
	
	#actie_leukste_buurvrouw p{
		width: 295px;
		padding:16px 0 0 0;
		font-size: 1.5em;
		line-height: 1.3em;
		font-weight: bold;
	}
	#actie_leukste_buurvrouw .sub_txt{
		font-size: 1.4em;
		padding-top: 20px;								  
	}
	#actie_leukste_buurvrouw .sub_txt a{
		color: #da7f38;
	}
	#actie_leukste_buurvrouw .sub_txt a:hover{
		color: #d96a16;	
	}
	
	#actie_leukste_buurvrouw .text_left{
		width:295px;
		float: left;
	}
	#actie_leukste_buurvrouw .text_right{
		width: 560px;
		
		padding: 0 0 0 20px;
		
		float: left;
	}
	#actie_leukste_buurvrouw .uitschuif-lijst{
		padding: 20px 0 0 0;
		margin: 0;
		float: left;
	}
	#actie_leukste_buurvrouw .uitschuif-lijst h3{
		padding: 0 0 10px 0;
		font-size: 1.9em;
	}
	#actie_leukste_buurvrouw .uitschuif-lijst h4{
		padding-left: 0;
		float: left;
	}
	#actie_leukste_buurvrouw .uitschuif-lijst h4 a{
		text-decoration: underline;
		color: #353535;
	}
	#actie_leukste_buurvrouw .uitschuif-lijst h4 a:hover{
		color: #000000;	
	}
	#actie_leukste_buurvrouw .uitschuif-lijst div{
		font-size: .7em;
		padding-left: 40px;
	}
	#actie_leukste_buurvrouw .uitschuif-lijst p{
		padding-bottom: 15px;
		width: 500px;
		font-weight: normal;
		line-height: 1.5em;
		padding-top: 0;	
	}
	#actie_leukste_buurvrouw .uitschuif-lijst p a{
		font-weight: bold;
		color: #353535;
	}
	#actie_leukste_buurvrouw .uitschuif-lijst p a:hover{
		color: #000000;	
	}
	#actie_leukste_buurvrouw .uitschuif-lijst .actie_button{
		margin: 0 0 0 -6px;	
		width: 229px;
		height:28px;
		padding: 7px 0 0 37px;
		
		font-size: .9em;
		font-weight: bold;
		text-decoration: none;
		color: #353535;
		float: left;
		background: url('../img/bg-button-groen3.png') no-repeat;
	}
	
	#actie_leukste_buurvrouw .logos{
		position: absolute;
		right: 98px;
		bottom:29px;
		display:block;
		z-index: 10;
	}
	#actie_leukste_buurvrouw .logos li{
		margin: 0 12px 0 0;
		float: left;
	}
	
	.banner-leukste-buurvrouw{
		margin: 3px 0 0 32px;
		float:left;
	}
	.banner-leukste-buurvrouw.winnaar{
		margin-left: 30px;	
	}
	.btn-leukste-buurvrouw{
		position: relative;
		top: 47px;
		float: right;
	}
	
	
	/* ****************************************** TIPS VAN DIRK CAROUSEL */
	
	#tabs-3,.tips-van-dirk,#tabs-3 .tab-padding{
		position:relative;
		overflow:visible!important;
		z-index:0;
	}
		#tabs-4,.product-video{
		position:relative;
		overflow:visible!important;
		z-index:0;
		top:-135px;
	}

	#tabs-4,.product-video .item {
		float:left;
		padding:0 0 0 10px;
	}
	.ui-tabs-hide,.ui-tabs-hide .tab-padding{
		overflow:hidden;
	}
	
	.ui-tabs-panel{
		visibility: visible;
	}
	.ui-tabs-hide{
		visibility: hidden;	
	}
	
	.tips-van-dirk-tab{
		z-index:0;
	}
	
	.tips-van-dirk-tab li{
		width: 380px;	
		font-style: italic;
		line-height: 1.3em;
	}
	
	.tips-van-dirk{
		position:relative;
		width: 380px;
		height: 73px;
		
		margin-top:5px;
		padding: 15px 40px 0 50px;
		
		color: #1a1a1a;
		
		background: #d8d8d8;
		z-index:50;
	}
	
	.tips-van-dirk-foto{
		position:absolute;
		top: -23px;
		right: 0;
		
		display: block;
		z-index: 20;
		overflow: visible;
		width: 263px;
		height: 148px;
		text-indent: -1000px;
		background: url('../img/bg-tips-van-dirk.png') no-repeat;	
	}
	
	.tips-van-dirk h4,
	.tips-van-dirk p{
		padding:0;
		margin:0;
	}
	.tips-van-dirk h4{
		font-style:normal!important;
		padding-bottom: 5px;	
	}
	.tips-van-dirk p{
		font-size:12px!important;
		width:380px;
		font-style:italic!important;
	}
	.tips-van-dirk a{
		text-decoration: underline!important
	}
	.tips-van-dirk .next,
	.tips-van-dirk .prev,
	.tips-van-dirk .next_inactief,
	.tips-van-dirk .prev_inactief{
		display: none;
		position: absolute;
		top:35px;	
		z-index: 80000;
		
		width:25px;
		height:25px;
		
		cursor: pointer;
		background: url('../img/bg-scroll-arrows.png') no-repeat;	
	}
	
	.tips-van-dirk .next_inactief,
	.tips-van-dirk .prev_inactief{
		display: none;
	}
	
	.tips-van-dirk .visible{
		display: block;	
	}
	
	.tips-van-dirk .prev,
	.tips-van-dirk .prev_inactief{
		left: 15px;
		float: left;	
		background-position: left bottom;	
	} 
	.tips-van-dirk .prev_inactief {
		cursor: default;	
		top:30px;	
		background-position: -25px -19px;		
	}
	
	.tips-van-dirk .next,
	.tips-van-dirk .next_inactief{
		right: 10px;
		float:right;	
		background-position: 0 0;	
	}
	.tips-van-dirk .next_inactief{
		cursor: default;
		background-position: -25px 0;	
	}
	
	
	.tips-van-dirk .hoek{
		position: absolute;
		width: 3px;
		height: 3px;
		background: url('../img/bg-hoeken-tips-van-dirk.jpg') no-repeat;
	}
	
	.tips-van-dirk .hoek.lb{
		top: 0;
		left: 0;
		background-position: left top;
	}
	.tips-van-dirk .hoek.rb{
		top: 0;
		right: 0;
		background-position: right top;	
	}
	
	.tips-van-dirk .hoek.lo{
		bottom: 0;
		left: 0;
		background-position: left bottom;	
	}
	.tips-van-dirk .hoek.ro{
		bottom: 0;
		right: 0;
		background-position: right bottom;	
	}
	
	/* ****************************************** SLIM BEKEKEN */
	
	.slim-bekeken{
		position:relative;
		padding: 40px 0 20px 52px;
		width: 928px;
		float:left;
		background: #fff url('../img/bg-slim-bekeken.jpg') 0 0 no-repeat;
	}
	.fsc-label{
		position: absolute;
		top: 0;
		left: 662px;
		width: 107px;
		height:164px;
		background: url('../img/bg-fsc-label.png') no-repeat;
	}
	.slim-bekeken p{
		width: 275px;
		margin-right: 55px;	
		
		font-size: 12px;
		line-height: 18px;
		
		float: left;
	}
	/*.slim-bekeken #laatste-kolom{
		width: 170px;
		padding-right:15px;
		margin: 0 0 0 70px;
	}*/
	.bottom-slim-bekeken{
		width: 980px;
		height:31px;
		float:left;
		background: url('../img/bg-slim-bekeken.jpg') right top no-repeat;
	}
	.slim-bekeken ul{
		padding: 10px 0 0 0;
		list-style:disc;
		float:left;
	}
	#laatste-ul{
		width: 100px;
		padding-left: 85px;
	}
	.slim-bekeken li{
		padding: 2px 0;	
	}
	.slim-bekeken .current{
		display: none;	
	}
	.slim-bekeken .optional{
		display: none;	
	}
	.slim-bekeken .active{
		display: block!important;
	}
	
	/* Bind & oplosmiddelen */
	#sb-bind-oplosmiddelen li{
		width: 600px;
	}
	

.slim-bekeken #laatste-kolom{
	width: 170px;
	padding-right:15px;
	margin: 0 0 0 70px;
}
.bottom-slim-bekeken{
	width: 980px;
	height:31px;
	float:left;
	background: url('../img/bg-slim-bekeken.jpg') right top no-repeat;
}
.slim-bekeken ul{
	padding: 10px 0 0 0;
	list-style:disc;
	float:left;
}
#laatste-ul{
	padding-left: 85px;
}
.slim-bekeken li{
	padding: 2px 0;	
}
.slim-bekeken .current{
	display: none;	
}
.slim-bekeken .optional{
	display: none;	
}
.slim-bekeken .active{
	display: block!important;
}

/* Bind & oplosmiddelen */
#sb-bind-oplosmiddelen li{
	width: 600px;
}
#sb-bind-oplosmiddelen .fsc-label{
	left:750px;
}


#tabs{
	overflow: visible!important;	
}
#tips-advies-ballon{
	display:none;
	position: absolute;
	z-index:10;
	right: 270px;
	top:-70px;
	width:151px;
	height:65px;
	padding: 10px 0 0 10px;
	
	color:#fff;
	
	
	background: url('../img/bg-ballon-tips-advies.jpg') no-repeat;	
}

#tips-advies-ballon.active{
	display:block;	
}
#tips-advies-ballon p{
	padding-top:5px;
	font-size: .9em;
	line-height:1.3em;
}

#download-pdf {
	_margin:0 0 -5px!important;
}
#download-pdf a{
	margin:-5px 0 10px -5px;
	
	width:115px;
	height:30px;
	padding: 6px 0 0 15px;
	
	text-decoration: none;
	color:#fff;
	display:block;
	background:url('../img/bg-button-oranje-2.png') no-repeat;
}

#boodschappen-leeg-icon{
	position: relative;
	top:7px;
	margin: 0 3px;
}
.empty_list .product{
	padding-top: 10px;
}

#timeline a{
	position:relative;
	z-index:100;
}

/* STORE LOCATOR */
div.locator{
	padding-bottom: 10px;
	margin:0 0 0 20px;
}
div.locator div.locator_form{
	height: 55px;
	padding: 10px 10px 0;
	clear: both;
}
div.locator div.locator_form table td{
	padding-right:8px;
	color:#353535;
	font-weight:bold;
}
div.locator div.locator_form table td.country{
	padding-left: 24px;
}
div.locator div.locator_form table tr.value td{
	height: 22px;
	vertical-align: middle;
}
div.locator div.locator_form input{
	background:url("../img/bg-input-widget.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#65594C;
}
div.locator div.locator_form input#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ContainerContent_ResellerLocator_4_zip{
	background:url("../img/bg-input-widget-sml.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#65594C;
}
div.locator div.locator_form input#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ContainerContent_ResellerLocator_4_zipL{
	background:url("../img/bg-input-widget-smlst.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#65594C;
}
div.locator div.locator_form select{
	border-top: 1px solid #adadaf;
	border-left: 1px solid #adadaf;
	border-right: 1px solid #e5e9ec;
	border-bottom: 1px solid #e5e9ec;
}
div.locator div.locator_form table tr.value td.search input{
	border: none;
}
div.locator div.locator_form table tr.value td.zip input{
	height: 19px;
	margin:5px 0 0;
	padding:3px 6px 0;
}
div.locator div.locator_form table tr.value td.place input{
	width: 99px;
	height: 19px;
	margin:5px 0 0;
	padding:3px 6px 0;
}
div.locator div.locator_form table tr.value td.radius select{
	width: 60px;
	height: 20px;
}
div.locator div.locator_form table tr.value td.country select{
	width: 100px;
	height: 20px;
}
div.locator div.locator_form .submit-reseller-locator-karwei{
	background:url("../img/button-82x37.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#C0AD96;
	font-size:11px;
	font-weight:bold;
	margin: 8px 0 0 0;
	float:left;
	height:39px;
	padding:0 0 8px;
	width:82px;
}
div.locator div.locator_map{
	float: left;
	width:650px;
	height:520px;
	margin:10px 0 0 10px;
}
div.locator div.locator_map .cloud {
	color:#353535;
	font-size:12px;
	line-height:16px;
}
div.locator div.locator_map .cloud h1{
	font-size:14px;
}
div.locator div.locator_stores{
	float: right;
	width: 235px;
	padding: 10px 50px 10px 0;	
}
div.locator div.locator_stores h3{
	padding-left: 18px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color:#353535;
}

div.locator div.locator_stores ul{
	padding-left: 20px !important;
}
div.locator div.locator_stores ul li{
	list-style: none;
	padding-bottom: 10px !important;
	line-height:18px;
	color:#353535;
}





























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

