body {
	/*background: #CCC;*/
	font-family: arial;
	font-size: 10pt;
	color: #4F4F4F;
	margin: 0px;
}

p {
	font-size: 10pt;
	line-height: 16pt;
	margin: 10px 0px 10px 0px;	
}

h1 {
	color: #333;
	font-family: times new roman;
	font-size: 19pt;
	font-weight: normal;
}

h2 {
	font-size:13pt;
	font-weight:bold;
	color: #333;
	
	margin: 15px 0px 5px 0px;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a.landingspagina {
	font-size: 1px!important;
	color: #FFF!important;
}

#container {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px #444;
}

#content ul li{
	list-style-type: none;
	margin-left : 20px;
}

/* For width smaller than 501px: --> more on @media only -->  see below */
#header {
	position: relative;
	background: url('/images/header_nieuw2.jpg') no-repeat;
	background-size: cover;
	max-width: 1000px;
	width: 100%;
	height: 120px;
	/* height: calc(2% + 211px); */
	/* height: 100%; */
	margin: auto;
	display: inline-block;	
}
/* For width smaller than 501px: --> more on @media only -->  see below */
#content {
	/* width: 960px;
	background: #FFF;
	text-align: left;
	padding: 20px;
	margin-top: 0px;
	height: 100%; */

	/* clear: left; */
	max-width: 960px;
	width: 91.5%;
	background: #FFF;
	text-align: left;
	padding: 20px;
	margin-bottom: 0px;
	height: 100%;
	/* border: 1px solid green; */
	display: inline-block;
	position: relative;

}
/*******************************************************************/
/* For width 360px and larger: */
@media only screen and (min-width: 360px) {
	#header {
		width: 100%;
	  }
	#content {
		/* border: 3px #FF0000 dotted; */
	}
	.imgKnop a {
		font-size: 10pt !important;
		/* color: red !important; */
	} 	
	}
/* For width 501px and larger: */
@media only screen and (min-width: 501px) {
	#header {
		height: 150px;
	  }
	#content {
		width: 92%;
		/* border: 3px yellow dotted; */
	}
	.imgKnop a {
		font-size: 10pt !important;
		/* color: red !important; */
	} 	
	}
/* For width 701px and larger: */
@media only screen and (min-width: 701px) {
	#header {
		height: 180px;
	  }
	#content {
		width: 94%;
		/* border: 3px green dotted; */
	}	
	.imgKnop a {
		font-size: 10pt !important;
		/* color: red !important; */
	}  
	}	
/* For width 801px and larger: */
@media only screen and (min-width: 801px) {
	#header {
		height: 260px;
	}
	#content {
		width: 95%;
		/* border: 3px orange dotted; */
	}
	.imgKnop a {
		font-size: 13pt !important;
	} 	
	}
/* For width 901px and larger: */
@media only screen and (min-width: 901px) {
	body{
		background: url('/images/achtergrond_metaal.jpg') repeat fixed center;	
	}
	/* #header {
		height: 260px;
	  } */
	#content {
		width: 95.5%;
		/* border: 3px blue dotted; */
	}
	#back-to-alfa-tec {
		margin-left:auto;
		margin-right:20px;
		width:250px;
	}
	#back-to-alfa-tec a {
		width: 250px;
		text-align: center;
		display: block;
		margin: 0px auto;
		margin-bottom: 8px;
		padding: 6px;
		font-size: 1.2em;
		font-weight: 600;
		color: #333;
		background: #DDD;
		/* border: 3px solid #552D83; */
		border-radius: 6px;
	}
	}
/* For width 999px and larger: */
@media only screen and (min-width: 999px) {
	/* #header {
		height: 260px;
	  } */
	#content {
		width: 96%;
		/* border: 3px rgb(214, 37, 176) dotted; */
	}
	}	
/*******************************************************************/

#logoDiv1 {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 100px;
	right: 100px;
}

#logoDiv1 img {
	width: 100px;
	height: 100px;
}

#logoDiv2 {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 135px;
	right: 60px;
}

#logoDiv2 img {
	width: 100px;
	height: 100px;
}

