/**
 * Stylesheet for Slowlight
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Stephen Verhalleman <stephen@netlash.com>
 */

/* Clearfix */
	.clearfix:after, #header:after, #productOrderform:after, .twocolumns:after, .widget:after, #news:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/**
 * = 1. Primary Selectors (Font sizes & colors)
 * ----------------------------------------------------------
 */

	body {
		font-size: 12px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
		background: #0d1015;
		color: #C8cFD9;
		line-height: 1.5em;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #95A5BC;
	}

	h1 { font-size: 32px; }
	h2 {
		font-size: 15px;
		letter-spacing: 1px;
		font-weight: 400;
		padding-bottom: 8px;
	}
	h3 { 
		font-size: 12px; 
		padding-bottom: 8px;
		letter-spacing: 1px; 
	}

	h4 { font-size: 14px; }
	h5 { font-size: 12px; }

	p { 
		line-height: 1.6em;
	}

	hr.hidden {
		display: none;
	}

/**
 * = 2. Primary Selectors (da unreset)
 * ----------------------------------------------------------
 */

 	ul, ol {
		padding: 0 0 0 20px;
	}

	ul {
		list-style: disc;
	}

	ol {
		list-style: decimal;
	}

	img.floatLeft {
		display: block;
		float: left;
		margin: 0 15px 15px 0;
	}

	img.floatRight {
		display: block;
		float: right;
		margin: 0 0 15px 15px;
	}

	.widget img.floatLeft, .widget img.floatRight {
		margin: 0;
	}

	.action, #innerContent .action {
		float: left;
		line-height: 25px;
		background: url('../images/button.gif') no-repeat left;
		padding: 0;
	}
		.action span {
			float: left;
			background: url('../images/button.gif') no-repeat right;
			margin-left: 10px;
			padding-right: 10px;
		}
		#main .action a:link, #main .action a:visited {
			text-decoration: none;
			color: #687D12;
		}
		#main .action a:hover, #main .action a:active {
			color: #5C757C;
		}
	td.action, #innerContent td.action  {
		float: none;
		line-height: 40px;
		background: none;
		padding: 0;
	}



