/**
 * Stylesheet for Soapshop
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bram Van Damme <bramus@netlash.com>
 * @author	Johan Ronsse <johan@netlash.com>
 * @author	Stijn De Lathouwer <stijn@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;
		background: #015c9c url('../images/deco_bg_body.jpg') repeat-x;
		color: #5c757c;
		font-family: arial, sans-serif;
	}
	
	body#mceSpanFonts {
		color: #fff;
	}

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
		color: #2C354B;
	}

	h1 { font-size: 32px; }
	h2 {
		font-size: 18px;
		color: #d77603;
	}
	h3 { font-size: 17px; }
	h4 { font-size: 15px; }
	h5 { font-size: 12px; }

	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: 10px 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;
		}
		#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;
		}

		#main {
			width: 960px;
		}

		#content {
			float: right;
			width: 748px;
			overflow: hidden;
		}

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

		#header {
			width: 960px;
			height: 179px;
			position: relative;
			background: url('../images/deco_bg_header.jpg') no-repeat 628px bottom;
		}

		#header h1 {
			width: 249px;
			height: 84px;
			float: left;
			background: url('../images/title_h1.jpg') no-repeat;
			margin-left: 21px;
			margin-top: 13px;
			display: inline;
		}

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

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

			#language {
				height: 21px;
				position: absolute;
				top: 16px;
				right: 21px;
				z-index: 30;
			}

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

			#language ul li {
				list-style: none;
				float: right;
				line-height: 100%;
				margin-left: 9px;
			}

			#language ul li a {
				font-size: 11px;
				color: #67bbf6;
				height: 23px;
				float: left;
				padding-top: 7px;
			}
			
			#language ul li a:hover {
				color: #3c3f36;
			}
			
			#language ul li.selected a:hover {
				color: #fff;
			}
			
			#language ul li.selected {
				background: url('../images/deco_bg_language_selected.gif') no-repeat;
				width: 34px;
				height: 30px;
			}
			
			#language ul li.selected a {
				color: #fff;
				text-decoration: none;
				width: 21px;
				padding-left: 13px;
				font-weight: bold;
			}
			
			#language ul li.selected a, #language ul li a:hover, #language ul li a:active {
			}




		/**
		 * = General Positioning : Header : Navigation
		 * ----------------------------------------------------------
		 */
			#topnav {
				width: 123px;
				float: left;
				display: inline;
				padding: 0;
				margin-left: 46px;
				margin-top: 12px;
			}

			#topnav ul {
				float: left;
				width: 157px;
				list-style-type: none;
				padding: 0;
				margin: 0;
			}

			#topnav ul li {
				/*width: 123px;*/
				width: 157px;
				height: 24px;
				padding: 0;
				margin: 0;
				line-height: 100%;
			}

			#topnav ul li a {
				padding-top: 5px;
				padding-left: 8px;
				margin: 0;
				/*width: 116px;*/
				width: 150px;
				height: 16px;
				color: #3c3f36;
				text-decoration: none;
				text-transform: lowercase;
				font-size: 13px;
				cursor: pointer;
				float: left;
				display: inline;
			}
			
			#topnav ul li.selected {
				background: url('../images/deco_bg_topMenu_selected.png') no-repeat;
			}

			#topnav ul li.selected a {
				color: #fff;
			}

			#topnav ul li a:hover {
				color: #0096ff;
			}
			
			#topnav ul li.selected a:hover {
				color: #fff;
			}

			#searchForm {
				float: left;
				margin-top: 17px;
				margin-left: 195px;
			}

			#searchForm input, #searchContent input {
				width: 100px;
				height: 15px;
				font-size: 10px;
				margin-left: 5px;
				border: 1px solid #CACDAE;
				padding-left: 2px;
			}

			#searchForm input.input-submit {
				width: 70px;
				height: 18px;
			}

			h3.keyword {
				padding: 4px;
				background: #F4FEC0;
				width: 516px;
			}

			#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 {
		}

		#breadcrumbs p {
			padding: 0;
			margin : 9px 0 9px 21px;
			color: #fff;
		}

		#breadcrumbs p span {
			color: #001f7f;
		}

		#breadcrumbs p a, #breadcrumbs p a:link, #breadcrumbs p a:focus {
			color: #fff;
		}

		#breadcrumbs p a:hover {
			color: #001f7f;
		}

	/**
	 * = General Positioning : Footer
	 * ----------------------------------------------------------
	 */
		#footer-wrap {
			width: 960px;
			height: 83px;
			padding-top: 10px;
			margin: 0 auto 83px auto;
			background: url('../images/deco_bg_footer.png') no-repeat;
		}

		#footer {
			position: relative;
			left: 241px;
			padding: 12px 0 10px 0;
			float: left;
		}

		#footer ul {
			height: 12px;
			padding: 0;
		}

		#footer ul li {
			float: left;
			padding: 10px 15px 0 0;
			list-style: none;
			height: 12px;
		}

		#footer ul li.last {
			border-right: none;
		}

		#footer ul li a {
			display: block;
			height: 12px;
			color: #fff;
			font-size: 12px;
			text-decoration: none;
		}
		#footer ul li a:hover {
			color: #001F7F;
		}


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

		.form-success {
			background-color: #B5C800;
			border: 1px solid #70AC00;
			padding: 4px;
			margin-bottom: 20px;
			display: block;
		}

