﻿/* CSS Document */
/* ############### tales.be css/html5 framework v3 (by kvd) ###############  */
/* ############### b04_forms.css ############### */

/* generic building components */

input{
	width:140px;
	vertical-align: middle;
	border: none;
	padding:7px 7px;
	margin-right:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#productgrid input{
	border: 1px solid #666;
	padding:2px;
	margin:4px 10px 4px 0;
	width: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}
#productgrid button, 
#productgrid a.button{
	width: auto;
	padding:6px 0; 
	color:white;
	text-align:center;
	text-decoration:none;
	margin:5px 0;}

#productgrid button.isBesteld, 
#productgrid a.buttonisBesteld{
	display: inline-block;
	background:none; 
	background-color:#ddd;
	color:white;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	margin:5px 0;
	border:none;
	padding:6px 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}

button, a.button, label.button{
	display: inline-block;
	vertical-align: middle;
	color:#FFF;
	text-decoration:none;
	background: #5A8BB4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #5A8BB4 0%, #366083 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5A8BB4), color-stop(100%,#366083)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5A8BB4 0%,#366083 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5A8BB4 0%,#366083 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5A8BB4 0%,#366083 100%); /* IE10+ */
	background: linear-gradient(top, #5A8BB4 0%,#366083 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5A8BB4', endColorstr='#366083',GradientType=0 ); /* IE6-8 */
	font-size:14px;
	margin:5px 0;
	border:none;
	padding:6px 12px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#innerfilter .col1 button,
#innerfilter .col2 button{ background:none; background-color:#222;}
#innerfilter .col1 button:hover,
#innerfilter .col2 button:hover{ background-color:#111 !important;}

button:hover, a.button:hover, label.button:hover{ 
	background:none; 
	background: #366083; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #366083 0%, #5A8BB4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366083), color-stop(100%,#5A8BB4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #366083 0%,#5A8BB4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #366083 0%,#5A8BB4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #366083 0%,#5A8BB4 100%); /* IE10+ */
	background: linear-gradient(top, #366083 0%,#5A8BB4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366083', endColorstr='#5A8BB4',GradientType=0 ); /* IE6-8 */
	color:#eee; }


#productgrid button.isBesteld:hover,
#productgrid a.buttonisBesteld:hover{
	background:none; 
	background: #366083; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #366083 0%, #5A8BB4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366083), color-stop(100%,#5A8BB4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #366083 0%,#5A8BB4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #366083 0%,#5A8BB4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #366083 0%,#5A8BB4 100%); /* IE10+ */
	background: linear-gradient(top, #366083 0%,#5A8BB4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366083', endColorstr='#5A8BB4',GradientType=0 ); /* IE6-8 */
	color:#eee; }