/**
 * = 3. General Positioning (incl. styling for topnav, language and breadcrumbs)
 * -----------------------------------------------------------
 */

	/**
	 * = General Positioning : Wrapper(s)
	 * ----------------------------------------------------------
	 */

		#outerWrapper {
			width: 100%;
		}

		#innerWrapper {
			width: 960px;
			margin: 0 auto;
			position: relative;
			background: #1a232c url('../images/deco_bg_innerWrapper.jpg') no-repeat;
		}

		#main {
			width: 960px;
		}

		#content {
			float: right;
			width: 732px;
			margin: 0 24px 0 0;
			display: inline;
		}

	/**
	 * = General Positioning : Header
	 * ----------------------------------------------------------
	 */

		#header {
			width: 960px;
			height: 230px;
			padding-top: 0px;
		}

		#header h1 {
			background: url(../images/slowlight.gif);
			width: 370px;
			height: 60px;
			margin: 19px 0 0 61px;
			float: left;
		}

		#header h1 a {
			display: block;
			width: 370px;
			height: 60px;
			text-indent: -9999px;
			overflow: hidden;
		}

		/**
		 * = General Positioning : Header : Language
		 * ----------------------------------------------------------
		 */

			#language {
				height: 18px;
				width: 120px;
				position: absolute;
				top: 14px;
				right: 24px;
				z-index: 30;
			}

			#language ul {
				height: 18px;
				float: right;
				padding: 0;
			}

			#language ul li {
				list-style: none;
				float: left;
				display: inline;
				margin: 0 1px;
			}

			#language ul li a {
				float: left;
				line-height: 1;
				padding: 3px 3px;
				color: #E06E16;
				width: 22px;
				text-align: center;
				border: none;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 11px;
				font-weight: 700;
			}

			#language ul li.selected a, #language ul li a:hover, #language ul li a:active {
				color: #fff;
				background: #E06E16;
				text-decoration: none;
			}

			#language ul li.selected a {
				margin: 0;
			}


		/**
		 * = General Positioning : Header : Navigation
		 * ----------------------------------------------------------
		 */
			#topnav {
				width: 780px;
				position:absolute;
				top: 131px;
				left: 0;
			}

			#topnav ul {
				margin-top: 20px;
				padding: 0 0 0 24px;
				height: 36px;
				float: left;
				width: 770px;
			}

			#topnav ul li {
				list-style: none;
				float: left;
				margin-right: 3px;
				line-height: 1em;
				padding: 0 1px;
			}

			#topnav ul li a {
				font-size: 12px;
				text-decoration: none;
				display: block;
				color: #445571;
				text-transform: uppercase;
				letter-spacing: 1px;
				font-weight: 400;
				padding: 8px 16px;
			}
			
			#topnav ul li.selected {
				background: #1a222c;
				margin-top: 0;
			}
			
			#topnav ul li a:hover, #topnav ul li.selected a:hover {
				color: #acb4bd;
			}
			
			#topnav ul li.selected a {
				background: #1a222c;
				color: #acb4bd;
			}

			#topnav form {
				/*
				position: absolute;
				top: 0;
				right: 12px;
				clear: both;
				*/
				float: right;
				width: 450px;
				padding: 0 13px 0 0;
			}
			
			#topnav form p {
				float: right;
			}

			#topnav form input, #searchContent input {
				width: 178px;
				height: 21px;
				font-size: 12px;
				margin: 0 9px 0 5px;
				border: none;
				padding-left: 2px;
				float: left;
				display: inline;
				color: #343d27;
			}

			#searchContent {
			}

			h3.keyword {
				padding: 6px 12px 6px 12px;
				background: #242C39;
				width: 542px;
				color: #C8CFD9;
				margin: 20px 0;
				font-weight: 400;
			}

			#searchContent input {
				margin-left: 0;
				margin-right: 5px;
			}

			#topnav form input.input-submit, #searchContent input.input-submit  {
				width: 70px;
				padding: 5px;
				padding-top: 3px;
				height: 21px;
				background: #BFD56F;
				border: none;
				color: #5C757C;
			}

	/**
	 * = General Positioning: breadcrumbs
	 * ----------------------------------------------------------
	 */

		#breadcrumbs {
			width: 888px;
			background: #242C39;
			font-size: 11px;
			padding: 5px 12px;
			margin-left: 24px;
			margin-bottom: 24px;
		}

		#breadcrumbs p {
			display: block;
			text-transform: lowercase;
			color: #95a5bc;
		}

		#breadcrumbs p a, #breadcrumbs p a:link, #breadcrumbs p a:focus {
			color: #95a5bc;
			text-decoration: none;
		}

		#breadcrumbs p a:hover {
			color: #fff;
		}

	/**
	 * = General Positioning : Footer
	 * ----------------------------------------------------------
	 */
		#footer-wrap {
			clear: left;
			width: 960px;
			clear: left;
			float: left;
			height: 247px;
			background: #0d1015 url('../images/deco_bg_footer.jpg') no-repeat;
		}

		#footer ul {
			float: left;
			margin: 64px 0 0 0;
			padding: 0;
			list-style-type: none;
			display: inline;
		}

		#footer ul li {
			float: left;
			padding: 78px 20px 0 0;
			color: #FFF;
			font-size: 11px;
		}

		#footer ul li.last {
		}

		#footer ul li a {
			color: #95A5BC;
			text-decoration: none;
		}
		#footer ul li a:hover {
			color: #FFF;
		}


		/**
		 * = Form elements
		 * ----------------------------------------------------------
		 */

		.form-success {
			background-color: #242C39;
			padding: 4px;
			margin-bottom: 20px;
			display: block;
		}
		
		button.bttnStandard {
			border: 0;
			position: relative;
			background: #e06e16;
			color: #fff;
			float: left;
			height: 23px;
			overflow: hidden;
			padding: 0 6px 0 0;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			letter-spacing: 1px;
			cursor: pointer;
		}
		
		button.bttnStandard span {
			background: #e06e16;
			float:left;
			height: 19px;
			text-align: center;
			padding: 6px 7px 0 14px;
			line-height: 1em;
		}

		button.bttnStandard:hover {
			color: #fff;
			background: #c65600;
		}
		
		button.bttnStandard:hover span {
			background: #c65600;
		}
		
		button::-moz-focus-inner{padding:0;border:none}
		
		button.cartNext {
			float: right;
			margin: 20px 0;
		}
		
		
		button.cart {
			border: 0;
			position: relative;
			background: url('../images/bttn_cart_right.gif') no-repeat right 0;
			color: #e5f9e1;
			float: left;
			height: 23px;
			overflow: hidden;
			padding: 0 6px 0 0;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			letter-spacing: 1px;
			cursor: pointer;
		}
		
		button.cart span {
			background: url('../images/bttn_cart_left.gif') no-repeat;
			float:left;
			height: 19px;
			text-align: center;
			padding: 6px 7px 0 30px;
			line-height: 1em;
		}

		button.cart:hover {
			color: #fff;
			background: url('../images/bttn_cart_right.gif') no-repeat right -23px;
		}
		
		button.cart:hover span {
			background: url('../images/bttn_cart_left.gif') no-repeat 0 -23px;
		}

		#innerContent p.justLikeButtons a, #sidebar .widget p.justLikeButtons a, p.justLikeButtons a {
			display: block;
			border: none;
			background: #E06E16;
			color: #FFF !important;
			float: left;
			height: 23px;
			line-height: 23px;
			padding: 0 12px;
			overflow: hidden;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			letter-spacing: 1px;
			cursor: pointer;
		}
		
		#innerContent p.justLikeButtons a:hover, #sidebar .widget p.justLikeButtons a:hover, p.justLikeButtons a:hover {
			color: #FFF;
			background: #C65600;
		}
		
		#innerContent p.justLikeButtons a span, p.justLikeButtons a span {
			background: #C65600;
			float:left;
			height: 19px;
			text-align: center;
			padding: 6px 7px 0 14px;
			line-height: 1em;
		}
		
		#innerContent p.justLikeButtons a:hover span, p.justLikeButtons a:hover span {
			background: #C65600;
		}
		
		#innerContent p.smallAddButton a, #sidebar .widget p.smallAddButton a, p.smallAddButton a {
			border: 0;
			position: relative;
			background: #E06E16;
			color: #E5F9E1;
			float: left;
			height: 23px;
			overflow: hidden;
			padding: 0 6px 0 0;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			letter-spacing: 1px;
			cursor: pointer;
		}
		
		#innerContent p.smallAddButton a:hover, #sidebar .widget p.smallAddButton a:hover, p.smallAddButton a:hover {
			color: #fff;
			background: #C65600;
		}
		
		#innerContent p.smallAddButton a span, p.smallAddButton a span {
			background: #E06E16;
			float:left;
			height: 19px;
			text-align: center;
			padding: 6px 0 0 10px;
			line-height: 1em;
			width: 16px;
			text-indent: -9999px;
		}
		
		#innerContent p.smallAddButton a:hover span, p.smallAddButton a:hover span {
			background: url('../images/bttn_cart_left.gif') no-repeat 0 -23px;
		}
		
		
