/* ##### ALGEMENE INFORMATIE ##### */
*, html {
	margin: 0;
	padding: 0;
}

body {
	color: #5e5e5e;
	font-size: 14px;
	font-family: "Calibri", "Arial", "Helvetica";
}
div.clear {display:block;}
a {
	color: #ff8808;
	text-decoration: underline;
}

a:hover {
	color: #5e5e5e;
}

h1 {
	margin-top: 10px;
}

h2 {
	font-weight: bolder;
	color: #ff8808;
}

h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #ff8808;
	margin-top: 10px;
}

img {
	border: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#pagecontainer {
	width: 100%;
	min-height: 750px;

}

/* ##### HEADER INFORMATIE ##### */
#headercontainer {
	width: 100%;
	height: 140px;
	background-image: url(../images/bg-header-or.png);
}


#header {
	margin: auto;
	width: 960px;
	padding-left: 6px;
	padding-right: 6px;
	height: 140px;
}

#header a {
	color: #5e5e5e;
	text-decoration: none;
}

#header a:hover {
	color: #1b75bc;
}

#logo {
	height: 82px;
	width: 250px;
	float: left;
	padding-top: 12px;
	padding-left: 20px;
}

#logo img{
	border: 0;
}

#taalmenu {
	height: 23px;
	padding-top: 3px;
	text-align: right;
	width: 680px;
	float: left;
}

#taalmenu img {
	border: 0;
}

#taalmenu .active {
	color: #1b75bc;
	text-decoration: none;
}
#taalmenu ul {
	float: right;
}
#taalmenu li {
	float: left;
	list-style: none;
	/* border-left: 1px solid gray; */
	padding-left: 3px;
	padding-right: 3px;
}
#taalmenu li:first-child {
	border-left: 0px;
}

#taalmenu li:nth-child(2) {
	border-left: 0;
}

#taalmenu li img {
	width: 32px;
}

#topmenu {
	height: 25px;
	padding-top: 10px;
	width: 680px;
	float: left;
}
#topmenu ul {
	list-style: none;
	/*list-style-image: url("../images/bullet.png");*/
	float: right;
}
#topmenu li {
	float: left;
	margin-left: 20px;
}
#winkelwagen {
	color: #1b75bc;
	text-align: right;
	padding-top: 10px;
	height: 23px;
	width: 680px;
	float: left;
}
#winkelwagen a {
	color: #ff8808;
}

#socialmedia {
	float: left;
	text-align: right;
	width: 388px;
	height: 22px;
	margin: 0;
	padding: 0;
	margin-top: -3px;
	border: 0;
}
#socialmedia img{
	border: 0;
}

#hoofdmenu {
	height: 35px;
	width: 660px;
	float: left;
	overflow: hidden;
}
#hoofdmenu ul {
	padding-top: 6px;
	padding-left: 10px;
	float: left;
	list-style: none;
}

#hoofdmenu ul li ul {
	display: none;
}

#hoofdmenu li {
	float: left;
	font-size: 20px;
	font-weight: bolder;
	margin-left: 50px;
}

#hoofdmenu li:first-child {
	margin-left: 10px;
}

#hoofdmenu li:last-child {
	margin-left: 50px;
	float: left;
}

#hoofdmenu a {
	color: #ffffff;
}

#hoofdmenu a:hover {
	color: #ffffff;
}

#hoofdmenu ul li ul li a {
	display: none;
}

#zoeken {
	height: 28px;
	padding-top: 7px;
	width: 300px;
	float: left;
}

#zoeken  input{
	height: 18px;
	width: 180px;
	color: #5e5e5e;
	padding-left: 3px;
	border: 1px solid #5e5e5e;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
}

#zoeken  .submit{
	float: left;
	margin-top: 1px;
	margin-left: 5px;
	height: 20px;
	color: #ffffff;
	font-weight: bolder;
	background-image: url(../images/balk-or.png);
	background-position: center;
	border: 0px solid blue;
	width: 100px;
}

#copy {
	cursor: text;
}

table.form {
	margin-left: 10px;
}

/* ##### MAIN INFORMATIE ##### */
.rodebutton {
	padding: 2px;
	padding-left: 10px;
	height: 26px;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	border: 2px solid #ff8808;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	background-image: url(../images/balk-or.png);
	background-position: right;
}

.rodebutton h1 {
	margin-top: 0;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
}

#order-now {
	text-align:center;
	margin-top:10px;
}

#order-now .rodebutton-small {
	padding-left: 6px;
	cursor:pointer;
	font-size: 17px;
	font-weight: bolder;
	color: #ffffff;
	border: 2px solid #ff8808;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	background-image: url(../images/balk-or.png);
	background-position: right;
	text-align:left;
	width:129px;
	height:32px;
	padding-bottom:3px;
	margin-top:-5px;
	font-family:"Calibri","Arial","Helvetica";
}

