html, body {
	background-color: #ffffff;
}
* {
	outline: none;
}
.container{
	background-color: #ffffff;
}

.logo_home_small{
	max-width: 40%;
	margin: 20px 0px 0px 0px;
	float: left;
}

h1.title{
	font-size: 40px;
}

h1.search_result,
h1.search_result_detail{
	margin-top: 10px;
	margin-bottom: 10px;
}

.back_button{
	width: 50px;
	height: 50px;
}

.search_area{
	background: -webkit-linear-gradient(#d8d8d8, #f8f8f5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d8d8d8, #f8f8f5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d8d8d8, #f8f8f5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#d8d8d8, #f8f8f5); /* Standard syntax */
	border: solid 1px #d8d8d8;
	box-shadow: inset 4px 2px 2px 0 #f4f3ef;
}

.email_form{
	background: -webkit-linear-gradient(#d8d8d8, #f8f8f5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d8d8d8, #f8f8f5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d8d8d8, #f8f8f5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#d8d8d8, #f8f8f5); /* Standard syntax */
	border: solid 1px #d8d8d8;
	box-shadow: inset 4px 2px 2px 0 #f4f3ef;
}

.search_area input[type="text"] {
	border: solid 1px #fff;
	box-shadow: inset 4px 2px 2px 0 #dadada;
}

.search_button:hover{
	background: -webkit-linear-gradient(#d8d8d8, #f8f8f5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d8d8d8, #f8f8f5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d8d8d8, #f8f8f5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#d8d8d8, #f8f8f5); /* Standard syntax */
	border: solid 1px #d8d8d8;
	box-shadow: inset 4px 2px 2px 0 #f4f3ef;
}

.search_button{
	background: -webkit-linear-gradient(#0a7aca, #003a63); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0a7aca, #003a63); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0a7aca, #003a63); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0a7aca, #003a63); /* Standard syntax */
	border: solid 1px #003a63;
	box-shadow: inset 4px 2px 2px 0 #0a7aca;
	color: white;
}

.link{
	text-decoration: none;
	color: black;
	line-height: 102px;
	text-align: center;
}

/* details */

.product .image img{
	max-width: 90%;
	max-height: 170px;
	margin: 8px auto 24px auto;
}

.product h1{
	font-size: 26px;
	line-height: 34px;
	margin: 0px 0px 12px 0px;
}

.productList .product h1{
	margin-left: 5px;
}

.product label{
	float: left;
	margin-top: 10px;
}

.product label h1{
	cursor: pointer;
}

.product label input{
	display: none;
}

.product label span{
	height: 37px;
	width: 37px;
	display: inline-block;
	cursor: pointer;
}

.product [type=checkbox]:checked + span {
	background: -webkit-linear-gradient(#0a7aca, #003a63); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0a7aca, #003a63); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0a7aca, #003a63); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0a7aca, #003a63); /* Standard syntax */
}

.selectAll label{
	float: left;
}

.selectAll label input{
	display: none;
}

.selectAll label span{
	height: 37px;
	width: 37px;
	display: inline-block;
	cursor: pointer;
}

.selectAll [type=checkbox]:checked + span {
	background: -webkit-linear-gradient(#0a7aca, #003a63); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0a7aca, #003a63); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0a7aca, #003a63); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0a7aca, #003a63); /* Standard syntax */
}

.selectAll_text{
	margin: 7px 0px 0px 5px;
	font-size: 18px;
	float: left;
	cursor: pointer;
}

.product a{
	text-decoration: none;
	color: black;
}

.specs{
	/* min-height: 300px; */
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
	width: 100%;
	float: left;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.specs h1{
	font-size: 26px;
	margin: 15px 0px 9px 15px;
}
/**/

/* details */
.buttons{
	width: 208px;
	position: absolute;
	margin-top: 458px;
	height: 566px;
}

.buttons li{
	margin-bottom: 30px;
}

.arrow_left{
	position: absolute;
	margin: 4px 0px 0px 40px;
}

.model_no{
	color: #de2e11;
}
/**/

.footerspace {
	position: relative;
	height: 139px;
	
}

.clear{
	clear: both;
}

/* buttons */
.download_pdf{
    width: 210px;
	
    margin-right: 10px;
    float: left;
    height: 50px;
}

.download_csv{
    width: 210px;
	
    margin-right: 10px;
    height: 50px;
    float:  left;
}

.email_specs{
    width: 210px;
	
    float: left;
    height: 50px;
}
/**/

/*controls*/
#controls{
	background-color: #ffffff;
}

#multiple_search_error {
	background-color: #F5F5F6;
}
/**/

/*buttons met image*/
#buttonarea {
  height: 49px;
  clear: both;
  margin-top: 6px;
}
.button {
  color:#FFF;
  background:#0a7aca;
  background: -webkit-linear-gradient(#0a7aca, #003a63); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#0a7aca, #003a63); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#0a7aca, #003a63); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#0a7aca, #003a63); /* Standard syntax */
  border: solid 1px #d8d8d8;
}
.button:hover {
  background: -webkit-linear-gradient(#d8d8d8, #f8f8f5); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#d8d8d8, #f8f8f5); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#d8d8d8, #f8f8f5); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#d8d8d8, #f8f8f5); /* Standard syntax */
  -webkit-box-shadow: inset 4px 2px 2px 0 #f4f3ef;
  -moz-box-shadow: inset 4px 2px 2px 0 #f4f3ef;
  box-shadow: inset 4px 2px 2px 0 #f4f3ef;
  color:#FFF;
}
/**/

td:first-child{
	color: #6a6a6a;
}
table{
	table-layout: fixed;
}

table tr:nth-child(odd){
	background-color: #F9F9F9;
}

.product.detail .image {
    width: 100%;
    float: none;
}
.detail table {
    width: 100%;
}
.specs td:first-child {
    width: 40%;
}

@media (max-width: 767px){
	.selectAll_text {
		margin: 6px 0px 0px 5px;
	}
	.logo_home_small{
		max-height: 26px;
		max-width: 75%;
	}
	h1.search_result_detail{
		font-size: 24px;
	}
	h1.title{
		font-size: 24px;
	}
}