/**
 * = 4. The sidebar
 * ----------------------------------------------------------
 */
 	#sidebar {
		float: left;
		width: 180px;
		overflow: hidden;
		margin: 0;
		display: inline;
	}

 	#sidebar .widget {
		margin-bottom: 34px;
		
	}

	#other-widgets {
		padding: 0 0 20px 24px;
	}

 	#sidebar .widget h3, #sidebar #other-widgets h3 {
		padding-left: 0;
		color: #95A5BC;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		border-bottom: 1px solid #2b3647;
		margin-bottom: 8px;
	}

	#sidebar .widget a {
		color: #95A5BC;
	}
	
	#sidebar .widget a:hover {
		color: #FFF;
	}

	/* The sidebar : Assortiment & Submenu */

		#sidebar #sidebar-assortiment, #sidebar #sidebar-submenu {
			margin-bottom: 15px;
			padding: 0;
		}

	 	#sidebar #sidebar-assortiment h3, #sidebar #sidebar-submenu h3 {
			margin-bottom: 0;
			border-bottom: 0;
			padding-left: 24px;
	 	}

		#sidebar #sidebar-assortiment ul,
		#sidebar #sidebar-submenu ul {
			margin: 0;
			padding: 0;
			background: #242c39;
			text-transform: uppercase;
		}

		#sidebar #sidebar-assortiment ul ul,
		#sidebar #sidebar-submenu ul ul {
			margin: 0;
			padding: 0;
		}

		#sidebar #sidebar-assortiment ul li,
		#sidebar #sidebar-submenu ul li {
			margin: 0;
			list-style: none;
		}

		#sidebar #sidebar-assortiment ul li {
		}

		#sidebar #sidebar-assortiment ul li.selected {
		
		}

		#sidebar #sidebar-assortiment ul ul li.selected {
			background: #313e52;
		}

		#sidebar #sidebar-assortiment ul li.last {
			border-bottom: none;
		}

		#sidebar #sidebar-assortiment ul li li {
			background: none;
			margin: 0 10px 0 12px;
		}

		#sidebar #sidebar-assortiment ul li li.last {
			border-bottom: none;
		}

		#sidebar #sidebar-assortiment ul li.selected a.selected,
		#sidebar #sidebar-submenu ul li.selected a.selected {
			color: #AEB4BD;
			background: #313e52;
		}

		#sidebar #sidebar-assortiment ul li.selected a:hover,
		#sidebar #sidebar-submenu ul li.selected a:hover,
		#sidebar #sidebar-assortiment ul li a:hover,
		#sidebar #sidebar-submenu ul li a:hover {
			color: #FFF;
			background: #313e52;
		}

		#sidebar #sidebar-assortiment ul li a, #sidebar #sidebar-submenu ul li a {
			padding: 0;
			margin: 0;
			display: block;
			padding: 6px 12px 6px 24px;
			line-height: 1.3;
			text-decoration: none;
			color: #aeb4bd;
			font-weight: 400;
			letter-spacing: 1px;
			font-size: 10px;
			text-transform: uppercase;
			border-bottom: 1px solid #2b3647;
		}

		#sidebar #sidebar-assortiment ul ul,
		#sidebar #sidebar-submenu ul ul {
			display: none;
		}

		#sidebar #sidebar-assortiment ul li.selected ul,
		#sidebar #sidebar-submenu ul li.selected ul {
			display: block;	
		}

		#sidebar #sidebar-assortiment ul li.selected ul li.selected a,
		#sidebar #sidebar-submenu ul li.selected ul li.selected a {
			background: #0D1116;
		}

		#sidebar #sidebar-assortiment ul li ul li.selected {
			/*
			padding-left: 16px;
			background: url('../images/arrow.png') no-repeat scroll 3px 8px;
			*/
		}


	/* The sidebar : Nieuwsbrief */

		#sidebar #sidebar-nieuwsbrief form label {
			display: block;
			font-size: 12px;
			line-height: 18px;
			color: #AEB4BD;
			padding-bottom: 8px;
		}

		#sidebar #sidebar-nieuwsbrief form input#email {
			background: #f6f7E5;
			display: block;
			padding: 2px 0 2px 2px;
			float: left;
			margin-bottom: 8px;
			border: none;
			color: #0D1015;
			font-size: 12px;
			height: 20px;
			width: 150px;
		}

		#sidebar #sidebar-nieuwsbrief form input.hidden {
			display: none;
		}

	/* The sidebar : Account */
		#sidebar-account dt {
			margin: 0 0 5px 0;
		}
		
		#sidebar-account dd {
			width: 164px;
			clear: left;
			float: left;
			margin: 0 0 15px 0;
		}

	/* The sidebar : tevreden klanten */

		#sidebar #sidebar-tevredenklanten dl dd:last-child,
		#sidebar #sidebar-tevredenklanten dl dd.last-child {
			border: none;
		}

		#sidebar #sidebar-tevredenklanten dl dt {
			padding: 12px 0;
			line-height: 1.5;
			font-weight: 400;
			font-size: 11px;
		}

		#sidebar #sidebar-tevredenklanten dl dd {
			height: 36px;	
			line-height: 36px;
			color: #6884AB;
			font-size: 11px;
			padding-bottom: 12px;
			border-bottom: 1px solid #2b3647;
		}

		#sidebar #sidebar-tevredenklanten dl dd img {
			float: left;
			margin: 0 14px 0 0;
		}

		#sidebar #sidebar-tevredenklanten dl dd.last {
			padding-bottom: 0;
		}

	/*The sidebar : hoe het werkt*/

		#sidebar #sidebar-hoewerkthet ul {
			font-size: 11px;
			list-style: none;
			padding: 0 0 12px;
		}

		#sidebar #sidebar-hoewerkthet p {
			font-size: 11px;
			list-style: none;
			padding: 0 0 12px;
		}

		#sidebar #sidebar-hoewerkthet ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			height: 18px;
		}

		#sidebar #sidebar-hoewerkthet ul li a {
			line-height: 18px;
		}

