/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

body {
	margin: 0;
	padding: 0;
	background-color: #666;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}

a {
	color: #D3001B;
}

a:hover {
	color: black;
}

blockquote {
	margin: 10px 30px;
}

h2, h3, h4, h5, h6 {
	color: #D3001B;
}

h1 {
	margin: 0 0 10px;
	font-size: 32px;
	color: black;
}

h2 {
	margin: 0 0 8px;
	font-size: 16px;
}

h3 {
	margin: 0 0 6px;
	font-size: 14px;
}

h4 {
	margin: 0 0 4px;
	font-size: 12px;
}

h5 {
	margin: 0 0 2px;
	font-size: 11px;
}

h6 {
	margin: 0 0 2px;
	font-size: 11px;
}

img {
	border: 0;
}

ol, ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 20px;
	line-height: 160%;
}


/* Table styles */

table {
	margin: 0 0 20px;
	width: 100%;
}

td {
	padding: 8px;
	border-bottom: 1px solid #E0E0E0;
}

th, thead td {
	padding: 8px;
	border-bottom: 1px solid #E0E0E0;
	font-weight: bold;
	text-align: left;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form li {
	margin: 0 0 10px;
}

form li.indent {
	padding-left: 128px;
}

form li.last {
	margin: 0;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin: 0;
	padding: 4px;
	width: 240px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input:focus {
	border-color: #BBB;
}

input.small {
	width: 60px;
}

input.medium {
	width: 160px;
}

input.large {
	width: 320px;
}

input.focus {
	color: #333;
}

input.validation-failed,
textarea.validation-failed {
	border-color: #CC0000;
}

label {
	font-weight: bold;
	color: #666;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 125px;
}

textarea {
	padding: 4px;
	width: 240px;
	height: 100px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.validation-advice {
	display: none !important;
}

#important{
	display: none;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	width: 100%;
	height: 275px;
	background: white url(../img/header-visual-bg.jpg) no-repeat 50% 100%;
}

#main {
	padding-bottom: 30px;
	width: 100%;
	background-color: #CCC;
}

#footer {
	width: 100%;
	background-color: #666;
	color: #999;
}

#header .inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: url(../img/header-sprite.gif) no-repeat 0 -240px;
	z-index: 5;
}

#main .inner {
	position: relative;
	margin: 0 auto -115px;
	padding: 0 10px;
	width: 940px;
	top: -115px;
	background: url(../img/main-inner-bg.png) no-repeat;
	overflow: hidden;
}

#footer .inner {
	margin: 0 auto;
	padding: 0 10px 30px;
	width: 940px;
	background: url(../img/footer-bg.gif) no-repeat;
	overflow: hidden;
}

#sidebar {
	margin-right: 10px;
	width: 180px;
}

#content {
	margin-right: 10px;
	padding-bottom: 10px;
	width: 560px;
	background: url(../img/block-sprite.png) no-repeat -920px 100%;
}

#content-span {
	padding-bottom: 10px;
	width: 750px;
	background: url(../img/block-sprite.png) no-repeat -2980px 100%;
}

#content-full {
	padding-bottom: 10px;
	width: 100%;
	background: url(../img/block-sprite.png) no-repeat -4670px 100%;
}

.content-body {
	padding: 10px 10px 0;
	background-color: white;
	overflow: hidden;
}

#content .content-body { width: 540px; }
#content-span .content-body { width: 730px; }
#content-full .content-body { width: 920px; }

#content-wrapper {
	width: 750px;
}

#additional-content {
	padding-top: 10px;
}

#mediabar {
	width: 180px;
}

.column {
	float: left;
}

.column.double {
	width: 360px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.accent {
	color: #999;
}

.intro {
	font-size: 14px;
	color: black;
}

.date {
	font-weight: bold;
	color: #999;
}

.hidden {
	visibility: hidden;
}


/* Blocks */

.block {
	margin: 0 0 10px;
	padding-bottom: 10px;
	background: url(../img/block-sprite.png) no-repeat -180px 100%;
}

.overview .block {
	float: left;
	margin: 0 10px 10px 0;
}

.block-header {
	padding: 20px 10px 5px;
	background: url(../img/block-sprite.png) no-repeat;
	border-bottom: 1px solid #E0E0E0;
}

.block-header h2 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #7E7E7E;
}

.block-body {
	padding: 10px 10px 0;
	background-color: white;
	overflow: hidden;
}


/* Buttons */

.button {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 6px;
	height: 25px;
	background: url(../img/button-sprite.png) no-repeat;
	border: 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: visible;
	cursor: pointer;
	color: black;
}

.button .button-inner {
	position: relative;
	display: block;
	padding-right: 22px;
	width: auto !important;
	width: 20px;
	min-width: 20px;
	background: white url(../img/button-sprite.png) no-repeat 100% 0;
	line-height: 25px;
	white-space: nowrap;
}

.button:hover, .button:focus { background-position: 0 -25px; color: white; }
.button:hover .button-inner, .button:focus .button-inner { background-position: 100% -25px; }

button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	button span {
		margin-top: -1px;
		margin-right: -3px;
	}
}


/* More links */

.more {
	padding-right: 8px;
	background: url(../img/arrow-sprite.png) no-repeat 100% -2275px;
	text-decoration: none;
	color: #666;
}

a.more:hover {
	background-position: 100% -2395px;
	color: black;
}


/* Thumbnails */

.thumb,
.thumb img {
	position: relative;
	display: block;
}

a.thumb {
	cursor: pointer;
}

.zoom {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	right: 10px;
	bottom: 10px;
	background: url(../img/thumb-sprite.png) no-repeat -360px 0;
	text-indent: -9999px;
	overflow: hidden;
}

a:hover .zoom {
	background-position: -360px -25px;
}


/* Tabs */

.tabs {
	margin: 0;
	padding: 0;
	height: 35px;
	list-style: none;
}

.tabs li {
	float: left;
	margin-right: 1px;
}

.tabs a {
	display: block;
	padding-left: 10px;
	background: url(../img/tab-bg.png) no-repeat 0 100px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: #666;
}

.tabs span {
	display: inline-block;
	padding-right: 10px;
	background: url(../img/tab-bg.png) no-repeat 100% 100px;
	line-height: 35px;
}

.tabs a:hover {
	color: #D3001B;
}

.tabs .selected a {
	background-position: 0 0;
	color: #D3001B;
}

.tabs .selected span {
	background-color: #DEDEDE;
	background-position: 100% 0;
}


/* Bubbles */

