* {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-khtml-box-sizing: content-box;
}
/* test content */
html {
	background: url(/images/left-pattern.png) repeat-y scroll 0 0;
	margin:0;
	padding:0;
	overflow-x:hidden;
}

body {	
	margin:0;
	padding:0;
}


a img {border:none;}

.container {
}

img {
	display: block;
}

.clear {
	clear: both;
}

table {
	color: white;
}

a {
	color: #F18F1C;
	text-decoration: underline;
}

#logoContainer {
	position: relative;
	float: left;
	background: #ffffff url(/images/logo.png) no-repeat;
	width:208px;
	height: 123px;
	border:none;
}

#topContainer {
	background:transparent url(/images/top-pattern.png) repeat scroll 0 0;
	height:120px;
}

#languageContainer {
	position: absolute;
	left:200px;
	height: 20px;
	top: 70px;
	text-align: right;
	color: white;
	font-size: 12px;
	font-family: arial;
	z-index:3;
}

#moduleContainer {
	position: absolute;
	left:207px;
	top:130px;
	z-index: 2;
}

#imagesContainer {
	float: left;
	margin-right: 30px;
}

.imageContainer {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#pageContent h1 {
	margin-top: 0px;
	font-size: 16px;
	margin-bottom: 0px;
	color: #f18f1c;
}

#pageContent {	
	color: #9b6f54;
	font-family: arial;
	font-size: 12px;
	padding-right:30px;
}

#pageContentText {
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

#pageContentText p, #pageContentText table {
	font-size: 12px;
}

#menuAndPageBackGround {}

#menuContainer {
	text-align: right;
	position: absolute;
	width:208px;
	top:110px;
	color: black;
	z-index: 2;
	font-family: arial;
}
#left-info-container {
	position:absolute;
	text-align:right;
	top:123px;
	z-index:2;	
}

#left-chair-container {
	position:absolute;
	z-index:2;
	top:-9999px;
	left:0;
}

ul#navigationContainer {
	padding: 0;
	margin: 15px 0 0 0;
	list-style-type: none;
	text-align: left;
	font-size: 16px;
}

.imageContainer img { border: 1px solid #f18f1c; }
#imageContainer img { border: 1px solid #f18f1c; }

ul#navigationContainer li {
	padding:5px 40px 5px 5px;
}

ul#navigationContainer a.normal {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 0px;
}

ul#navigationContainer a.active {
	color: #9b6f54;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
	text-decoration: none;
	text-align: right;
	padding: 0px;
}
hr {background:#fff;color:#fff;clear:both;float:none;width:100%;height:.1em;margin:0;border:none;}
ul#navigationContainer a:hover {
	color: #9b6f54;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

ul#subNavigationContainer {	
	display:block;
	font-size:12px;	
	list-style-type:none;
	margin:3px -39px -10px 0;
	padding:0;
	padding:0 0 5px;
}

ul#subNavigationContainer li {
	padding-bottom:5px;
}

ul#subNavigationContainer a.normal {
	color: #9b6f54;
	text-decoration: none;
	padding: 0px;
}

ul#subNavigationContainer a.active {
	color: #000000;
	font-style: italic;
	padding: 0px;
}

ul#subNavigationContainer a:hover {
	color: #fff;
	text-decoration: none;
	padding: 0px;
}

#productContainer {	
	float: left;
	background: #fff;
	margin-right: 20px;
	font-size: 12px;
	font-family: arial;
	color: #35444c;
	overflow: hidden;
}

#productContainer h1 {
	margin-top: 10px;
	font-size: 16px;
}

#productContainer a {
	color: black;
}

#productDet {
	float: right;
	width: 220px;
}

#productImg a {
	text-decoration: none;
	margin: 3px;
}

#toTotalCollectionLink {
	font-size: 16pt;
}

#toTotalCollectionLink a {
	color: #f18f1c;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}

.hide {
	display: none;
}

.show {
	display: block;
}

i {
	color:#fff;
}

hr {
	background:#fff;
	color:#ddd;
	clearoth;
	float:none;
	width:100%;
	height:0px;
	margin:0px;
	border:none;
}

.productItem {	
	border:1px solid #f18f1c;
}

/**
 * This is a tempotary solutions for image resize when demo to customer
 * This style only effect the /paginas/algemeen/collectie url
 */
#imagesContainer img#sfeercollectie {
	width:160px;
}

#sloganContainer { 
	position: absolute;
	left:200px;
	height: 20px;
	top:15px;
	text-align: right;
	width: 500px;
	color: white;
	font-size: 12px;
	font-family: arial;
	z-index:3;
}
	#sloganContainer img { float:left; padding-right: 5px; }
