/* CSS Document */

.elenco_box_scheda {
	background-color: #EAEAEA;
}
ul.elenco_box_scheda {
	margin: 0px 5px 8px 15px;
	list-style: square url(../images/corsi/li.gif);
	padding: 7px 0px 0px 10px;
}
.elenco_box {
	background-color: #C6FFC6;
}
ul.elenco_box {
	margin: 0px 5px 8px 15px;
	list-style: url(../images/corsi/li.gif) square;
	padding: 7px 0px 0px 10px;
}
.titoli {
	color: #FF6600;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(../images/corsi/punti.gif);
	background-repeat: repeat-x;
	display: block;
	background-position: 0px bottom;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}