.bubble {
	display: block;
	margin: 0;
	padding: 0 0 10px 10px;
	background: url(../img/bubble-bg.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.bubble span {
	display: inline-block;
	padding: 0 10px 0 0;
	background: url(../img/bubble-bg.png) no-repeat 100% -40px;
	line-height: 30px;
}


/* Checklists */

.checklist {
	padding: 0;
	list-style: none;
}

.checklist li {
	padding: 6px 30px;
	background: url(../img/check.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #E0E0E0;
}


/* Overviews */

.overview {
	width: 100%;
	overflow: hidden;
}

.overview .last {
	margin: 0 0 10px 0;
}


/* Toolbar */

.toolbar {
	overflow: hidden;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#subsite-nav {
	position: relative;
	padding-left: 212px;
	width: 748px;
	height: 50px;
	z-index: 15;
}


/* Targets */

#targets {
	position: absolute;
	float: left;
	margin: 0;
	padding: 22px 0 0;
	list-style: none;
	overflow: hidden;
}

#targets li {
	display: inline;
	/*margin-right: 10px;*/
}

#targets a {
	padding-right: 8px;
	background: url(../img/arrow-sprite.png) no-repeat 100% -2215px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}

#targets a:hover {
	background-position: 100% -2395px;
	color: black;
}

#targets .selected a,
#targets .selected a:hover {
	padding-right: 15px;
	background-position: 100% -4373px;
	font-size: 16px;
	font-weight: bold;
	color: black;
}


/* Subsite nav inner */

#subsite-nav-inner {
	float: right;
	padding-right: 10px;
	height: 50px;
	overflow: hidden;
}


/* Jubilee */

#jubilee {
	float: left;
	margin: 0 30px 0 0;
	padding: 17px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}

#jubilee em {
	font-weight: normal;
}


/* Languages */

#country-select {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0 0 0 75px;
	width: 135px;
	height: 30px;
	background: url(../img/country-select-bg.gif) no-repeat;
	border-right: 1px solid #E0E0E0;
	list-style: none;
}

#country-select img {
	float: left;
	margin-right: 6px;
}

#country-current {
	margin: 0;
	padding: 2px 0;
	background: url(../img/arrow-sprite.png) no-repeat 110px -4118px;
	font-weight: bold;
	line-height: normal;
	color: #999;
}

#country-current span {
	display: block;
	padding-left: 20px;
	font-size: 10px;
	color: #CCC;
}

#country-select-menu {
	position: absolute;
	display: none;
	margin: 0 0 0 5px;
	padding: 0 5px 10px;
	width: 125px;
	background: url(../img/country-select-menu-bg.png) no-repeat 0 100%;
	list-style: none;
}

li:hover #country-select-menu {
	display: block;
}

#country-select-menu li {
	border-bottom: 1px solid #CCC;
}

#country-select-menu a {
	display: block;
	padding: 3px 20px 3px 10px;
	width: 95px;
	background: url(../img/arrow-sprite.png) no-repeat 100px -2271px;
	font-weight: bold;
	text-decoration: none;
	color: #7E7E7E;
}

#country-select-menu a:hover {
	background-position: 100px -2391px;
	color: black;
}


/* Sitemap button */

#sitemap-button {
	display: block;
	float: left;
	margin-top: 17px;
	width: 23px;
	height: 17px;
	background: url(../img/sitemap-button-sprite.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#sitemap-button:hover {
	background-position: 0 -17px;
}


/* Navigation bar */

#navigation-bar {
	padding: 10px 0 10px 25px;
	width: 935px;
	height: 80px;
	background: url(../img/header-sprite.gif) no-repeat;
}


/* Logo */

#logo {
	display: block;
	float: left;
	padding: 4px 0;
	width: 148px;
	height: 72px;
}

#logo img {
	display: block;
}


/* Navigation bar inner */

#navigation-bar-inner {
	float: right;
	width: 760px;
	height: 80px;
	background: url(../img/header-sprite.gif) no-repeat 0 -100px;
}


/* Navigation wrap */

#navigation-wrap {
	float: left;
	width: 570px;
	height: 80px;
}


/* Product navigation */

#product-navigation {
	position: relative;
	margin: 0;
	padding: 0 0 0 12px;
	width: 558px;
	height: 40px;
	list-style: none;
	z-index: 5;
}

#product-navigation li {
	float: left;
	margin-right: 20px;
}

#product-navigation a {
	display: block;
	background: url(../img/navigation-sprite.png) no-repeat 0 100px;
	font-size: 18px;
	text-decoration: none;
	line-height: 40px;
	cursor: pointer;
	color: black;
}

#product-navigation span {
	display: inline-block;
	background: url(../img/navigation-sprite.png) no-repeat 100% 100px;
}

#product-navigation a:hover,
#product-navigation .selected a {
	color: #D3001B;
}


/* Product navigation with sub navigation */

#product-navigation .has-sub:hover > a {
	margin: -10px -12px 0 -12px;
	padding: 0 0 0 12px;
	height: 50px;
	background-position: 0 -50px;
}

#product-navigation .has-sub:hover > a span {
	padding: 10px 12px 0 0;
	background-position: 100% -50px;
}


/* Product navigation sub navigation */

#product-navigation .sub {
	position: absolute;
	display: none;
	padding: 10px 20px 15px;
	width: 710px;
	top: 35px;
	left: 0;
	background: url(../img/navigation-sprite.png) no-repeat -210px 100%;
}

#product-navigation li:hover .sub {
	display: block;
}

#product-navigation .column {
	margin-right: 15px;
	padding-right: 14px;
	width: 155px;
	border-right: 1px solid #E0E0E0;
}

#product-navigation .last {
	margin: 0;
	padding: 0;
	border: 0;
}

#product-navigation .sub h2 {
	font-size: 14px;
	font-weight: normal;
	color: black;
}

#product-navigation .sub h2 {
	font-size: 14px;
	font-weight: normal;
	color: black;
}

#product-navigation .sub h2 a {
	display: inline;
	background: none;
	font-size: 14px;
	line-height: normal;
}

#product-navigation .sub h2 a:hover {
	color: #D3001B;
}

#product-navigation .sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#product-navigation .sub li {
	float: none;
	margin: 0 0 5px;
}

#product-navigation .sub li a {
	display: inline;
	padding-left: 10px;
	background: url(../img/arrow-sprite.png) no-repeat -12px -2275px;
	font-size: 11px;
	line-height: normal;
	color: #666;
}

#product-navigation .sub li a:hover {
	background-position: -12px -2395px;
	color: black;
}


/* Login */

#login {
	float: right;
	margin: 10px 0;
	padding: 0 10px;
	width: 170px;
	height: 60px;
	background: url(../img/header-sprite.gif) no-repeat 0 -180px;
}

#login p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: white;
}

#login .toolbar {
	line-height: 30px;
}

#login .toolbar a {
	margin-right: 5px;
}


/**
 * HOMEPAGE ELEMENTS
 * ----------------------------------------
 */

