/** Main
------------------------------------------------------------------------------*/
html {
	overflow-y:	scroll;
}

body {
	font: 12px Arial;
}

input, select {
	font: 12px Verdana;
	padding: 2px 3px;
}

input.placeholder {
	color: #CCC;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0.5em 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0.5em 0;
}

h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0.5em 0;
}

a {
	text-decoration: none;
}

p {
	margin: 1em 0;
}

.clear {
	clear: both;
}

/* Kj
 ******************************************************************************/

.aantal_input img {
	position:	relative;
	top:		3px;
	cursor:		pointer;
}

.ie7 .aantal_input img {
	top: 1px
}

.aantal_input input {
	text-align: center;
    width: 30px;
	border: 1px solid #D5D5CB;
	font: 12px Verdana;
	padding: 3px 5px;
	color: #303030;
}


/* Main
 ******************************************************************************/

#content {
	position: relative;
}

#wrap {
	width: 960px;
	height: 600px;
	margin: 0 auto;
}

#header {
	height: 95px;
	padding: 5px 0;
	position: relative;
}

#header .logo {
	width: 800px;
	height: 95px;
}

/* Shop
 ******************************************************************************/

#shop-nav {
	padding: 2px 3px;
}

/* User
 ******************************************************************************/

#user-box {
	text-align: right;
	width: 160px;
	position: absolute;
	bottom: 3px;
	right: 0;
}

#user-box input {
	border: 0;
	margin-bottom: 3px;
	width: 149px;
}

#user-box button.submit {
	float: right;
}

/* Menu
 ******************************************************************************/

#menu {
	background: url(/theme/img/menu-bg.png);
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 150;
	position: relative;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
	display: block;
}

#menu a:hover {
	background: #714516;
	color: #FFF;
}

#menu ul.first {
    position: absolute;
	left: 0;
	top: 0;
}

#menu li {
	float: left;
	border-left: 1px solid #FFF;
	position: relative;
	background: url(/theme/img/menu-bg.png);
}

#menu li.first {
	text-align: center;
	width: 185px;
	border: 0;
}

#menu li ul {
	text-align: left;
	position: absolute;
	top: 29px;
	background: url(/theme/img/menu-bg.png);
	background-repeat: repeat-x;
	left: -1px;
	display: none;
}

#menu li ul a {
	width: 150px;
}

/* Menu (Voor WWO)
 ******************************************************************************/

#menuwwo {
	background: url(/theme/img/menu-bg.png);
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 150;
	position: relative;
}

#menuwwo a {
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
	display: block;
}

#menuwwo a:hover {
/*	background: #714516;*/
	background: #714516;
	color: #FFF;
}

#menuwwo ul.first {
    position: absolute;
	left: 0;
	top: 0;
}

#menuwwo li {
	float: left;
	border-left: 1px solid #FFF;
/*	position: relative;*/
/*	background: url(/theme/img/menu-bg.png);*/
}

#menuwwo li.first {
	text-align: center;
	width: 185px;
	border: 0;
}

#menuwwo li ul {
	position: absolute;
	width: 898px;
	top: 29px;
	min-height: 100px;
	padding: 10px 30px 10px 30px;
	background-color: #DDD;
	margin: 0px;
	left: 0px;
	display: none;
	border: 1px solid black;
}

/*#menuwwo li ul a {
	width: 150px;
}*/

/* Afbeeldingen in submenu's '*/

/*#menuwwo li ul .subchilds {
	width: 930px;
	min-height: 100px;
	height: auto;
	padding: 10px 30px 10px 30px;
	margin: 0px;
	background-image: url(../img/main/menu_niveau3.png);
	background-repeat: repeat-y;
	overflow: hidden; }*/

#menuwwo li ul li.productBox {
	width: 110px;
	height: 160px;
/*	float: left;*/
	margin: 6px;
/*	overflow: visible;*/
	border: 1px solid #eaeaea;