#idealDiv {
	position: absolute;
	top: 20px;
	left: 20px;
}

#idealDiv img {
	width: 130px;
	height: 50px;
}


#facebook{
	position: absolute;
	top: 50px;
	left: 4px;
}
#facebook img{

}

#languageDiv {
	position: absolute;
	left: 51%;
	bottom: 44px;
}

#languageDiv img {
	height: 17px;
	width: 25px;
}

#languageDiv a {
	margin: 0px 3px 0px 3px;
}

#shoppingCart {
	background: red;
	width: 180px;
	height: 80px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 1px solid #7A7A7A;
	
	padding: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}

#shoppingCart h4 {
	margin: 0px 0px 8px 0px;
}

#add2cartForm{
	display: none;
	background: #000;
	color: #EEE;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -220px;
	padding: 15px;
	width: 450px;
	height: 250px;
	z-index: 200;
	border-radius: 15px;
	border: 5px solid #656565;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,552d83+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(85,45,131,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(85,45,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(85,45,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#552d83',GradientType=0 ); /* IE6-9 */

}

#add2cartForm h1 {
	color: #EEE!important;
}

#logoCart1 {
	position: absolute;
	z-index: 300;
	top: 40px;
	right: 0px;
}

#logoCart1 img {	
	height: 160px;
}

#logoCart2 {
	position: absolute;
	z-index: 300;
	top: 55px;
	right: 20px;
}

#logoCart2 img {
	width: 100px;
	height: 100px;
}

#bg_cart {
	position: absolute;
	top: 0px;
	left: 100px;
	opacity: 0.04;
}

#bg_cart img {
	width: 350px;
	height: 280px;
}

#bg_loading {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	display: none;
}

#footer{
	background: white;
	text-align: center;
}
#footer p{
	font-size: 0.9em;
	font-style: italic;
	color: #999;
}

#contact ul li{
	list-style-type: none;
	margin: 6px 0px;
}


.nav{
	text-align: justify;
	margin: 0 auto;
}

.nav:after {
	content: '';
	display: inline-block;
	min-width: 500px;
	width: 100%;
}
.nav li {
	display: inline-block;	
	background: #FFF;
	margin: 0px 0px;
	padding: 3px 0px 3px 0px;
	border-radius: 3px;
}

.nav li a {
	text-decoration: none;
	color: #333;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
}

.imgBewerking {
	width: 168px;
	height: 132px;
	float: left;
	margin: 20px 20px 0px 20px;
	position: relative;
}
/* For width 501px and larger: */
/* @media only screen and (min-width: 501px) {
	.imgBewerking {
		width: 168px;
		height: 132px;
	  }
	} */
/* For width 737px and larger: */
@media only screen and (min-width: 737px) {
	.imgBewerking {
		width: 189px;
		height: 148.5px;
	  }
	}	
/* For width 936px and larger: */
@media only screen and (min-width: 936px) {
	.imgBewerking {
		width: 252px;
		height: 198px;
  		}
	}
/* For width 1020px and larger: */
@media only screen and (min-width: 1020px) {
	.imgBewerking {
		width: 280px;
		height: 220px;
  		}
	}

.imgKnop {
	background: url('/images/knop_nieuw.PNG') no-repeat;	
	/* background-size: 350px 50px; */
	max-width: 300px;
	height: 45px;
	border-radius: 2px;
	margin: 0px 0px 5px 2px;
	border: 1px solid #EEE;
	border-radius: 3px;
}

.imgKnop a {
	background: rgba(255,255,255,0.45);
	line-height: 45px;
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	color: #222;
	text-shadow: -1px -1px 0px #FFF;
	max-width: 250px;
	padding-right: 50px;
}

.imgBewerking a img {
}

.imgKnop .textLeft {
	float: left;
	color: #331D4F;
	text-shadow: none;
	margin: 0px 0px 0px 5px;
	font-size: 13pt;
}

.imgSet {
	width: 400px;
	height: 200px;
	float: left;
	margin: 50px 40px 0px 40px;
	position: relative;
	
	
	
	width: 280px;
	height: 180px;
	margin: 20px 20px 0px 20px;
	
}
.imgSet .textLeft, .imgSet .textRight{
	font-size: 11pt;
}
.imgSet img{
	max-width: 100%!important;
}