#visual {
	margin-bottom: 10px;
	width: 100%;
	height: 280px;
}


/* Category spotlight */

#category-spotlight {
	float: left;
	margin-right: 10px;
	width: 560px;
	height: 280px;
	background: url(../img/category-spotlight-sprite.png) no-repeat 0 100%;
	overflow: hidden;
}

#category-thumbs {
	width: 100%;
	height: 140px;
	background: url(../img/category-spotlight-sprite.png) no-repeat 0 -160px;
	overflow: hidden;
}

.category-thumb {
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
	line-height: 140px;
}

#category-thumbs .selected {
	background: url(../img/category-spotlight-sprite.png) no-repeat -140px -300px;
}

#category-thumbs .first.selected {
	background: url(../img/category-spotlight-sprite.png) no-repeat 0 -300px;
}

#category-thumbs .last.selected {
	background: url(../img/category-spotlight-sprite.png) no-repeat -280px -300px;
}

.category-thumb img {
	cursor: pointer;
	vertical-align: middle;
}

#category-spotlight .tabs {
	margin-top: -5px;
	height: 55px;
}

#category-spotlight .tabs li {
	margin: 0;
}

#category-spotlight .tabs a {
	padding: 5px 0 10px;
	width: 140px;
	background: url(../img/category-spotlight-sprite.png) no-repeat 0 5px;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	color: white;
}

#category-spotlight .tabs a:hover {
	background-position: 0 -50px;
}

#category-spotlight .tabs .selected a,
#category-spotlight .tabs .selected a:hover {
	background-position: 0 -105px;
	color: #D3001B;
}

.spotlight-content {
	position: relative;
	padding: 0 0 10px;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.spotlight-content .column {
	margin: 0;
	padding: 0 10px;
	width: 120px;
	list-style: none;
}

.spotlight-content .column li {
	margin-bottom: 2px;
	width: 120px;
	vertical-align: middle;
}

.spotlight-content .column a {
	display: block;
	padding-right: 10px;
	width: 110px;
	background: url(../img/arrow-sprite.png) no-repeat 100% -2214px;
	text-decoration: none;
	white-space: nowrap;
	color: #999;
}

.spotlight-content .column a:hover {
	background-position: 100% -2454px;
	color: #D3001B;
}

.spotlight-content .column a span {
	display: block;
	width: 110px;
	height: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.spotlight-content .button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-position: 0 -190px;
	color: white;
}

.spotlight-content .button-inner {
	background-color: white;
	background-position: 100% -190px;
}

.spotlight-content .button:hover {
	background-position: 0 -215px;
	color: white;
}

.spotlight-content .button:hover .button-inner {
	background-position: 100% -215px;
}


/* Visual intro */

#visual-intro {
	float: left;
	width: 370px;
	height: 280px;
}

#visual-intro h1,
#visual-intro p {
	margin: 0 0 10px;
	color: white;
}

#visual-intro p {
	font-size: 12px;
}

#visual-intro .intro {
	font-size: 16px;
}

#visual-intro .button-inner {
	margin-right: -5px;
	background-color: transparent;
}


/* News */

#news {
	width: 370px;
	background-position: -5980px 100%;
}

#news .block-header {
	width: 350px;
	background-position: -5610px 0;
	overflow: hidden;
}

#news .block-header h2 {
	float: left;
}

#news .block-header .more {
	float: right;
	margin-top: 10px;
	text-transform: lowercase;
}

#news .thumb {
	float: left;
	margin-right: 10px;
	width: 70px;
	height: 70px;
}

#news .article-body {
	float: left;
	width: 270px;
}

#news .date {
	margin: 0;
}

#news h3 {
	margin: 0 0 3px;
}

#news h3 a {
	text-decoration: none;
	color: black;
}

#news h3 a:hover {
	color: #D3001B;
}


/* Spotlight block */

.special h2 {
	color: #D3001B;
}

.spotlight .block-body {
	padding: 0;
	height: 150px !important;
}

.spotlight img {
	display: block;
}

.spotlight .toolbar {
	margin: 0 !important;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

#breadcrumb-bar {
	width: 100%;
	height: 45px;
}


/* Breadcrumbs */

#breadcrumbs {
	float: left;
	margin: 0;
	padding: 15px 0 0 10px;
	background: url(../img/arrow-sprite.png) no-repeat -11px -4060px;
	list-style: none;
	color: #999;
}

#breadcrumbs li {
	display: inline;
}

#breadcrumbs a {
	text-decoration: none;
	color: #999;
}

#breadcrumbs a:hover {
	color: white;
}


/* Search */

#search-form {
	float: right;
	margin: 0;
	padding-top: 10px;
	width: 180px;
	height: 25px;
}

#search-form p {
	margin: 0;
}

#search-form input {
	float: left;
	margin: 0;
	padding: 5px 5px 5px 20px;
	width: 135px;
	height: 15px;
	background: url(../img/search-bg.png) no-repeat;
	border: 0;
	vertical-align: middle;
	color: #999;
}

#search-form input.focus {
	color: white;
}

#search-form button {
	float: right;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 25px;
	background: url(../img/arrow-sprite.png) no-repeat 0 -1920px;
	border: 0;
	vertical-align: middle;
	text-indent: -9999px;
	cursor: pointer;
}

#search-form button:hover {
	background-position: 0 -2100px;
}


/* Content-header */

#content-header {
	position: relative;
	padding: 25px 10px 5px;
	background: url(../img/block-sprite.png) no-repeat;
	border-bottom: 1px solid #E0E0E0;
	overflow: hidden;
}

#content #content-header { width: 540px; background-position: -360px 0; }
#content-span #content-header { width: 730px; background-position: -1480px 0; }
#content-full #content-header { width: 920px; background-position: -3730px 0; }

#content-header h1 {
	float: left;
	margin: 0 10px 0 0;
	line-height: 39px;
}

#content-header h2,
#catalog-header h2 {
	float: left;
	margin: 0;
	padding-top: 11px;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

#content-header .date {
	position: absolute;
	margin: 0;
	left: 10px;
	top: 12px;
	font-size: 10px;
	color: #D3001B;
}


/* Catalog header */

#catalog-header {
	position: relative;
	padding: 40px 10px 35px;
	height: auto !important;
	height: 50px;
	min-height: 50px;
	background: url(../img/block-sprite.png) no-repeat -2230px 0;
	overflow: hidden;
}

#catalog-header h1 {
	float: left;
	margin: 0 10px 0 0;
	font-size: 32px;
}

#catalog-header .tabs {
	position: absolute;
	bottom: 0;
	left: 10px;
}


/* Service toolbar */

#service-toolbar {
	padding: 10px 10px 0;
	height: 25px;
	background-color: white;
	border-top: 5px solid #E0E0E0;
}

