div#container_sitemap {
	width: 98%;
	background: none;
	overflow: auto;
	padding-bottom: 50px;
	height:100%;
}

div#contain_sitemap {
	background: none;	
	font-size: 0.8em;
	margin:2em auto;
}


#contain_sitemap ul {
	padding: 5px 0 0 20px;
	margin:0;
}

#contain_sitemap li.sitemap_element {
	list-style-type:none;
	margin:0 0 10px 0px;
	padding:0 0 0px 20px;
}

#contain_sitemap ul li ul {
	padding: 5px 0 0 20px;
	background: url(img/ul.gif) repeat-y 10px top;
	margin:0;
}

#contain_sitemap ul li ul li.sitemap_element {
	background: url(img/li.gif) no-repeat left 20px;
	list-style-type:none;
	margin:0 0 10px 0px;
	padding:0 0 0px 20px;
}

#contain_sitemap div {
}


#contain_sitemap a {
	display: inline;
	background: #eee;
	padding: 2px;
	color: #222;
	text-decoration: none;	
	line-height: 2em;
	text-align: center;
	font-size: 1.2em;
}
#contain_sitemap a:hover {
	background: #fff;
}


#contain_sitemap li.sitemap_element div.intorno_tutto
{	
	background-color: #eee;
	margin: 0px;
	padding:3px;
	width:auto;
}
 
div.name_class 
{	
	display:inline;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}
div.description 
{	display:inline;
	text-align: center;
	margin: 2px;
}

#contain_sitemap a.link_map 
{
	
}
#contain_sitemap .descrizione_map 
{	display:inline;
	margin: 5px 2px;
}
#contain_sitemap .bottoni_map 
{	display:inline;
	text-align: center;	
	margin: 2px;
}


/*IE 6 (when comma-separated, IE6 didn't work, so these are duped for IE7)*/
*html body.hasJS {text-align: center;}
*html body.hasJS a {margin: 0; position: relative;}
/*IE 7*/
*:first-child+html body.hasJS {text-align: center;}
*:first-child+html body.hasJS a {margin: 0; position: relative;}
