#list1, #list2{ 
	width:95%; 
	margin-bottom:30px;
}
.title{ 	
	cursor: pointer;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #646464;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;	
	background-image:url(../img/piu.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:600px
}
.title:hover{ }
.on .title{
	color: #646464;
	/*background-image:url(../img/meno.gif);*/
	background-image:none;
}
.off .title{
 }

.content { 
	padding:0.1em;  
	padding-bottom:20px; 
	margin-bottom:20px;
	width:600px
}

ul.riga li{
	border-bottom: 1px solid #646464;
	list-style-type: disc;
	list-style-image: none;
	margin:2px 0px;
	padding:1px 0px;
	line-height:100%;	
}
