html,body{
	background: url("../images/menu/hack_sfondo2.gif") repeat-y;
}

/*catalogo*/

.voce_catalogo{
	font-family:Arial, Helvetica, sans-serif;
	color:#373ABE;
	text-transform:none;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	display:block;
	width:250px;
	float:left;
	margin:10px;
}
.prodotto{
	width:380px;
	height:90px;
	clear:both;
}

.promozione{
	width:500px;
	clear:both;
	overflow:auto;
}
.descrizionePromo{
	width:400px;
	float:left;
	}
.img_prodotto_small{
	width:70px;
	float:left;
	display:block;
	overflow:auto;
}