#service-toolbar ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#service-toolbar li {
	float: left;
	margin-left: 5px;
}


/* Pagination */

.pagination {
	padding: 10px 10px 0;
	width: 540px;
	height: 20px;
	background-color: white;
	border-top: 5px solid #E0E0E0;
	overflow: hidden;
}

.pagination-control {
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	background: url(../img/arrow-sprite.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#pagination-prev { background-position: 0 -960px; }
#pagination-prev:hover { background-position: 0 -1080px; }
#pagination-next { background-position: 0 0; }
#pagination-next:hover { background-position: 0 -120px; }

.pagination ol {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 490px;
	text-align: center;
	list-style: none;
}

.pagination li {
	display: inline;
}

.pagination li a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/pagination-sprite.gif) no-repeat;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: white;
}

.pagination li a:hover,
.pagination .selected a {
	background-position: 0 -20px;
	color: white;
}


/* Related items */

div.related {
	margin: 0 0 10px;
	padding: 10px 10px 0;
	width: 520px;
	background: url(../img/related-bg.gif) no-repeat;
}

div.related h2 {
	margin: 0 0 5px;
}

.related a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

.related a:hover {
	color: #D3001B;
}


/* Related item lists */

.related ul {
	margin: 0 -10px;
	padding: 0;
	background: url(../img/related-bg.gif) no-repeat 0 100%;
	list-style: none;
}

ul.related {
	margin: 0 0 20px;
	padding: 0;
	width: auto;
	background: none;
	list-style: none;
}

.related li {
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	vertical-align: middle;
}

.related li.last {
	border: 0;
}

.related ul a,
ul.related a {
	display: block;
	padding: 6px 30px 6px 10px;
	background: url(../img/arrow-sprite.png) no-repeat 520px 5px;
}

.related ul a:hover,
ul.related a:hover {
	background-position: 520px -115px;
}

ul.related a {
	padding: 6px 20px 6px 0;
	background-position: 100% 5px;
}

ul.related a:hover {
	background-position: 100% -115px;
}


/* Related item tables */

.related table {
	margin: 0 -10px;
	width: 540px;
	background: url(../img/related-bg.gif) no-repeat 0 100%;
}

.related table td {
	vertical-align: top;
}

.related .last td {
	border: 0;
}

.related .date {
	width: 110px;
}

.related .row-action {
	padding: 8px 8px 8px 0;
	width: 15px;
	background: url(../img/arrow-sprite.png) no-repeat 0 5px;
}

.related .hover td,
.related .hover a {
	cursor: pointer;
	color: #D3001B;
}

.related .hover .row-action {
	background: url(../img/arrow-sprite.png) no-repeat 0 -115px;
}


/* Plain related table */

table.related {
	margin: 0 0 20px;
}

table.related td {
	padding: 5px 0;
}

table.related .filename {
	font-weight: bold;
}

table.related .filesize,
table.related .filetype {
	width: 70px;
	font-size: 10px;
	color: #999;
}

table.related .download {
	width: 95px;
}

table.related .download .button-inner {
	width: 67px !important;
}

table.related .hover .button {
	background-position: 0 -25px;
	color: white;
}

table.related .hover .button-inner {
	background-position: 100% -25px;
}


/* Articles */

.article {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}

.article .thumb {
	float: left;
	margin-right: 20px;
	width: 170px;
	height: 130px;
}

.article-body {
	float: left;
	width: 540px;
}

.article-body .date {
	margin: 0 0 3px;
}

.article-body h2 {
	margin: 0 0 3px;
}

.article-body p {
	margin: 0 0 8px;
}

.article-body h2 a {
	text-decoration: none;
	color: black;
}

.article-body h2 a:hover {
	color: #D3001B;
}


/* Quick archive */

#quick-archive {
	padding-left: 190px;
}

#quick-archive .related {
	margin: 0 0 20px;
}


/* Accordions */

.accordion {
	margin: 0 -10px 30px;
	padding: 0;
	list-style: none;
}

.accordion .accordion-item {
	padding: 20px 20px 25px;
	background: #E0E0E0 url(../img/accordion-item-sprite.gif) no-repeat -560px 100%;
}

.accordion h3 {
	margin: -20px -20px 0;
	padding: 20px 20px 10px;
	background: url(../img/accordion-item-sprite.gif) no-repeat;
}

.accordion .toggler {
	display: block;
	padding: 7px 25px 7px 0;
	width: 495px;
	background: url(../img/arrow-sprite.png) no-repeat 100% -595px;
	text-decoration: none;
	outline: none;
}

.accordion .toggler:hover {
	background-position: 100% -535px;
	color: #666;
}

.accordion .item-body {
	margin: 0 -10px;
	padding: 0 9px;
	background-color: white;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.accordion ul,
.accordion ol {
	list-style-type: disc;
}

.accordion table {
	margin: 0;
}

.accordion th,
.accordion td,
.vacancy-table th,
.vacancy-table td {
	background-color: transparent;
	border: 0;
	vertical-align: top;
}

.accordion th,
.vacancy-table th {
	padding-left: 0;
}

.accordion table p,
.accordion table ul,
.accordion table ol,
.vacancy-table p,
.vacancy-table ul,
.vacancy-table ol {
	margin: 0;
}

.accordion table ul,
.accordion table ol,
.vacancy-table ul,
.vacancy-table ol {
	padding-left: 15px;
}

.accordion .toolbar p {
	margin: 0;
}


/* Collapsed accordion items */

.accordion li.collapsed {
	padding: 0;
	background: none;
	border-bottom: 1px solid #E0E0E0;
}

.accordion .collapsed h3 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 11px;
	font-weight: normal;
}

.accordion .collapsed .toggler {
	padding: 7px 35px 7px 10px;
	width: 515px;
	background-position: 535px 5px;
	color: #666;
}

.accordion .collapsed .toggler:hover {
	background-position: 535px -115px;
	color: #D3001B;
}

.accordion .collapsed .item-body {
	display: none;
}


/* Search results */

.result {
	margin: 0 -10px 10px;
	padding: 10px;
	width: 540px;
	border-bottom: 1px solid #E0E0E0;
}

.result p {
	margin: 0 0 10px;
}

.result h2 a {
	text-decoration: none;
}


/* Categories */

.category {
	padding: 5px;
	width: 350px;
	height: 130px;
	background: url(../img/category-bg.gif) no-repeat;
}

.overview .category {
	float: left;
	margin: 0 10px 10px 0;
}

.overview .category.last {
	margin: 0 0 10px 0;
}

.category .thumb {
	float: left;
	margin-right: 5px;
	width: 149px;
	height: 130px;
	border-right: 1px solid #E0E0E0;
	line-height: 130px;
	text-align: center;
}

