@charset "UTF-8";
/* Common styles */
body {
	background: #bbae79;
	margin:0;
	padding:0;
}
body * {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}
a {
	color: #e66020;
}
a:hover {
	text-decoration:underline;
}
.divider {
	position:relative;
	background-image:url(../images/dottedLine.gif);
	background-repeat:repeat-x;
	height:1px;
	line-height:1px;
	margin:5px 0;
}
/* Faux shadow container */
#shadowContainer {
	position:relative;
	width:962px;
	margin: 30px auto;
}
/* Main inhoud */ 
#websiteContainer {
	position:relative;
	width:960px;
	background: url('../images/brownie/base.jpg') no-repeat left top #fff;
	border: 1px solid #6f6127;
	z-index: 100;
}
/* Header inhoud */
#headerContainer {
	position:relative;
	height:200px;
}
#cartContainer {
	position:relative;
	top:20px;
}
#cartContainer * {
	color:#ffffff;
}
#cartContainer a {
	color:#e66020;
	font-weight:bold;
}
#cartContainer a:hover {
	text-decoration:underline;
}
#cartHeader {
	height:16px;
	line-height:16px;
	background-image:url(../images/cart_put.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 24px;
	margin:0 0 5px;
	position:relative;
	font-weight:bold;
	color: #fff;
}
.cartDivider {
	position:relative;
	background-image:url(../images/luxe/divider_white.gif);
	background-repeat:repeat-x;
	height:1px;
	line-height:1px;
	margin:3px 0;
}
#cartContent, #cartPay {
	position:relative;
	height:16px;
	line-height:16px;
	background-position:right top;
	background-repeat:no-repeat;
}
#cartPay {
	background-image:url(../images/luxe/icons/afrekenen.png);
}
#menuContainer {
	position:relative;
	height:30px;
	line-height:30px;
	background: url(../images/luxe/buttonOver.jpg);
	background-position:left top;
	padding:0 0 0 2px;
}
#searchContainer {
	position:absolute;
	right:10px;
	height:30px;
	top:0;
}
#searchContainer form {
	margin:0;
	padding:0;
	line-height:normal;
}
#searchContainer .searchBoxMain {
	width:170px;
	height:16px;
	background-image:url(../images/luxe/searchField.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border:0px solid #ffffff;
	padding:3px 3px 0 3px;
	margin:5px 0 0;
	color:#ffffff;
}
#searchContainer .searchButtonMain {
	height:30px;
	width:45px;
	color:#ffffff;
	font-weight:bold;
	font-style:italic;
	line-height:30px;
	background-color:transparent;
	border:0px solid #ffffff;
	margin:0 15px 0 0;
	padding:0;
	cursor:pointer;
	display:block;
	float:left;
}
#menuContainer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menuContainer ul li {
	float:left;
	background-image:url(../images/luxe/menuDivider.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0 2px 0 0;
}
#menuContainer ul li a {
	display:block;
	padding:0 20px;
	height:30px;
	float:left;
	color:#ffffff;
	font-weight:bold;
}
#menuContainer ul li a:hover {
	background: url(../images/luxe/buttonOver.jpg);
	text-decoration:none;
}
#breadCrumbsContainer {
	height:24px;
	line-height:24px;
	padding:0 0 0 15px;
	font-style:italic;
	font-weight:bold;
	color:#000;
}
#breadCrumbsContainer * {
	color:#333;
}

#breadCrumbsContainer a {
	font-weight: normal;
}
#breadCrumbsContainer a:hover {
	text-decoration:underline;
}
#breadCrumbsContainer span {
	font-weight:normal;
	margin:0 0 0 5px;
}
#contentContainer {
	position:relative;
	margin:0 0 20px;
	padding:0 10px 10px;
	height:100%;
}
#menu1Container, #content, #loginContainer {
	float:left;
}
#content {
	width:554px;
	background: #fff;
	border:1px solid #e1e1e1;
	padding:5px;
}
#content h1, #content p {
	margin:0 0 10px;	
}
#content h1 {
	font-size:16px;
	color:#e66020;
}
#menu1Container {
	width:170px;
	margin:0 10px 0 0;
	background: #fff;
	border:1px solid #e1e1e1;
	padding:3px;
}
#loginContainer {
	width:176px;
	margin: 0 0 0 10px;
}
#loginHeader {
	height:16px;
	line-height:15px;
	font-weight:bold;
	background-image:url(../images/key.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 0 24px;
	margin: 0 0 5px;
	color:#fff;
}
#registerHeader {
	height:16px;
	line-height:15px;
	font-weight:bold;
	background-image:url(../images/user.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 0 24px;
	margin: 0 0 5px;
	color:#fff;
}
#serviceHeader {
	height:16px;
	line-height:15px;
	font-weight:bold;
	background-image:url(../images/telephone.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 0 24px;
	margin: 0 0 5px;
	color:#fff;
}
#voordeelHeader {
	height:16px;
	line-height:15px;
	font-weight:bold;
	background-image:url(../images/cart.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 0 24px;
	margin: 0 0 5px;
	color:#fff;
}
.offset {
	margin:5px 5px 0;
}
#login {
	width:166px;
}
#login a {
	font-weight:bold;
	color:#e66020;
}
#login .input {
	width:107px;
	border:1px solid #cccccc;
	margin:0 0 5px 0;
}
#login span {
	margin:0 0 2px;
	display:block;
}
#login .submit {
	background-color:#ffffff;
	border:1px solid #cccccc;
	font-weight:bold;
	cursor:pointer;
	margin:0;
}
#klant, #login, #callMeContainer, #cart {
	padding:5px;
	border:1px solid #e1e1e1;
	background: #fff;
	position:relative;
}
#cart {
	margin: 5px 0 0;
}
#klant {
	margin:5px 0 0 0;
	line-height:16px;
	width:166px;
}
#klant .header a {
	color:#000;
	font-size:16px;
	text-decoration:none;
}
#callMeContainer {
	padding:0;
	margin:5px 0 0;
	width:176px;
}
#callMeContainer ul {
	padding:0;
	margin:5px 0 0 30px;
}
#callMe {
	height:100px;
	line-height:16px;
	background-image:url(../images/belme.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#callMe a {
	height:100px;
	color:#e66020;
	font-weight:bold;
}
.breaker {
	clear:both;
	height:1px;
	line-height:1px;
	margin:0;
}