.imgSet .imgKnop {
	width: 260px;
}

.imgSet .imgKnop a {
	width: 255px;
}

.imgSet a {
	display: block;
}

.imgWissel {
	position: absolute;
	left: 230px;
	top: 120px;
}

.outerBorder {
	border: 7px solid #8E8E8E;
}

.innerBorder {
	border: 5px solid #000;
}

.error{
	color: red;
}

.highlight{
	color: blue;
	font-style: italic;
}
.note{
	font-style: italic;
	font-size: 85%;
}

#contact {
	text-align: left;
}

#contact li {
	margin: 10px;
	line-height: 25px;
}

#contact li input {	
	border-radius: 2px;
	border: 1px solid #999;
}

#contact li textarea {
	border-radius: 2px;
	border: 1px solid #999;
}

#contact fieldset{
	border: 0px;
}

#contact fieldset label{
	float: left;
	border: 0px solid red;
	width: 150px;
	display: block;
}

#contact fieldset label.error{
	float: none;
	clear: right;	
}

input[name="sCaptcha"] {
	margin-top: 6px;
}

.dataTable{
	width: 100%;
}
.dataTable th{
	background: #ccc;
	padding: 5px;
}
.dataTable td{
	padding: 3px;	
}
.regelnaam{
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 10px 0px 0px;
}
.regelnaam2{
	font-style: italic;
}
.regelprijs{
	display: block;
	font-style: italic;
	text-align: right;
	width: 100px;
}

#topTable th {
	height: 40px;
	font-size: 10pt;
	padding: 2px;
}

#topTable td{
	padding: 2px;
}

#topTable tr{
	width: 100%;
}

.type3placeholder th {
	background-color: #ccc;
}

.type3placeholder td{
	vertical-align: top;
	padding: 0px;
}
.type3artikeltabel{
	font-size: 0.9em;
	width: 100%;
}
.type3artikeltabel .snijsnelheid{
	width: 50px;
	font-size: 0.9em;
	border-bottom: 1px solid #000;
	height: 38px;
	background-color: #ccc;
}
.type3ArtikelTDFixedHeight{
	height: 38px;
	vertical-align: middle;
}

.type3attribuuttabel {
	width: 100%;
	font-size: 0.9em;
}

.type3attribuuttabel .attribuut {
	font-size: 0.9em;
	text-align: left;
	border-bottom: 1px solid #000;
	height: 38px;
}

.type3bewerkingtabel {
	width: 100%;
}

.type3VcTd {
	width: 40px;
}

.type3BewerkingTd {
	text-align: center;
	vertical-align: middle!important;
}


.framefoto{
	/* max-height: 190px; */
	width: 100%;
	height: auto;
}

#tooltip {
	border: 1px solid #000;
	border-radius: 5px;
	display: none;
	position: absolute;
	background: #FFF;
	padding: 10px 20px 10px 20px;
}

#btn_add2cartForm {
	display: block;
	width: 136px;
	height: 25px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 400;
}

.add2cart {
	display: block;
	padding-left: 20px;
	background: url('/images/cart2.png') no-repeat 1px 1px;
}

.btn_verderwinkelen, input[type="submit"], #doorgaanKnop {	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9070b4+0,552d83+100 */
	background: rgb(144,112,180); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(144,112,180,1) 0%, rgba(85,45,131,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(144,112,180,1) 0%,rgba(85,45,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(144,112,180,1) 0%,rgba(85,45,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9070b4', endColorstr='#552d83',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	padding:3px 16px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	vertical-align: center;
	text-decoration: none;
	color: white;	
}

.btn_verderwinkelen {
	border-radius: 2px;
	border: 1px solid #CCC;
	padding: 5px 16px;	
}

.btn_verderwinkelen:hover{
	color: white;
}

#btn_add2cartForm img {
	width: 136px;
	height: 25px;
}

.lastRow td {
	border-bottom: none!important;
}

.artikel {
	display: inline;
}

.prijs {
	display: inline;
}

.wagenPrijs {
	position: absolute;
	right: 30px;
	top: 230px;
}
.closeWindow{
	position: absolute;
	cursor: pointer;
	top: 5px;
	right: 5px;
}

.lastRow {
	border-bottom: none!important;
}

#form3 {
	text-align: left;
}

