@charset "UTF-8";
/* CSS Document */

.testo_spalla,
.testo_spalla a {
	text-align:right;
	line-height:1.4em;
	font-size:1em;
	margin:0px;
	color:#333333;
	text-decoration:none;
}

.testo_spalla a:hover {
	color:#666666;
	text-decoration:none;
}


.testo {
	text-align:left;	
	line-height:1.4em;
	font-size:1em;
	margin:0px;
	color:#333333;
	text-decoration:none;
}

.testo a {
	color:#333333;
	text-decoration:underline;
}

.testo a:hover {
	color:#666666;
	text-decoration:underline;

}

.testo_small {
	font-size:0.8em;
	text-align:left;
	color:#808080;
	line-height:15px;
}

.testo_small a {
	color:#808080;
	text-decoration:underline;
}

.testo_small a:hover {
	color:#666666;
	text-decoration:underline;

}

.titoli{
	font-size:1.3em;
	text-align:left;
	font-weight:bold;
	margin:0px;
}

.titoli_spalla{
	font-size:1.3em;
	text-align:right;
	font-weight:bold;
	margin:0px;
	color:#333333;
}





/* MENU IN SPALLA */

ul.simple, ul.simple li{ 
	list-style:  none outside; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6 { 
	font-size: 1.1em;
	text-align:right;
	margin:0px;
	margin-bottom:10px;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited { 
	color: #333333; 
	text-decoration: none; 
}

h1 a:hover,
h2 a:hover { text-decoration: underline; }

div.collapse{ 
	width: 200px;  
	margin: 5px 0;  
}

div.no_collapse{ 
	width: 200px;  
	margin: 5px 0;  
}	

div.collapse-container{ 
	width: 200px; 
	height: 100%; 
	padding: 0px;
	padding-top:10px;
	padding-bottom:20px;
}