@charset "UTF-8";
/* CSS Document */


body
{
	background-color: #FFFFFF;
	background-image: none;
}

#container
{
	display: inline;
	float: none;
}

#page
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}

#page-content
{
	display: inline;
}

#header
{
	display: none;
}

#footer
{
	display: none;
}

#productList
{
	display: inline;
}

.product
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	clear: left;
	float: none;
	width: 100%;
}

.product-price
{
	float: none;
	text-align:left;
	font-size: 14px;
	clear: left;
}

.product-buying
{
	display: none;
}

.product-reference
{
	float: none;
	text-align:left;
	font-size: 12px;
	clear: left;
	color: #000000;
	padding-bottom:10px;
}

.product-recipes
{
	display: none;
}

.product-image
{
	display: none;
}

.product-info
{
	float: none;
	width: 800px;
}

.product-info p 
{
	float: none;
}

h3
{
	margin-bottom: 0px;
}
