#containerProdotti { width: 950px; height: 230px; margin-top: 30px; margin-right: auto; margin-left: auto; }

#prodottiLeft  {
	float:left;
	width: 250px;
	height: 190px;
	clear:none;
	background-color: #CCCCCC;
	padding: 30px 20px 10px 30px;

}

#prodottiCenter  {
	float:left;
	width: 250px;
	height: 190px;
	clear:none;
	background-color: #CCCCCC;
	margin-left: 25px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;

}



#prodottiRight {
	float:right;
	width: 250px;
	height: 190px;
	background-color: #CCCCCC;
	padding: 30px 20px 10px 30px;

}


.clear 
{
	clear:both;
}

#containerProdotti  .titolo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	
}
#containerProdotti  .corpo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	
}


#containerProdotti a, a:hover, a:visited {
	color: #000000;
	text-decoration: none;
}

