/**
 * Stylesheet for Vinoshop
 *
 * @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: #ebe7e3 url(../images/bg-head.gif) repeat-x 0% 0%;
		padding: 0;
		color: #2a0112;
	}
	
	body.bodySiteUnavailable {
		background: #ebe7e3 url(../images/bg-head.gif) repeat-x 0% 35px;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #5d0429;
		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;
	}

/**
 * = 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: #5D0429;
	}
	
	a:hover {
		color: #A20732;
	}
	
/**
 * = 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%;
		}

		.outerWrapper_siteUnavailable {
			background: none !important;
		}

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

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

		#header {
			width: 960px;
			height: 265px;
			background: url(../images/bg-header.jpg) no-repeat 0 0;
			position: relative;
		}
		
		.header_siteUnavailable {
			height: 208px !important;
			margin-top: 35px;
		}

		#header h1 {
			display: block;
			width: 211px;
			height: 44px;

			position: absolute;
			top: 109px;
			left: 22px;
		}

		#header h1 a {
			display: block;
			width: 211px;
			height: 44px;
			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: 24px;
				width: 191px;
				position: absolute;
				top: 8px;
				right: 4px;
				background: url('../images/deco_bg_language.gif') no-repeat right 0;
				text-align: center;
				font-size: 10px;
			}
			
			#header #language h5 {
				display: inline;
				font-size: 10px;
				color: #fff;
				font-weight: normal;
				float: left;
				margin-top: 4px;
				margin-left: 48px;
			}

			.fr #header #language h5 {
				margin-left: 22px;
			}

			#language ul {
				float: left;
				height: 20px;
				padding: 0;
				display: inline;
				margin-top: 4px;
			}

			#language ul li {
				float: left;
				list-style: none;
				margin-left: 5px;
			}
			
			#language ul li.nl {
				padding-right: 8px;
				background: url('../images/deco_bg_languageBullet.gif') no-repeat right 5px;
			}

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

				color: #fff;
				text-decoration: none;
			}

			#language ul li a:hover, #language ul li a:focus, #language ul li.selected a {
				color: #e8d983;
			}

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

			#topnav {
				width: 702px;
				height: 219px;
				position: absolute;
				bottom: 0px;
				right: 4px;
				overflow: hidden;
				background: transparent url(../images/menu.png) no-repeat 0 0;
			}
			
			#topnav.champagne {
				background: transparent url(../images/menu_champagne.png) no-repeat 0 0;
			}
			
			#topnav.red {
				background: transparent url(../images/menu_red.png) no-repeat 0 0;
			}
			
			#topnav.white {
				background: transparent url(../images/menu_white.png) no-repeat 0 0;
			}

			#topnav ul {
				width: 264px;
				padding: 0;
				margin: 75px 0 0 12px;
			}

			#topnav ul li {
				list-style: none;
				padding: 0;
				margin: 0;
				white-space: nowrap;
				height: 25px;
				width: 264px;
			}

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

				font: 700 12px/25px "Trebuchet MS", Trebuchet, Arial, Helvetica;
				text-decoration: none;
				
				height: 25px;
				line-height: 25px;
				display: block;
				padding: 0 10px;
				width: 244px;
				
				background: transparent url(../images/headermenu.gif) no-repeat 0 0;
				
				color: #5d0429;
			}

			#topnav ul li a:hover, #topnav ul li a:focus, #topnav ul li.selected a {
				background: transparent url(../images/headermenu-hover.gif) no-repeat 0 0;
			}

	/**
	 * = 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: transparent;
			
			position: relative;
			top: -61px;
		}

	/**
	 * = General Positioning : Main : Content
	 * ----------------------------------------------------------
	 */
		#content {
			width: 702px;
			padding: 0 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: 36px;
				width: 702px;
				background: #f3ecc0 url(../images/breadcrumb.gif) repeat-x 0 0;
			}

			#content #breadcrumbs p {
				display: block;
				height: 14px;
				width: 662px;
				padding: 11px 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: 688px;
				background: #fff;
				padding: 10px 4px 10px 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;
			border: 0;
			padding: 0 10px;
			list-style: none;
			height: 12px;
		}

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

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

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

 	#sidebar .widget {
		background: #fff url('../images/titles/ttlLeftWidget-Bottom.gif') no-repeat 0 100%;
		margin-bottom: 10px;
		padding: 0 0 3px 0;
	}

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

		background: transparent url(../images/titles/ttlLeftDark.gif) no-repeat top left;
		font: 700 14px/33px Georgia, "Times New Roman", Times, serif;
		/* 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: #5d0429;
	}

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

		#sidebar #sidebar-assortiment, #sidebar #sidebar-submenu {
			background: #5d0429 url('../images/titles/ttlLeftBlue-Bottom.gif') no-repeat 0 100%;
		}

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

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

		#sidebar #sidebar-assortiment ul li, #sidebar #sidebar-submenu ul li {
			padding: 0;
			margin: 0;
			list-style: none;
			width: 238px;
			border-bottom: 1px solid #48021f;
			background: #5d0429;
		}

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

		#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 12px/30px Arial, Helvetica, sans-serif;
			color: #f3ecc1;
			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: 202px;
			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: 180px;
			height: 24px;
			line-height: 24px;
			background: #5D0429 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 {
			color: #48021f;
			background: #E9DA86 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 12px/14px Arial, Helvetica, sans-serif; */
			color: #5d0429;
			font-weight: 700;
			padding-bottom: 2px;
		}

		#sidebar #sidebar-nieuwsbrief form input#email {
			display: block;
			height: 21px;
			width: 175px;
			padding: 0 2px;
			font: normal 12px/21px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
			border: 1px solid #d7cfc8;
			float: left;
		}

		#sidebar #sidebar-nieuwsbrief form input#btnNewsletterSubmit {
			display: block;
			height: 21px;
			width: 21px;
			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: 10px 20px;
		}

		#sidebar #sidebar-account dl dt {
			/* font: italic 16px/24px "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; */
			color: #5d0429;
			float: left;
			width: 90px;
			clear: left;
			padding-top: 5px;
		}

		#sidebar #sidebar-account dl dd {
			width: 116px;
			float: left;
			padding-top: 5px;
		}

		#sidebar #sidebar-account dl dd a {
			color: #5d0429;
			font-weight: 700;
		}

	/**
	 * = 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 12px/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% 20%;
			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: #2a0112;
			line-height: 18px;
			font-weight: 700;
		}

		#sidebar #sidebar-hoewerkthet p {
			color: #5d0429;
			font-size: 10px;
			text-align: center;
		}
		
		#sidebar #sidebar-hoewerkthet a {
			color: #5D0429;
		}
		
		#sidebar #sidebar-hoewerkthet a:hover {
			color: #A20732;
		}

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

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

 	#innerSidebar .widget {
		width: 204px;
		background: #fff url(../images/innerWidgetBg.gif) repeat-x 0 0;
		margin: 0 4px 10px 4px;
		padding: 4px 0;
	}

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

		background: transparent url(../images/titles/ttlRightDark.gif) no-repeat top left;
		font: 700 12px/33px Georgia, "Times New Roman", Times, serif;
		/* 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: #5d0429;
	}

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

		#innerSidebar #innerSidebar-winkelmandje a {
			color: #5D0429;
		}
		
		#innerSidebar #innerSidebar-winkelmandje a:hover {
			color: #A20732;
		}

		#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 12px/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: #2a0112;
		}

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

		#innerSidebar #innerSidebar-winkelmandje #btnNaarkassa {
			width: 200px;
			height: 44px;
			background: transparent url(../images/buttons/btnOverzichtWinkelmandje.png) no-repeat top left;
			margin-left: 2px;
		}
		
		.fr #innerSidebar #innerSidebar-winkelmandje #btnNaarkassa {
			background: transparent url(../images/buttons/cart-button-fr.png) no-repeat top left;
		}


	/**
	 * = 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 {
			padding: 15px 20px;
		}
		
		#innerSidebar #innerSidebar-gratisverzending a {
			color: #5D0429;
		}
		
		#innerSidebar #innerSidebar-gratisverzending a:hover {
			color: #A20732;
		}

		#innerSidebar #innerSidebar-gratisverzending dl dt {
			font: 700 14px/14px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
			color: #5d0429;
		}

		#innerSidebar #innerSidebar-gratisverzending dl dd {
			font: normal 12px/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 12px/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)
 * ----------------------------------------------------------
 */
 
 	.borderBottom {
		border-bottom: 1px solid #d7cfc8;
		margin-bottom: 10px;
	}

 	#innerContent {
		width: 460px;
		margin-right: 8px;
		float: left;
		padding: 5px 0 94px 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;
	}

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

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

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

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

	/**
	 * = 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 #2a0112;
			background: #fff;
			height: 20px;
			line-height: 20px;
			padding: 0 4px;
			color: #000;
			font: normal 12px Arial, Helvetica, sans-serif;
		}

		#innerContent .input-textarea, #innerContent .input-textarea-error {
			width: 432px;
			border: 1px solid #2a0112;
			background: #fff;
			height: 80px;
			line-height: 20px;
			padding: 0 4px;
			color: #000;
			font: normal 12px 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: #5d0429;
		}

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

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

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

		 #innerContent #shopProcedure h4 {
			display: none;
		 }

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

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

			width: 148px;
			height: 175px;
		 }

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

			padding: 144px 0 0 20px;
			width: 120px;
			height: 47px;

			font: 700 12px/12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
			color: #48021f;

			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: #4e0121;
		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: #EBE7E3;
	}

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

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

	#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: #2a0112;
		font-size: 12px;
	}

	#cartOverlay td#cTotal {
		font-weight: 700;
		color: #2a0112;
		font-size: 14px;
	}
	
	
/**
 * siteUnavailable
 * --------------------------------------------------------
 */


div.siteUnavailable {
	padding: 25px;
	height: #999;
	margin-top: 20px !important;
}


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

	}



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

.hidden { display: none; }
	
