h5.author {
	font-size: 12px;
}
h5.details {
	margin: 0;
	font-size: 15px;
}
.productDetails {
	margin-top: 0;
}
.productDetails.no-bottom {
	margin-bottom: 0px;
}

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


/* 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;
		text-align: center;
		padding: 7px 9px;
		margin-bottom: 1px;
	}
	
	div.buyers_bought_also div.otherproduct_image {
		margin: 10px;
		padding-bottom: 10px;
	}
	
	div.buyers_bought_also div.otherproduct_image div.image {
		float: left;
		width: 52px;
		padding-bottom: 0px;
		min-height: 10px;
	}
	
	div.buyers_bought_also div.otherproduct_image div.otherproductInfo {
		float: right;
		width: 156px;
	}
	
		div.buyers_bought_also div.otherproduct_image div.otherproductInfo h4 {
			margin-top: 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.otherproductInfo h5 a {
			margin-left: 0px;
		}
		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-bottom: 0px;
		}