ul {
	margin: 0 0 0 1em;
	padding: 0;
}
	
/* Inizio classi x elenchi */

ul.lista-elenco1, li.lista-elenco1 {
	list-style-image: url(../img/icona.gif); 
	margin: 0.8em 0.5em 0.5em 1em;
	padding-left: 0.2em;
	/*border: 1px solid red;*/
}
.lista-elenco2 {
	list-style: disc inside url(../img/icona-ara.gif);
	margin: 0.8em 0.5em 0.5em 0.5em;
	display: list-item;
	}
.lista-elenco3 {
	list-style: disc inside url(../img/icona-ara.gif);
	margin: 0.8em 0.5em 0.5em 0.5em;
	display: list-item;
}
.listapiccola1 {
	list-style-image: url(../img/fr-blu.gif);
	margin: 0.8em 0.5em 0.5em 0.5em;
	display: list-item;
}

.listapiccola2 {
	list-style-image: url(../img/icona.gif);
	margin: 0.8em 0.5em 0.5em 0.5em;
	display: list-item;
}
	
/* Fine classi x elenchi */

/* Inizio classi x indici */

.lista-indice1 {
	list-style: disc inside url(../img/icona-blu.gif);
	margin: 0.8em 0.5em 0.5em 0.5em;
	display: list-item;
	font: normal bold medium Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
.lista-indice2 {
	list-style: disc inside url(../img/icona-blu.gif);
	margin: 0.8em 0.5em 0.5em 0.5em;
	display: list-item;
	font: normal bold small Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	

/* Fine classi x indici */

.lista-link1 {
	list-style-image: url(../img/fr-rossa.gif);
	margin: 0.5em 0.2em 0.2em 0.2em;
	display: list-item;
	font: normal bold small Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
ul.lista-link2, li.lista-link2 {
	list-style-image: url(../img/fr-blu.gif);
	margin: 0.5em 0.2em 0.2em 0.2em;
	font: normal small Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* classi per far venire il menù a sinistra nelle folder*/
ul.lista-menu1 {
	margin: 0 0 0 1em;
	padding: 0;
	/*border: 1px solid green;*/
}
li.lista-menu {
	font-size: 90%;  
	list-style-image: url('../img/fr-rossa.gif');
	padding: 0 0 0.5em 0;
}
/* classi generiche */
ul.lista-elencoalfa, li.lista-elencoalfa { 			
	list-style-image: none;
	list-style-type: lower-alpha; 
}
ul.listanumeri, li.listanumeri {  
	list-style-image: none;
	list-style-type: decimal-leading-zero;	
}
ul.listanascosta, li.listanascosta { 
	list-style-type: none; 
}
/* liste ordinate e non ordinate fisse nei campi areacontent delle schede di extra */
div.areacontent ul {
	font-size: 95%;  
	list-style-image: url(../img/icona-blu.gif);
	margin-bottom: 0.4em;
}
div.areacontent ol {
	list-style-image: none;
	list-style-type: decimal;
}
div.areacontent ul li {
	margin-left: 1.5em;
	padding-top: 0.5em; 
}