.treeview ul { }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 4px 16px;
	font-family: verdana,arial;
	font-size:10px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; }

.treeview .hover { font-weight:bold; cursor: pointer; }

.treeview li { background: url(images/tv-item.gif) 0 0 no-repeat; }
.treeview .collapsable { background-image: url(images/tv-collapsable.gif); }
.treeview .expandable { background-image: url(images/tv-expandable.gif); }
.treeview .last { background-image: url(images/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(images/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(images/tv-expandable-last.gif); }


.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder { padding-left: 16px; display: block; height: 15px; }
.filetree span.file {  padding-left: 16px; display: block; height: 15px; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }

.filetree span.file a { font-size:12px; color:#fff; text-decoration:none; }

.sitemapacc_area{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color:#333;
	padding:3px 5px 3px 5px;
	width:200px;
	min-width:200px;
	font-size:12px;
}

a.sitemapacc_aprichiudi {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-style:italic;
	font-size:10px;
	text-decoration:none;
}

a.sitemapacc_aprichiudi:hover {
	text-decoration:underline;
}

