/**
 * Stylesheet for Beershop
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bram Van Damme <bramus@netlash.com>
 * @author	Johan Ronsse <johan@netlash.com>
 * @author	Pieter De Baets <pieter@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-family: arial, sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		background: #1a1513;
		color: #fff;
	}

	h1 { 
		font-size: 32px;
		font-family: georgia, serif;
		color: #f1bb73;
	}
	h2 {
		font-size: 24px;
		font-family: Georgia, serif;
		color: #f1bb73;
	}
	h3 { 
		font-size: 18px;
		font-family: Georgia, serif;
		color: #f1bb73;
	}
	h4 { 
		font-size: 16px;
		font-family: Georgia, serif;
		color: #f1bb73;
	}
	h5 {
		font-size: 12px;
		font-family: arial, sans-serif;
		color: #eb8c1d; 
	}

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


	td.action, #innerContent td.action  {
		float: none;
		line-height: 40px;
		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: url('../images/header.jpg') no-repeat;
		}

		#main {
			width: 960px;
		}

		#content {
			float: right;
			width: 758px;
			margin: 0 8px 0 0;
			display: inline;
		}

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

		#header {
			width: 960px;
			height: 114px;
			position: relative;
			padding-top: 38px;
		}

		#header h1 {
			width: 280px;
			height: 110px;
			float: left;
		}

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

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

			#language {
				height: 21px;
				width: 90px;
				position: absolute;
				top: 12px;
				right: 20px;
				z-index: 30;
			}

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

			#language ul li {
				list-style: none;
				float: left;
			}

			#language ul li a {
				display: block;
				height: 21px;
				color: #FFF;
				width: 24px;
				text-align: center;
				border: none;
				text-decoration: underline;
				text-transform: uppercase;
				font-size: 10px;
				text-decoration: none;
				line-height: 1em;
				padding: 2px 0 0 0;
				margin: 0 0 0 6px;
			}

			#language ul li.selected a {
				color: #1a1513;
				font-weight: 700;
				background: url('../images/langSelected.gif') no-repeat;
			}

			#language ul li a:hover {
				color: #EB8C1D;
			}

			#language ul li.selected a:hover {
				color: #1a1513;
			}

		/**
		 * = General Positioning : Header : Navigation
		 * ----------------------------------------------------------
		 */
			#topnav {
				width: 645px;
				float: left;
				position: relative;
				display: inline;
				margin: 52px 0 0 20px;
			}

			#topnav ul {
				margin-top: 32px;
				padding: 0 4px 0 4px;
				height: 36px;
				float: left;
			}

			#topnav ul li {
				list-style: none;
				float: left;
				margin-right: 5px;
				height: 30px;
				overflow: hidden;
				padding: 0 5px 0 0;
			}

			#topnav ul li a {
				font-family: georgia, serif;
				font-size: 16px;
				line-height: 30px;
				text-decoration: none;
				padding: 0 3px 0 8px;
				display: block;
				color: #fff;
				text-transform: lowercase;
				font-weight: 400;
			}

			#topnav ul li.selected {
				background: url('../images/menuSelected_right.gif') no-repeat right 0;
			}
			
			#topnav ul li.selected a {
				color: #eb8c1d;
				background: url('../images/menuSelected_left.gif') no-repeat;
			}

			#topnav ul li a:hover {
				color: #eb8c1d;
			}

			#topnav form {
				
				position: absolute;
				width: 400px;
				top: 0;
				right: 0;
				text-align: right;
			}
			
			#topnav form p {
				float: right;
			}

			#topnav form input, #searchContent input {
				width: 138px;
				height: 17px;
				border: 1px solid #1b1a18;
				padding: 2px;
				float: left;
				display: inline;
				margin: 0 8px 0 0;
			}

			#searchContent {
			}

			h3.keyword {
				clear: left;
				float: left;
				margin: 30px 0 0 0;
				padding: 5px;
				background: #000;
				width: 487px;
				color: #fff;
			}

			#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 {
			clear: left;
			float: left;
			margin: 10px 0 0 0;
			width: 960px;
		}

		#breadcrumbs p {
			display: block;
			padding: 0 0 0 31px;
			text-transform: lowercase;
			color: #eb8c1d;
		}

		#breadcrumbs p span {
			color: #f4f3f3;
		}

		#breadcrumbs p a, #breadcrumbs p a:link, #breadcrumbs p a:focus {
			color: #f4f3f3;
			text-decoration: none;
			padding: 0 14px 0 0;
			margin: 0 14px 0 0;
			background: url('../images/breadcrumbSeperaor.gif') no-repeat right 4px;
			line-height: 1em;
		}

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

	/**
	 * = General Positioning : Footer
	 * ----------------------------------------------------------
	 */
		#footer-wrap {
			height: 60px;
			padding-top: 10px;
			background: #000;
		}

		#footer {
			width: 730px;
			margin: 0 auto;
			padding: 0 0 0 230px;
		}

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

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

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

		#footer ul li a {
			display: block;
			height: 12px;
			color: #604f48;
			font-size: 10px;
			text-decoration: none;
		}
		#footer ul li a:hover {
			color: #EB8C1D;
		}


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

		.form-success {
			background-color: #B5C800;
			border: 1px solid #70AC00;
			padding: 4px;
			margin-bottom: 20px;
			display: block;
		}
		
		button.bttnStandard {
			border: 0;
			position: relative;
			background: url('../images/standardButton_right.gif') no-repeat right 0;
			color: #f4f3f3;
			float: left;
			height: 21px;
			overflow: hidden;
			padding: 0 3px 0 0;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			letter-spacing: 1px;
			cursor: pointer;
		}
		
		#productOrderform button.bttnStandard {
			clear: left;
			position: static;
		}
		
		button.bttnStandard span {
			background: url('../images/standardButton_left.gif') no-repeat;
			float:left;
			height: 17px;
			text-align: center;
			padding: 5px 13px 0 17px;
			line-height: 1em;
			white-space: nowrap;
		}

		button.bttnStandard:hover {
			color: #fff;
			background: url('../images/standardButton_right.gif') no-repeat right -22px;
		}
		
		button.bttnStandard:hover span {
			background: url('../images/standardButton_left.gif') no-repeat 0 -22px;
		}

		button::-moz-focus-inner{padding:0;border:none}
		
		#buttonHolder {
			width: 132px;
			padding: 0 0 0 10px;
		}
		
		#innerContent p.justLikeButtons a {
			background: url('../images/standardButton_right.gif') no-repeat right 0;
			color: #f4f3f3;
			float: left;
			height: 21px;
			overflow: hidden;
			padding: 0 3px 0 0;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			letter-spacing: 1px;
			cursor: pointer;
		}
		
		#innerContent p.justLikeButtons a span {
			background: url('../images/standardButton_left.gif') no-repeat;
			float:left;
			height: 17px;
			text-align: center;
			padding: 5px 13px 0 17px;
			line-height: 1em;
		}
		
		#innerContent p.justLikeButtons a:hover {
			color: #fff;
			background: url('../images/standardButton_right.gif') no-repeat right -22px;
		}
		
		#innerContent p.justLikeButtons a:hover span {
			background: url('../images/standardButton_left.gif') no-repeat 0 -22px;
		}