.category .thumb img {
	display: inline;
	vertical-align: middle;
}

.category-inner {
	position: relative;
	float: left;
	padding: 5px 5px 35px 0;
	width: 190px;
	height: 90px;
}

.category h2 {
	margin: 0 0 5px;
	font-size: 12px;
}

.category h2 a {
	text-decoration: none;
}

.category p {
	margin: 0;
}

.category .toolbar {
	position: absolute;
	width: 190px;
	bottom: 5px;
	left: 0;
}

.category .toolbar .button {
	float: right;
}


/* Group jumpers */

#group-jumpers {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 10px;
	list-style: none;
	overflow: hidden;
}

#group-jumpers li {
	float: left;
	margin-right: 15px;
}

#group-jumpers a {
	padding-right: 10px;
	background: url(../img/arrow-sprite.png) no-repeat 100% -2874px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#professional-jumper a { color: black; }
#professional-jumper a:hover { text-decoration: underline; }
#heavyduty-jumper a { background-position: 100% -2994px; color: #003767; }
#heavyduty-jumper a:hover { text-decoration: underline; }
#homegarden-jumper a { background-position: 100% -3054px; color: #466D1B; }
#homegarden-jumper a:hover { text-decoration: underline; }


/* Product group */

.product-group {
	margin: 0 -10px 10px;
	padding: 10px;
	width: 730px;
	border-bottom: 1px solid #E0E0E0;
}

.product-group h3 {
	font-size: 16px;
	font-weight: normal;
}

.product-group p {
	margin: 0 0 10px;
}

.product-group .overview {
	margin: 10px 0 0;
}

#professional-group h3 { color: black; }
#heavyduty-group h3 { color: #003767; }
#homegarden-group h3 { color: #466D1B; }


/* Products */

.product {
	position: relative;
	display: block;
	padding: 5px;
	width: 165px;
	height: 210px;
	background: url(../img/product-sprite.gif) no-repeat;
	text-decoration: none;
	cursor: pointer;
}

.product:hover {
	background-position: 0 -220px;
}

.overview .product {
	float: left;
	margin: 0 10px 10px 0;
}

.overview .product.last {
	margin: 0 0 10px 0;
}

.product img {
	display: block;
}

.product .caption {
	position: absolute;
	padding: 7px 5px;
	width: 155px;
	bottom: 5px;
	left: 5px;
	background: url(../img/black-80.png);
}

.product .caption p {
	margin: 0;
	font-size: 10px;
	color: #CCC;
}

.product .caption h4 {
	margin: 0;
	padding-right: 15px;
	width: 140px;
	height: 20px;
	background: url(../img/arrow-sprite.png) no-repeat 100% -300px;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	color: white;
}

.product .caption h4 span {
	display: block;
	width: 140px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#heavyduty-group .product .caption { background: url(../img/blue-80.png); }
#homegarden-group .product .caption { background: url(../img/green-80.png); }

#heavyduty-group .product .caption h4 { background-position: 100% -360px; }
#homegarden-group .product .caption h4 { background-position: 100% -420px; }


/* Product info */

#product-intro {
	margin-right: 10px;
	padding-left: 10px;
	width: 350px;
}


/* Product gallery */

#product-gallery {
	margin-bottom: 10px;
	padding: 10px;
	width: 340px;
	height: 340px;
	background: url(../img/gallery-sprite.png) no-repeat;
}

#gallery-image {
	float: left;
	margin-right: 10px;
	width: 270px;
	height: 340px;
}

#gallery-image a {
	position: relative;
	display: block;
	width: 270px;
	height: 340px;
	text-align: center;
	text-decoration: none;
	line-height: 338px;
	overflow: hidden;
}

#gallery-image img {
	vertical-align: middle;
}

#gallery-image .zoom {
	right: 5px;
	bottom: 5px;
}

#gallery-caption {
	position: absolute;
	display: block;
	margin: 0;
	padding: 5px 40px 5px 8px;
	width: 222px;
	bottom: 0;
	left: 0;
	background: url(../img/black-70.png);
	font-size: 12px;
	text-align: left;
	line-height: 25px;
	color: white;
}

#gallery-thumbs {
	float: left;
	width: 60px;
	height: 340px;
}

#gallery-thumbs-scroller {
	position: relative;
	margin: 5px 0;
	width: 60px;
	height: 300px;
	overflow: hidden;
}

#gallery-thumbs-content {
	width: 60px;
}

#gallery-thumbs .thumb {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	overflow: hidden;
}

#gallery-thumbs .selected {
	width: 54px;
	height: 54px;
	border: 3px solid #D3001B;
}

#gallery-thumbs .selected img {
	margin: -3px 0 0 -3px;
}

#gallery-thumbs .carousel-control {
	display: block;
	width: 60px;
	height: 15px;
	background: url(../img/gallery-sprite.png) no-repeat -360px 0;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#gallery-up { background-position: -360px 0; }
#gallery-up:hover { background-position: -360px -15px; }
#gallery-down { background-position: -420px 0; }
#gallery-down:hover { background-position: -420px -15px; }


/* Product certificates */

#product-certificates {
	display: inline;
	margin: 0;
	padding: 0;
	width: 360px;
	list-style: none;
	overflow: hidden;
}

#product-certificates li {
	float: left;
	margin: 0 10px 10px 0;
}

#product-certificates a {
	display: block;
	height: 60px;
}

#product-certificates img {
	display: block;
}


/* Product specs */

.product-specs {
	width: 730px;
	clear: both;
}

.product-specs h2 {
	margin: 0 0 10px;
	padding: 0 10px;
	background: url(../img/product-specs-sprite.png) no-repeat;
	line-height: 45px;
	color: white;
}

.product-specs-wrapper {
	margin-bottom: 10px;
	padding-bottom: 40px;
	width: 100%;
	background: url(../img/product-specs-sprite.png) no-repeat 0 100%;
	border-top: 1px solid #CCC;
}

.product-specs-group {
	width: 100%;
	background-color: white;
}


/* Product specs headers */