.blauwebutton {
	padding: 2px;
	padding-left: 10px;
	height: 26px;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	border: 2px solid #297dc0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
	background-image: url(../images/balk-blauw-or.png);
	background-position: right;
}

.blauwebutton-bestel {
	padding: 2px;
	padding-left: 10px;
	height: 26px;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	border: 2px solid #297dc0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
	background-image: url(../images/balk-blauw-or.png);
	background-position: right;
}

#main {
	margin: auto;
	width: 960px;
	padding-left: 6px;
	padding-right: 6px;
	min-height: 450px;
	padding-bottom: 10px;
}

#left {
	width: 320px;
	float: left;
}

#leftmenu {
	min-height: 360px;
	width: 290px;
	padding: 5px;
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
}

#leftmenu  ul{
	margin-top: 10px;
	list-style: none;
}

#leftmenu ul li{
	border-bottom: 1px solid #afafaf;
	padding: 3px;
	padding-left: 10px;
}

#leftmenu li:first-child{
	border-top: 1px solid #afafaf;
}

#leftmenu ul li  a {
	color: #000000;
	font-weight: bolder;
	font-size: 20px;
	text-decoration: none;
}
#leftmenu ul li ul li.layer2 {
	padding-left:0px !important;
	margin-right:5px !important;
	font-size:12px;
}

#leftmenu ul li ul li.layer2 a {
	font-size:15px !important;
	color:#000;
}

#leftmenu ul li ul li.layer2 a.layer2 {
	font-size:15px !important;
	color:#000;
}

#leftmenu ul li ul li.active a {
	color:#1e75bc !important;
}
#leftmenu ul li ul li:last-child  {
	margin-bottom:5px;
}

#leftmenu  a:hover {
	color: #1e75bc;
}

#leftmenu ul li.active a {
	color: #1e75bc;
}

#protectedshops {
	float: right;
	margin-top: 10px;
}

#leftinfo {
	width: 290px;
	height: 256px;
	padding: 5px;
	margin: 10px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
}

#leftinfo img{
	float: right;
	margin: 5px;
	margin-right: 0px;
	margin-top: 10px;
	border: 0;
}

#leftinfo ul{
	font-size: 15px;
	padding: 5px;
	margin: 0px;
	margin-left: 15px;
	padding-top: 5px;
	color: #000000;
}

#leftinfo li{
	padding-top: 6px;
}

#leftinfo li a {
	text-decoration: none;
	color: #5e5e5e;
}

#right {
	width: 640px;
	float: left;
}

#content {
	min-height: 347px;
	width: 610px;
	padding: 5px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
}

#content h1 {
	padding-left: 15px;
}

#home {
	height: 360px;
	width: 610px;
	padding: 5px;
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
}

#home img {
	height: 360px;
	width: 610px;
	border-radius: 5px;
	border: 0;
}

.slide-tekst-wrapper {
	background-color: #ffffff;
	opacity: 0.5;
	width: 610px;
	height: 100px;
	position:relative;
	z-index: 10;
	margin-top: -120px;
}

.slide-tekst {
	color: #1a75bb;
	font-size: 20px;
	opacity: 1.0;
	margin-top: -100px;
	position: relative;
	z-index: 20;
	width: 595px;
	height: 70px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	text-shadow: #a2a2a2 0px 3px 2px;
}

.slide-tekst a {
	color: #1a75bb;
	text-decoration: none;
}

.slide-tekst strong {
	color: #ff8808;
	font-size: 25px;
}

.slides a {
	text-decoration: none;
}

.homeitem {
	float: left;
	width: 290px;
	height: 200px;
	padding: 5px;
	margin: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
}

.homeitem img {
	float: left;
	width: 130px;
	height: 130px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	z-index: 5;
}

.homeitem h2 {
	padding-left: 5px;
	font-size: 20px;
}
.homeitem a {
	text-decoration: none;
}

.homeitem a:hover {
	color: #ff8808;
}

.homeitemtekst {
	height: 150px;
	width: 150px;
	padding: 5px;
	float: left;
}

.homeitemtekst a {
	color: #5e5e5e;
	}

.homeitemtekst a:hover {
	color: #5e5e5e;
}

.homeitemprijs {
	margin: 10px;
	color: red;
	font-size: 28px;
}

.homeitemprijssup {
	color: red;
	position: relative;
	top: -12px;
	font-size: 14px;
}

.homeitem .blauwebutton {
	width: 120px;
	margin-right: 10px;
	float: right;
}

.homeitem .blauwebutton a{
	color: #ffffff;
}

/* ##### PRODUCT ##### */
.product a {
	text-decoration: none;
}

