/* shopstyle 
 * 
 */

@import url("/contentstyle");

body {
  font-family: Raleway;
  background-color: #f3f3f3;
  margin-top:0px;
  
}
#logo {  
    height: 118px; /*can be anything*/
    width: 200px; /*can be anything*/
    position: relative;
    background-color:#ffffff !important;
}
#logo img {  
  max-height: 77px;  
  max-width: 77px; 
  width: auto;
  height: auto;
  position: absolute;  
  top: 0;  
  bottom: 0;  
  left: 5px;  
  right: 5px;
  margin: auto 0;
  background-color:#ffffff !important;
}

#logo h2 {
  width:200px;
  position: absolute;
  left: 10px;
  top: 30px;
  margin:0 auto;
  font-family: Verdana;
  color: #3A6C8F;
  height: 30px;
}

#logo h4 {
  width:200px;
  position: absolute;
  left: 10px;
  top: 70px;
  margin:0 auto;
  font-family: Verdana;
  color: #6A9BBC;
  height: 15px;
} 

#menu
{
  position: relative;
  width:800px;
  height: 58px;
  background-color: #ffffff;
  float:right;
}
      
#menu ul
{
  display: inline-block;
  
}

#menu li
{
  
  display: block;
  float: left;
  text-align: center;
  min-width: 130px;
  color: #3A6C8F;
}

#menu li a, #menu li span
{
	display: block;
	text-decoration: none;
	font-size: 0.95em;
	text-transform: none;
	color: #3A6C8F;
}

#menu li:hover a, #menu li.active a, #menu li.active span
{
}

#menu .current_page_item a
{
	background: #DB3256;
	color: #FFF;
}


#menu2
{
  position: relative;
  width:800px;
  height: 56px;
  top: 3px;
  background-color: #ffffff;
  float:right;
}

#zoek {
  height: 54px;
  margin:auto;
  margin-left: 15px;
  font-size: 17px;
  color: #DF3540;
  width: 350px;
  border: 0px;
  background-color: #F3F3F3;
}

#winkelmand {
 display: inline-block;
 background-color:#ffffff;
 font-size: 15px;
 height: 50px;
 width: 150px;
 float:right;
 vertical-align: top;
}

#winkelmandtotaal{
 font-size: 15px;
 color:#DF3540;
 vertical-align: bottom;
}

#wrapper {
  
  width:1000px;
  min-height:480px;
  margin: 0 auto;
  margin-top: 5px;
  background-color: #ffffff;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#prodcateg {
  width:200px;
  min-height: 166px;
  display: inline;
  float: left;
  margin-left: 0px;
  margin-right: 2px;
  background-color: #ffffff;
}

.categprod {
  font-size:12px;
  color: #3A6C8F;
  margin-left: -5px;
}

.categprod li, ul {
	left: -10px;
	list-style-type: none;
}
.liststyle3 {
	margin-left: -2px;
}
.titelprodcateg {
  width:198px;
  padding:2px 0 0 10px;
  font-family: Raleway;
  color: #3A6C8F;
  font-size: 14px;
  font-weight: bold;
}

#inhoud {

  width:800px;
  height:458px;
  background-color: #ffffff;
  position: fixed;
  
  display: inline;
  float: right;
  margin-top:5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

#producten{
  background-color: #ffffff;
  min-height: 458px;
}


.myButton{
  background-color: #3A6C8F;
  color: #ffffff;
  text-decoration: none;
}

.productbeeld {
  border:0;
  max-width: 160px;
  max-height: 110px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
}

.productbeeld:hover {
  border:0;
  max-width: 300px;
/*  max-height: 210px; */
  position: relative;
  /* display: block;  */
  margin: 0 auto;
  margin-bottom: 0px;
	-moz-transform:scale(1.8); 
	-webkit-transform:scale(1.8);
	-o-transform:scale(1.8);
}

.productlink {
  color: gray;
  text-decoration: none;
}

.productnaam {
  width: 170px;
  font-size: 12px;
}
   