.product-specs-header {
	padding: 5px 10px 5px 5px;
	height: 40px;
	background: url(../img/product-specs-sprite.png) repeat-x 0 -45px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.product-specs-header .thumb {
	float: left;
	margin-right: 15px;
	width: 40px;
	height: 40px;
}

.product-specs-header .zoom {
	width: 15px;
	height: 15px;
	right: 5px;
	bottom: 5px;
	background: url(../img/product-specs-sprite.png) no-repeat -730px 0;
}

.product-specs-header a:hover .zoom {
	background-position: -730px -15px;
}

.product-specs-header h3 {
	float: left;
	margin: 0;
	margin-top: 20px;
	font-size: 12px;
	color: black;
}

.product-specs-header .button {
	float: right;
	margin-top: 10px;
	padding-left: 6px;
	height: 20px;
	background-position: 0 -110px;
	font-size: 10px;
	font-weight: normal;
	outline: none;
	color: #666;
}

.product-specs-header .button-inner {
	padding-right: 20px;
	background-color: #D9D9D9;
	background-position: 100% -110px;
	line-height: 20px;
}

.product-specs-header .button:hover, .product-specs-header .button:focus { background-position: 0 -130px; color: black; }
.product-specs-header .button:hover .button-inner, .product-specs-header .button:focus .button-inner { background-position: 100% -130px; }


/* Product specs data tables */

.product-specs-data {
	margin: 0;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.product-specs-data th,
.product-specs-data td {
	background-color: white;
}

.product-specs-data th {
	border: 0;
	font-size: 10px;
	font-weight: bold;
	color: #7E7E7E;
}

.product-specs-data td {
	border-bottom: 1px solid #E0E0E0;
	color: black;
}

.product-specs-data .selected td {
	background-color: #F6F6F6;
	border-top: 3px solid #333;
	border-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}

.product-specs-data .product-image {
	width: 16px;
}

.product-specs-data .product-image a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icon-sprite.png) no-repeat 0 2px;
	text-indent: -9999px;
	overflow: hidden;
}

.product-specs-data .product-image a:hover {
	background-position: 0 -48px;
}

.product-specs-data .sku {
	width: 60px;
}

.product-specs-data .row-action {
	padding: 6px 8px;
	width: 15px;
}

.product-specs-data .row-action .button {
	display: block;
	padding: 0;
	width: 15px;
	height: 20px;
	background: url(../img/arrow-sprite.png) no-repeat 0 -480px;
	text-indent: -9999px;
	overflow: hidden;
}

.product-specs-data .row-action .button:hover {
	background-position: 0 -540px;
}

.product-specs-data .selected .row-action .button {
	display: block;
	padding: 0;
	width: 15px;
	height: 20px;
	background: url(../img/arrow-sprite.png) no-repeat 0 -1440px;
	text-indent: -9999px;
	overflow: hidden;
}

.product-specs-data .selected .row-action .button:hover {
	background-position: 0 -1500px;
}


/* Collapsed product groups */

.product-specs-group.collapsed .button {
	background-position: 0 -150px;
	color: white;
}

.product-specs-group.collapsed .button-inner {
	background-position: 100% -150px;
}

.product-specs-group.collapsed .button:hover, .product-specs-group.collapsed .button:focus { background-position: 0 -170px; color: white; }
.product-specs-group.collapsed .button:hover .button-inner, .product-specs-group.collapsed .button:focus .button-inner { background-position: 100% -170px; }

.collapsed .product-specs-header {
	border-bottom: 1px solid #999;
}

.collapsed .product-specs-data {
	display: none;
}


/* Product parts */

.product-parts td {
	padding: 0;
}

.product-parts table {
	margin: 0;
	border-bottom: 3px solid #333;
}

.product-parts.collapsed {
	display: none;
}

.product-parts table th {
	background-color: #F6F6F6;
}

.product-parts table td {
	padding: 8px;
	background-color: #F6F6F6;
	color: #666;
}


/* Product USPs */

#usps {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#usps li {
	float: left;
	margin: 0 10px 10px 0;
	width: 360px;
	height: 140px;
}

#usps .last {
	margin: 0 0 10px 0;
}

#usps .thumb {
	float: left;
	margin-right: 10px;
	padding: 5px;
	width: 150px;
	height: 130px;
	background: url(../img/usp-thumb-sprite.gif) no-repeat;
}

#usps a.thumb:hover {
	background-position: 0 -140px;
}

#usps p {
	margin: 0;
}


/* Dealers */

#map-view {
	margin: 0 -10px;
	padding: 10px 10px 5px;
	width: 920px;
	height: 420px;
	background-color: #E0E0E0;
	overflow: hidden;
}

#map-view .column {
	position: relative;
	margin-right: 10px;
	width: 260px;
	height: 420px;
	background: white;
}

#list-view {
	margin: 0 -10px;
	padding: 10px 10px 5px;
	width: 920px;
	height: 420px;
	background-color: #E0E0E0;
	overflow-x: hidden;
	overflow-y: auto;
}

#list-view-inner {
	position: relative;
	width: 920px;
	height: 420px;
	background-color: white;
	overflow-x: hidden;
	overflow-y: auto;
}


/* Dealers tabs */

#dealers-tabs {
	position: relative;
	bottom: -10px;
	height: 45px;
}

#dealers-tabs span {
	height: 45px;
}

#dealers-tabs .selected span {
	background-color: #CFCFCF;
}


/* Dealers map */

#dealers-map {
	float: left;
	width: 648px;
	height: 418px;
	border: 1px solid white;
}

#dealers-map p {
	margin: 190px 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #D3001B;
}


/* Dealers results */

#dealers-search {
	padding: 10px;
	width: 240px;
}

#dealers-search p {
	margin: 0 0 10px;
}

#dealers-search .accent {
	font-size: 10px;
	color: #CCC;
}

#dealers-search.loading .accent {
	background: url(../img/throbber.gif) no-repeat 100% 50%;
}


/* Dealers results */

#dealers-results {
	position: absolute;
	padding: 10px;
	width: 240px;
	height: 400px;
	top: 0;
	left: 0;
	background-color: white;
	overflow-x: hidden;
	overflow-y: auto;
}

#dealers-results .accordion {
	margin: 0 -10px;
	border-top: 1px solid #E0E0E0;
}

#dealers-results .accordion li {
	padding-bottom: 10px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #E0E0E0;
}

#dealers-results .accordion h3 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 11px;
}

#dealers-results .accordion .toggler {
	padding: 7px 25px 7px 10px;
	width: auto;
	background-position: 98% -1435px;
}

#dealers-results .accordion .toggler:hover {
	background-position: 98% -1555px;
}

#dealers-results th,
#dealers-results td {
	padding: 2px 10px;
}

#dealers-results th {
	width: 80px;
}

#dealers-results li.collapsed { padding: 0; background-color: white; }
#dealers-results .collapsed table { display: none; }
#dealers-results .collapsed .toggler { background-position: 98% -475px; font-weight: bold; color: #D3001B; }
#dealers-results .collapsed .toggler:hover { background-position: 98% -595px; }


/* Dealers form */

#dealers-form {
	margin: 0 -10px 10px;
	padding: 0 90px 10px 10px;
	background: url(../img/dealers-form-bg.gif) no-repeat 180px 0;
	border-bottom: 1px solid #E0E0E0;
}