/**
 * = 5. The innerSidebar
 * ----------------------------------------------------------
 */

	 #innerSidebar {
		width: 155px;
		float: right;
		display: inline;
		font-size: 11px;
	 }

	#innerSidebar h3 {
		border-bottom:1px solid #2B3647;
		color:#95A5BC;
		font-size:12px;
		font-weight:400;
		letter-spacing:1px;
		margin-bottom:8px;
	}

 	#innerSidebar .widget {
		width: 155px;
		padding: 0 0 0 0px;
		margin-bottom: 20px;
	}
	
	#innerSidebar .widget h3 a {
		text-decoration: none;
		color: #FFF;
	}

	/**
	 * = The innerSidebar : Winkelmandje
	 * ----------------------------------------------------------
	 */
		
		.buttonholder {
			text-align: center;
			float: left;
			width: 155px;
		}
		
		.buttonholder button {
			float: none;
		}

		#shoppingCart button {
			width: 155px;
		}

		#innerSidebar #innerSidebar-winkelmandje h3 {
			padding-bottom: 8px;
			margin-bottom: 0;
			border-bottom: none;
		}

		#cartContent ul {
			list-style-type: none;
			margin: 0;
			padding: 4px;
		}
		
		#cartContent li {
			clear: left;
			float: left;
			width: 126px;
			margin: 0 0 12px 0;
		}
		
		#innerSidebar #cartContent li a {
			font-size: 11px;
			float: left;
			width: 80px;
			color: #95A5BC;
		}
		
		#cartContent ul #basketProductsPrice, #cartContent ul #basketShippingPrice {
			float: right;
		}
		
		#cartContent ul #basketTotal {
			border-top: 1px solid #2B3647;
			margin-top: 10px 0 0 0;
			padding: 5px 0 0 0;
			font-weight: 700;
		}
		
		#cartContent ul #basketTotal #basketTotalPrice {
			float: right;
		}
		
		#cartContent {
			margin:	0 0 1px 0;
			background: #242C39;
			padding: 12px;
			min-height: 82px;
		}

	/**
	 * = The innerSidebar : innerSidebar-relatedproducts
	 * ----------------------------------------------------------
	 */

	#innerSidebar #innerSidebar-relatedproducts ul {
		list-style: none;
		padding-left: 0;
	}
	
	#innerSidebar #innerSidebar-relatedproducts img {
		display: block;
		padding-bottom: 6px;
	}

	#innerSidebar #innerSidebar-relatedproducts li {
		display: block;
		padding-bottom: 12px;
	}

	.nl #innerSidebar #innerSidebar-relatedproducts h3 {
		letter-spacing: 0; /* puts h3 "Ook in ons assortiment" on one line */
	}

	/**
	 * = The innerSidebar : Uw garanties
	 * ----------------------------------------------------------
	 */

		#innerSidebar #innerSidebar-uwgaranties div p {
			padding: 0 10px 12px;
		}

	/**
	 * = The innerSidebar : Gratis Verzending
	 * ----------------------------------------------------------
	 */

		#innerSidebar #innerSidebar-gratisverzending dl {
			padding: 5px 5px 5px 0;
		}

		#innerSidebar #innerSidebar-gratisverzending dl dt {
			margin-bottom: 10px;
		}

		#innerSidebar #innerSidebar-gratisverzending dl dd {
			padding-bottom: 15px;
			color: #fff;
		}

		#innerSidebar #innerSidebar-gratisverzending dl dd.last {
			padding-bottom: 0;
		}

	/**
	 * = The innerSidebar : Meest Verkocht // Klanten kochten ook
	 * ----------------------------------------------------------
	 */

		#innerSidebar #innerSidebar-meestverkocht dl,
		#innerSidebar #innerSidebar-klantenkochtenook dl {
			padding: 15px 0 15px 10px;
		}

		#innerSidebar #innerSidebar-meestverkocht dl dt,
		#innerSidebar #innerSidebar-klantenkochtenook dl dt {
			display: block;
			width: 69px;
			height: 64px;
			text-align: center;
			float: left;
			border-bottom: 1px solid #ced8bf;
			clear: both;
			margin-bottom: 10px;
		}

		#innerSidebar #innerSidebar-meestverkocht dl dd,
		#innerSidebar #innerSidebar-klantenkochtenook dl dd {
			font: normal 11px/1.4 "Lucida Grande",Verdana,Arial,sans-serif;
			display: block;
			width: 110px;
			height: 64px;
			float: left;
			border-bottom: 1px solid #e3e0d7;
			margin-bottom: 10px;
		}

		#innerSidebar #innerSidebar-meestverkocht dl dt.last,
		#innerSidebar #innerSidebar-meestverkocht dl dd.last,
		#innerSidebar #innerSidebar-klantenkochtenook dl dt.last,
		#innerSidebar #innerSidebar-klantenkochtenook dl dd.last {
			padding-bottom: 0;
			margin-bottom: 0;
			border-bottom: none;
		}

	/**
	 * = The innerSidebar : Klanten kochten ook
	 * ----------------------------------------------------------
	 */

		/* for the dl and such, see #innerSidebar-meestverkocht */