.productprijs {
  width: 170px;
  margin-bottom:0;
  font-size: 12px;
  color: #3A6C8F;
}

#footer {
    background-color: #999999;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    color: white;
    font-size: small;
    font-weight: normal;
    min-height: 134px;
    text-align: center;
    vertical-align: bottom;
    width: 100%;

}
      
#footer td.kop {
  color:#ffffff;
  padding: 2px 0 2px 3px;
  font-size: 12px;
  text-align:left;
  text-transform: uppercase;
}
#footer td.rij{
  text-align: left;
  vertical-align: top;
  padding: 03px 05px;
  color: #000000;
  font-size: 11px;
}



#winkelkar {
	width: 790px;
	margin: 0px;
	padding: 0px;
}
#winkelkar table {
	width: 100%;
}

#winkelkar tr, #winkelkar td {
	border-top: 0px solid gray;
	border-bottom: 1px solid gray;
	font-size: 12px;
}


/*--------------------- clearfix ---------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clear {
	clear: both; 
}
.clear-left {
	clear: left;
}
.inline {
	display: inline-block;
	width: 100%;
}
* html .inline {
	display: inline;
	width: auto;
}
/*--------------------- end clearfix -----------------------*/

table {
    border-collapse:collapse;
    border-spacing:0;
}
caption, th, td {
	text-align: left;
}
table, td, th {
	vertical-align: top;
}
input, select {
    vertical-align:middle;
}
/* ie shows extra padding on inputfields, removing this */
input { overflow: visible; }
/*Remove button padding in FF*/
input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}


/*----->>> LINKS <<<-----*/
/*
a {
	color: #2F617F;
	margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:hover {
	text-decoration: underline;
	color:#ff7500;
}
*/
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
/*----->>> GLOBAL CLASSES <<<-----*/ 
.float-left {
	float: left; 
}
.float-right {
	float: right; 
} 
.text-left { 
	text-align: left; 
}
.text-right { 
	text-align: right;
}
.text-center { 
	text-align: center; 
}
.text-justify  { 
	text-align: justify; 
}

.orange{
	color:#f96807;
}

/**>> forms, tables <<**/
label {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
}

.input-aantal {
	width: 20px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 1px 1px 1px 1px #dedede;
	-moz-box-shadow: 1px 1px 1px 1px #dedede;
	box-shadow: 1px 1px 1px 1px #dedede; 
	height: 24px;
	width: 24px;
	position: relative;
	top: 3px;
	left: 6px;
	text-align: center;
}

span.voorraad{
	display: inline-block;
	height: 36px;
	padding: 0px 9px 0px 0px;
	color: #ffffff;
	background: url(images/sprite-btn.png) no-repeat right -113px;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #555555;
	margin:0 0 0 6px;
}


