/* --- STILI OGGETTI GENERALI --- */
.object {
    margin-top: 0px;
	margin-bottom: 10px;
}
.object a {
    text-decoration: none;
}
.object a:hover {
     color: #64B41F;
	 text-decoration: underline;
}
.object a:visited {
     color: #64B41F;
}
.object h3 {
     font-size: 1em;
}
.object .title {
	display: none;
}
.object .title h2 {
	display: none;
}
.object .content {
	padding: 0px;
}
.object ul {
    /*list-style-type: square; 11.02.2011 posti su "none" - Domenica */
	list-style-type: none;
    margin-left: 20px;
}
.object ul li img {
    vertical-align: middle;
}
.object ul ul {
    list-style-type: none;
    margin-left: 0px;
}
.object ul ul li.titolo {
	font-weight: bold;
}
.object ul ul li.testo {
}

#detailnewsincontent ul {
    list-style-type: none;
	margin: 0px;
	padding: 0px:
}
#detailnewsincontent ul li{
    list-style-type: none;
	margin: 0px;
	padding: 0px:
}
#detailnewsincontent ul li.titolo {
    font-weight: bold;
}
/* === === */