/**
 * = 6. The innerContent (the real deal)
 * ----------------------------------------------------------
 */
	#innerContent {
		width: 554px;
		float: left;
		padding: 0 0 5px 0;
		_overflow-x: hidden;
		position:relative;
		min-height: 470px;
		_height: 470px;
	}

	html#innerContent{
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: auto;
		overflow-x: none;
		overflow-y: none;
		min-height: inherit;
		height: auto;
	}

	.en #innerContent {
		padding-bottom: 85px;
	}

	#innerContent h2 {
		color: #95A5BC;
		font-weight: 400;
		letter-spacing: 1px;
		border-bottom: 1px solid #2b3647;
		margin-bottom: 16px;
	}

	#innerContent h2 a {
		text-decoration: none;
		color: #95a5bc;

	}	#innerContent .homeIntro {
		overflow: hidden;
		padding-bottom: 24px;
	}

	#innerContent .homeIntro h2  {
		margin-bottom: 0;
		border-bottom: none;
	}

	#innerContent .homeIntroDeco {
		float: left;
		height: 190px;
		width: 164px;
		background: #242C39 url('../images/intro_decoration.jpg') no-repeat;
	}

	#innerContent .homeIntroContent {
		float: left;
		min-height: 170px;
		width: 354px;
		overflow: hidden;
		background: #242C39;
		padding: 10px 12px 10px 24px;
	}
	
	/**
	 * = innerContent : general styling
	 * ----------------------------------------------------------
	 */

		#innerContent p {
			padding-bottom: 10px;
		}

		#innerContent ul, #innerContent ol {
			padding-bottom: 10px;
		}

		#innerContent ul ul, #innerContent ol ol, #innerContent ul ol, #innerContent ol ul {
			padding-bottom: 0px;
		}

		#innerContent label {
			font-weight: 700;
		}

		#innerContent .input-textfield, #innerContent .input-textfield-error {
			width: 432px;
			padding: 2px 1px;
			font: normal 12px "Lucida Grande",Verdana,Arial,sans-serif;
		}

		#innerContent .input-textarea, #innerContent .input-textarea-error {
			width: 432px;
			border: 1px solid #48250A;
			height: 80px;
			line-height: 20px;
			padding: 0 4px;
			font: normal 11px "Lucida Grande",Verdana,Arial,sans-serif;
		}

		#innerContent .input-textarea-error, #innerContent .input-textfield-error {
			border: 1px solid #A51039;
		}

		#innerContent .form-error {
				display: block;
				padding: 6px 6px;
				background: #a51039;
				color: #ffcccc;
				font-size: 11px;
				width: 250px;
				font-style: italic;
				line-height: 11px;
				margin-top: 1px;
		}

		#innerContent a:link,
		#innerContent a:visited,
		#innerSidebar a:link,
		#innerSidebar a:visited {
			color: #95a5bc;
		}

		#innerContent a:hover,
		#innerContent a:active,
		#innerSidebar a:hover,
		#innerSidebar a:active {
			color: #fff;
		}

	/**
	 * = innerContent : shopProcedure
	 * ----------------------------------------------------------
	 */

	 	 #innerContent #shopProcedure {
			padding-top: 24px;
			display: block;
		 }

		 #innerContent #shopProcedure h4 {
			display: none;
		 }

		 #innerContent #shopProcedure ol {
			margin: 10px 0;
			padding: 0;
			list-style: none;
			width: 570px;
		 }

		 #innerContent #shopProcedure ol li {
			list-style: none;
			float: left;
			margin-right: 30px;
			width: 170px;
			height: 170px;
			position: relative;
		 }

		 #innerContent #shopProcedure ol li a {
			text-decoration: none;
			text-transform: lowercase;
			padding: 118px 0 8px 12px;
			display: block;
			font-size: 14px;
			color: #fff;
		 }

		#innerContent #shopProcedure ol li a span {
			color: #6784AB;
			font-weight: 700;
			padding-right: 6px;
			font-size: 18px;
		}

		#innerContent #shopProcedure ol li a:hover {
			color: #6784AB;
		}
		
		
		#innerContent #shopProcedure ol li a:hover span {
			color: #fff;
		}

		#innerContent #shopProcedure ol li#shopProcedureStep1 {
			background: url('../images/3stappen.jpg') no-repeat;
		}

		#innerContent #shopProcedure ol li#shopProcedureStep2 {
			background: url('../images/3stappen.jpg') no-repeat -199px 0;
		}

		#innerContent #shopProcedure ol li#shopProcedureStep3 {
			background: url('../images/3stappen.jpg') no-repeat -400px 0;
			margin-right: 0;
		}


	/**
	 * = innerContent : logoStrip
	 * ----------------------------------------------------------
	 */

	 	#logoStrip {
			float:right;
			padding-top: 20px;
			padding-bottom: 40px;
			padding-right: 24px;
			clear: both;
		}

 		#logoStrip p {
			padding: 0;
		}

		 .old #logoStrip h4 {
			display: none;
		 }

		 .old #logoStrip ul {
			display: block;
			margin: 0;
			padding: 0;
			float: left;
			height: 36px;
		 }

		 .old #logoStrip ul li {
			display: block;
			margin: 0;
			padding: 0;
			float: left;
			margin-right: 20px;
			/* make sure this is the same as the padding-left on "#innerContent #logoStrip #stripPayment", 10 lines down! */
			height: 36px;
		 }

		 .old #logoStrip ul li a {
		 	display: block;
			height: 36px;
			text-indent: -9999px;
		 }

		.old #innerContent #stripShops {
			border-right: 1px solid #e1e1df;
		}

		.old #logoStrip #stripPayment {
			padding-left: 20px;
		}

		.old #logoStrip #logoThuiswinkel { width: 80px; }
		.old #logoStrip #logoThuiswinkel a { width: 80px; background: transparent url(../images/logos/thuiswinkel.gif) no-repeat; }

		.old #logoStrip #logoDeBesteWebshops { width: 55px; }
		.old #logoStrip #logoDeBesteWebshops a { width: 55px; background: transparent url(../images/logos/debestewebshops.gif) no-repeat; }

		.old #logoStrip #logoFortis { width: 72px; }
		.old #logoStrip #logoFortis a { width: 72px; background: transparent url(../images/logos/fortis.gif) no-repeat; }

		.old #logoStrip #logoVisa { width: 33px; }
		.old #logoStrip #logoVisa a { width: 33px; background: transparent url(../images/logos/visa.gif) no-repeat; }