/**>> liststyles <<**/
ul.liststyle1 {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
	ul.liststyle1 li, .productvoorstelling {
		margin: 0px 0px 10px 0px;
		padding: 10px 15px 0px 15px;
		list-style: none;
		float: left;
		width: 200px;
		height: 285px;
		position: relative;
		color: #5a5757;
		background: url(images/dottedstyle2.gif) no-repeat left 20px;
	}
	.productvoorstelling {
		width: auto;
		display: block;
		background: none;
		padding: 20px 27px;
	}
	ul.liststyle1 li.first {
		background: none;
	}
	ul.liststyle1 li:hover {
		background: #ffffff url(images/dottedstyle2.gif) no-repeat left 20px;
	}
	ul.liststyle1 li.first:hover {
		background: none;
	}
		ul.liststyle1 li .promo, .productvoorstelling .promo {
			position: absolute;
			left: 15px;
			top: 0px;
			display: block;
			width: 69px;
			height: 63px;
			background: url(images/promo.png) no-repeat left top;
			text-indent: -9999px;
		}
		ul.liststyle1 li .boximg, .productvoorstelling .boximg {
			height: 120px;
			text-align: center;
			width: 100%;
			display: block;
		}
		ul.liststyle1 li .boxtitle, .productvoorstelling .boxtitle {
			height: 42px;
			overflow: hidden;
		}
			ul.liststyle1 li h3, ul.liststyle1 li h3 a, .productvoorstelling h3, .productvoorstelling h3 a {
				color: #5a5757;
				line-height: 20px;
				margin: 0px;
				padding: 0px;
				display: block;
				text-decoration: none;
				font-size: 12px;
			}
			ul.liststyle1 li h3 a:hover, .productvoorstelling h3 a:hover {
				color: #ff7500;
			}
		ul.liststyle1 li a.more, .productvoorstelling a.more {
			color: #5a5757;
		}
			ul.liststyle1 li a:hover.more, .productvoorstelling a:hover.more {
				color: #ff7500;
			}
		ul.liststyle1 li .boxdetail, .productvoorstelling .boxdetail {
			text-align: right;
			font-size: 1.1em;
			margin: 0px 0px 5px 0px;
			height: 40px;
		}
		ul.liststyle1 li .accent, .productvoorstelling .accent {
			font-size: 1.1em;
			font-weight: bold;
		}
		ul.liststyle1 li .addcart, .productvoorstelling .addcart {
			height: 36px;
		}
			ul.liststyle1 li .input-aantal, .productvoorstelling .input-aantal {
				float: left;
			}
			ul.liststyle1 li .input-addcart, .productvoorstelling .input-addcart {
				float: right;
			}
		ul.liststyle1 li .boxbottom{
			text-align: right;
			position: absolute;
			top: -99999px;
			left: 0px;
			width: 100%;
			border-bottom: 1px solid #cccccc;
		}
		ul.liststyle1 li:hover .boxbottom {
			text-align: right;
			position: absolute;
			top: 275px;
			left: 0px;
			width: 100%;
			border-bottom: 1px solid #cccccc;
			min-height: 24px;
			z-index: 9;
		}
			.productvoorstelling .boxbottom {
				text-align: right;
			}
			
			
			ul.liststyle1 li .gratis-levering, .productvoorstelling .gratis-levering {
				display: inline-block;
				background: url(images/gratis-levering.png) no-repeat left 4px;
				line-height: 24px;
				padding: 0px 0px 0px 27px;
				color: #ff7500;
				font-size: 1em;
				text-transform: uppercase;
				padding-right:15px;
			}
				.productvoorstelling .gratis-levering {
					padding-right:0;
				}
			.instock, .productvoorstelling .instock {
				display: inline-block;
				background: url(images/instock.png) no-repeat 5px 6px;
				padding: 0px 0px 0px 23px;
				padding: 0px 0px 0px 27px\9;
				font-size: 1em;
				line-height: 16px;
			}
			.outstock, .productvoorstelling .outstock {
			    background: url("images/outstock.png") no-repeat scroll 5px 6px transparent;
			    display: inline-block;
			    font-size: 1em;
			    line-height: 16px;
			    padding: 0 0 0 23px;
			    padding: 0px 0px 0px 27px\9;
			}
			.voorraadstock, .productvoorstelling .voorraadstock {
			    background: url("images/voorraadstock.png") no-repeat scroll 5px 6px transparent;
			    display: inline-block;
			    font-size: 0.9em;
			    line-height: 16px;
			    padding: 0 0 0 23px;
			    padding: 0px 0px 0px 27px\9;
			}


#categ ul li, #categ ul li a, #categ ul li ul li a {
	color: #ffffff;
}

#categ ul li a:hover {
	color: #ff7900;
}

#merk ul li, #merk ul li a {
	color: #ffffff;
}

#merk ul li a:hover {
	color: #ff7900;
}

ul.liststyle2, ul.liststyle2 li ul {
	margin: 0px;
	padding: 0px;
	margin-left: -15px;
}
	ul.liststyle2 li {
		display: block;
		padding: 0px 0px 0px 0px;
		color: #ffffff;
		background: #109bd1;
		list-style: none;
		text-decoration: none;
		margin-left: -10px;
	}
	
		ul.liststyle2 li a, ul.liststyle2 li a:visited{
			display: block;
			padding: 0px 0px;
			color: #ffffff;
			line-height: 16px;
			background: #109bd1;
			text-decoration: none;
		}
		ul.liststyle2 li a:hover {
			display: block;
			color: #ff7900;
			background: #ffffff;
		}
		ul.liststyle2 li.actief a,  ul.liststyle2 li.actief a:visited {
			display: block;
			color: #ff7900 !important ;
			text-decoration: underline;
			background:#ffffff ;
		}
		

