@charset "UTF-8";
.comunicati_wrapper{
	padding: 0px;
	margin: 0px;
}
.comunicati_wrapper .list{
	width: 450px;
	display: list-item;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	list-style-type: square;
	list-style-position: inset;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	cursor: default;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.comunicati_wrapper p{
	font-size: 10px;
	color: #000000;
	margin: 2px;
	padding: 0px;
}
.div_element{
	padding: 2px;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	background-color: #F7F7F7;
}