#dealers-form input,
#dealer-search input {
	margin-right: 2px;
	height: 17px;
	width: 72px;
	background: url(../img/zip-sprite.gif) no-repeat;
	border: 0;
	font-size: 14px;
	color: #999;
}

#dealers-form input.focus,
#dealer-search input.focus {
	color: black;
}

#dealers-form input.wsv-error,
#dealer-search input.wsv-error {
	background-position: 0 -25px;
}

#dealers-form button,
#dealer-search button {
	vertical-align: middle;
}


/* Dealers list */

#list-view table {
	margin: 0;
}

#list-view th,
#list-view td {
	padding: 7px 10px;
	background-color: white;
	border-bottom: 1px solid #E0E0E0;
}

#list-view th {
	padding: 10px;
	color: #D3001B;
}

#list-view td {
	color: black;
}

#list-view .company-name {
	width: 250px;
	font-weight: bold;
}

#list-view .route {
	width: 60px;
}

#list-view .alt td,
#list-view .alt .button-inner {
	background-color: #F6F6F6;
}

#list-view-inner p {
	margin-top: 200px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #CCC;
}


/* Content forms */

.content-form {
	margin: 0 -10px;
	padding: 20px 10px 0;
	border-top: 1px solid #E0E0E0;
}

.content-form #zip {
	margin-right: 7px;
}


/* Sitemap */

#sitemap {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 200%;
	list-style: none;
}

#sitemap li {
	font-weight: bold;
}

#sitemap ul {
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #CCC;
	line-height: 200%;
	list-style: none;
}

#sitemap ul li {
	font-weight: normal;
}

#sitemap a {
	text-decoration: none;
}


/* Actieoverzicht */

#acties-visual {
	width: 100%;
	height: 390px;
	overflow: hidden;
}


/* Acties spotlight */

#acties-spotlight {
	float: left;
	margin-right: 10px;
	width: 455px;
	height: 390px;
}

#acties-spotlight img {
	display: block;
}


/* Acties intro */

#acties-intro {
	position: relative;
	float: left;
	padding: 10px 10px 190px;
	width: 435px;
	height: 190px;
}

#acties-intro h1 {
	margin: 0;
	color: #D3001B;
}

#acties-intro > h2 {
	margin: 0 0 15px;
	font-weight: normal;
	color: white;
}

#acties-intro p {
	margin: 0;
	color: white;
}

#acties-intro .related {
	position: absolute;
	margin: 0;
	width: 435px;
	left: 0;
	bottom: 0;
	background-image: url(../img/related-bg-acties.gif);
}

#acties-intro .related ul {
	background: none;
	border-bottom: 1px solid #E0E0E0;
}

#acties-intro .related ul a {
	width: 415px;
	background-position: 435px 5px;
}

#acties-intro .related ul a:hover {
	background-position: 435px -115px;
}

#acties-intro .related .disclaimer {
	margin: 0;
	padding-left: 20px;
	background: url(../img/exclamation.png) no-repeat 0 50%;
	font-weight: bold;
	color: #D3001B;
}

#acties-intro .related .toolbar {
	margin: 0 -10px;
	padding: 10px;
	width: 435px;
	background: url(../img/related-bg-acties.gif) no-repeat 0 100%;
}


/* Actie blocks */

#actie-overview {
	padding-bottom: 10px;
	width: 100%;
}

.actie {
	position: relative;
	display: block;
	width: 145px;
	height: 220px;
	background: url(../img/actie-block-sprite.png) no-repeat;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	color: white;
}

.actie:hover {
	background-position: 0 -220px;
	color: white;
}

.overview .actie {
	float: left;
	margin: 10px 10px 0 0;
}

#actie-overview .last {
	margin: 10px 0 0 0;
}

.actie .thumb {
	text-align: center;
	line-height: 170px;
}

.actie .thumb img {
	display: inline;
	vertical-align: middle;
}

.actie .label {
	position: absolute;
	display: block;
	margin: 0;
	padding: 4px 10px;
	top: 120px;
	left: 0;
	height: 37px;
	background: url(../img/actie-block-sprite.png) no-repeat 100% -440px;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color: #D3001B;
}

.actie .label .unit {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: lowercase;
	color: white;
}

.actie .name {
	margin: 0;
	padding: 5px 30px 0 10px;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}

* html .actie .name {
	position: absolute;
	top: 170px;
	left: 0;
}


/* Actiedetail */

#price-table th {
	width: 120px;
}

#price-table .price {
	font-weight: bold;
	color: #D3001B;
}


/* Terms (actievoorwaarden) */

#terms {
	width: 560px;
	background-position: -920px 100%;
}

#terms .block-header {
	background-position: -360px 0;
}

#terms .block-body {
	height: auto !important;
	height: 140px;
	min-height: 140px;
}


/**
 * SIDEBAR/MEDIABAR ELEMENTS
 * ----------------------------------------
 */

#menu {
	width: 180px;
}

#menu .block-header {
	padding: 40px 5px 9px 10px;
}

#menu h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #D3001B;
}

#menu h2 a {
	display: block;
	width: 100%;
	background: url(../img/arrow-sprite.png) no-repeat 100% -600px;
	text-decoration: none;
	color: #D3001B;
}

#menu h2 a:hover {
	color: black;
}

#menu ul {
	margin: 0;
	padding: 0;
	width: 180px;
	background-color: white;
	list-style: none;
}

#menu li {
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
}

#menu .has-sub.selected {
	border: 0;
}

#menu li a {
	display: block;
	padding: 6px 15px 6px 10px;
	width: 155px;
	background: url(../img/arrow-sprite.png) no-repeat 155px -2148px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#menu li a:hover,
#menu .selected a {
	background-position: 155px -2388px;
	color: black;
}

#menu .has-sub.selected a {
	background-position: 156px -2867px;
}


/* Menu sub navigation */

#menu .subnav {
	display: none;
	background-color: #E0E0E0;
	border-top: 1px solid #E0E0E0;
}

#menu .selected .subnav {
	display: block;
}

#menu .subnav li {
	border-color: #D2D2D2;
}

#menu .subnav a,
#menu .selected .subnav a {
	padding-left: 20px;
	width: 145px;
	background-position: 0 100px;
	font-weight: normal;
	color: #666;
}

#menu .subnav a:hover,
#menu .subnav .selected a {
	background-position: 155px -2388px;
	color: black;
}

#menu .subnav .has-sub.selected a {
	background-position: 156px -2867px;
}


/* Menu sub sub navigation */

#menu .subnav .subnav {
	display: none;
	padding: 3px 0;
	border-color: #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}

#menu .subnav .selected .subnav {
	display: block;
}

#menu .subnav .subnav li {
	border: none;
}

#menu .subnav .subnav a {
	padding: 4px 15px 4px 30px;
	width: 135px;
	background: none;
	font-size: 10px;
	color: #666;
}