.product {
	width: 140px;
	/*height: 230px;*/
	height: 335px;
	border: 1px solid #afafaf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 5px 10px 5px 0;
	float: left;
}
.product .prijs {
	height: 34px;
}

.product .shoppingcartorderbutton {
	margin-left:5px;
	background:none;
	color:red;
	border:none;
	box-shadow:none;
	text-align:center;
	width:140px;
	font-size:12px;
	margin-top:-2px;
}

.shoppingcartorderbutton {
	/* margin-right: 20px; */
}

.product h2 a {
	font-weight:bold;
	margin-top:-15px;
	line-height:1.0;
	height:55px;
	display:block;
	overflow:hidden;
}

.product-h2 {
	margin-top:0px !important;
}

.product h2  {
	line-height: 1.1;
	height: 40px;
	height:45px;

}

.category {
	height: 335px;
}

.category h2 a {
	font-size:14px;
	font-weight:bold;
	line-height:1.0;
	display:block;
	margin-bottom:12px;
}

.product .product-tekst-lijst p.product-tekst {
	font-size:12px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right:15px;
	overflow: hidden;
	color: #000000;
	line-height: 14px;
}

.product .product-tekst-lijst  ul li {
	margin-left: 30px;
}

.product-tekst-lijst {
	height:52px;
	margin-bottom: -5px;
	margin-top: 5px;
	font-size: 12px;
	overflow: hidden;
}

.productafbeelding {
	height: 140px;
	/* width: 140px; */
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.product img {
	max-height: 120px;
	max-width: 120px;
	margin-top: 5px;
	margin-bottom: 12px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

.productdetails {
	float: left;
	width: 427px;
	margin-right: 15px;
	margin-left: 6px;
	min-height: 100px;
}

.productdetails .blauwebutton {
	width: 113px;
	margin-left: 5px;
}

.productdetails .blauwebutton a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

.producttekst {
	padding: 15px;
	width:100%;
	box-sizing: border-box;
}

.producttekst ul li {
	margin-left: 40px;
}

.bestellen {
	text-align:left;
	width: 100%;
	margin-top: 28px;
	float: left;
}

.bestellen-inner {
	width: 100%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	margin-bottom: 15px;
}

.formaat {
	width: 100%;
	float: left;
	padding: 7px 0;
	box-sizing: border-box;
}

.artikel-stuks {
	width: 37%;
	float: left;
	box-sizing: border-box;
	padding: 0 3px;
	font-size: 13px;
	line-height: 30px;
}

.artikel-voorraad {
	width: 30%;
	float: left;
	box-sizing: border-box;
	padding: 0 3px;
}

.artikel-prijs {
	width: 33%;
	float: left;
	box-sizing: border-box;
	padding: 0 3px;
	line-height: 29px;
}

.bestel-product {
	width: 40px;
	height: 30px;
	float: right;
	background: orange;
	border-radius: 4px;
}

.bestel-product input[type="submit"] {
	width: 40px;
	height: 30px;
	float: left;
	background: orange;
	background: url(/images/shop-cart.svg) no-repeat;
	background-size: 20px 20px;
	background-position: 10px 5px; 
	border: 0;
	border-radius: 4px;
}

.bestel-product input[type="submit"]:hover {
	cursor: pointer;
}

.bestel-product > img {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-left: 10px;
}

.bestellen .prijs {
	width: 175px;
	text-align: left;
	height: 30px;
	font-size: 24px;
	color: #297dc0;
	float: left;
}

.shoppingcartform .bestellen .blauwebutton  {
	padding:0px 30px 0px 0;
	margin-left: 10px;
	height:30px;
	float: left;
	box-sizing: border-box;
}

.bestellen .blauwebutton  a{
	margin-left: 10px;
	font-size: 24px;
}

.bestellen .shoppingcartorderbutton {
	margin-top: 4px;
}

form.shoppingcartform .bestellen input.shoppingcartorderbutton {
	/* margin-bottom: 5px; */
}

.productfotos {
	width: 470px;
	float: left;
	margin-left: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.productfotos img.hoofdfoto {
	width:100%;

	border: 1px solid #b4b4b4;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 5px;
	
}

.productfotos  div.thumbnail {
	width:63px;
	height:63px;
	float:left;
	margin-right: 4px;
}

.productfotos  div.thumbnail img {
	width:63px;
	height:63px;
	border: 1px solid #b4b4b4;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 5px;
}

.detailtekst {
	min-height: 100px;
	margin-left: -6px;
	margin-bottom: -5px;
	margin-top: 5px;
	width: 600px;
	padding: 10px;
	border-top: 1px solid #5e5e5e;
	background-color: #eaf1f9;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.detailtekst p {
	margin-top: 10px;
}

.detailtekst ul {
	margin-top: 14px;
}

.detailtekst ul li, ol li{
	margin-left: 40px;
}

.detailtekst-titel {
	color: #ff8808;
    font-weight: bolder;
	font-size: 21px;
}

.product .blauwebutton {
	width: 110px;
	margin-left: 5px;
	padding-top:0px;
}

.product .rodebutton {
	width: 113px;
	margin-left: 5px;
	padding-top:0px;
}

.product .blauwebutton a {
	color: #ffffff;
	font-size: 17px;
	margin-top:-2px;
	box-sizing: border-box;
}

.product .rodebutton a {
	color: #ffffff;
	font-size: 17px;
	margin-top:-2px;
}

.product h2 {
	font-size: 18px;
	margin-top: 5px;
	color: #1e75bc;
	text-align: center;
}
.product a {
	color: #1e75bc;
}

.prijs {
	text-align: center;
	font-size: 20px;
	height: 40px;
	color: #000000;
	padding-top: 15px;
	margin-bottom: 10px;
}
.prijs span.price  span.label {
	display:block;
}

span.label {
	font-size: 10px;
	margin-top: -13px;
	margin-right: 15px;
	color: #1e75bc;
	text-align: right;
}

.actieprijs {
	color: #1e75bc;
	font-weight: bolder;
	font-size:15px;
	margin-left: 4px;
}

.actieprijs2 {
	color: #1e75bc;
	font-weight: bolder;
	font-size:17px;
	margin-left: 4px;
	width: calc(100% - 55px);
	float: left;
	text-align: right;
}

.oudeprijs {
	position: relative;
	text-decoration: line-through;
	font-size: 12px;
	color: #000000;
	width: 95%;
	padding-left: 5%;
	float: left;
	text-align: left;
}

.prijs-sup {
	position: relative;
	top: -8px;
	font-size: 13px;
}

.eigenschap {
	margin-top: -5px;
	display: inline;
	float: left;
}

.bestel-klik {
	border: 1px solid #ff8808;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 2px 0 12px
}

.eigenschap .oudeprijs {
}

.eigenschap .actieprijs {
	margin-right: 30px;
}

.shoppingcartorderbutton_actie {
	/*margin-top: -17px;*/
	display: inline;
	float: right;
}

/* ##### FOOTER INFORMATIE ##### */
#footercontainer {
	width: 100%;
	height: 143px;
	background-image: url(../images/bg-footer-or.png);
}


#footer {
	margin: auto;
	width: 960px;
	padding-left: 6px;
	padding-right: 6px;
	height: 143px;
	background-repeat: y-repeat;
	color: #000000;
}

#footer a {
	text-decoration: none;
}

