


/* CONTENTS */


#divcontenuti {
	text-align: left;
	font-weight: normal;
}

#divcontenuti img {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#divcontenuti a {
	color: #D00C0E;
	text-decoration: underline;
}

#divcontenuti a:hover {
	color:#fff;
	background-color:#D00C0E;
	font-weight:bold;
	text-decoration: none;
}

.linkcontenuti {
	font-size: 11px;
	color: #D00C0E;
	text-decoration: underline;
	font-weight: bold;
	
}

a.linkcontenuti:hover {
	color:#fff;
	background-color:#D00C0E;
	font-weight:bold;
	text-decoration: none;
	
}

.linktitoloriassunti a {
	color: #D00C0E;
	text-decoration: underline;
	font-weight: bold;
	
}

.linktitoloriassunti a:hover {
	color:#fff;
	background-color:#D00C0E;
	font-weight:bold;
	text-decoration: none;
	
}

.titolocontenuti {
	font-size: 18px;
	color: #9CCD25;
	font-weight: normal;
	text-decoration: none;
}



.divlineaprodotti {
	height: 10px;
	width: auto;
	padding: 0px;
	background-image: url(/SiteManagerClient/contents/img/line.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* END CONTENTS */