/*PROVINCIA PER TEMI*/

.provincia-temi-home-portlet {
	text-align:left;
	padding:0;
	float:left;
	width:50%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.provincia-temi-home-portlet .header{
	font-size: 1em;
	height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;	
	background: #398E42
		url("/resources/prov-ve/images/freccia-trasp-right.gif") 5px 5px
		no-repeat;
	margin: 0px;
}
.provincia-temi-home-portlet .link-titolo{
	width: 100%;
	float:left;
	color: white;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
.provincia-temi-home-portlet .left {
	float:left;
	width: 50%;
	border: 1px solid white;
}
.provincia-temi-home-portlet .right {
	float:left;
	width: 48%;
	border: 1px solid white;
}

.provincia-temi-home-portlet .right ul,
.provincia-temi-home-portlet .left ul{
padding: 0px;/*attenzione!!!!!!!!!!!importante per firefox: non togliere , altrimenti non allinea al top!*/
	margin-top: 0px;/*attenzione!!!!!!!!!!!importante per IE: non togliere , altrimenti non allinea al top!*/
	/*list-style-position : inside;*/
	margin-left: 0px;/*altro modo per allineare a sx IE*/
	margin-bottom: 0px;
	list-style-type: none;
}

.provincia-temi-home-portlet .right .list,
.provincia-temi-home-portlet .left .list{
	padding: 1px 0px 1px 0px;
}

.provincia-temi-home-portlet .right .list a,
.provincia-temi-home-portlet .left .list a {
  color: black;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-image: url("/resources/prov-ve/images/green-point.gif");
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding: 0px 0px 0px 25px;
}