#logoContainer {
	position:absolute;
	color:#bbae79;
	font-weight:bold;
	font-size:30px;
	top:20px;
	left:20px;
}
#logoContainer span {
	color:#5e5946;
	font-weight:normal;
	font-size:30px;
}

div.producten div.productnaam {
}
div.producten div.productnaam a {
	font-weight:normal;
	font-size:10px;
	color:#666;
}
.categorienaam {
	padding:5px;
	background-image:url(../images/brownie/grad.jpg);
	background-repeat:repeat-x;

}
.vrijvaktitel {
	padding:5px;
	background-image:url(../images/brownie/grad.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	background-color: #9c8f87;
	color: #fff;
	font-weight: bold;
}
.categorienaam a * {
	color:#fff;
}
.form .input {
	border:1px solid #cccccc;
}
.form .submit {
	border:1px solid #cccccc;
	background-color:#ff6600;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
.form p strong {
	color:#e66020;
}
.categorie-naam {
	background-image:url(../images/luxe/catGrad.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
}
#puntenlijst, #vrijvak {
	position:relative;
	width:166px;
	padding:5px;
	border:solid 1px #e1e1e1;
	background: #fff;
	margin:5px 0 0;
}
#puntenlijst h1, #vrijvak h1 {
	margin:0 0 10px;
	font-size:14px;
	color:#000;
}
#puntenlijst ul {
	position:relative;
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
}
#puntenlijst ul li {
	background:url(/images/tick.png) no-repeat left top;
	padding:0 0 0 30px;
	line-height:16px;
	margin:0 0 5px;
}
.faq h2 {
	color:#464646;
	font-size:16px;
}
.faq ul {
	margin:10px;
	padding:0;
	line-height:16px;
}
.product-naam {
	font-size:15px;
	margin:10px;
}
#cart-underlay {
	position:absolute;
	top:0;
	right:10px;
	background:url(../images/luxe/cart-underlay2.png) no-repeat left bottom;
	width:156px;
	height:122px;
	padding:0 10px;
}
.footerContainer {
	margin:0 10px 20px;
	background:url(../images/brownie/footer.jpg) repeat-x top left;
	padding:5px;
	color:#fff;
}
.footerContainer a {
	color:#fff;
	text-decoration:underline;
}
.faqgroep {
	position:relative;
	width:176px;
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #ececec;
}
.end {
	margin:0 0 10px;
}
.groep {
	background-image:url(../images/brownie/grad.jpg);
	background-repeat:repeat-x;
	margin:3px 3px 0;
	color:#fff;
	background-color:#9a8f86;
}
.groep, .vragen {
	padding:5px;
}
.vraag a {
	color:#666;
	font-weight:normal;
}

.floralPattern,
.planbord {
	position: absolute;
}
.floralPattern {
	top:0;
	right: 0;
}
.planbord {
	top:4px;
	left:280px;
}
/* Shadows */
.topShadow {
	position: absolute;
	width: 1004px;
	height: 40px;
	z-index: 0;
	background: url('../images/brownie/topShadow.png') no-repeat left top;
	top: -17px;
	left: -21px;
}
.centerShadow {
	position: absolute;
	width: 1004px;
	z-index: 0;
	background: url('../images/brownie/centerShadow.png') repeat-y left top;
	top: 23px;
	bottom: 23px;
	left: -21px;
}
.bottomShadow {
	position: absolute;
	width: 1004px;
	height: 40px;
	z-index: 0;
	background: url('../images/brownie/bottomShadow.png') no-repeat left top;
	bottom: -17px;
	left: -21px;
}

a.mceItemAnchor {
	background: none !important;
	padding-left: 0px !important;
}