ul.liststyle2 li ul.liststyle3 li a, ul.liststyle2 li ul.liststyle3 li a:visited {
	display: block;
	color: #ffffff !important;
	background: #109bd1 !important;
	text-decoration: none;
}

ul.liststyle2 li ul.liststyle3 li ul a:hover {
	display: block;
	color: #ff7900 !important;
	background: #ffffff;
}
		
ul.liststyle2 li ul.liststyle3 li.actief a,  ul.liststyle2 li ul.liststyle3 li.actief lu a:visited {
	display: block;
	color: #ff7900 !important ;
	text-decoration: underline;
	background:#ffffff !important;
}


ul.liststylemerk, ul.liststylemerk li ul {
	margin: 0px;
	padding: 0px;
	margin-left: -10px;
}
	ul.liststylemerk li {
		display: block;
		padding: 0px 0px 0px 0px;
		color: #ffffff;
		background: #ff7900;
		list-style: none;
		text-decoration: none;
		margin-left: -10px;
		/* background: url(images/gradient2.png) repeat-x left 23px; */
	}
		ul.liststylemerk li a, ul.liststylemerk li a:visited{
			display: block;
			padding: 0px 0px;
			color: #ffffff;
			line-height: 16px;
			background: #ff7900;
			text-decoration: none;
		}
		ul.liststylemerk li a:hover {
			color: #ff7900;
			background: #ffffff;
		}	


.productdetailbox {
	margin: 0px 0px 30px 0px;
}
	.productdetailbox .product-afbeelding-media {
		float: left;
		width: 214px;
		background: url(images/dottedstyle2.gif) no-repeat right top;
	}
		.productdetailbox .product-img {
			min-height: 200px;
			text-align: center;
			padding: 10px 0px;
		}
		.productdetailbox .social {
			text-align: center;
		}
	.productdetailbox .product-content {
		float: right;
		width: 415px;
	}
		.productdetailbox .product-content h1 {
			background: none;
			padding: 0px;
			font-size: 1.4em;
		}
		.productdetailbox .product-content .beoordeling {
			margin: 0px 0px 20px 0px;
		}
			.beoordeling .stars {
				float: left;
				width: 100px;
			}
			.beoordeling .links {
				margin-left: 110px;
			}
				.productdetailbox a {
					color: #555555;
				}
		.productdetailbox .product-content .accent {
			font-size: 1.6em;
			font-weight: bold;
		}
		.productdetailbox .productshop {
			background: url(images/dottedstyle1.gif) repeat-x left bottom;
		}
			.productshop .addcart {
				float: left;
				background: url(images/dottedstyle2.gif) no-repeat right top;
				padding: 5px 10px;
			}
				.productshop .input-aantal {
					float: left;
				}
				.productshop .input-addcart {
					margin-left: 12px;
				}
			.productshop .productinfo {
				float: left;
				padding: 5px 10px;
			}
		.productdetailbox .gratis-levering {
			display: inline-block;
			background: url(images/gratis-levering.png) no-repeat left 4px;
			line-height: 24px;
			padding: 0px 0px 0px 27px;
			color: #ff7500;
			font-size: 1em;
			text-transform: uppercase;
		}

.totaltable tr.bedrag{
	height:30px;
}	
				
.totaltable td{
	font-weight:bold;
	vertical-align:middle;
	color:#232020;
}				