/**
 * = 4. The sidebar
 * ----------------------------------------------------------
 */
 	#sidebar {
 		background: url('../images/menuHeader.gif') no-repeat;
		float: left;
		width: 157px;
		padding-bottom: 40px;
		overflow: hidden;
		margin: 42px 0 0 31px;
		display: inline;
	}

 	#sidebar .widget {
		margin-bottom: 75px;
		border-bottom: 1px solid #fff;
	}

	#other-widgets .widget {
		padding-bottom: 20px;
	}
	
	#other-widgets #sidebar-tevredenklanten {
		border-bottom: 0;
	}

 	#sidebar .widget h3 {
		background: url('../images/menuHeader.gif') no-repeat;
		color: #fff;
		padding: 25px 0 7px 0;
		text-align: center;
		font-size: 14px;
		border-bottom: 1px solid #fff;
		margin: 0 0 15px 0;
		text-transform: uppercase;
	}


	#sidebar .widget a {
		color: #F1BB73;
	}
	
	#sidebar .widget a:hover {
		color: #EB8C1D;
	}

	/* The sidebar : Assortiment & Submenu */

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

		#sidebar #sidebar-assortiment h3, #sidebar #sidebar-submenu h3 {
			color: #fff;
			padding: 25px 0 7px 0;
			text-align: center;
			font-size: 14px;
			border-bottom: 1px solid #fff;
			margin: 0 0 15px 0;
			text-transform: uppercase;
		}

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

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


		#sidebar #sidebar-assortiment ul li.selected {
			background: #fff;
			margin: 0 0 15px 0;
		}
		
		#sidebar #sidebar-assortiment ul li.selected a {
			padding: 6px;
			color: #110f0f;
			font-weight: bold;
		}
		
		#sidebar #sidebar-assortiment ul li.selected li {
			padding: 0 0 0 26px;
			background: url('../images/submenuBullet.gif') no-repeat 18px 13px;
		}
		
		#sidebar #sidebar-assortiment ul li.selected li a {
			font-weight: 400;
		}
		
		#sidebar #sidebar-assortiment ul li.selected li.selected {
			margin: 0;
			background: #f1bb73 url('../images/submenuBullet.gif') no-repeat 18px 13px;
		}

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


		#sidebar #sidebar-assortiment ul li a, #sidebar #sidebar-submenu ul li a {
			padding: 0;
			margin: 0;
			display: block;
			line-height: 1.5em;
			padding: 0 0 10px 0;
			text-decoration: none;
			color: #fff;
		}
		
		#sidebar #sidebar-assortiment ul li.selected ul,
		#sidebar #sidebar-submenu ul li.selected ul {
			display: block;
		}

	/* The sidebar : Nieuwsbrief */

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

		#sidebar #sidebar-nieuwsbrief form input#email {
			display: block;
			width: 125px;
			float: left;
			margin-bottom: 4px;
			height: 17px;
			border: 1px solid #1b1a18;
			padding: 2px;
		}

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

	/* The sidebar : Account */

		#sidebar #sidebar-account dl dt {
			line-height: 18px;
			padding: 5px 0;
			clear: both;
		}
		#sidebar #sidebar-account dl dd {
			width: 194px;
		}
			#sidebar #sidebar-account dl dd span {
				width: 174px;
				text-align: center;
			}


	/* 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 {
			color: #EB8C1D;
			padding-bottom: 5px;
			font-weight: 700;
		}

		#sidebar #sidebar-tevredenklanten dl dd {
			padding-bottom: 19px;
			margin-bottom: 19px;
			line-height: 14px;
			color: #fff;
			border-bottom: 1px solid #fff;
		}

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

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

	/*The sidebar : hoe het werkt*/

		#sidebar #sidebar-hoewerkthet ul {
			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;
		}

		#sidebar a {
			color: #687D12;
		}


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

	 #innerSidebar {
		width: 157px;
		float: left;
		margin: 42px 0 0 0;
	 }

 	#innerSidebar .widget {
		width: 157px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
	}

 	#innerSidebar .widget h3 {
		background: url('../images/menuHeader.gif') no-repeat;
		color: #fff;
		padding: 25px 0 7px 0;
		text-align: center;
		font-size: 14px;
		border-bottom: 1px solid #fff;
		margin: 0 0 15px 0;
		text-transform: uppercase;
	}

 	#innerSidebar .widget h3 a {
		color: #fff;
		text-decoration: none;
	}
	
	#innerSidebar .widget h3 a:hover {
		color: #EB8C1D;
	}

	#innerSidebar .widget p {
		padding: 0 10px;
	}
	
	#innerSidebar-relatedproducts {
		margin-top: 73px;
	}
	
	#innerSidebar-relatedproducts ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	
	#innerSidebar-relatedproducts li {
		clear: left;
		float: left;
		width: 157px;
		margin: 0 0 5px 0;
	}
	
	#innerSidebar-relatedproducts li a {
		float: left;
	}

	#innerSidebar-relatedproducts li a.title {
		width: 90px;
		margin-left: 10px;
		display: inline;
	}

	/**
	 * = The innerSidebar : Winkelmandje
	 * ----------------------------------------------------------
	 */
	 	#innerSidebar #innerSidebar-winkelmandje h3 {
	
	 	}

		#innerSidebar #innerSidebar-winkelmandje p {
			padding: 0 10px 10px;
		}

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

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

		#innerSidebar #innerSidebar-winkelmandje ul li {
			padding: 0;
			margin: 0;
			list-style: none;
			text-align: right;
			/*height: 20px;*/
			clear: left;
			float: left;
			width: 157px;
		}
		
		#innerSidebar #innerSidebar-winkelmandje ul li a {
			color: #fff;
		}
		
		#innerSidebar #innerSidebar-winkelmandje ul li a:hover {
			color: #EB8C1D;
		}
		
		#innerSidebar #innerSidebar-winkelmandje form {
			clear: left;
			float: left;
			width: 127px;
			margin-top: 16px;
		}
		
		#innerSidebar #innerSidebar-winkelmandje ul li#basketShipping {
			/* height: 40px;*/
		}
		
		#innerSidebar #innerSidebar-winkelmandje ul li#basketTotal {
			margin: 10px 0 0 0;
			padding: 10px 0 0 0;
			border-top: 1px dashed #fff;
			clear: left;
			font-weight: 700;
			text-align: left;
		}
		
		#innerSidebar #innerSidebar-winkelmandje ul li#basketTotal span {
			float: right;
		}
	

		/*

		.fr #innerSidebar #innerSidebar-winkelmandje ul li#basketShipping span.float {
			width: 55px;
			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;
		}

		#innerSidebar #innerSidebar-winkelmandje #btnNaarkassa {
			width: 137px;
			height: 32px;
			background: url(../images/buttons/cart-button-nl.png) no-repeat;
			margin: 0;
		}

		.fr #innerSidebar #innerSidebar-winkelmandje #btnNaarkassa {
			/* margin-top: 35px; */
			background-image: url(../images/buttons/cart-button-fr.png);
		}

		/*.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: 5px 5px 5px 0;
		}

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

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

		#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 {
			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: 497px;
		float: left;
		padding: 5px 43px 5px 39px;
		overflow: hidden;
		position:relative;
	}

	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 {
		margin-bottom: 16px;
		line-height: 1.5em;
	}

 	#innerContent h3 {
		margin-bottom: 14px;
	}

	#innerContent h2 a:link,
	#innerContent h2 a:visited,
	#innerContent h3 a:link,
	#innerContent h3 a:visited {
		text-decoration: none;
		color: #f1bb73;
	}

	/**
	 * = 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;
		}

		#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;
			padding-bottom: 10px;
			color: red;
		}

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

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

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

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

		 #innerContent #shopProcedure h4 {
			display: none;
		 }

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

		 #innerContent #shopProcedure ol li {
			list-style: none;
			float: left;
			margin-right: 30px;
			width: 144px;
			height: 138px;
			font-size: 14px;
			position: relative;
		 }

		 #innerContent #shopProcedure ol li a {
			color: #fff;
			text-decoration: none;
			text-transform: lowercase;
			padding: 100px 0 8px 5px;
			display: block;
		 }

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

		#innerContent #shopProcedure ol li a:hover {
			color: #eb8c1d;
		}

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

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

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


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

	 	#innerContent #logoStrip {
			padding-top: 20px;
			padding-bottom: 40px;
			padding-left: 32px;
			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 #F1BB73;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
	}

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

/* 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: #D77603;
}

.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: 4px 5px;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	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: 400px;
	position: fixed;
	width: 410px;
	margin-left: 280px;
	height: 20px; 
	padding: 10px 0;
	float: left;
	background: #fff; 
	text-align: center;
	font-size: 11px;
	color: #110F0F;
	border: 1px solid #EB8C1D;
}

.hidden { display: none; }

.assortimentBox {
	margin: 0 0 40px 0;
}
