/**
 * Stylesheet for Footballshop
 *
 * @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-size: 12px;
		font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
		background: url('../images/deco_bg_body.jpg');
		color: #fff;
		line-height: 1.5em;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #2C354B;
	}

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

	p { 
		line-height: 1.5em;
		color: #fff;
	}

	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: 984px;
			margin: 0 auto;
			position: relative;
			background: #658c33 url('../images/deco_bg_innerWrapper.jpg') no-repeat;
		}

		#main {
			width: 984px;
		}

		#content {
			float: right;
			width: 765px;
			margin: 0 12px 0 0;
			display: inline;
		}
		
		.homeIntro {
			background: #343d27 url('../images/deco_bg_homeintro.gif') no-repeat;
			padding: 11px 13px 10px 13px;
			margin: 4px 0 0 0;
		}
		
		#innerContent .homeIntro p {
			color: #FFF5A0;
		}
		

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

		#header {
			width: 984px;
			height: 190px;
			position: relative;
			padding-top: 10px;
		}

		#header h1 {
			width: 205px;
			height: 130px;
			float: left;
		}

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

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

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

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

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

			#language ul li a {
				float: left;
				line-height: 1;
				padding: 1px 2px;
				color: #FFF;
				width: 24px;
				text-align: center;
				border: none;
				text-decoration: none;
				margin: 1px 0 0 0;
				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: #3b5914;
				background: #b0d741;
				text-decoration: none;
			}

			#language ul li.selected a {
				border: 1px solid #819644;
				margin: 0;
			}


		/**
		 * = General Positioning : Header : Navigation
		 * ----------------------------------------------------------
		 */
			#topnav {
				width: 770px;
				float: right;
				position: relative;
				top: 48px;
			}

			#topnav ul {
				margin-top: 5px;
				padding: 0 0 0 5px;
				height: 36px;
				float: right;
				width: 770px;
			}

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

			#topnav ul li a {
				font-size: 12px;
				text-decoration: none;
				display: block;
				color: #5c757c;
				text-transform: uppercase;
				font-weight: 700;
				padding: 18px 3px 8px 3px;
			}
			
			#topnav ul li.selected {
				border-top: 3px solid #79a243;
				border-left: 2px solid #79a243;
				border-right: 2px solid #79a243;
				background: #79a243 url('../images/deco_bg_selectedLi.jpg') repeat-x;
				margin-top: 0;
			}
			
			#topnav ul li a:hover, #topnav ul li.selected a:hover {
				color: #fff;
			}
			
			#topnav ul li.selected a {
				background: #79a243 url('../images/deco_bg_selectedA.jpg') repeat-x;
				color: #e8fcce;
			}

			#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: 18px;
				font-size: 12px;
				margin: 0 9px 0 5px;
				border: 1px solid #fff5a0;
				padding-left: 2px;
				float: left;
				display: inline;
				color: #343d27;
			}

			#searchContent {
			}

			h3.keyword {
				padding: 4px;
				background: #FFF5A0;
				width: 560px;
				color: #343D27;
				margin: 20px 0;
			}

			#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 {
			height: 23px;
			width: 960px;
			position: absolute;
			top: 170px;
		}

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

		#breadcrumbs p span {
			color: #fff5a0;
		}

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

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

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

		#footer {
		}

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

		#footer ul li {
			float: left;
			padding: 0 20px 0 0;
			color: #2e3a1e;
			font-size: 10px;
		}

		#footer ul li.last {
		}

		#footer ul li a {
			color: #2e3a1e;
			text-decoration: none;
		}
		#footer ul li a:hover {
			color: #b0d741;
		}


		/**
		 * = 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/bttn_standard_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.bttnStandard span {
			background: url('../images/bttn_standard_left.gif') no-repeat;
			float:left;
			height: 19px;
			text-align: center;
			padding: 6px 7px 0 14px;
			line-height: 1em;
		}

		button.bttnStandard:hover {
			color: #fff;
			background: url('../images/bttn_standard_right.gif') no-repeat right -23px;
		}
		
		button.bttnStandard:hover span {
			background: url('../images/bttn_standard_left.gif') no-repeat 0 -23px;
		}
		
		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 {
			border: 0;
			position: relative;
			background: url('../images/bttn_standard_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;
		}
		
		#innerContent p.justLikeButtons a:hover, #sidebar .widget p.justLikeButtons a:hover, p.justLikeButtons a:hover {
			color: #fff;
			background: url('../images/bttn_standard_right.gif') no-repeat right -23px;
		}
		
		#innerContent p.justLikeButtons a span, p.justLikeButtons a span {
			background: url('../images/bttn_standard_left.gif') no-repeat;
			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: url('../images/bttn_standard_left.gif') no-repeat 0 -23px;
		}
		
		.backToNewsOverview {
			margin: 20px 0 0 0;
		}
		
		#innerContent p.smallAddButton a, #sidebar .widget p.smallAddButton a, p.smallAddButton a {
			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;
		}
		
		#innerContent p.smallAddButton a:hover, #sidebar .widget p.smallAddButton a:hover, p.smallAddButton a:hover {
			color: #fff;
			background: url('../images/bttn_cart_right.gif') no-repeat right -23px;
		}
		
		#innerContent p.smallAddButton a span, p.smallAddButton a span {
			background: url('../images/bttn_cart_left.gif') no-repeat;
			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 0 0 14px;
		display: inline;
	}

 	#sidebar .widget {
		margin-bottom: 4px;
		padding: 8px;
	}

	#other-widgets .widget {
		padding-bottom: 20px;
	}

 	#sidebar .widget h3 {
		display: block;
		margin-bottom: 4px;
		color: #FFF5A0;
		font-size: 12px;
		text-transform: uppercase;
	}

	#sidebar .widget a {
		color: #fff;
	}
	
	#sidebar .widget a:hover {
		color: #FFF5A0;
	}

	/* The sidebar : Assortiment & Submenu */

		#sidebar #sidebar-assortiment, #sidebar #sidebar-submenu {
			margin-top: 5px;
			margin-bottom: 15px;
			padding: 0;
			background: #94ac54 url('../images/deco_bg_assortimentenMenu.jpg') no-repeat;
		}

		#sidebar #sidebar-assortiment h3, #sidebar #sidebar-submenu h3 {
			color: #2d4015;
			line-height: 25px;
			padding: 0 8px;
			text-transform: uppercase;
			font-weight: 700;
			font-size: 12px;
		}

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

		#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;
			padding: 0 0 0 11px;
		}

		#sidebar #sidebar-assortiment ul li {
			background: url('../images/deco_bg_assortiment.gif') no-repeat;
		}
		
		#sidebar #sidebar-assortiment ul li.selected {
			background: #C9DE73 url('../images/deco_bg_assortiment.gif') no-repeat;
			padding-bottom: 5px;
		}
		
		#sidebar #sidebar-assortiment ul ul li.selected {
			background: #B1C465;
		}
		
		#sidebar #sidebar-assortiment ul li.last {
			/*background: url('../images/deco_bg_assortiment_last.gif') no-repeat;*/
		}


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

		#sidebar #sidebar-assortiment ul li.selected a.selected,
		#sidebar #sidebar-submenu ul li.selected a.selected {
			color: #687D12;
		}

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


		#sidebar #sidebar-assortiment ul li a, #sidebar #sidebar-submenu ul li a {
			padding: 0;
			margin: 0;
			display: block;
			padding: 5px 0;
			line-height: 1.3;
			text-decoration: none;
			color: #2D4015;
			font-weight: 700;
			font-size: 10px;
			text-transform: uppercase;
		}

		#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 ul li a {
			/*
			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: #cbf751;
			padding-bottom: 2px;
		}

		#sidebar #sidebar-nieuwsbrief form input#email {
			display: block;
			padding: 1px 2px;
			float: left;
			margin-bottom: 8px;
			border: 1px solid #FFF5A0;
			color: #343D27;
			font-size: 12px;
			height:18px;
		}

		#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-top: 7px;
			color: #CBF751;
			padding-bottom: 5px;
			line-height: 1.5;
			font-weight: 700;
			font-size: 11px;
		}

		#sidebar #sidebar-tevredenklanten dl dd {
			padding-bottom: 15px;
			line-height: 14px;
			color: #fff;
			font-size: 11px;
		}

		#sidebar #sidebar-tevredenklanten dl dd img {
			float: left;
			margin: 2px 10px 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;
			color: #fff;
		}

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

		#sidebar a {
		}


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

	 #innerSidebar {
		width: 180px;
		float: right;
		padding-top: 4px;
		display: inline;
		margin
	 }

 	#innerSidebar .widget {
		width: 162px;
		padding: 0 9px 0 9px;
		margin-bottom: 20px;
	}

	#innerSidebar #innerSidebar-winkelmandje {
		background: #94ab55 url('../images/deco_bg_winkelmandje.jpg') no-repeat;
	}

 	#innerSidebar .widget h3 {
		color: #FFF5A0;
		display: block;
		font-size: 12px;
		margin-bottom: 4px;
		text-transform: uppercase;
	}
	
	#innerSidebar .widget h3 a {
		text-decoration: none;
		color: #FFF5A0;
	}

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

	/**
	 * = The innerSidebar : Winkelmandje
	 * ----------------------------------------------------------
	 */
		
		.buttonholder {
			text-align: center;
			float: left;
			width: 162px;
		}
		
		.buttonholder button {
			float: none;
		}
		
	 	#innerSidebar #innerSidebar-winkelmandje h3 {
			color: #2D4015;
			font-size: 12px;
			font-weight: 700;
			line-height: 25px;
			padding: 0 8px;
			text-transform: uppercase;
	 	}

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

		#cartContent ul {
			list-style-type: none;
			margin: 0;
			padding: 4px;
		}
		
		#cartContent li {
			clear: left;
			float: left;
			width: 154px;
			margin: 0 0 10px 0;
		}
		
		#innerSidebar #cartContent li a {
			float: left;
			width: 80px;
			color: #343D27;
		}
		
		#cartContent ul #basketProductsPrice, #cartContent ul #basketShippingPrice {
			float: right;
		}
		
		#cartContent ul #basketTotal {
			border-top: 1px solid #343D27;
			margin-top: 10px 0 0 0;
			padding: 5px 0 0 0;
			font-weight: 700;
		}
		
		#cartContent ul #basketTotal #basketTotalPrice {
			float: right;
		}
		
		#cartContent {
			margin:	10px 0 10px 0;
			background: #ccd9a9;
			color: #343d27;
		}

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

 	#innerContent h2 {
		margin-bottom: 14px;
		color: #FFF5A0;
	}
	
	#innerContent h2 a {
		text-decoration: none;
		color: #FFF5A0;
	}
	
	#innerContent h2.newsHomeTitle {
		background: url('../images/deco_bg_laatsteNieuws.gif') no-repeat;
		padding: 10px 15px 15px 15px;
		line-height: 1em;
		color: #343d27;
		font-size: 12px;
	}

	#innerContent h2.newsHomeTitle a {
		color: #343d27;
		text-decoration: none;
	}
	
	/**
	 * = 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-bottom: 10px;
			color: red;
		}

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

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

	/**
	 * = 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: #bbbb59;
			font-weight: 700;
			padding-right: 6px;
			font-size: 18px;
		}

		#innerContent #shopProcedure ol li a:hover {
			color: #bbbb59;
		}
		
		
		#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
	 * ----------------------------------------------------------
	 */

	 	#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 #343D27;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background: #5C757C;
	}

	#cartOverlay table {
		width: 672px;
	}

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

	#cartOverlay td {
		padding: 0 0 30px 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: #343D27 !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: 400px;
	position: fixed;
	width: 410px;
	margin-left: 280px;
	height: 20px; 
	padding: 10px 0;
	float: left;
	background: transparent url(../images/report_bg.gif) no-repeat top left; 
	text-align: center; 
	font-family:"Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #A6DEEF;
}

.hidden { display: none; }

