/* --- STILI OGGETTI GENERALI --- */
.object {
    margin-top: 0px;
	margin-bottom: 10px;
}
.object a {
    text-decoration: none;
}
.object h3 {
     font-size: 1em;
}
.object .title {
	display: none;
}
.object .title h2 {
	display: none;
}
.object .content {
	padding: 20px 0 20px 0;
}
.object ul {
    list-style-type: square;
	margin-bottom: 18px;
}
.object ul li img {
    vertical-align: middle;
}
.object ul ul {
	list-style-type: none;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 20px;
}
.object ul ul li.titolo {
	font-weight: bold;
}
.object ul ul li.testo {
}
.new a {
    text-decoration: none;
	color: #3779AE;
}


#detail ul li {
	margin-bottom: 20px;}
	
#detail .titolo {
	font-weight: bold;
	color: #3A728F;
	margin-bottom: -5px;
	}


/* === === */
