body {
	font: 11px Tahoma,Arial,sans-serif;
	color: #404040;
	margin: 0px;
	background-color: #f5f4f1;
}

h1, h2{
	font:11px Tahoma,Arial,sans-serif;
	color: #404040;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

h2 {
	text-transform: uppercase;
}

h3 {
	font-size:11px;
	font-weight:bold;
	color:#404040;
}

h1, h2, h3{
	clear:both;
}

.container_home {
	margin: auto;
	width: 954px;
}

.container_main {
	margin: auto;
	width: auto;
	margin: 0px 10px;
}

.container_main .clear {
	position: relative;
	top: -1px;
}

.clear {
	display: block;
	width:100%;
	clear: both;
}

#wrapper {
	float: left;
	width: 100%;
	border: 1px solid #aaa38e;
	position: relative;
	z-index: 0;
	min-height: 600px;
	height: auto;
	background: #fff;
}

#gap {
	display: block;
	border-top: 1px solid #f5f4f1;
	border-bottom: 1px solid #f5f4f1;
	background-color: #f5f4f1;
	z-index: 100;
	width: 8px;
	height: 1px;
	position: absolute;
	left:232px;
	top:30px;
}

#gap-bottom {
	display: block;
	border-top: 1px solid #f5f4f1;
	border-bottom: 1px solid #f5f4f1;
	background-color: #f5f4f1;
	z-index: 100;
	width: 8px;
	height: 1px;
	position: relative;
	left:222px;
	top:0px;
}

/* ----------- HEADER -----------*/

#header {
	float:left;
	height:30px;
	width:100%;
}

#header #search {
	float:right;
	margin:5px 5px 0 0;
	height:25px;
	display:inline;
}

.container_main #header #search {
	margin:5px -1px 0 0;
}

#header #search_tool_input {
	width: 100px;
	height: 18px;
	border: 0px;
	border-top: 1px solid #aaa38e;
	border-left: 1px solid #aaa38e;
	font: 11px Tahoma,Arial,sans-serif;
	color: #404040;
	padding-left: 5px;
	margin-right: 5px;
	display: inline-block;
	float: left;
}

#header #submit_button {
	background-image: url("../images/search.gif");
	width: 31px;
	height: 21px;
	border: 0px;
	position: relative;
	display: inline-block;
	float: left;
}

#langSelect {
	float:right;
	display:inline;
	height:30px;
	line-height:30px;
	margin:0 15px 0 5px;
}

#langSelect a {
	color:#333;
	text-decoration:none;
}

#langSelect a:hover {
	color:#999;
}

/* ----------- TOP NAVIGATION ------------ */

#header #navigation {
	font:10px/30px Tahoma,Arial,sans-serif;
	float: left;
	padding: 0px;
	margin: 0;
	width:700px;
}

#header #navigation li {
	display: inline;
	border-right: 1px solid #404040;
	padding: 0px 8px;
}

#header #navigation #m71783 {
	padding: 0px 10px 0px 0px;
}

#header #navigation #m71887 {
	border-right: 0px;
}

#header #navigation li a {
	text-decoration: none;
	color: #404040;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#header #navigation li a:hover {
	color: #c1baa4;
}

/* ----------- SIDEBAR -----------*/

.container_main #sidebar {
	min-height: 560px;
	margin-left:-100%;
	border-left: 0px;
	width: 218px;
	margin-top: 1px;
	border: 0px;
}

#sidebar {
	width: 220px;
	min-height: 401px;
	height: auto;
	background-color: #fff;
	border-left: 1px solid #aaa38e;
	border-top: 1px solid #aaa38e;
	border-right: 1px solid #aaa38e;
	border-bottom: 1px solid #aaa38e;
	margin-right: 4px;
	position: relative;
	float: left;
	z-index: 1;
}

#sidebar #logo {
	background:transparent url(../images/top_logo.gif) no-repeat scroll 8px 20px;
	display:block;
	height:103px;
	width:204px;
}

#sidebar .editor {
	bottom:20px;
	margin:0 0 0 20px;
	position:absolute;
}

#sidebar .editor a {
	color:#9F9F9F;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

#sidebar .tapijten {
	position: relative;
	top: 271px;
	left: 20px;
}

#sidebar .tapijten:active, #sidebar .tapijten:link, #sidebar .tapijten:visited {
	font: 12px Tahoma,Arial,sans-serif;
	color: #404040;
	text-transform: uppercase;
	text-decoration: none;
}