.box-total{
	margin:15px 0px;
}
		.box-total h2{
			background:url(images/auto.png) no-repeat;
			background-size:36px 26px;
			color:#5A5757;
			line-height: 26px;
			margin-left: 10px;
	    	padding-left: 42px;
	    	display:inline-block;
		}
		.box-total strong{
			color:#5A5757;
		}
		.box-total select{
			color: #5A5757;
		    font-size: 1.1em;
		    font-weight: bold;
		    height: 32px;
		    padding: 5px;
		    width: 145px;
			margin:0px 45px 0px 10px;
		}
	.box-total .box-left{
		width:210px;
		background:none;
		margin: 20px 0 0;
   		padding: 25px 20px 13px;
   		border:1px solid #ebeaea;
   		height:106px;
	}
		.box-total .box-left label{
			color: #232020;
    		font-weight: bold;
		}
		.box-total .box-left div{
			margin:7px 0;
			padding:0;
		}
		.box-total .box-left input[type="text"]{
			height:20px;
			width:130px;
			margin:0;
			padding:0;
		}
		.box-total .box-left #btn-promocode {
		    background: url("images/btn-activate2.png") no-repeat scroll 0 0 transparent;
		    border: 0 none;
		    display: inline-block;
		    font-size: 1em;
		    height: 26px;
		    line-height: 26px;
		    width: 71px;
		    margin:0;
			padding:0;
		}
				
		.box-total .box-left strong{
			color: #232020;
		}
	
	.box-total .box-right{
		background-color:#f9f7f7;
		padding:25px 20px 13px 20px;
		margin: 20px 0px 0px 0px;
		width:346px;
		height:108px;
	}
	.box-total .box-right .totaltable{
		width:346px;
	}
	
		.box-total .box-right .totaltable td{
			padding:2px 5px 0 5px;
		}
	
		.box-total .box-right #promocode-input{
			width:130px;
			height:20px;
			margin:10px 35px 12px 10px;
		}	
		.box-total .box-right #btn-promocode{
			background:url(images/btn-activate.png) no-repeat;
			width:93px;
			height:26px;
			line-height: 26px;
			border:0px;
			display: block;
			margin:2px 0px 10px 0px;
			font-size: 1em;
		}
		.box-total .box-right .borderbottom{
			border-bottom:1px solid #cecbcb;
		}	
		
		.box-total .box-right .bedrag td {
			color:#f96807;
			font-size:1.3em;
		}	
		
	.box2-total{
		margin-bottom:20px;
	}
		.box2-total a{
			color:#5d5a5a;
			 margin-left: 25px
		}
		.box2-total a:hover{
			color:#FF7500;
		}
			.box2-total .btn-blue{
					background:url(images/btn-bleu-right.png) no-repeat right top;
					height:44px;
					display: inline-block;
					line-height:44px;
					text-align:center;
					padding: 0px 12px 0px 0px;
					color:#FFFFFF;
					font-size:1.1em;
					font-weight:700;
					text-decoration:none;
			}
			.box2-total .btn-blue:hover{
				color:#FFFFFF;
			}
				.box2-total .btn-blue span{
					background:url(images/btn-bleu.png) no-repeat left top;
					height:44px;
					display: inline-block;
					padding: 0px 8px 0px 20px;
					
				}
				
	.box-levering{
		background:yellow;
		clear: both;
		margin-bottom:50px;
	}


#winkelmand{
	position: absolute;
	bottom:6px;
	right:0;
}
	#winkelmand .box-left{
		background:url(images/bg-winkelmand.png) no-repeat 0 0;
		height:40px;
		width:67px; 
		line-height:12px;
		float:left;
	}
			#winkelmand .box-left a{
				width:67px; 
				height:40px;
				float:left;
				text-decoration: none;
			}
	
				#winkelmand .box-left a span.mand{
					background:url(images/winkelmandje2.png) no-repeat 5px 0;
					height:20px;
					line-height:20px;
					width:24px; 
					float:left;
					margin:8px 0 0 5px;
					padding:2px 0 0 33px;
					color:#5A5757;
				}
				#winkelmand .box-left a span.mand:hover{
					color:#FF7500;
				}
	
	#winkelmand .box-right{
		background:url(images/bg-winkelmand2.png) no-repeat 0 0;
		width:148px; 
		height:40px;
		line-height:40px;
		float:left;
		position: relative;
	}
		#winkelmand .box-right label{
			left: 15px;
		    position: absolute;
		    top: 3px;
		}
			#winkelmand .box-right label strong{
				padding:0 0 0 7px;
				color:#928b8b;
			}
		#winkelmand .box-right ul{
			margin:0;
			padding:20px 0 0 15px;
			list-style-type: none;
		}
			#winkelmand .box-right ul li{
				margin:0;
				padding:0 7px;
				float:left;
				height:14px;
				line-height:14px;
			}
			#winkelmand .box-right ul li.first{
				border-right:1px solid #e2e1e1;
				padding-left:0;
			}
				#winkelmand .box-right ul li a{
					color:#FF7500;
				}
				#winkelmand .box-right ul li a:hover{
					color:#5A5757;
				}

