/**
 * Stylesheet for Chocolade Online
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bram Van Damme <bramus@netlash.com>
 */

/**
 * = Clearfix
 * ----------------------------------------------------------
 */

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}


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

	body {
		font: 300 12px/1.4 "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
		background: #f4f2ec url(../images/bg-head.gif) repeat-x 0% 0%;
		padding: 0;
		color: #48250a;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #422712;
		font-weight: 700;
		line-height: 1.4;
		font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	}

	h1 {	font-size: 36px; }
	h2 {	font-size: 26px; }
	h3 {	font-size: 20px; }
	h4 {	font-size: 16px; }
	h5 {	font-size: 14px; }

	hr.hidden {
		display: none;
	}
	
	a {
		color: #000;
	}
	
	a:hover {
		color: #A20732;
	}

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

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

	ul {
		list-style: square;
	}

	ol {
		list-style: decimal;
	}

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

	img.floatRight {
		display: block;
		float: right;
		margin: 0 0 25px 25px;
	}
	
	.widget img.floatLeft, .widget img.floatRight {
		margin: 0;
	}

	a {
		color: #48250A;
	}

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

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

		#outerWrapper {
			width: 100%;
			background: transparent url(../images/bg-foot.gif) repeat-x 0% 100%;
		}

		#innerWrapper {
			width: 960px;
			margin: 0 auto;
		}

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

		#header {
			width: 960px;
			height: 129px;
			background: url(../images/bg-header.jpg) no-repeat 0 0;
			position: relative;
		}

		#header h1 {
			display: block;
			width: 278px;
			height: 53px;

			position: absolute;
			top: 46px;
			left: 30px;
		}

		#header h1 a {
			display: block;
			width: 278px;
			height: 53px;
			text-indent: -9999px;
			background: transparent url(../images/logo.gif) repeat-x 0 0;
		}
		
		.nl #header h1 a {
			background-image: url(../images/logo_nl.gif);
		}
		
		.fr #header h1 a {
			background-image: url(../images/logo_fr.gif);
		}
		
		.en #header h1 a {
			background-image: url(../images/logo_en.gif);
		}

		#header h5 {
			display: none;
		}

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

			#language {
				height: 20px;
				width: 956px;
				position: absolute;
				top: 8px;
				right: 4px;
			}

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

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

			#language ul li a {
				display: block;
				height: 20px;
				width: 20px;
				text-align: center;
				background: transparent;
				border: none;

				color: #fff;
				font: normal 10px/20px Arial, Helvetica;
				text-decoration: none;
				padding-left: 1px;	/* not it's perfectly aligned in the center! */
			}

			#language ul li a:hover, #language ul li a:focus, #language ul li.selected a {
				background: #34afc9;
				height: 18px;
				width: 18px;
				line-height: 18px;
				border: 1px solid #69c4d7;
			}

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

			#topnav {
				width: 956px;
				height: 30px;
				position: absolute;
				bottom: -1px;
				right: 4px;
				overflow: hidden;
			}

			#topnav ul {
				height: 12px;
				float: right;
				padding: 0;
			}

			#topnav ul li {
				list-style: none;
				float: left;
				/* margin-left: 8px; */
				border-left: 1px solid #fff;
				padding: 0 10px;
				overflow: visible;
				height: 18px;
			}

			#topnav ul li.first {
				border-left: 0;
				padding-left: 0;
			}

			#topnav ul li a {
				background: transparent;
				border: none;

				color: #fff;
				font: normal 11px/12px Arial, Helvetica;
				text-decoration: none;

				padding: 2px 2px 10px 2px;

				display: block;
			}

			#topnav ul li a:hover, #topnav ul li a:focus, #topnav ul li.selected a {
				border-bottom: 5px solid #69c4d7;
			}

	/**
	 * = General Positioning : Main
	 * ----------------------------------------------------------
	 */

		#main {
			width: 960px;
			background: url(../images/bg-header.jpg) no-repeat 0 -129px;
		}


	/**
	 * = General Positioning : Main : Sidebar
	 * ----------------------------------------------------------
	 */

		#sidebar {
			float: left;
			width: 246px;
			padding: 4px 4px 0 4px;
			background: #F4F2EC;
		}

	/**
	 * = General Positioning : Main : Content
	 * ----------------------------------------------------------
	 */
		#content {
			width: 702px;
			padding: 4px 4px 0 0;
			float: right;
		}

		/**
		 * = General Positioning : Main : Content : HeaderPicture
		 * ----------------------------------------------------------
		 */

			#content #headerPicture {
				width: 702px;
				height: 164px;
				overflow: hidden;
			}

		/**
		 * = General Positioning : Main : Content : Breadcrumbs
		 * ----------------------------------------------------------
		 */

			#content #breadcrumbs {
				height: 40px;
				width: 702px;
				background: #e3e0d7;
			}

			#content #breadcrumbs p {
				display: block;
				height: 14px;
				width: 662px;
				padding: 13px 20px;
				line-height: 14px;
			}

			#content #breadcrumbs p {
				font: normal 10px/14px Arial;
				color: #381E0C;
			}

			#content #breadcrumbs p a, #content #breadcrumbs p a:link, #content #breadcrumbs p a:focus {
				font: normal 10px/14px Arial;
				color: #381E0C;
			}

			#content #breadcrumbs p a:hover {
				color: #A20732;
			}



		/**
		 * = General Positioning : Main : Content : innerContentWrapper
		 * ----------------------------------------------------------
		 */

			#content #innerContentWrapper {
				width: 680px;
				border: 1px solid #e3e0d7;
				background: #fff;
				padding: 10px;
			}

			#content #innerContent {
				/* see below */
			}

			#content #innerSidebar {
				/* see below */
			}

	/**
	 * = General Positioning : Footer
	 * ----------------------------------------------------------
	 */

		#footer {
			width: 712px;
			padding: 12px 0 0 250px;
			height: 24px;
		}

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

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

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

		#footer ul li a {
			display: block;
			height: 12px;
			color: #fff;
			font: normal 10px/12px Arial;
			text-decoration: none;
		}

