body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #3C372F;
}

a {
	color: #3C372F;
}

.foto { border-bottom: none;}
.foto img {border-bottom: solid 10px #000;}
.sfeerTxt {
	float: left;
	width: 220px; /* 270px */
	/*height: 210px;  260px */
	color: #fff;
	padding: 30px 20px 30px 30px;
	margin: 0 10px 0 0;
	/* border-bottom: 10px solid #fff; */
}
* html .sfeerTxt {width: 210px;}

	.sfeerTxt h1 {
		color: #fff;
		font-family: Myriad, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 34px;
		line-height: 34px;
		padding-bottom: 20px;
	}
		
#contentRight {
	background-color: #fff;
}

/* = = = Zoeken webshop = = = */
#zkn {
	width: 670px; /* 700px */
	height: 40px; /* 50px */
	margin-left: 10px;
	padding: 10px 30px 0 0;
	float: left;
	background-color: #373028;
}
* html #zkn {width: 660px;}

	#zkn .search {
		color: #fff; 
		float: left;
		font-weight: bold;
		margin-left: 170px;
		margin-top: 0;
	}
	* html #zkn .search {margin-left: 70px;}
	
	.radio {
		float: left;
		margin: 0;
		color: #fff;
		font-size: 0.9em;
		font-weight: bold;
	}
		.radio input {
			width: 16px;
			float: none;
			vertical-align: middle;
			border: none;
		}

#zoekShop {
	float: right;
	padding: 2px 4px;
	background-color: #8C8580;
	overflow: hidden;
}
*:first-child+html #zoekShop {padding-bottom: 5px;}
* html #zoekShop {padding-bottom: 4px;}

#zoekShopForm input.radio {
	width: auto;
	height: auto;
	line-height: 12px;
	display: inline;
	clear: none;
}
	
	#shopSearchbx {
		display: block;
		float: left;
		font-size: 0.85em;
		height: 20px;
		width: 200px;
	}
	
	#zoekSubmit {
		display: block;
		float: left;
		width: 29px;
		height: 17px;
		margin: 0;
		padding: 6px 0 0 2px;
		border: none;
	}
	
/* === Webshoppagina === */

table.shopList,
table.shopZkResults {
	width: 100%;
	margin-bottom: 30px;
	}
	
	td.spacing { width: 10px;}

	td.afb {
		width: 300px;
		vertical-align: top;
	}
	table.shopZkResults td.afb {
		width: 200px;
		vertical-align: top;
	}
	
	td.txt {
		vertical-align: middle;
	}
	
		.info {
			float: left;
			width: auto;
			margin-left: 45px;
		}
		* html .info {margin-left: 20px;}
		
		.info h2 {
			text-transform: uppercase;
			font-weight: bold;
		}
			.info p {
			display: block;
			margin-bottom: 20px;}
			
			.button {
				float: right;
				clear: both;
			}
		.extraInfo {
			float: left;
			clear: left;
			width: 100%;
		}
		
			.extraInfo img {margin-top: 5px;}
			
			/* === Gerelateerde artikelen === */
			.relItem {
				width: 100px;
				height: 120px;
				float: left;
				margin: 10px 10px 10px 0;
			}
			
				.relItem td {
					padding: 10px;
				}
					.relItem td.visual {
						width: 140px;
						border: 1px solid #443D33;
						border-bottom: none;
					}
					.relItem td.prodName {
						width: 140px;
						border: 1px solid #443D33;
						border-top: none;
					}
					
					td.spacing { padding: 0;}

					.relItem h3 a:link,
					.relItem h3 a:visited {text-decoration: none;}
					.relItem h3 a:hover {text-decoration: underline;}


			/* === Besteltabel === */
			#bestelInfo {
				display: block;
				width: auto;
				margin: 30px 0 5px 0;
				border-collapse: collapse;
			}
							
				#bestelInfo th,
				#bestelInfo td {
					width: 200px;
					padding: 4px 15px 4px 10px;
				}
				
				#bestelInfo tr.kop {
					padding: 0 10px 0 15px;
					background-color: #3E3830;
					color: #fff;
					font-weight: bold;
				}
				
				#bestelInfo tr {
					background-color: #fff;
					border: 1px solid #3E3830;
				}
				
				#bestelInfo select {
					width: 20px;
				}
				
				.info input.button {
					width: 226px;
					float: left;
					border: 1px solid #3E3830;
				}

				#bestel {
					display: block;
					float: right;
					margin: 20px 0 0;
					padding: 0;
					border-style: none;
				}
			
			/* === Winkelwagen === */	
			#cart .kop td {
				font-weight: bold;
				text-transform: uppercase;
			}
			
			#cart .prodAfb {
				padding: 8px 4px;
			}
					
				#buttons {float: left; clear: both; width: 100%;}
				
					#buttons .update {
						width: 100%;
						margin: 10px 0 20px;
						float: left;
						clear: both;
						}
					#buttons .update input {
						width: 90px;
						padding-right: 0;
						cursor: pointer;
						text-decoration: underline;
						text-align: right;
						border: none;
						background: none; 
						float: right;
					}
					
					#buttons .verderWinkelen {
						float: left;
						width: 250px;
					}
					
					#buttons .bestel {
						float: right;
					}
						#buttons .bestel a {
							display: block;
							width: 136px;
							height: 20px;
							background: url(../images/b_bestel.gif) transparent no-repeat 0 0;
						}
				