/*	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	padding: 10px;
	text-align: center;
	position: relative; }
#menuwwo li ul li.productBox:hover {
	background-color: #FFF !important;
}
#menuwwo li ul li.productBox a {
	color: #000 !important;
	padding: 0px !important;
}
#menuwwo li ul li.productBox a:hover {
	color: #000 !important;
	background-color: transparent !important; 
}
#menuwwo li ul li.productBox h3 {
/*	width: 110px;*/
	font-size: 12px;
/*	font-weight: normal;*/
	line-height: 15px;
/*	height: 32px;*/
/*	overflow: hidden;*/
/*	margin-bottom: 5px;*/
/*	white-space: normal;*/
	color: #000; }
#menuwwo li ul li.productBox.groep h3 {
    font-size: 12px;
    font-weight: bold; }
#menuwwo li ul li.productBox:hover {
    background-color: #f3f3f3; }
#menuwwo li ul li.productBox div.loading,
  #menuwwo li ul li.productBox img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
    border: 1px solid #f3f3f3; }
#menuwwo li ul li.productBox div.loading.loading,
#menuwwo li ul li.productBox img.loading {
	background-image: url("../img/loading.gif");
	background-color: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat; 
}

/* Servicemenu (Boven header, voor WWO)
 ******************************************************************************/
#servicemenu {
/*	background: url(/theme/img/menu-bg.png);*/
	margin-top: 5px;
/*	margin-bottom: 10px;*/
	height: 30px;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 11px;
	z-index: 160;
	position: relative;
}

#servicemenu a {
/*	color: #837722;*/
	color: #4D4D4D;
	text-decoration: none;
	padding: 0 7px;
	display: block;
}

#servicemenu a:hover {
	color: #837722;
/*	color: #FFF;*/
/*	font-weight: bold;*/
/*	background-color: #B2B1A8;*/
}

#servicemenu ul.first {
    position: absolute;
/*	left: 0;*/
	top: 0;
}

#servicemenu li {
	float: left;
	border-left: 1px solid #837722;
	position: relative;
/*	background: url(/theme/img/menu-bg.png);*/
}

#servicemenu li.first {
	text-align: center;
/*	width: 120px;*/
	border: 0;
}

#servicemenu li ul {
	position: absolute;
	top: 20px;
	background-color: #B2B1A8;
	border-bottom: 1px solid #837722;
/*	background: url(/theme/img/menu-bg.png);*/
	left: -1px;
	display: none;
}

#servicemenu li ul a {
/*	width: 150px;*/
}

/* Main
 ******************************************************************************/

#breadcrumb a {
	font-size: 11px;
	text-decoration: none;
}

#wrap-right {
	margin-left: 185px;
	min-height: 600px;
	padding: 20px;
}

#wrap-right.section-shop {
	padding: 0 0 10px 0;
}

hr.breadcrumb-bottom {
	border: 0;
	height: 0;
	margin-left: -5px;
}

/* Sidebar
 ******************************************************************************/

#sidebar {
	width: 175px;
	min-height: 600px;
	float: left;
	padding: 5px;
	padding-top: 30px;
	color: #FFF;
	overflow-x: hidden;
}

#sidebar form.search input,
#sidebar form.search button,
#sidebar form.search select
{
	border: 0;
	font-size: 11px;
	padding: 2px 3px;
	width: 140px;
	margin-top: 3px;
}

#sidebar form.search button.submit {
	width:		25px;
	padding:	1px;
}

#bedragenkeuze { color: #444; }
#bedragenkeuze.empty { color: #CCC; }

/* Artikelen / Groep
 ******************************************************************************/

div.artikel-groep {
	padding-bottom: 20px;
	margin-left: 20px;
}

div.artikel-groep .navigation {
	text-align: center;
	padding: 10px 0;
}

div.artikel-groep .navigation a {
	color: #000;
	text-decoration: none;
}

