.productdetails {
	display:block;
	margin-bottom:40px;
}

.moreproducts {
	display:block;
}

.product_photo {
	width:370px;
	height:370px;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	border:1px solid #ebf3f9;
	float:left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.productinfo {
	width:475px;
	float:right;
}

.product_description {
	text-align:justify;
	width:100%;
	font-size:12px;
	font-family:Arial;
	color: #676767;
	margin-bottom:40px;
	line-height:1.5em;
}

.product_price {
	font-size: 30px;
	font-family: helvetica-light, Arial, sans-serif;
	font-weight: bold;
	color: #676767;
	text-align: right;
	margin-bottom:15px;
}
	.product_price .normal_price {
		font-size: 14px;
		margin-right: 15px;
	}

.add {
	float:right;
	font-size: 14px;
	font-family: helvetica-light, Arial, sans-serif;
}
	.add input[type="text"] {
		width:50px;
		padding:0 9px;
		margin-right:15px;
		margin-left:15px;
		height:30px;
	}
	/* .add input[type="submit"] {
		display:inline-block;
		width:139px;
		height:34px;
		background:url(../../img/in-winkelwagen.png) no-repeat left top;
		text-indent:-9999px;
		overflow:hidden;
		line-height:0;
		vertical-align:middle;
		padding-top:5px;
		border:0;
	} */
	