#sidebar .tapijten:hover {
	color: #C1BAA4;
}

#sidebar h3 {
	border-bottom:1px solid #aaa38e;
	color:#404040;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:20px 30px 0px 20px;
	padding-bottom:10px;
	text-transform:uppercase;
}

#sideMenu {
	list-style-image: url("../images/submenu_1.gif");
	list-style-position:outside;
	list-style-type:none;
}

#sideMenu li {
	line-height:18px;
	margin:0 10px 0 0;
	padding:0;
}

#sideMenu li a {
	color:#404040;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#sideMenu li.active li a:link,
#sideMenu li.active li a:visited {
	color:#404040;
}

#sideMenu li.active a:link,
#sideMenu li.active a:visited,
#sideMenu li a:hover,
#sideMenu li li.active a:link,
#sideMenu li li.active a:visited {
	color:#c1baa4;
}

#sideMenu .active li a:hover {
	color:#c1baa4!important;
}

/* ----------- CONTENT -----------*/

.container_home #content {
	width: 500px;
	height: 399px;
	border: 1px solid #aaa38e;
	margin-left: 4px;
	margin-right: 4px;
	padding:1px;
	float: left;
	background-color: #fff;
}

.container_main #content {
	min-height: 560px;
	height: auto;
	margin-left: 220px;
	float: left;
	background: #fff url("../images/wrapper-bg.gif") repeat-y 0 0;
	padding: 20px 25px 20px 35px;
	position: relative;
	z-index: 1;
}

.breadcrumbs{
	list-style-type:none;
	text-transform:uppercase;
	color:#aaa38e;
	margin:0 0 2em;
	padding:0;
	float:left;
}

.breadcrumbs li{
	float:left;
	margin:0 3px;
}

.breadcrumbs span{
	background:url("../images/ver_menu_icon.gif") no-repeat 0px 3px;
	overflow:hidden;
	float:left;
	width:0;
	height:0;
	padding-left:13px;
	padding-top:12px;
}

.breadcrumbs a {
	color:#aaa38e;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

.breadcrumbs a:hover {
	color:#404040;
}

/* Editorial Styles (FCK) */

#editorial p{
	font:normal 11px/16px Tahoma,Arial,sans-serif;
	color:#404040;
	margin:0
}

#editorial p.home{
	font:normal 11px/16px Tahoma,Arial,sans-serif;
	color:#9f9f9f;
	margin:0
}

#editorial h3.home{
	color:#9f9f9f;
}

#editorial h1{
	font:bold 11px Tahoma,Arial,sans-serif;
	color: #404040;
	padding:0;
	margin:0;
	text-transform: uppercase;	
}

#editorial h2{
	display:inline;
	font:bold 11px Tahoma,Arial,sans-serif;
	color:#9f9f9f;
	padding:0;
	margin:0;
	text-transform: none;
}

#editorial h3{
	font:bold 11px Tahoma,Arial,sans-serif;
	color: #404040;
	padding:0;
	margin:0;
}

#editorial a:link, #editorial a:visited{
	font-size:11px;
	font-family:Tahoma,Arial,sans-serif;
	color: #9f9f9f;
	text-decoration:none;
}

#editorial a:hover {
	color:#7f7f7f;
	text-decoration:none;
}

#editorial ul{
	padding:10px 0 0 20px;
	margin:0 0 20px 0;
	font-size:11px;
	line-height:18px;
	font-family:Tahoma,Arial,sans-serif;
	color:#404040;
	list-style:none outside url("../images/submenu_1.gif");
}

#editorial li{
	padding:0px;
	margin:0 10px 0 0;
	line-height: 18px;
}

/* ----------- PAGING -----------*/

.paging {
	color: #404040;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	width: 644px;
	height: 16px;
	display: block;
	background-color: #d7d3c7;
	padding: 8px 10px;
}

.paging div {
	display: inline;
	float: left;
}

.paging a {
	color: #404040;
	display: block;
	text-decoration: none;
}

.paging a:hover {
	color: #aaa38e;
}

.paging .previous a {
	padding-left: 20px;
	background: url("../images/over_arrow_left.gif") 0px 1px no-repeat;
}

.paging .next a {
	padding-right: 20px;
	background: url("../images/over_arrow_right.gif") 55px 1px no-repeat;
}

.paging .page {
	margin-left: 190px;
}

.paging .next {
	margin-left: 195px;
}

.page .title {
	text-transform: uppercase;
	font-weight: bold;
}

