/* 
 * @author Sławomir Kokłowski {@link http://www.kurshtml.boo.pl}
 * @copyright NIE usuwaj tego komentarza! (Do NOT remove this comment!)
 */
 
ul.tree {
	display: block;
	float: left;
	margin-left: 4px;
	padding-left: 0;
	text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {
	margin: 0;
	display: block;
	list-style-type: none;
	width: 440px;
	text-align: left;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

ul.tree li.closed {

	background-image: url("plus.gif");

	background-repeat: no-repeat;
}

ul.tree li.opened {

	background-image: url("minus.gif");

	background-repeat: no-repeat;
}

ul.tree li a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
}

ul.tree li a:hover {
	text-decoration: none;
}