/**
 * = 4. The sidebar
 * ----------------------------------------------------------
 */
 	#sidebar {
		float: left;
		width: 212px;
		padding-bottom: 40px;
		overflow: hidden;
	}

 	#sidebar .widget {
	}

	#other-widgets .widget {
	}

 	#sidebar .widget h3 {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin: 0 21px;
		border-bottom: 1px solid #32B1FA;
		padding-bottom: 8px;
	}
	
	#sidebar .widget p {
		color: #fff;
		margin: 10px 20px;
	}

	#sidebar .widget a {
	}

	/* The sidebar : Assortiment & Submenu */

		#sidebar #sidebar-assortiment, #sidebar #sidebar-submenu {
			margin-bottom: 15px;
			padding: 0;
			float: left;
		}
		
		#sidebar #sidebar-assortiment, #sidebar #sidebar-submenu {
			/*background: url('../images/deco_bg_assortiment.jpg') no-repeat 0 bottom;*/
			padding-bottom: 22px;
				background: #66BFFD;
				margin-bottom: 0;
		}
		
		#sidebar #sidebar-assortiment ul, #sidebar #sidebar-submenu ul {
			/* background: #1da2fe; */
			background: #66bffd;
		}

		#sidebar #sidebar-assortiment h3, #sidebar #sidebar-submenu h3 {
			width: 170px;
			height: 26px;
			background: url('../images/deco_bg_assortimentTitle.jpg') no-repeat;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			padding: 9px 21px 0 21px;
			border: 0;
			margin: 0;
		}

		#sidebar #sidebar-assortiment ul,
		#sidebar #sidebar-submenu ul {
			margin: 0;
			padding: 0;
			padding-top: 12px;
			padding-bottom: 2px;
			float: left;
			width: 212px;
		}
		
		#sidebar #sidebar-assortiment a {
			color: #001f7f;
		}

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

		#sidebar #sidebar-assortiment ul li,
		#sidebar #sidebar-submenu ul li {
			padding: 0;
			margin: 0;
			list-style: none;
			line-height: 100%;
			padding-bottom: 15px;
			/*background: #f00;*/
			clear: left;
			float: left;
			width: 170px;
		}
		
		#sidebar #sidebar-assortiment ul li.selected a.selected,
		#sidebar #sidebar-submenu ul li.selected a.selected {
			color: #fff;
		}

		#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: #005FB3;
		}


		#sidebar #sidebar-assortiment ul li a, #sidebar #sidebar-submenu ul li a {
			padding: 0 21px;
			text-decoration: none;
			color: #001f7f;
		}

		#sidebar #sidebar-assortiment ul li a:hover {
			color: #fff;
		}

		#sidebar #sidebar-assortiment ul ul,
		#sidebar #sidebar-submenu ul ul {
			display: none;
			border-width: 1px 0;
			background: #3DB6FD;
			margin: 12px 20px 0 20px;
			padding-top: 12px;
			padding-bottom: 0;
			float: left;
			width: 170px;
		}

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

		#sidebar #sidebar-assortiment ul li ul li a {
			padding-left: 20px;
			margin: 0;
			background: url('../images/deco_bg_subMenuArrow.gif') no-repeat 7px 3px;
		}


		#other-widgets {
			background: url('../images/sidebarFade.png') no-repeat;
			clear: left;
		}

	/* The sidebar : Nieuwsbrief */

		#sidebar #sidebar-nieuwsbrief form {
			margin: 11px 21px 0 21px;
		}

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

		#sidebar #sidebar-nieuwsbrief form input#email {
			height: 14px;
			width: 160px;
			padding: 1px 2px;
			margin-left: 0;
			margin-bottom: 4px;
			border: 1px solid #32B1FA;
		}

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

	/* The sidebar : Account */

		#sidebar #sidebar-account {
			margin-top: 35px;
		}
		
		#sidebar #sidebar-account dl {
			padding: 0 21px;
		}

		#sidebar #sidebar-account dl dt {
			line-height: 18px;
			padding: 5px 0;
			clear: both;
			color: #fff;
		}
		#sidebar #sidebar-account dl dd {
			width: 190px;
			height: 31px;
			background: url('../images/deco_bg_accountButton.png') no-repeat;
			margin-bottom: 11px;
		}
		
		#sidebar #sidebar-account dl dd span {
			text-align: center;
			width: 170px;
			margin: 0;
			padding: 0;
			padding-top: 3px;
		}

		#sidebar #sidebar-account dl dd a {
			color: #fff;
			font-weight: bold;
		}

	/* The sidebar : tevreden klanten */
	
		#sidebar #sidebar-tevredenklanten {
			margin-top: 44px;
		}

		#sidebar #sidebar-tevredenklanten dl {
			width: 170px;
			margin-left: 21px;
			margin-top: 8px;
		}
		
		#sidebar #sidebar-tevredenklanten dl dd:last-child,
		#sidebar #sidebar-tevredenklanten dl dd.last-child {
			border: none;
		}

		#sidebar #sidebar-tevredenklanten dl dt {
			padding-top: 7px;
			color: #fff;
			height: 13px;
			padding-bottom: 12px;
			font-size: 12px;
			font-weight: bold;
			padding-left: 36px;
			background: url('../images/deco_bg_tevredenKlantenBalloon_top.png') no-repeat;/* 0 bottom;*/
		}

		#sidebar #sidebar-tevredenklanten dl dd {
			padding-bottom: 4px;
			color: #fff;
			font-size: 12px;
			position: relative;
			background: url('../images/deco_bg_tevredenKlantenBalloon_bottom.jpg') no-repeat right bottom;
			margin-bottom: 40px;
		}
		
		#sidebar #sidebar-tevredenklanten dl dd p {
			background: #1da2fe;
			text-align: center;
			margin: 0 0 0 31px;
			padding: 7px 14px;
		}

		#sidebar #sidebar-tevredenklanten dl dd img {
			position: absolute;
			top: -32px;
			left: 0;
		}

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

	/*The sidebar : hoe het werkt*/
	
		#sidebar #sidebar-hoewerkthet {
			margin-top: 44px;
		}

		#sidebar #sidebar-hoewerkthet ul {
			list-style: none;
			margin: 3px 0 20px 0;
		}

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

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

		#sidebar #sidebar-hoewerkthet ul li a:hover {
			color: #001f7f;
		}

		#sidebar #sidebar-hoewerkthet p {
			margin: 0 21px;
			color: #fff;
		}

		#sidebar a {
			color: #fff;
		}
		
		#sidebar a:hover {
			color: #001f7f;
		}


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

	 #innerSidebar {
		width: 234px;
		float: left;
		padding-top: 4px;
		background: url('../images/deco_bg_winkelmandje_top.jpg') no-repeat;
	 }
	
	#innerSidebar h2 {
		color: #fff;
		margin-bottom: 19px;
	}
	
	#innerSidebar p {
		margin-bottom: 12px;
	}

	#innerSidebar ol, #innerSidebar ul {
		color: #fff;
	}
	
	#innerSidebar li {
		margin-bottom: 10px;
	}

 	#innerSidebar .widget {
		width: 234px;
		margin-bottom: 20px;
	}

 	#innerSidebar .widget h3 {
		border-bottom:1px solid #32b1fa;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		margin:0 21px;
		padding-bottom:8px;
	}
	

	#innerSidebar .widget p {
		padding: 0 10px;
	}

	/**
	 * = The innerSidebar : Winkelmandje
	 * ----------------------------------------------------------
	 */
	
		#innerSidebar #innerSidebar-winkelmandje {
			background: #66bffd url('../images/deco_bg_winkelmandje_bottom.jpg') no-repeat 0 bottom;
			width: 234px;
			padding-bottom: 14px;
			margin-bottom: 4px;
		}
		
		
		
		#cartContent {
			margin: 0 13px;
		}
		
	 	#innerSidebar #innerSidebar-winkelmandje h3 {
			background: url('../images/cart.gif') no-repeat 0 4px;
	 		padding-left: 32px;
			padding-top: 3px;
			margin: 0 22px 10px 22px;
			color: #000e37;
			font-size: 14px;
			font-weight: bold;
			border: none;
	 	}

		#innerSidebar #innerSidebar-winkelmandje p {
			padding: 0 10px 10px;
			color: #000e37;
			font-size: 11px;
		}
		
		#innerSidebar #innerSidebar-winkelmandje p a {
			color: #000e37;
		}

		#innerSidebar #innerSidebar-winkelmandje ul {
			padding: 10px 10px 10px 10px;
			margin: 0;
			list-style: none;
		}

		#basketTotalPrice {
			border-top: 1px solid #636241;
			padding-top: 2px;
		}

		#basketTotal span.float {
			padding-top: 2px;
		}

		#innerSidebar #innerSidebar-winkelmandje ul li {
			padding: 0;
			margin: 0;
			list-style: none;
			text-align: right;
			font-size: 11px;
			height: 20px;
			color: #000e37;
		}

		.fr #innerSidebar #innerSidebar-winkelmandje ul li#basketShipping span.float {
			width: 105px;
			text-align: left;
		}

		.fr #innerSidebar #innerSidebar-winkelmandje ul li#basketShipping span#basketShippingPrice {
		}

		.fr #innerSidebar #innerSidebar-winkelmandje ul li#basketTotal {
			padding-top: 45px;
		}


		#basketShipping span.float {
		}

		#innerSidebar #innerSidebar-winkelmandje ul li a,
		#innerSidebar #innerSidebar-winkelmandje ul li span.float {
			display: block;
			float: left;
			color: #000e37;
		}

		#cartButton #btnNaarkassa {
			width: 234px;
			height: 31px;
			background: url(../images/buttons/cart-button-nl.jpg) no-repeat;
			margin: 0;
		}

		.fr #cartButton #btnNaarkassa {
			background-image: url(../images/buttons/cart-button-fr.jpg);
		}
		
		.en #cartButton #btnNaarkassa {
			background-image: url(../images/buttons/cart-button-en.jpg);
		}
		
		#cartButton {
			margin-bottom: 77px;
		}

		/*.en #innerSidebar #innerSidebar-winkelmandje #btnNaarkassa {
			background-image: url(../images/buttons/btnOverzichtWinkelmandje-en.gif);
		}*/

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

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

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

		#innerSidebar #innerSidebar-gratisverzending dl {
			padding: 12px 5px 5px 0;
			margin: 0 21px;
			color: #fff;
		}

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

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

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


		#innerSidebar .spotlightHome {
			background: url('../images/sidebarFade_home.png') no-repeat;
			padding: 9px 21px 0 21px;
			width: 192px;
		}
		
		#innerSidebar .spotlightHome h3 {
			color: #fff;
			border-bottom: 1px solid #4cb4fc;
			padding-bottom: 8px;
			margin-bottom: 8px;
			width: 192px;
		}
		
		#innerSidebar .spotlightHome img {
			border: 4px solid #33ABFD;
		}

	/**
	 * = 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 {
			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: 463px;
		float: left;
		padding: 5px 25px 5px 26px;
		_overflow-x: hidden;
		position:relative;
		min-height: 470px;
		_height: 470px;
		color: #fff;
		font-size: 14px;
	}
	
	#products {
	}

	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.fullwidth {
		width: 672px;
		margin: 0;
	}

 	#innerContent h2 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 16px;
		color: #fff;
	}

	#content #innerContent h2.homeProductsTitle {
		margin-top: 24px;
		margin-bottom: 8px;
	}

	#content #innerContent h2.homeProductsTitle a {
		color: #fff;
	}
	
	#content #innerContent h2.homeProductsTitle a:hover {
		color: #001f7f;
	}
	
 	#innerContent h3 {
		color: #fff;
		margin-bottom: 14px;
	}

	#innerContent h2 a:link,
	#innerContent h2 a:visited,
	#innerContent h3 a:link,
	#innerContent h3 a:visited {
		text-decoration: none;
		color: #fff;
	}
	
	#innerContent h2 a:hover,
	#innerContent h3 a:hover {
		color: #001F7F;
	}

	/**
	 * = innerContent : general styling
	 * ----------------------------------------------------------
	 */

		#innerContent p {
			padding-bottom: 10px;
			font-size: 14px;
			line-height: 20px;
		}

		#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;
		}

		#innerContent .input-textarea, #innerContent .input-textarea-error {
			width: 432px;
			border: 1px solid #48250A;
			height: 80px;
			line-height: 20px;
			padding: 0 4px;
		}

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

		#innerContent .form-error {
			display: block;
			color: red;
			color: #fff;;
			background: #f00;
			margin: 10px 0;
			padding: 10px;
			width: 415px;
		}

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

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

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

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

		 #innerContent #shopProcedure h4 {
			display: none;
		 }

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

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

		 #innerContent #shopProcedure ol li a {
			color: #6ec1fc;
			text-decoration: none;
			text-transform: lowercase;
			padding: 115px 0 8px 10px;
			display: block;
			font-size: 12px;
			font-weight: bold;
		 }

		#innerContent #shopProcedure ol li a span {
		}

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

		#innerContent #shopProcedure ol li#shopProcedureStep2 {
			background: url(../images/3steps.png) no-repeat -162px 0;
		}

		#innerContent #shopProcedure ol li#shopProcedureStep3 {
			background: url(../images/3steps.png) no-repeat -321px 0;
			margin-right: 0;
		}


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

	 	#innerContent #logoStrip {
			padding-top: 31px;
			padding-bottom: 40px;
			padding-left: 4px;
			clear: both;
		}

		#innerContent #logoStrip p {
			padding: 0;
		}

		 .old #innerContent #logoStrip h4 {
			display: none;
		 }

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

		 .old #innerContent #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 #innerContent #logoStrip ul li a {
		 	display: block;
			height: 36px;
			text-indent: -9999px;
		 }

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

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

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

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

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

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

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

	#cartOverlay {
		width: 672px;
		padding: 10px;
		border: 2px solid #001F7F;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
	}

	#cartOverlay table {
		width: 672px;
	}

	#cartOverlay th {
		font-weight: 700;
		padding: 0 0 0 10px;
	}

	#cartOverlay td {
		padding: 0 0 0 10px;
	}

	#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: 10px;
	}

.mceContentBody {
	background: #005FB3;
}

/* 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: #001F7F;
	min-width: 12px;
}

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

.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;
	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;
	color: black;
}

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

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

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