#bottommenu {
	padding-left: 20px;
	height: 35px;
	float: left;
}
#bottommenu ul {
	float: left;
	padding-top: 8px;
	list-style: none;
}

#bottommenu li ul {
	padding-top: 15px;
}

#bottommenu li {
	width: 120px;
	height: 30px;
	list-style: none;
	float: left;
	font-size: 20px;
	font-weight: bolder;
}

#bottommenu li.normal a {

}

#bottommenu li li {
	display: block;
	height: 15px;
	width: 150px;
	font-size: 12px;
	font-weight: normal;
}

#bottommenu li li a {
	color: #000000;
}

#bottommenu a {
	color: #ffffff;
}

#naw {
	padding-top: 10px;
	font-size: 12px;
	height: 50px;
	width: 145px;
	margin-top: 40px;
	margin-left: -480px;
	float: left;
}

#beslist {
	margin-left: 40px;
    margin-top: 50px;
}

#payment {
	text-align: right;
	padding-top: 50px;
	font-size: 10px;
	height: 70px;
	width: 235px;
	padding-right: 5px;
	float: right;
}

#payment a {
	color: #000000;
}

.clear {
	clear: both;
}

.content-item {
	padding:0px 10px 0px 10px;
}

.content-item ul li {
	margin-left: 40px;
}

#content .content-item h1 {
	padding-left:0px;
}

#content .content-item h2 {
	padding-left:0px;
}

#content .content-item h3 {
	padding-left:0px;
}

#content .content-item h4 {
	padding-left:0px;
}

#content .content-item h5 {
	padding-left:0px;
}

#cartcontentssummary {
	position: relative;
}

p.menutitle {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
}