.balloon{
	background: url("images/balloon.png") no-repeat scroll 0 0 transparent;
    color: #2189A3;
    float: left;
    font-size: 11px;
    height: 49px;
    line-height: 14px;
    text-align: left;
    width: 131px;
    position: absolute;
    bottom:26px;
    left:54px;
}	
	.balloon span{
		margin:4px 0 0 36px;
		display: block;
	}

/* Account formulier */

#account tr {
	height:24px;
}
#account input[type="text"],input[type="email"], select{
	font-size: 13px;
	line-height: 15px;
}

#account label {
	text-align:right;
	width: 180px;
	font-size: 14px;
}

/*PROMO BOX*/
.promo-box{
	background: url(images/btn-orange.png) no-repeat;
	width: 198px;
	height: 59px;
	padding:0px 0 0 15px;
	line-height: 17px;
}
	.promo-box h2{
		background: none repeat 0 0 ;
		padding:13px 0 0 0px;
		margin:0;
	}
		.promo-box h2 a{
		    color: #FFFFFF;
		    font-family: 'FrutigerLTStd47LightCnRegular';
		    font-size: 1.5em;
		    text-decoration: none;
		}
	.promo-box span{
		color:#FFFFFF;
	}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #3A6C8F 5%, #3A6C8F 100%);
	background:-webkit-linear-gradient(top, #3A6C8F 5%, #3A6C8F 100%);
	background:-o-linear-gradient(top, #3A6C8F 5%, #3A6C8F 100%);
	background:-ms-linear-gradient(top, #3A6C8F 5%, #3A6C8F 100%);
	background:linear-gradient(to bottom, #3A6C8F 5%, #3A6C8F 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A6C8F', endColorstr='#3A6C8F',GradientType=0);
	background-color:#3A6C8F;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:12px;
	padding:3px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.myButton:active {
	position:relative;
	top:1px;
  background-color: #3A6C8F;
  color: #ffffff;
}

.wit {
	color: #ffffff;
}

.vet {
	font-size: 13px;
	font-weight: 300;
}

.producttekst {
	font-family: Raleway;
	font-size: 13px;
	color: #6A9BBC;

}
.producttitel {
	font-family: Raleway;
	font-size: 16px;
	color: #3A6C8F;
}

.productprijs {
	font-family: Raleway;
	font-size: 14px;
	color: #6A9BBC;
	font-weight: bold;

}

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	width: 300p;
	height: 300p;
}

figure {
	max-width: 160px;
	max-height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -10px;
	opacity: 1;
}

.zoom_img img{
margin:50px;
height:160px;
width:160px;
-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;
}
.zoom_img img:hover{
-moz-transform:scale(1.7); 
-webkit-transform:scale(1.7);
-o-transform:scale(1.7);
}

div.detail
{
width:220px;
height:60px;
border:Opx solid black;
  
/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

/* Firefox */
display:-moz-box;
-moz-box-pack:end;
-moz-box-align:end;

/* Safari, Chrome, and Opera */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;
}

.next {
	height: 20px;
	background-color:#3A6C8F;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	bottom: 0px;
	color:#ffffff !important;
	font-family:arial;
	font-size:13px;
	padding:5px 5px 2px 5px;
	text-decoration:none;

}