#menu .subnav .subnav a:hover,
#menu .subnav .subnav .selected a {
	color: #D3001B;
}


/* Product groups */

#product-groups {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

#product-groups li {
	margin: 0 0 5px;
}

#product-groups .button {
	padding-left: 10px;
	height: 30px;
	background-position: 0 -50px;
	font-size: 16px;
	font-weight: normal;
	color: #7E7E7E;
}

#product-groups .button-inner {
	padding-right: 30px;
	width: 140px !important;
	background-color: #CCC;
	background-position: 100% -50px;
	line-height: 30px;
}

#product-groups .button:hover, #product-groups .button:focus { background-position: 0 -80px; color: #D3001B; }
#product-groups .button:hover .button-inner, #product-groups .button:focus .button-inner { background-position: 100% -80px; }


/* Dealer search (homepage) */

#dealer-search {
	width: 180px;
}

#dealer-search p {
	margin: 0 0 10px;
	padding-right: 35px;
	height: 70px;
	background: url(../img/dealers-form-small-bg.gif) no-repeat 100% 0;
}


/* Dealer search (sidebar) */

#sidebar #dealer-search .block-header {
	padding: 10px 10px 9px 10px;
	width: 160px;
}

#sidebar #dealer-search h2 {
	margin: 0 0 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #D3001B;
}

#sidebar #dealer-search p {
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
	line-height: 14px;
}

#sidebar #dealer-search li {
	margin: 0;
}


/* Mediabar thumbnails */

#mediabar .thumb {
	margin-bottom: 10px;
	padding-top: 5px;
	width: 180px;
	background: url(../img/thumb-sprite.png) no-repeat;
}

#mediabar .thumb img {
	padding: 0 5px 5px;
	background: url(../img/thumb-sprite.png) no-repeat -180px 100%;
}


/* Subscribe form */

#subscribe {
	width: 180px;
}

#subscribe p {
	margin: 0 0 10px;
	padding-right: 60px;
	background: url(../img/subscribe-bg.gif) no-repeat 100% 0;
}

#subscribe .text {
	width: 150px;
}


/* Search term */

#search-term .block-header {
	padding: 40px 5px 9px 10px;
}

#search-term h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #D3001B;
}

#search-term p {
	margin: 0 0 10px;
	font-weight: bold;
}

#search-term .toolbar {
	margin: 0 -10px;
	padding: 10px 10px 0;
	width: 160px;
	border-top: 1px solid #E0E0E0;
}

#search-term .toolbar .button {
	float: right;
}


/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#footer a {
	text-decoration: none;
	color: #999;
}

#footer a:hover {
	color: white;
}

#footer h2,
#footer h3 {
	color: #999;
}

#footer h2 {
	font-size: 14px;
}

#footer h3 {
	font-size: 11px;
	line-height: 25px;
}


/* Footer columns */

#footer .column {
	margin-right: 10px;
	padding: 15px 0 0;
	width: 120px;
}

#footer #slogan {
	padding: 18px 0 0 10px;
	width: 170px;
}

#footer #about {
	width: 350px;
}


/* Footer vcard */

#footer .vcard {
	float: left;
	overflow: hidden;
}

#footer .vcard p {
	margin: 0;
	font-size: 10px;
}


/* Service navigation */

#service-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}

#service-navigation li {
	display: inline;
}


/**
 * SECTION SPECIFIC
 * ----------------------------------------
 */

.section-home #header {
	height: 545px;
	background: white url(../img/header-visual-home-bg.jpg) no-repeat 50% 100%;
}

.section-home #main .inner {
	margin: 0 auto -385px;
	top: -385px;
	background: url(../img/main-inner-home-bg.png) no-repeat;
}

.section-home .block {
	float: left;
	margin: 0 10px 0 0;
	width: 180px;
	height: 200px;
}

.section-home .last {
	margin: 0;
}

.section-home .block-body,
#additional-content .block-body {
	height: 140px;
	overflow: hidden;
}

.section-home .block-body .toolbar,
#additional-content .block-body .toolbar {
	margin: 0 -10px;
	padding: 9px 10px 0;
	border-top: 1px solid #E0E0E0;
}

.section-home .block-body .toolbar .more,
#additional-content .block-body .toolbar .more {
	float: right;
	text-transform: lowercase;
}


/* Dealers section */

.section-dealers .content-body {
	background: #CDCDCD url(../img/content-body-dealers-bg.gif) repeat-x;
}

.section-dealers .intro {
	margin: 0 0 10px;
}


/* Acties section */

.section-acties #content-full {
	background: url(../img/block-sprite-acties.png) no-repeat 0 100%;
}

.section-acties .content-body,
.section-acties #service-toolbar,
.section-acties #service-toolbar .button-inner {
	background-color: black;
}


/**
 * TARGET OVERLAY
 * ----------------------------------------
 */

#target-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/black-90.png);
	z-index: 1000;
}

* html, * html body {
	height: 100%;
}

* html #target-overlay {
	position: absolute;
	background: black;
}

#target-window {
	margin: 50px auto 0;
	padding: 10px;
	width: 815px;
	height: 420px;
	background: url(../img/target-window-bg.png) no-repeat;
	overflow: hidden;
}

#target-header {
	margin-bottom: 10px;
	width: 815px;
	height: 100px;
}

#target-header img {
	display: block;
}

#target-targets {
	margin-bottom: 10px;
	width: 100%;
	height: 310px;
}

#target-targets .target {
	float: left;
	height: 275px;
}

#target-targets .target a {
	display: block;
	margin-bottom: 10px;
}

#target-targets .target img {
	display: block;
}

#target-targets .target .button {
	float: right;
	margin: 0;
}

#dhz-target {
	margin-right: 10px;
	width: 345px;
}

#pro-target {
	width: 460px;
}

#dhz-target .button { background-position: 0 -240px; color: white; }
#dhz-target .button-inner { background-position: 100% -240px; }
#dhz-target .button:hover { background-position: 0 -215px; }
#dhz-target .button:hover .button-inner { background-position: 100% -215px; }

#pro-target .button { background-position: 0 -265px; color: white; }
#pro-target .button-inner { background-position: 100% -265px; }
#pro-target .button:hover { background-position: 0 -215px; }
#pro-target .button:hover .button-inner { background-position: 100% -215px; }


/**
 * SHADOWBOX
 * ----------------------------------------
 */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:5px solid #666666;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../img/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../img/shadowbox/close.png);}
#sb-nav-next{background-image:url(../img/shadowbox/next.png);}
#sb-nav-previous{background-image:url(../img/shadowbox/previous.png);}
#sb-nav-play{background-image:url(../img/shadowbox/play.png);}
#sb-nav-pause{background-image:url(../img/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}