.cart_total_amount {
	font-size: 9pt;
	font-weight: bold;
	color: red;
	padding: 1px 0 1px 50px;
	display: block;
}
#toshoppingcartbutton {
	border: 3px outset #009036;
	background-color: #009036;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 30px;
	background-image: url(/images/bg_white_arrow_right.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.buttonred, .button {
    background-image: url("../images/balk-blauw-or.png");
    background-position: right center;
    border: 2px solid #297DC0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #888888;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bolder;
    height: 26px;
    padding: 2px 35px 2px 10px;
	margin-top:28px;
}

.button3 {
    background-image: url("../images/balk-blauw-or.png");
    background-position: right center;
    border: 2px solid #297DC0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #888888;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
    height: 20px;
    padding: 2px 45px 2px 10px;
	text-decoration:none;
}

.button4 {
    background-image: url("../images/balk-or.png");
    background-position: right center;
    border: 2px solid #ff8808;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #888888;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
    height: 20px;
    padding: 2px 45px 2px 10px;
	text-decoration:none;
}
.button4:hover{
	color:#fff;
}

.Bevestig-order {
	margin-top:0px;
	font-size:15px;
	text-decoration:none;
	height:22px;
	padding-right:45px;
	padding-top:2px;
}

.Bevestig-order:hover {
	color:#fff;
}

/* promo */
#btnEnterpromocode {
	background:none;
	color:#297DC0;
	border:none;
	width:140px;
	min-height:23px;
	height:auto;
	margin-left:240px;
	margin-top:0px;
	padding-left: 15px;
}

span#enterPromoCodeButtonName {
	text-align:center;
	font-size:12px;
	line-height:2.0;
}

span#enterPromoCodeHelp {
	border-radius:5px;
	box-shadow:0 0 2px #888888;
	background-color:#297DC0;
	color:#fff;
	width:10px;
	height:13px;
	margin-top:4px;
	margin-right:-25px;
	text-align:center;
	float:right;
	display:inline;
}

input#inputEnterPromoCode {
	border:2px solid #eee! important;
	border-radius:9px;
	font-family:"Calibri","Arial","Helvetica" !important;
	color:#5e5e5e !important;
}

#btnEnterpromocodeExit {
	background:none;
	color:#297DC0;
	border:none; box-shadow:none;
	margin-top:5px;
	margin-left: 5px;
	font-size:10px !important;
	font-family: "Calibri", "Arial", "Helvetica";
	font-weight:normal;
	width: 10px;
	display: inline;
}

#btnEnterpromocodeApply {
	background:none;
	color:#297DC0;
	border:none;
	box-shadow:none;
	margin-top:0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0;
	font-size:10px !important;
	font-weight:normal;
	width:12px;
	font-family: "Calibri", "Arial", "Helvetica";
	width: 10px;
	cursor: pointer;
}

.button3:hover {
	color:#fff;
}

.required-field {
	color:#ff8808;
}

.required label {
	color:#ff8808;
}

.button2:hover {
 color:#fff;
}

#toshoppingcartbutton a {
	color: white;
	width: 100%;
	display: block;
}
#toshoppingcartbutton a:hover {
	color: #FFED00;
}
#recently_viewed ul li a {
	background-image: none;
	padding-left: 5px;
}
#article_a_z ul li a {
	background-image: none;
	padding-left: 20px;
	position: relative;
}
#article_a_z ul li a .start_letter {
	position: absolute;
	left: 5px;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
.shoppingcarthomelistingitem {
	width: 280px;
	margin-left: 10px;
	position:relative;
}
.homepage .odd {
	float:left;
}
.homepage .even {
	float:right;
}
.shoppingcartlisting {
	clear: both;
}
.homeruler {
	border-bottom: 1px solid #999999;
	width: 630px;
}
.shoppingcartlistingitem {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-right:10px;
	width:592px;
	height:136px;
	display:block;
	background: no-repeat right top;
	background-color:red;
}
.shoppingcartitemlistingimage {
	float:left;
	padding:0 10px 0 0;
	width:130px;
}
.shoppingcartitemlistingimage img {
	border:3px double #004D1F;
}
.shoppingcartitemlistingdetails {
	float:left;
	padding-bottom:20px;
	width:400px;
}
.shoppingcartitemlistingdetails h3 {
	overflow:hidden;
	/**height:50px;**/
}
.shoppingcartitemlistingdetails h3 a {
	font-size:22px;
	line-height:24px;
	color: #004C21;
	font-weight: bolder;
	text-decoration: none;
}
.shoppingcartitemlistingdetails h3 a:hover {
	text-decoration:underline;
}
.shoppingcartlistingitem  .special {
	position:absolute;
	top:6px;
	left:402px;
}
.shoppingcartlistingitem  .price {
	position:absolute;
	top:96px;
	left:140px;
	font-weight:bold;
	font-size: 12pt;
	color: #ff0000;
}
.itemcart-price p {
	font-weight:bold;
	margin-top:30px;
}

.delete-row a {
	margin-top:30px !important;
	color:#ff8808;
	display:block;
	font-family:"Calibri","Arial","Helvetica";
}

.delete-row img {
	width: 12px;
	margin-right: 10px;
}

