/* @override 
	http://macpro-josh.local/bonBonOnline/www/css/stylesheet.css
	http://site04.peperzaken.nl/css/stylesheet.css
*/

body {
	text-align: center;
	font: 11px Tahoma;
}

input.invoer {
	border: none;
	background-color: #efdcd1;
	color: #b05019;
	font: 11px Tahoma;
}
textarea.textarea {
	border: none;
	background-color: #efdcd1;
	color: #b05019;
	font: 11px Tahoma;
}
input.button {
	border: 1px solid #bc6225;
	background-color: #bc6225;
	font: 11px Tahoma;
	color: #ffffff;
	margin: 5px 0px 5px 0px;
}

a img {
	border: none;
}

#framework {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #a7855f;
}
#titel {
	width: 850px;
	height: 85px;
	background: url('../images/titel.png') no-repeat;
}
#tabs {
	padding-left: 185px;
}
#tabs div a {
	color: #ffffff;
	text-decoration: none;
}
#tabs div a:hover {
	color: #000000;
}
#tabs div.tab_a,
#tabs div.tab_i {
	width: 94px;
	float: left;
	background: url('../images/tab_active.png') no-repeat;
	text-align: center;
	margin: 0px 5px 2px 0px;
	color: #ffffff;
}
#tabs div.tab_i {
	background: url('../images/tab_inactive.png') no-repeat;
}
#menu {
	width: 180px;
	height: 450px;
	float: left;
	background: url('../images/menu_bg.png') repeat-y;
}
#menu p {
	margin: 2px 0px 2px 18px;
}
#menu p a {
	color: #000000;
	text-decoration: none;
}
#menu p a:hover {
	color: #b05019;
	text-decoration: underline;
}
#menu p a.active {
	color: #ffffff;
	background-color: #b05019;
}
#menu p a.active:hover {
	color: #000000;
	text-decoration: underline;
}
#content {
	width: 660px;
	height: 450px;
	border: 1px solid #b05019;
	float: left;
	margin-bottom: 5px;
	overflow: auto;
}

#content h2 {
	font-size: 16px;
	color: #ab4f1e;
	line-height: 17px;
	margin: 0px;
}

#content p.bruin {
	color: #ab4f1e;
}


div.assortiment_item {
	width: 115px;
	margin: 6px;
	float: left;
	cursor: pointer;
}
div.assortiment_item div.image {
	width: 115px;
	height: 88px;
}
div.assortiment_item div.tekst {
	background-color: #b05019;
	padding: 3px 2px 3px 2px;
}
div.assortiment_item div.tekst a {
	color: #ffffff;
	text-decoration: none;
}
div.assortiment_item div.tekst a:hover {
	text-decoration: underline;
}
div.strecher {
	clear: left;
}

#winkelmand {
	width: 210px;
	height: 97%;
	float: right;
	margin: 10px 5px 0px 0px;
}
#winkelmand div.header {
	width: 210px;
	height: 14px;
	background: url('../images/winkel_top.png') no-repeat;
}
#winkelmand div.middle {
	width: 210px;
	color: #ffffff;
	background: url('../images/winkel_middle.png') repeat-y;
}
#winkelmand div.middle p {
	margin: 0px;
	padding: 0px 8px 0px 5px;
}
#winkelmand div.bottom {
	width: 210px;
	height: 14px;
	background: url('../images/winkel_bottom.png') no-repeat;
}

table.winkelwagen {
	width: 630px;
	margin: 10px;
	color: #b05019;
	font: 11px Tahoma;
}
table.winkelwagen td,
table.winkelwagen th {
	padding: 3px;
	font-weight: normal;
}
table.winkelwagen td.border,
table.winkelwagen th.border {
	border-bottom: 1px solid #b05019;
}

#overlay2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#popArtikel {
	text-align: left;
	position: absolute;
	width: 502px;
	color: #b05019;
}
#popArtikel div.head {
	padding: 5px 12px 5px 12px;
	color: #ffffff;
	font-size: 14px;
	float: left;
	background: url('../images/popHead.gif') no-repeat;
}

#popArtikel div.head a {
	color: white;
}

#popArtikel div.image {
	width: 220px;
	margin: 5px;
	float: left;
}
#popArtikel div.tekst {
	width: 250px;
	margin: 5px;
	float: right;
	font-size: 14px;
}

#bottemTeksten {
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #a7855f;
}
#bottemTeksten a {
	color: #a7855f;
	text-decoration: none;
}
#bottemTeksten a:hover {
	text-decoration: underline;
}