a:link, a:visited,a:active
{
	text-decoration: none;
	color: #CCCC00;	
}

a:hover
{
	text-decoration: underline;
	
}



.fontbase
{
	color: #666666;
	font-size: 10px;
}

.bordobianco
{
	border: 2px solid White;
}

.stile_navigatore
{
	font-size: 10px;
	color: #CCCC00;	
	text-align: center;
	
}


.bloccoDettaglio
{
   padding-left: 10px;
	font-size: 9px;
	color: #CCCCCC;	
   width: 670px;
}

.bloccoTestoSezioniInterne
{
	width: 500px;
	
}



.titolo_generale
{
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;	
	padding-left: 5px;
}

.testo_generale
{
	font-family: Tahoma;
	font-size: 10px;
	color: #D7D7D7;
}

.tagimg_dettaglioArticolo
{
	border: solid;
	border-color: Silver;
	border-width: 1px;	
	margin-left: 3px;
	margin-top: 3px;	
	
}


.separatoreGenerico
{
	background-image: url(immagini/riga_lunga.gif);
	background-repeat: repeat-x;
	margin-left: 10px;
}


