/* Webshop products page ________________________________________________________________________ Webshop products page*/
#webshop_product_list {
	display: block;
	margin-left: 0px;
}


#webshop_product_detail {
	display: block;
	width: 90%;
	height: 470px;
	border-radius: 6px;
	border: 1px solid #d7d2ce;	
	float: center;
	overflow: hidden;
	text-align: left;
}

#webshop_product_detail_image {
	display: block;
	width: 100%;
	height: 196px;
	background-image: url(../img_layout/test_plaatje.jpg);
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center; 

}



#webshop_product_detail_image i{
	color: #353734;
	position: relative;
	display: block;
	left: 0px;
	top: 0px;

}

#webshop_product_detail h3 {
	display: block;
	height: 40px;
	overflow: hidden;
	margin: 10px 10px;
	font-size: 16px;
}

#webshop_product_detail table{
	margin: 0px 10px;
}

#webshop_product_detail tr{
	line-height: 22px;
	vertical-align: bottom;
}
	#webshop_product_detail tr.product_prijs,tr.product_aantal{
		line-height: 40px;
		vertical-align: bottom;
	}
	#webshop_product_detail tr.product_prijs,tr.product_aantal i{
		margin-left: 7px;
		font-size: 16px;
	}
	
#webshop_product_detail td{
	font-size: 14px;
}

#webshop_product_detail #bestel_aantal {
	width: 50px;
	background: transparent;
	border-radius: 3px;
	border: 1px solid #d7d2ce;
	text-align: right;
	padding: 0px 3px;
}

#webshop_product_detail .bestel_button{
	display: block;
	background-color: #353734;
	text-align: center;
	border-radius: 6px;
	line-height: 38px;
	margin-top: 15px;
}
#webshop_product_detail .bestel_button:hover{
	background-color: #D7D2CE;
	color: #353734;
	border: 1px solid #353734;
}

