.sitemap-portlet{
	/*text-align: center;*/
	width: 100%;
	margin: 0px auto; 
	/*width:  800px;*/
	
	overflow: hidden; 
	text-align: left;
}

.sitemap-portlet .box{
	width: 30%;
	float:left;
	margin: 10px 5px; 
	border:solid 2px #b8c1ca;
	padding:3px;
}
.sitemap-portlet .box a{
	color:#404040;
	text-decoration: none;
}

.sitemap-portlet .box-provincia{
	border:solid 2px #FFCB52;
}

.sitemap-portlet .box-servizi{
	border:solid 2px #398E42;
}

.sitemap-portlet .box-polo-est{
	border:solid 2px #A0CDEF;
}

.sitemap-portlet .box-prima-pagina{
	border:solid 2px #990033;
}

.sitemap-portlet .title{
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px dashed #b8c1ca;
}
.sitemap-portlet .title a{
	font-weight:bold;
	font-size:1.2em;
}

.sitemap-portlet .child{
	margin-top:5px;
}
.sitemap-portlet .child a{
	font-weight:bold;
}

.sitemap-portlet .leaf{
	padding:5px 0px 0px 15px;
}

.sitemap-portlet .break{
	clear: both;
}