/* ----------- RIGHT -----------*/

#right {
	width: 205px;
	height: 400px;
	background-color: #fff;
	border: 1px solid #aaa38e;
	margin-left: 4px;
	float: left;
	position:relative;
	padding:1px 0 0;
}

#right #editor{
	margin-left:10px;
}

#right #places {
	position: relative;
	top: 180px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}

#right #editor a:active, #right #editor a:link, #right #editor a:visited {
	color:#AAA38E;
	font-family:Tahoma,Arial,sans-serif;
	font-size:10px;
	letter-spacing:2px;
	line-height:15px;
	text-decoration:none;
	text-transform:uppercase;
}

#right #editor a:hover {
	color: #404040;
}

#right #editor p {
	margin: 0;
}

/* Toolbox */
#toolBox{
	float:right;
	width:auto;
}

#toolBox ul{
	list-style:none;
	margin:0;
	padding:0;
	height:2em;
}

#toolBox ul li{
	margin:0;
	padding:0;
	float:left;
}

#toolBox a:link,
#toolBox a:visited{
	display:block;
	margin:0 3px;
}

#toolBox #adviceLink a:link,
#toolBox #adviceLink a:visited,
#toolBox #contactLink a:link,
#toolBox #contactLink a:visited{
	width:146px;
	height:20px;
	text-align: center;
	color:#fff;
	background-color:#aaa38e;
}

#toolBox #adviceLink a:hover,
#toolBox #adviceLink a:active,
#toolBox #contactLink a:hover,
#toolBox #contactLink a:active{
	background-color:#827a63;
}

#toolBox #printLink,#printButton{
	float:right;
}

#toolBox #printLink a:link,#printButton a,
#toolBox #printLink a:visited{
	color: #404040;
	font-weight: bold;
	background: url("../images/print_icon.gif") no-repeat right;
	padding-right:25px;
	line-height:25px;
}

/* ----------- BOTTOM -----------*/

.container_home #editorial {
	position: relative;
	top: 15px;
	padding: 0px 0px 15px 3px;
	font: 11px Tahoma,Arial,sans-serif;
	color: #aaa;
	margin: auto;
	text-align: justify;
	clear:both;
}

.container_main #editorial {
	margin: 10px 0px;
	width: 880px;
	font: 11px Tahoma,Arial,sans-serif;
	color: #404040;
	text-align: left;
	float:left;
	clear:both;
}

/* ----------- FOOTER ------------ */

#footer_line {
	position: relative;
	width: 110px;
	height:0px;
	color: #aaa;
	border-top: 0px solid #aaa;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #aaa;
	left: 230px;
	margin:10px 0;
}

#footer{
	width: 502px;
	padding: 0px;
	font: 11px Tahoma,Arial,sans-serif;
	color: #aaa;
	list-style-type: none;
	position: relative;
}

.container_home #footer{
	left: 230px;
}

.container_main #footer{
	left: 260px;
}

#footer a:active, #footer a:visited, #footer a:link {
	font: 10px Tahoma,Arial,sans-serif;
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

/* Contact form*/

#contact_form_form {
	float:left;
	width:600px;
}

#contact_form_form .contact_form {
	float:left;
	height:100%;
	width:100%;
}

#contact_form_form .contact_form #row_antispam {
	display:none;
}

#contact_form_form .contact_form .row {
	float:left;
	line-height:25px;
	margin-bottom:5px;
	width:100%;
}

#contact_form_form .contact_form .row .contact_form_span1 {
	float:left;
	margin-right:5%;
	width:40%;
}

#contact_form_form .contact_form .row .contact_form_span2 {
	float:left;
	width:50%;
}

#contact_form_form .contact_form .row .contact_form_span1 label {
	float:left;
	width:100%;
}

#contact_form_form .contact_form .row .contact_form_span2 select {
	float:left;
	padding:1%;
	width:98%;
}

#contact_form_form .contact_form .row .contact_form_span2 input {
	float:left;
	padding:4px;
	/*width:402px;*/
}

#contact_form_form .contact_form #row_gender .contact_form_span2 input {
	margin:6px 0 0;
	width:20px;
}

#contact_form_form .contact_form #row_gender .contact_form_span2 span {
	float:left;
	margin-right:20px;
}

#contact_form_form .contact_form #row_message {
	height:auto;
	margin-bottom:20px;
}

#contact_form_form .contact_form .row .contact_form_span2 textarea {
	float:left;
	padding:4px;
	/*width:402px;*/
}