div.artikel-groep .navigation a:hover {
	color: #9B141B;
}

div.artikel-item {
	background-color: #e5d6a9;
	padding: 5px;
	width: 160px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 217px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

div.artikel-item img {
	max-width: 160px;
	max-height: 160px;
}

div.artikel-item .price {
	line-height: 20px;
	position: absolute;
	left: 5px;
	right: 5px;
	top: auto;
	bottom: 5px;
}

div.artikel-item .title {
	white-space: normal;
	color: #7e562a;
	padding-bottom: 2px;
	text-align: center;
	height: 30px;
}

div.artikel-item .price a {
	background-color: #bfbfbf;
	width: 80px;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
}

div.artikel-item .price a.order {
	background-color: #00960F;
}

div.groep-item {
	background-color: #e5d6a9;
	padding: 5px;
	width: 160px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	height: 181px;
	text-align: center;
}

div.groep-item .title {
	text-align: center;
	padding-bottom: 5px;
}

div.groep-item img {
	/*width: 160px;*/
        max-width: 160px;
	max-height: 160px;
}

/* Roundabout
 ******************************************************************************/

.roundabout-holder {
	list-style: none;
	width: 75%;
	height: 10em;
	margin: 1em auto;
}

.roundabout-moveable-item li
{
	height: 8em;
	width: 8em;
	font-size: 2em;
	cursor: pointer;
	overflow: hidden;
}

.roundabout-moveable-item img {
	height: 8em;
	width: 8em;
	font-size: 2em;
}

.roundabout-in-focus {
	cursor: pointer;
}


/* Artikel Details
 ******************************************************************************/

/* Standaard alles verbergen */
.artikel-has-relateerd table.artikel-table,
.artikel-has-relateerd .artikel-omschrijving,
.artikel-has-relateerd .artikel-prijs {
	display: none;
}

/* Prijzen */
.artikel-prijs {
	position: relative;
}

.artikel-prijs .prijs-van {
	text-decoration: line-through;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
}

.artikel-prijs.aanbieding {
	height: 60px;
}

.artikel-prijs .prijs-voor {
	position: absolute;
	right: 0;
	bottom: 0;
}

.prijs-details {
	text-align: center;
	font-size: 22px;
	margin-top: 25px;
}

/* Artikel Detail
 ******************************************************************************/

.artikel-go-back {
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 15px;
}

.artikel-go-back img {
	vertical-align: middle;
}

.artikel-detail {
	margin-left: 35px;
	padding-top: 60px;
}

/* Afbeelding Gallerij */
.artikel-detail .afbeelding-gallerij {
	text-align: center;
	position: relative;
	height: 200px;
}

.artikel-detail .afbeelding-gallerij ul {
    height: 85px;
    left: 2px;
    width: 100%;
}

.artikel-detail .afbeelding-gallerij ul li {
}

.artikel-detail .artikel-omschrijving {
	background:		#d2c394;
	width:			440px;
	min-height:			500px;
	color:			#7e562a;
	margin-right:	15px;
	float:			left;
}

.artikel-bar {
	background: #d2c394;
	float: left;
	width: 245px;
	height: auto;
	position: relative;
}

.artikel-bar .gerelateerde-artikelen select {
	width: 100%;
	font-family: Verdana;
	border: 3px solid #AF967A;
}

.gerelateerde-tables table {
	display: none;
}
.gerelateerde .artikel-omschrijving {
	display: none;
}

.artikel-bar-inner {
	padding: 10px;
}

.artikel-bar table td {
	padding: 3px 2px;
}


.artikel-bar .artikel-bar-header {
	background:		#9B141B;
	padding:		10px;
	font-size:		28px;
	font-weight:	bold;
	color:			#FFF;
	text-align:		center;
}

.artikel-bar .artikel-bar-header .strike {
	text-align: left;
	font-size:		18px;
	text-decoration: line-through;
}

.artikel-bar .artikel-bar-footer {
	background: #9b141b;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
}

/* Winkelwagen
 ******************************************************************************/

.winkelwagen {
	border-collapse: collapse;
	width: 100%;
}

.winkelwagen tr.order-artikel {
	/*height: 50px;*/
}

.winkelwagen thead td {
	background-color: #714516;
	font-weight: bold;
	color: #FFF;
}

.winkelwagen td {
	padding: 5px;
	vertical-align: top;
}

.winkelwagen thead td.afbeelding {
	padding: 5px 0 0 5px;
}

.winkelwagen tbody td.afbeelding {
	padding: 5px 0 0 5px;
	height: 50px;
}

.winkelwagen tbody td.afbeelding img {
	height: 40px;
	width: 40px;
}

.winkelwagen .prijs {
	text-align: center;
	width: 50px;
}

.winkelwagen .artikelnummer {
        text-align: center;
        width: 30px;
}

.winkelwagen .korting {
	text-align: center;
	width: 50px;
}

.winkelwagen .subtotaal {
	text-align: right;
	width: 110px;
}

.winkelwagen .aantal {
	width: 90px;
	text-align: center;
}

.winkelwagen .aantal img {
	position: relative;
	top: 3px;
}

.winkelwagen .totaal {
	text-align: right;
	font-weight: bold;
}
.winkelwagen .verwijder {
	width: 20px;
	text-align: center;
}

.winkelwagen img.delete {
	position: relative;
	top: 3px;
	cursor: pointer;
}

.winkelwagen .aantal_input {
	text-align: center;
}


/* Korting
 ******************************************************************************/
.korting {
	border-collapse: collapse;
	width: 360px;
}
.korting .placeholder {
	color: grey;
}

/* Ajax
 ******************************************************************************/

.ajax-icon {
	display: none;
}

/* Footer
 ******************************************************************************/

#footer {
	clear: both;
	padding: 5px 0 0 0;
    text-align: center;
	width: 960px;
}
#footer a {
	text-decoration: none;
}