/**
 * = 4. The sidebar
 * ----------------------------------------------------------
 */

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

 	#sidebar .widget h3 {
		display: block;
		width: 228px;
		height: 27px;
		/* text-indent: -9999px; */
		overflow: hidden;
		margin-bottom: 4px;

		background: transparent url(../images/titles/ttlLeftDark.gif) no-repeat top left;
		font: 700 12px/27px "Trebuchet MS", Trebuchet, Arial;
		text-transform: uppercase;
		padding-left: 10px;
		letter-spacing: 0.5px;
		color: #fff;
	}

 	#sidebar .odd h3 {
		background: transparent url(../images/titles/ttlLeftLight.gif) no-repeat top left;
		color: #503521;
	}

	/**
	 * = The sidebar : Assortiment & Submenu
	 * ----------------------------------------------------------
	 */

		#sidebar #sidebar-assortiment, #sidebar #sidebar-submenu {
			background: #34afc9;
		}

		#sidebar #sidebar-assortiment h3, #sidebar #sidebar-submenu h3 {
			color: #fff;
			background: url('../images/titles/ttlLeftBlue.gif');
		}

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

		#sidebar #sidebar-assortiment ul li, #sidebar #sidebar-submenu ul li {
			padding: 0;
			margin: 0;
			list-style: none;
			width: 238px;
			border-bottom: 1px solid #69c4d7;
			background: #34afc9;
		}

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

		#sidebar #sidebar-assortiment ul li.selected a.selected, #sidebar #sidebar-assortiment ul li a:hover,
		#sidebar #sidebar-submenu ul li.selected a.selected, #sidebar #sidebar-submenu ul li a:hover {
			background: #30a0b8;
		}

		#sidebar #sidebar-assortiment ul li a, #sidebar #sidebar-submenu ul li a {
			padding: 0;
			margin: 0;
			display: block;
			height: 30px;
			width: 216px;
			padding-left: 22px;
			font: normal 11px/30px Arial, Helvetica, sans-serif;
			color: #fff;
			text-decoration: none;
		}

		#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 ul li, #sidebar #sidebar-submenu ul ul li {
			margin-left: 36px;
			width: 182px;
			height: 24px;
		}

		#sidebar #sidebar-assortiment ul ul li.last, #sidebar #sidebar-submenu ul ul li.last {
			border-bottom: 0;
		}

		#sidebar #sidebar-assortiment ul ul li a, #sidebar #sidebar-submenu ul ul li a  {
			width: 160px;
			height: 24px;
			line-height: 24px;
			background: #34afc9 url('../images/assortiment-sublist.gif') no-repeat 0 50%;
		}

		#sidebar #sidebar-assortiment ul li.selected ul li.selected a, #sidebar #sidebar-assortiment ul li ul li a:hover,
		#sidebar #sidebar-submenu ul li.selected ul li.selected a, #sidebar #sidebar-submenu ul li ul li a:hover {
			background: #5ac1d6 url('../images/assortiment-sublisthover.gif') no-repeat 0 50%;
		}

	/**
	 * = The sidebar : Nieuwsbrief
	 * ----------------------------------------------------------
	 */

		#sidebar #sidebar-nieuwsbrief form fieldset {
			padding: 15px 20px;
		}

		#sidebar #sidebar-nieuwsbrief form label {
			display: block;
			height: 14px;
			font: normal 11px/14px Arial, Helvetica, sans-serif;
			padding-bottom: 2px;
		}

		#sidebar #sidebar-nieuwsbrief form input#email {
			display: block;
			height: 14px;
			width: 125px;
			padding: 0 2px;
			font: normal 11px/14px Arial, Helvetica, sans-serif;
			border: 1px solid #ddd7d3;
			float: left;
		}

		#sidebar #sidebar-nieuwsbrief form input#btnNewsletterSubmit {
			display: block;
			height: 14px;
			width: 14px;
			float: left;
			background: transparent url('../images/buttons/btnNewsletterSubmit.gif') no-repeat top left;
			margin: 1px 0 0 4px;
		}


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

	/**
	 * = The sidebar : Account
	 * ----------------------------------------------------------
	 */

		#sidebar #sidebar-account dl {
			padding: 15px 20px;
		}

		#sidebar #sidebar-account dl dt {
			font: italic 16px/24px "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
			color: #2c0f0d;
		}

		#sidebar #sidebar-account dl dd {
			font: normal 11px/16px Arial;
		}

		#sidebar #sidebar-account dl dd a {
			color: #fff;
			background: #a78360;
			text-decoration: none;
			padding: 2px 5px;
		}

	/**
	 * = The sidebar : tevredenklanten
	 * ----------------------------------------------------------
	 */

		#sidebar #sidebar-tevredenklanten dl {
			padding: 15px 20px 15px 40px;
		}

		#sidebar #sidebar-tevredenklanten dl dt {
			font: 700 12px/12px Arial, Helvetica, sans-serif;
			overflow: visible;
			position: relative;
		}

		#sidebar #sidebar-tevredenklanten dl dt img {
			position: absolute;
			left: -30px;
			top: 2px;
		}

		#sidebar #sidebar-tevredenklanten dl dd {
			font: normal 11px/16px Arial;
			padding-bottom: 15px;
		}

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


	/**
	 * = The sidebar : hoe het werkt
	 * ----------------------------------------------------------
	 */
		#sidebar #sidebar-hoewerkthet ul {
			margin: 0 0 10px 0;
			padding: 15px 20px;
			list-style: none;
			background: transparent url(../images/bg-phone.gif) no-repeat 95% 50%;
			border-bottom: 1px solid #e9e4e1;
		}

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

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

		#sidebar #sidebar-hoewerkthet p {
			font-size: 10px;
			text-align: center;
		}

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

	 #innerSidebar {
		width: 207px;
		float: left;
	 }

 	#innerSidebar .widget {
		width: 199px;
		background: #fff;
		margin-bottom: 4px;
		padding: 4px;
	}

 	#innerSidebar .widget h3 {
		display: block;
		width: 189px;
		height: 27px;
		/* text-indent: -9999px; */
		overflow: hidden;
		margin-bottom: 4px;

		background: transparent url(../images/titles/ttlRightDark.gif) no-repeat top left;
		font: 700 12px/27px "Trebuchet MS", Trebuchet, Arial;
		text-transform: uppercase;
		padding-left: 10px;
		letter-spacing: 0.5px;
		color: #fff;
	}

 	#innerSidebar .odd h3 {
		background: transparent url(../images/titles/ttlRightLight.gif) no-repeat top left;
		color: #503521;
	}

	/**
	 * = The innerSidebar : Winkelmandje
	 * ----------------------------------------------------------
	 */
		#innerSidebar #innerSidebar-winkelmandje p {
			padding: 15px 20px;
			font: normal 11px/16px Arial;
		}

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

		#innerSidebar #innerSidebar-winkelmandje ul li {
			padding: 0;
			margin: 0;
			list-style: none;
			text-align: right;
			font: normal 11px/20px Arial, Helvetica, sans-serif;
			height: 20px;
		}

		#innerSidebar #innerSidebar-winkelmandje ul li span {

		}

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

		#innerSidebar #innerSidebar-winkelmandje ul li a:hover {
			color: #000;
		}

		#innerSidebar #innerSidebar-winkelmandje #btnNaarkassa {
			width: 196px;
			height: 39px;
			background: transparent url(../images/buttons/btnOverzichtWinkelmandje.gif) no-repeat top left;
		}

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

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


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

		#innerSidebar #innerSidebar-uwgaranties div {
			display: block;
			width: 105px;
			height: 52px;
			background: #fff url(../images/bg-belgianQuality.gif) no-repeat top left;
			overflow: hidden;
			position: relative;
			padding: 23px 10px 20px 80px;
			margin-top: 10px;
		}

		#innerSidebar #innerSidebar-uwgaranties div p {
			font: normal 12px/13px "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
			color: #000;
		}

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

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

		#innerSidebar #innerSidebar-gratisverzending dl dt {
			font: 700 12px/12px Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
		}

		#innerSidebar #innerSidebar-gratisverzending dl dd {
			font: normal 11px/16px Arial;
			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 #e3e0d7;
			clear: both;
			margin-bottom: 10px;
		}

		#innerSidebar #innerSidebar-meestverkocht dl dd, #innerSidebar #innerSidebar-klantenkochtenook dl dd {
			font: normal 11px/16px Arial;
			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: 460px;
		margin-right: 8px;
		float: left;
		padding: 5px 0 110px 5px;
		_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: none;
		overflow-x: none;
		overflow-y: none;
		background: #fff;
		min-height: inherit;
		height: auto;
	}
	
	html#innerContent body {
		background: #fff;
	}

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

	#innerContent.fullwidth {
		width: 672px;
		margin: 0;
	}

 	#innerContent h2 {
		font: italic 20px/20px Georgia, "Times New Roman", Times, serif;
		margin-bottom: 16px;
	}

 	#innerContent h3 {
		font: italic 17px/17px Georgia, "Times New Roman", Times, serif;
		margin-bottom: 14px;
	}

 	#innerContent h2 a, #innerContent h3 a {
		text-decoration: none;
		color: #48250a;
	}

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

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

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

		#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;
			border: 1px solid #48250A;
			background: #fff;
			height: 20px;
			line-height: 20px;
			padding: 0 4px;
			color: #000;
			font: normal 11px Arial, Helvetica, sans-serif;
		}

		#innerContent .input-textarea, #innerContent .input-textarea-error {
			width: 432px;
			border: 1px solid #48250A;
			background: #fff;
			height: 80px;
			line-height: 20px;
			padding: 0 4px;
			color: #000;
			font: normal 11px Arial, Helvetica, sans-serif;
		}

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

		#innerContent .form-error {
			display: block;
			color: #A51039;
			padding-bottom: 10px;
		}

		#innerContent a {
			color: #000;
		}

		#innerContent a:hover {
			color: #A20732;
		}

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

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

		 #innerContent #shopProcedure h4 {
			display: none;
		 }

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

		 #innerContent #shopProcedure ol li {
			list-style: none;
			float: left;
			margin-right: 10px;

			width: 140px;
			height: 181px;
		 }

		 #innerContent #shopProcedure ol li a {
			display: block;

			padding: 61px 0 0 20px;
			width: 120px;
			height: 130px;

			font: 700 11px/12px Arial, Helvetica, sans-serif;
			color: #503521;

			text-decoration: none;
		 }

		 #innerContent #shopProcedure ol li a:hover {
			color: #000;
			text-decoration: underline;
		 }

		 #innerContent #shopProcedure ol li#shopProcedureStep1 {
			background: transparent url(../images/shopprocedure/shopProcedureStep1.jpg) no-repeat top left;
		 }

		 #innerContent #shopProcedure ol li#shopProcedureStep2 {
			background: transparent url(../images/shopprocedure/shopProcedureStep2.jpg) no-repeat top left;
		 }

		 #innerContent #shopProcedure ol li#shopProcedureStep3 {
			background: transparent url(../images/shopprocedure/shopProcedureStep3.jpg) no-repeat top left;
			margin-right: 0;
		 }

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

	 	#innerContent #logoStrip {
			padding: 0;
			position: absolute;
			left: 10px;
			bottom: 5px;
		}

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

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

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

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

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

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

	#cartOverlay table {
		width: 672px;
	}

	#cartOverlay th {
		font-weight: 700;
		color: #fff;
		background: #503521;
		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, #cartOverlay tbody td,
	#cartOverlay tfoot tr, #cartOverlay tfoot td {
		height: 40px;
		line-height: 40px;
	}

	#cartOverlay tfoot tr, #cartOverlay tfoot td {
		background: #e3e0d7;
	}

	#cartOverlay tfoot tr.shippingRow td {
		background: #fff;
	}

	#cartOverlay tbody tr.rowOdd td, #cartOverlay tfoot tr.rowOdd td {
		background: #f5f4f1;
		color: #48250a;
	}

	#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;
		color: #48250a;
		font-size: 12px;
	}

	#cartOverlay td#cTotal {
		font-weight: 700;
		color: #48250a;
		font-size: 14px;
	}

/**
 * = Firefox Fixes
 * ----------------------------------------------------------
 */

	@-moz-document url-prefix() {

		/* enforce scrollbar */
		body {
			overflow: -moz-scrollbars-vertical;
		}

		/* Link outlines */
		*:-moz-any-link {
			overflow: hidden;
			outline-color: #8C8C8C;	/* firefox 3 outlines red and purple by default */
		}

		/* CSS disappearing caret fix */
		input[type="text"], input[type="password"], textarea {
			overflow: auto;
		}

	}

