.single_product {
	width: 200px;
	height: 210px;
	float: left;
	margin: 30px 30px 0px 0px;
	border-bottom: 1px solid #F90;
	background: #FFF8B4;
	padding: 10px;
	}

.product_img {
	width: 200px;
	height: 150px;
	}
	
.product_title strong{
	font: 14px/26px Trebuchet, Arial, Verdana, sans-serif;
	color: #F60;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	}

.product_preis {
	font: 20px/26px Arial, Verdana, Trebuchet, sans-serif;
	color: #F90;
	text-align: right;
	}

.product_searchbox {
	margin-bottom: 20px;
	}