#contact_form_form .contact_form #row_submit {
	float:left;
	margin:0 16px 0 22px;
	width:33%;
}

#contact_form_form .contact_form #row_reset {
	float:left;
	width:33%;
}

#contact_form_form .contact_form #row_submit .contact_form_span1,
#contact_form_form .contact_form #row_reset .contact_form_span1 {
	display:none;
}

#contact_form_form .contact_form #row_submit .contact_form_span2,
#contact_form_form .contact_form #row_reset .contact_form_span2 {
	float:left;
	width:100%;
}

#contact_form_form .contact_form #row_submit .contact_form_span2 input {
	cursor:pointer;
	font-size:11px;
	color:#fff;
	background-color:#700808;
	border:1px solid #700808;
	width:100%;
}

#contact_form_form .contact_form #row_submit .contact_form_span2 input:hover {
	background-color:#a10d0d;
	border:1px solid #a10d0d;
}

#contact_form_form .contact_form #row_reset .contact_form_span2 input {
	cursor:pointer;
	color:#fff;
	font-size:11px;
	background-color:#aaa38e;
	border:1px solid #aaa38e;
	width:100%;
}

#contact_form_form .contact_form #row_reset .contact_form_span2 input:hover {
	background-color:#827a63;
	border:1px solid #827a63;
}

/* PIM Styles */
/* Advisor navigation */

.advisor_question{
	display:none;
}

#sidebar fieldset{
	border:none;
}

#sidebar ul{
	list-style-image: url("../images/dot1.gif");
	margin:0 0 0 3em;
	padding:0;
	line-height:1.6em;
}

#sidebar ul ul{
	list-style-image: url("../images/dot2.gif");
	margin:0 0 0 1em;
	padding:0;
}

#sidebar ul a:link, #sidebar ul a:visited{
	text-decoration:none;
	font-weight: bold;
	color:#404040;
}

#sidebar ul a:hover, #sidebar ul a:active{
	color: #c1baa4;
}

#sidebar ul ul a:link,#sidebar ul ul a:visited{
	font-weight: normal;
}

#sidebar .advisor_result{
	display:none;
	margin:0 0 0 3em;
	color: #c1baa4;
}

#sidebar .advisorSet {
	list-style:none outside none;
	*margin-top:-20px;
}

#sidebar .advisorSet legend,#sidebar .advisorSet .advisor_question,#sidebar .advisorSet .advisor_result {
	display:none;
}

#sidebar .advisorSet form,#sidebar .advisorSet fieldset{
	margin:0!important;
	padding:0!important;
}

/* Product Details */

#editorial.productDetail h2{
	color:#404040;
	float:left;
	text-indent:21px;
	text-transform:uppercase;
	width:100%;
}

#editorial.productDetail .productImage{
	width:460px;
	min-height:440px;
	float:left;
	display:inline;
}

#editorial.productDetail .productName{
	color:#000;
	width:180px;
	padding-bottom:5px;
	border-bottom:1px solid #aaa;
}

#pimCompareForm {
	display:none;
}

#productData{
	float:left;
	clear:both;
	margin-bottom:20px;
	width:592px;
}

#productBar{
	float:left;
	margin:0 0 0 35px;
	width:250px;
}

#productBar li a{
	font-weight:bold;
}

#productsRelated{
	font-weight:bold;
}

.panes .prices thead th{
	background-color:#eae6da;
	width:100px;
	height:18px;
	padding-left:10px;
}

.panes .prices tbody td{
	background-color:#eee;
	width:100px;
	height:18px;
	padding-left:10px;
}

.panes .prices tbody td:first-child{
	background-color:#eae6da;
}

/* tabs */

#editorial .panes {
	border:1px solid #AAA38E;
	margin-right:30px;
	padding:15px 10px;
	position:relative;
	width:auto;
}

#editorial ul.tabs {
	background-color:transparent;
	margin:1em 0 0;
	padding:1px 0;
	clear:left;
}

#editorial .tabs li {
	color:#404040;
	display:inline;
	list-style-type:none;
	margin:0;
	position:relative;
}

#editorial .tabs li a {
	background:#D7D3C7 none repeat scroll 0 0;
	border:1px solid #AAA38E;
	color:#404040;
	margin-left:0;
	padding:3px 11px;
	position:relative;
	text-decoration:none;
	z-index:4;
}