.delete-row a:hover {
	color:#5e5e5e;
}

.shoppingcartlistingitem  .price .label {
	color: #000;
}

.shoppingcartitemlistingbutton {
	position:absolute;
	top:82px;
	right:10px;
}
.shoppingcartitemlistingbutton p .button {
	border:2px outset #004D1F;
	color:white;
	float:right;
	font-size:8pt;
	font-weight:bold;
	margin-left:10px;
	padding-bottom:1px;
	padding-left:5px;
	padding-top:1px;
	padding-right:5px;
	text-transform:uppercase;
	background-color:#004D1F;

}
.shoppingcartitemlistingbutton p .red {
	background-color:#004D1F;
}
.shoppingcartitem {
	display:block;
}
.shoppingcartitemproperties .first {
	border-top:1px solid #EEEEEE;
}
.shoppingcartitemproperties h4 {
	font-size:10pt;
}
.shoppingcartitemproperty {
	border-bottom:1px solid #EEEEEE;
	display:block;
	padding-bottom:3px;
	padding-top:3px;
}
.shoppingcartitempropertylabel {
	display:block;
	float:left;
	padding-right:20px;
}
.shoppingcartitempropertyvalue {
	display:block;
	float:left;
}
.shoppingcartitemordercontainer {
	display:block;
	text-align:right;
	background:#96C11F;
	width:601px;
}
.shoppingcartorderbutton {
	background-image: url("../images/balk-or.png");
    background-position: right center;
    border: 2px solid #ff8808;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #888888;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
    height: 28px;
    /*margin-right: 20px;*/
	/* margin-left: 30px; */
    padding: 1px 45px 2px 10px;
    text-decoration: none;
	cursor:pointer;
	width: 100%;
}
.button-normal {
	border:none;
	background-color:none;
	color:#297dc0;
	background:none;
	margin-top:30px;
	font-family:"Calibri","Arial","Helvetica";
	text-decoration:underline;
	cursor:pointer;
}

.shoppingcartitems {
	width:100%;
}

.shoppingcartitemstock {
	padding:3px 0;
	text-align:left;
}
.shoppingcartitemimagecontainer {
	display:block;
}
.shoppingcartitemimagecontainer .mainimage {
	display:block;
	float:left;
	border:3px double #004D1F;
}
.shoppingcartitemimagecontainer .thumbnails {
	display:block;
	float:left;
	width:230px;
}
.shoppingcartitemimagecontainer .thumbnails .thumbnail {
	display:block;
	float:left;
	height:70px;
	margin-right:5px;
	text-align:center;
	width:70px;
	border:3px double #004D1F;
}
.shoppingcartitempropertyselect {
	border:1px solid #CCCCCC;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	height:25px;
}
.shoppingcartorderoverview {
	margin:0 10px 0 10px;
}

.shoppingcartorderoverview .header td {
	font-weight:bold;
	color:#5e5e5e;
	font-size:15px;
	font-family:"Calibri","Arial","Helvetica";
}
.shoppingcartorderoverview p.productnaam-winkelwagen {
	margin-top:30px;
}
.shoppingcartorderoverview .item td {
	border-bottom:1px solid #EEEEEE;
	padding-bottom:5px;
	padding-top:5px;
}
hr.ruler {
	background-color:#EEEEEE;
	border:0 none;
	color:#EEEEEE;
	height:1px;
}
.shoppingcartorderoverview input.aantal {
	border:2px solid #EEEEEE;
	border-radius:7px;
	margin:30px 10px 0 0;
	float:left;
	color:#5e5e5e;
	width:25px;
	display:block;
	height:20px;
	font-size:12px;
	text-align:center;
}
.shoppingcartorderoverview input.aantal:hover {
	color:#000;
	border-color:#297DC0;
}
.shoppingcartstepheader {
	margin:10px 10px 10px 10px;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}
.shoppingcartstepheader a {
	color:#ff8808;
	font-weight:bold;
	font-family:"Calibri","Arial","Helvetica";
}

.shoppingcartrelateditems {
	clear:both;
	margin-top:10px;
	width:100%;
}
.related-title{
	margin-left:0px;
	margin-bottom:10px;
	color: #ff8808;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 10px;
}

.shoppingcartrelateditems .thumbnail {
	display:block;
	float:left;
	height:70px;
	margin-right:5px;
	text-align:center;
	width:70px;

}

.shoppingcartrelateditems .thumbnail img {
}

.basket img.thumb {
	margin: 5px 0 5px 0;
}

.shoppingcartrelateditems h4 {
	font-size:10pt;
}

p.red {
	color:red;
}

input.missingfield {
	background-color:#FFAAAA;
}

#enterPromoCodeContainer {
	display:none;
	padding-top:10px;
	text-align:center;
	width:140px;
}

