@charset "utf-8";
/* ***************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* ****************************************** */

div.product {
	width: 680px;
	height: auto;
	position: relative;
	float: left;
	}

div.product div.image {
	width: 400px;
	height: 280px;
	padding: 7px;
	position: relative;
	float: left;
	clear: none;
	}
	
div.product div.productinfo {
		width: 250px;
		position: relative;
		float: right;
		clear: none;
	}
	
div.product div.description, div.product div.links {
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	color: #000;
	font-size: 12px;
	line-height: 1.45em;
	clear: both;
	}
	
div.product div.links a { 
	position: relative;
	float: left;
	clear: both; 
	width: 250px;
	line-height: 1.45em; 
	}