body
{
	font-family: arial, helvetica, verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

h1, h3
{
	font-family: arial, helvetica, verdana;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}

h1
{
	font-weight: bold;
	font-size: 24pt;
	background-color: #efefef;
	color: #444;
	margin-bottom: 30px;
}

h2
{
	background-color: #efefef;
	color: #444;
	margin-top: 30px;
}

h3
{
	font-style: italic;
	color: #444;
}

h4
{
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

td span.inDescTitle
{
	display: block;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 14px;
	margin-bottom: 4px;
}

p
{
	margin-left: 15px;
	text-align: justify;
}

table.tbPrintable
{
	width: 100%;
}

table.tbPrintable td
{
	padding-left: 15px;
	padding-right: 15px;
}

table.tbPrintable table td
{
	padding-left: 0px;
	padding-right: 0px;
}

/* valori nutrizionali */


table.tbValoriNutrizionali,
table.tbInfoNut
{
	border: 1px solid #ccc;
	margin-left: 15px;
	padding: 5px;
}

table.tbValoriNutrizionali td
{
	text-align: center;
	width: 20%;
}

td.infoValue
{
	text-align: right;
	font-weight: bold;
}

td.tableSpacer
{
	width: 40px;
}

table.tbInfoNut thead th
{
	height: 35px;
	vertical-align: top;
}

table.tbInfoNut td
{
	border-bottom: 1px solid #efefef;
}

.nutriz_percent_boxes
{
	position:relative;
	width:75px;
	height:70px;
	margin-right:5px;
	float:left;
	background-image: url(/img/nutriz_pomp.gif);
	background-repeat: no-repeat;
	margin-bottom:5px;
}

/* ricette */

.recipeIngredients
{
	/*list-style-type: square;*/
	margin-left:30px;
	padding-right:20px;
	margin-top:10px;
}

.recipeIngredients li
{
	font-style: italic;
}

