@CHARSET "UTF-8";

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

.treeview ul {
	background-color: none;
	margin-top: 4px;
}

.treeview .hitarea {
	/* background: url(../images/treeview-default.gif) -64px -25px no-repeat;*/ 
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
  font-size:12px;
  color: white;
  text-decoration: none;	
}

.treeview a.selected {
	 
		
}

#treecontrol { margin: 1em 0; display: none; }



	
a.nazwa_kategorii {
  font-size:12px;
  color: white;
  text-decoration: none;
}

a:link.nazwa_kategorii  {
  color: white;
  text-decoration: none;
}

a:visited.nazwa_kategorii  {
  color: white;
  text-decoration: none;
}

a:active.nazwa_kategorii  {
  color: white
}

a:hover.nazwa_kategorii  {
  color: #88aaff;
  text-decoration: underline;
}


.treeview .hover { color: #88aaff; cursor: pointer; }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable {  }

.treeview .expandable-hitarea {  }

.treeview li.last { }
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }  
.treeview li.lastCollapsable {  }
.treeview li.lastExpandable { }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { }

.treeview-red li { }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { } 

.treeview-black li { }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {  }  

.treeview-gray li { }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {  } 

.treeview-famfamfam li {  }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {  } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { }
.filetree li.expandable span.folder { }
.filetree span.file {  }
