@charset "utf-8";
#treeviewdiv { width:280px; background:#ffffff;}
#treeviewdiv .treeview { list-style:none; width:270px; padding:0;}
#treeviewdiv .treeview .selectedbranch {background-color: #ededed;}
#treeviewdiv .treeview li {
	background-color: #ffffff; 
	padding:0; 
}
#treeviewdiv .treeview li a {
	display:block; 
	background: url('img/folder.png') center center no-repeat; 
	padding: 5px; 
	font: 12px Tahoma; 
	color:#333333; 
	text-decoration:none; 
	float:left;
	position:relative;
}
#treeviewdiv .treeview li a:hover {text-decoration:underline;}
#treeviewdiv .treeview li img {float:right; cursor:pointer;}
#treeviewdiv .treeview li a.selectedlink {display:block; background: url('img/folder_open.png') center center no-repeat; padding: 5px; font: 12px Tahoma; color:#333333; text-decoration:none; float:left;}
#treeviewdiv .treeview li a.selectedlink:hover {text-decoration:underline;}

#treeviewdiv .treeview li.active_gallery a {
	color: #1d7b00;
}

/*
#treeviewdiv .treeview li.active_gallery a:before {
	content:"\2713";
	position: absolute;
	left: -10px;
}
*/
.contextMenu ul li {font: 12px Tahoma;}