.ulInfo {
	text-align: left;
}

.omschrijvingTooltip {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	background: #fff;
	padding: 20px;
	border: 5px solid #656565;
	border-radius: 15px;
	display: none;
}

.omschrijvingTooltip .closeTooltip {
	background: #FF0000;
	color: #fff;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 1px 6px 1px 6px;
	border-radius: 15px;
	border: 2px solid #720000;
	font-size: 20px;
	cursor: pointer;
}

.imgBewerking .btnTooltip {
	padding: 1px 15px 1px 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 30px;
	font-weight: bold;
	background: #5DC0F9;
	border-radius: 25px;
	color: #fff;
	border: 2px solid #0A77C2;
	cursor: pointer;
}

#leftColom .btnTooltip {
	padding: 0px 10px 0px 10px;
	position: absolute;
	top: -25px;
	left: 5px;
	font-size: 23px;
	font-weight: bold;
	background: #5DC0F9;
	border-radius: 25px;
	color: #fff;
	border: 2px solid #0A77C2;
	cursor: pointer;
}

#leftColom {
	position: relative;
}

#leftColom .omschrijvingTooltip {
	width: 400px;
}

.hidden{
	display:none!important;
}


.resultrow{
	padding: 10px 0px 10px 0px;
	position: relative;
}
.resultrow .link{
	color: #006621;	
	font-size: 0.9em;
	
}
.resultrow a{
	color:	rgb(26,13,171);
}

.resultrow .desc{
	color: #444;
	font-size: 0.9em;
}
.resultrow .price{
	position: absolute;
	top: 0px;
	right: 0px;
}


.lp a{
	font-size: 0.9em;
	color: #FFF;
	width: 25%;
	padding: 10px;
	float: left;
}


input[name="cmdSearch"] {
	margin-top: 6px;
}




table.lintzaag {
	border-collapse: collapse;
	width: 100%;
	margin: 0 20px 0 0;
	border: 2px solid black;
}

table.lintzaag th, td {
	padding: 5px;
}

td.lintzaagNaam, td.lintzaagFoto, td.lintzaagDesc, td.lintzaagAttr {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

th.lintzaagHeader {
	
}

span.lintzaagHeader {
	font-size: 10pt;
}

td.prijsComment {
	border-bottom: 2px solid black;
}

td.lintzaagNaam h1{
	margin-top: 50px;
}

td.lintzaagFoto {	
	
	
}

td.lintzaagDesc {	
}

td.lintzaagAttr {
	font-weight: bold;
}

td.sL_totaalprijs {
	
}



img.lintzaag {
	max-height: 120px;
	display: block;
	margin: 5px auto;
}

.lengte {
}

.lz_aantal {
	cursor: auto;
}

#brands {
	min-width: 100%;
	text-align: justify;
	text-align-last:center;
}
/* For width 1024px and larger: */
@media only screen and (max-width: 1024px) {
	#brands {
		display: none;
	  }
	}

img.brand {
	height: 60px;
	max-height: 60px;	
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 50px;
}

img.wilson {
	height: 80px;
	max-height: 80px;
	margin-bottom: 0px;
}

img.tivoly {
	height: 40px;	
	margin: 10px 0px 30px 70px;
}



/*** Used for the captcha. ***/
.zcapz { display:inline-block!important; width:125px; }
.acapa { display:none; }
.bcapb { background-color:#000; color:#fff; font-size:20px; }


/***************************************************/
.imgVolgnummer10 {
	max-width: 264px; 
	max-height: 84px;
}
/* For width 501px and larger: */
@media only screen and (min-width: 501px) {
	#imgVolgnummer10 {
		max-width: 377px; 
		max-height: 120px;
	  }
	}
/***************************************************/
/* scroll_x table voor smartphones */
div.dataTables_wrapper {
	width: 100%;
	margin: 0 auto;
}