#footer ul {
	display: inline-block;
	max-width: 240px;
	overflow: hidden;
	vertical-align: top;
	padding: 0 15px;
/*	margin-bottom: 20px;*/
}

#footer ul li {
    font-weight: normal;
    height: 17px;
    line-height: 1.5;
    overflow: hidden;
    text-align: left;
}

#footer ul li.group {
	font-weight: bold;
}
#footer ul li.bezorging {
	background: url("../img/postnl.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    width: 60px;
}

/* Img test
 ******************************************************************************/

.img-test {
	display: inline;
    font-size: 2em;
    height: 4em;
    width: 8em;
	background: #CCC;
}

/* Sitemap
 ******************************************************************************/

div.page-sitemap ul {
	padding-left: 40px;
	line-height: 20px;
}

/* Artikel loader
 ******************************************************************************/

#bestel-loader {
	text-align: center;
	display: none;
}

#bestel-success div {
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}

/* Blocks
 ******************************************************************************/

fieldset.block-grey {
	border: 1px solid #333;
	width: 450px;
	min-height: 300px;
	float: left;
	
}

fieldset.block-grey div.inner {
	margin: 10px;
}

fieldset.block-grey h3 {
	background: #343434;
	color: #FFF;
	font-weight: bold;
	padding: 2px 3px;
}

/* Inschrijfformulier in footer
 ******************************************************************************/
.inschrijving {
	border: 0;
	font-size: 11px;
/*	padding: 2px 3px;*/
	margin-top: 3px;
}

.submitinschrijving {
	background-color: #00960F;
	border: none;
	color: #FFF;
	text-align: center;
	width: 100px;
	font: 12px Arial;
}

/* KJ link in footer
 ******************************************************************************/

#kjfooter {
	margin-right: 100px;
	text-decoration: none;
}

.clip img {
	max-width: 100% !important;
	max-height: 100% !important;
        width: auto !important;
        width: auto !important;
}