/*

		LA CELLETTA DEL PRODOTTO NOVITA'

*/



td.categorie {

	position:relative;

	width:180px;

	height:32px;
	
	left: 0px;
	
	border: 1px #000000;
	
	background-image: url(images/sfondo_btn_categorie2.gif);

	background-repeat: no-repeat;
	
	text-align: center;
	
	font-size:12px;
	
	color:#FFFFFF;

}

td.categorie_sel {

	position:relative;

	width:180px;

	height:32px;	
	
	background-color:orange;

	background-image: url(images/sfondo_btn_categorie.gif);
	
	background-repeat: no-repeat;
	
	text-align: center;
	
	font-size:12px;

}

a.nome_cat{
	
	text-decoration: none;
	
	color: #ffffff;
	
	font-weight:bold;
	
}
a.nome_cat:hover{

	
	text-decoration: none;
	
	color: #00FF66;
	
}
