h5.details {
	margin: 0;
	font-size: 15px;
}
#productDetails {
	margin-top: 0;
}
#productDetails dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin-right: 4px;
}
#productDetails dd {
	margin: 0;
}
p.price {
	color: #148998;
	font-size: 18px;
}


.contact .inputtext input, .contact .inputpassword input, .contact textarea {
	width: 190px !important;
}

.contact .inputtext label, .contact .inputpassword label, .contact .textarea label {
	width: 150px !important;
}

/* KOPERS KOCHTEN OOK */

div.buyers_bought_also {
background-color:#D6D6D6;
padding-bottom:10px;
padding-top:1px;
width:233px;
}

	div.buyers_bought_also #otherproducts_title {
		color: white;
		background-color: #148981;
		font-weight: bold;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		text-align: center;
	}
	
	div.buyers_bought_also div.otherproduct_image {
		margin: 10px;
		padding-bottom: 10px;
	}
	
	div.buyers_bought_also div.otherproduct_image img {
		float: left;
		padding-bottom: 0px;
	}
	
		div.buyers_bought_also div.otherproduct_image div.otherproductInfo a  {
			color: black;
			width: 142px;
			margin-left: 10px;
			margin-top: 0px;
			margin-bottom: 0px;
			float: left;
			font-size: 12px
		}
		div.buyers_bought_also div.otherproduct_image div.otherproductInfo h5 {
			color: black;
			width: 142px;
			font-weight: normal;
			margin-left: 10px;
			margin-top: 5px;
			margin-bottom: 5px;
			font-size: 12px;
			float: left;
		}
		
		div.buyers_bought_also div.otherproduct_image div.price {
			color: #148981;
			width: 142px;
			float: left;
			margin-left: 10px;
			font-weight: bold;
		}
		
		div.buyers_bought_also div.product {
			margin-top: 25px;
		}