#editorial .tabs li a:link, #editorial .tabs li a:visited {
	color:#404040;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	padding-top:1px;
	position:relative;
	z-index:4;
}

#editorial .tabs li a:hover {
	background:#F1EDED none repeat scroll 0 0;
	color:#000000;
}

#editorial .tabs li a.current {
	background:white none repeat scroll 0 0;
	border-color:#AAA38E #AAA38E red;
	border-style:solid;
	border-width:1px 1px 0;
	position:relative;
	top:1px;
}

table.sizes{
	border-collapse:collapse;
}

table.sizes td{
	border:2px solid #fff;
	padding:2px 5px;
	background-color:#eee;
}

table.sizes th{
	border:2px solid #fff;
	padding:2px 5px;
	background-color:#eae6da;
}

/* productLinks */

#productData .contactLinks {
	float:left;
	list-style:none;
	margin:10px 0;
	padding:0;
	width:100%;
}

#productData ul.contactLinks li{
	float:left;
}

#productData ul.contactLinks .advisorLink{
	clear:left;
}

#productData ul.contactLinks li a{
	background-image:url("../images/icons.gif");
	background-repeat: no-repeat;
	padding:0 0 0 22px;
	margin:1px;
	display:block;
	width:120px;
	line-height:20px !important;
	text-decoration:none;
}

#productData ul .explorung_link a,.explorung_link_overview {
	background:url("../images/explorung.gif") no-repeat scroll left center #AAA38E !important;
	color:#FFFFFF;
	text-align:center;
}

.explorung_link_overview {
	background:url("../images/explorung.gif") no-repeat scroll left center #AAA38E !important;
	color:#FFFFFF;
	float:right;
	height:20px;
	line-height:20px;
	padding-left:21px;
	text-align:center;
	text-decoration:none;
	width:120px;
}

#productData ul.contactLinks li a:link span,
#productData ul.contactLinks li a:visited span{
	background-color:#700808;
	color:#fff;
	text-align:center;
	display:block;
}

#productData ul.contactLinks li a:hover span,
#productData ul.contactLinks li a:active span{
	background-color:#a10d0d;
}


#productData .contactLinks .external a{
	background: #AAA38E url(../images/explorung.gif) no-repeat;
}

#productData .contactLinks .external a span,
#productData .contactLinks .external a:hover span,
#productData .contactLinks .external a:link span,
#productData .contactLinks .external a:visited span {
	background:none;
}

.infoLink a{background-position:0 -88px;}

#productData .contactLinks .external a:hover{
	background: #827A63 url(../images/explorung.gif) no-repeat;
}
.infoLink a:hover{background-position:0 -110px;}

/* Product overview */

.productData{
	width:500px;
}

.largeImage img {
	height:460px;
}

.productImage{
	float:left;
	width:150px;
	height:150px;
	text-align:center;
	margin:10px;
	background: #fff url("../images/loader.gif") no-repeat center;
}

.productImage a img{
	border:none;
	height:125px;
}

.productImage .productName{
	display:block;
}

#productData .thumbnails {
	float:left;
	list-style-type:none;
	margin:50px 0 0;
	overflow:hidden;
	padding:0;
	text-align:center;
	width:112px;
}

#productData .thumbnails li {
	height:112px;
	margin:0 0 4px;
	width:112px;
}

#productData .thumbnails li a{
	color:#999;
	float:left;
	height:110px;
	text-decoration:none;
	width:110px;
	border:1px solid #999;
}

#productData .thumbnails li a:hover {
	border:1px solid #000;
}

#productData .thumbnails li a img {
	border:medium none;
	height:100%;
}

/* Sitemap */

#productSitemap ul{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
#productSitemap ul{
	-moz-column-width:15em;
	column-width:15em;
}
#productSitemap li{
	border-bottom:1px solid #f5f4f1;
	display:inline;
}
#productSitemap li:nth-child(2n) a{
	color:#827a63;
}

#sitemap ul {
	float:left;
	width:100%;
}

#sitemap ul li {
	float:left;
	font-weight:bold;
	width:200px;
	-width:190px;
}

#sitemap ul ul {
	margin-bottom:20px;
	padding:0;
}

#sitemap ul ul li {
	font-weight:normal;
}

#sitemap ul ul ul {
	border-top:1px solid #EEEEEE;
	margin-bottom:0;
	padding:0 0 0 10px;
	width:190px;
	-width:180px;
	-overflow:hidden;
}

#sitemap ul ul ul ul {
	display:none;
}