/**
 * cartOverlay
 * --------------------------------------------------------
 */

	#cartOverlay {
		width: 672px;
		padding: 10px;
		border: 1px solid #242C39;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background: #0D1116;
		font-weight: 400;
	}

	#cartOverlay table {
		width: 672px;
	}

	#cartOverlay th {
		font-weight: 400;
		padding: 0 0 0 10px;
		background: #242C39;
	}

	#cartOverlay td {
		padding: 12px 0 12px 10px;
		border-bottom: 1px solid #242C39;
	}

	#cartOverlay thead tr, #cartOverlay thead th {
		height: 28px;
		line-height: 28px;
	}

	#cartOverlay tbody tr td.image {
		text-align: center;
		padding: 0;
		margin: 0;
		height: 40px;
		width: 64px;
		overflow: hidden;
	}

	#cartOverlay tbody td.action {
		text-align: right;
		padding: 0 10px 0 0;
	}

	#cartOverlay tbody td.action .datagridRemoveRow {
		margin-top: 4px;
	}

	#cartOverlay td.cTotal {
		font-weight: 700;
		font-size: 12px;
	}

	#cartOverlay td#cTotal {
		font-weight: 700;
		font-size: 14px;
		padding-top: 12px;
	}

.mceContentBody {
	background: #212a37 !important;

}

/* Fork defaults: pagination */
.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #CCC;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #DDD;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #F5F5F5;
	border: 1px solid #BBB;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

.report { 
	z-index: 1;
	top: 300;
	position: fixed;
	width: 410px;
	margin-left: 280px;
	height: 20px; 
	padding: 10px 0;
	float: left;
	background: #0d1116;
	border: 1px solid #242C39;
	text-align: center; 
	font-size: 11px;
	color: #C8CFD9;
}

.hidden { display: none; }