#enterPromoCodeContainer #inputEnterPromoCode {
	border:1px solid white;
	color:black;
	font-family:monospace;
	font-weight:bolder;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
	width:134px;
}

#btnEnterpromocodeExit {
	width:20px;
	cursor:pointer;
	height:15px;
	float: left;
}

#enterPromoCodeHelp {
	background-color:#FF0000;
	border:1px solid white;
	height:20px;
	margin-left:5px;
	padding-left:2px;
	padding-right:2px;
	width:20px;
}

#kortingscodeError {
	color:red;
	float:right;
	font-weight:bolder;
	padding:4px;
}

.amountvanprijs {
	text-decoration:line-through;
}

.floatclear {
	clear:both;
}

#shopcontainer {
	width:601px;
}

#shopcontainer .header {
	background:url(/images/groen-top.png) no-repeat;
	height:14px;
}

#shopcontainer .text {
	padding:0 4px 0 14px;
	background:#96C11F;
}

#shopcontainer .desc {
	float:right;
	width:220px;
}

#shopcontainer .bigimg {
	border:3px double #004D1F;
	float:left;
}

#shopcontainer .thumbnail {
	border:3px double #004D1F;
	margin:14px 14px 14px 0;
	float:left;
}

#shopcontainer .footer {
	background-color:red;
	height:14px;
}

#shopcontainer form {
	display:inline;
}

#shopcontainer table  td{
	border-top:2px solid #4B871F;
	padding:4px 0;
}

.normal {
	font-weight:normal;
}

.printorderbutton img {
	margin-left: 5px;
}

/** POPUP CSS **/
#popupBackground{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

#popupContainer{
	display:none;
	position:fixed;
	height:468px;
	width:620px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#popupClose{
	right:-23px;
	top:-25px;
	position:absolute;
	display:block;
	cursor:pointer;
}

.shoppingcartorderpage {
	margin:0 10px 0 10px;
	width:100%;
}

.shoppingcartorderpage table {
}

.shoppingcartorderpage table tr {
}

.shoppingcartorderpage table tr td{
	font-size:14px;
	line-height:2.0;
}

.shoppingcartorderpage table tr td label{
	font-size:14px;
}

.shoppingcartorderpage table tr td input{
	border:1px solid #afafaf;
	padding:2px;
	height:15px;
	margin:2px 0 2px 0;
}

.shoppingcartorderpage table tr td input:hover {
	color:#1B75BC;
}
.shoppingcartorderpage table tr td select {
	border:1px solid #afafaf;
	padding:2px;
	height:23px;
	width:305px;
}

.shoppingcartorderpage table tr td input #female, #male {
	padding-top:5px;
}

.shoppingcartorderpage table tr td textarea {
	border:1px solid #afafaf;
	padding:2px;
	height:100px;
	width:310px;
	margin:2px 0 2px 0;
}

.cart_overview_extra_text {
font-size: 10px;
    height: 42px;
    overflow: hidden;
}

.slide-link {
	display: block;
    height: 360px;
    margin-top: -334px;
    position: absolute;
    width: 610px;
	z-index: 1000;
}

.producttekst, .content-item, .detailtekst {
	/* color: #000000; */
	line-height: 1.4;
	font-size: 14px;
}

.producttekst {
	width: 100%;
	float: left;
}

.last {
	/* margin-right: 0; */
}

.first {
	/* margin-left: 0; */
}

.full {
	width: 322px !important;
}

.prijs-input {
	width: 60px;
}

.retour textarea {
	width: 322px;
	height: 60px;
	resize: none;
}

.retour input[type="text"], .retour textarea {
	border: 1px solid #ff8808;
	border-radius: 5px;
	padding: 2px 5px;
}

.retour input[type="text"]:focus, .retour textarea:hover {
	border: 1px solid #297dc0;
}

.retour input[type="submit"] {
	border-radius: 5px;
	background: #297dc0;
	color: #ffffff;
	border: 1px solid #ff8808;
	padding: 5px 10px;
}

.retour input[type="submit"]:hover {
	border-radius: 5px;
	background: #ff8808;
	border: 1px solid #ff8808;
}

.retour td:first-child {
	width: 250px;
}

.pro-omschrijving {
	width: 205px;
}

.form_error_mssg, .done-mssg {
	color: red;
	font-weight: bold;
}

.pdf_terug {
    float: right;
    margin: -37px 0 0;
    text-align: center;
}

.levertijd {
	/* float: left; */
	line-height: 1;
	/* margin-top: 10px; */
	/* font-weight: bold; */
	color: #000000;
    font-size: 14px;
	margin-bottom: 25px;
	/* width: 100%; */
}

.toggle {
	max-height: 68px;
	overflow: hidden;
	padding-bottom: 20px;
    -webkit-transition: max-height .5s linear;
    -moz-transition: max-height .5s linear;
    transition: max-height .5s linear;
	margin-bottom: 20px;
}

.toggle-bg {
	width: 100%;
	height: 20px;	
	background: url('/images/toggle-gradient.png') repeat-x bottom center;
	float: left;
	margin-top: -40px;
	text-align: center;
	position: relative;
    -webkit-transition: background-image .5s linear;
    -moz-transition: background-image .5s linear;
    transition: background-image .5s linear;
}

#toggle-button {
	position: relative;
	top: 15px;
}

.reveal-open {
	max-height: 1000px;
	float: left;
	padding-bottom: 20px;
}

.reveal-nobg {
	background: none;
}

.inner-bestel {
	margin-bottom: 10px;
}

#check {
	position: absolute;
	top: -1000px;
}

#youtube-vid {
	width: 270px;
	float: left;
	margin-top: 30px;
}

#youtube-vid iframe {
	float: right;
}

.responsive-taal {
	display: none;
}

#pull {
	float: right !important;
	background-color: #ff8808;
	border-left: 0 !important;
	display: none;
	padding: 7px 10px;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	padding: 7px 10px !important;
	/* margin-top: -57px; */
	/* margin: 5px 25px 5px 5px; */
	margin-right: 10px;
	width: 18px;
	position: relative;
	z-index: 1000;
}

.icon-bar {
	background-color: #e4e4e4;
	border-radius: 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin-top: 3px;
}

.icon-bar:last-child {
	margin-bottom: 3px;
}

.responsive-break {
	display: none;
}

.bestelform {
	width: 100%;
	float: left;
}

.row {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.labeltje {
	width: 235px;
	float: left;
}

.inputs {
	float: left;
}

.inputs input[type="text"] {
	border: 1px solid #afafaf;
    height: 15px;
    margin: 2px 0;
    padding: 2px;
}

.inputs select {
	border: 1px solid #afafaf;
    height: 23px;
    padding: 2px;
    width: 305px;
}

.inputs textarea {
	border: 1px solid #afafaf;
    height: 100px;
    margin: 2px 0;
    padding: 2px;
    width: 299px;
}

.overzichtje {
	width: 100%;
	float: left;
}

.field {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.field-label {
	width: 38%;
	margin-right: 2%;
	float: left;
}

.field-value {
	width: 60%;
	float: left;
}

.cat-wrap-detail {
	display: none;
}

#right-productdetail {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

#right-productdetail #content {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 10px 0;
}

.bestel-klik {
	width: 300px;
	float: left;
	box-sizing: border-box;
	max-width: 100%;
}


.maat {
    float: left;
	width: 100%;
    line-height: 30px;
    margin-right: 5px;
}

.op_voorraad {
	line-height: 30px;
	/* margin-bottom: 10px; */
	/* margin-top: 5px; */
	color: #007f00;
	font-weight: bold;
	width: 100%;
	line-height: 30px;
	font-size: 12px;
}

.op_voorraad span {
	background: #007f00 none repeat scroll 0 0;
    border-radius: 18px;
    color: #ffffff;
    float: left;
    font-size: 9px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    width: 18px;
	margin-top: 6px;
}

.niet_op_voorraad {
	line-height: 30px;
	/* margin-bottom: 10px; */
	/* margin-top: 5px; */
	color: #ff0000;
	font-weight: bold;
	width: 100%;
	line-height: 30px;
	font-size: 12px;
}

.niet_op_voorraad span {
	background: #ff0000 none repeat scroll 0 0;
    border-radius: 18px;
    color: #ffffff;
    float: left;
    font-size: 9px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    width: 18px;
	margin-top: 6px;
}

/* .actieprijs {
	float: left;
} */

.eigenschap {
	float: left;
	width: 100%;
}

.aanbevolen-producten {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
}

#product-breadcrumbs {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.breadcrumbs-product {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

.breadcrumbs-product li {
	float: left;
	font-size: 12px;
	margin-right: 5px;
}

.breadcrumbs-product a {
	color: #b2b2b2;
	text-decoration: none;
}

.rechts-opsomming ul {
	padding-left: 15px !important;
}

h2.menutitle {
	margin: 10px 0;
}

.filmpje {
	float: left;
	margin-left: 15px;
}

.rechts-opsomming {
	width: 100%;
	float: left;
}

.rechts {
	width: 500px;
	float: left;
	box-sizing: border-box;
}

.checkmarks {
	width: 100%;
	float: left;
}

.checkmark {
	width: 25%;
	float: left;
	color: #000000;
}

.checkmark img {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
}

.bestelknopje {
	width: 100%;
	float: left;
	text-align: center;
}