ul.tree {
	display: block;
	margin-left:-10px;
  padding:5px 10px;
}

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

ul.tree li {
	display: block;
	list-style-type: none;
  padding-bottom: 6px;
	background-position: left top;
	background-repeat: no-repeat;	
	/*border-bottom:1px solid #eeeddd;*/
	margin-bottom:6px;
	padding-left:63px;
  padding-top:5px;
}

ul.tree li.spp {
  width:154px;
  padding-bottom:30px
}

ul.tree li li {
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom: 3px;
	margin-left:-70px;
}

ul.tree li.closed {
	/*background-image: url("closed.gif");*/
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	/*background-image: url("opened.gif");*/
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	color:#ffffff;
}

ul.tree li li a {
    font-size:11px;
    color:black;
    cursor: pointer;
}

ul.tree li ul {
    margin-bottom:-25px;
    margin-top:10px;
    margin-left:5px;
}

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

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

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

ul.treeNew {
  border:none;
}


ul.treeNew h4 {
  color:red;
}

ul.treeNew h3 {
  color:red;
}

ul.treeNew li {
  margin-left:15px;
  display:block;
  padding:2px 0;
  list-style: none;
  width:100px;
}

ul.treeNew li a {
	text-decoration: none;
	cursor: pointer;
	font-weight:normal;
}

ul.treeNew li li {
  margin-left:8px;
}

ul.treeNew li li li {
  margin-left:0px;
}

ul.treeNew li a:hover {
	font-weight:bold;
}

ul.treeNew p {
  color: #000000;
  border-bottom:1px solid #cccccc;
  padding-left:5px;
  width:110px;
}

ul.treeNew li.innyBlogi {
    width:110px;
    padding-bottom:5px;
}

ul.treePowedom h3 {
  color:#666666;
}

ul.treePowedom li {
  display:block;
  padding:2px 0;
  width:175px;
}

ul.treePowedom li a {
	text-decoration: none;
	cursor: pointer;
}

ul.treePowedom p.powedData {
  margin-left:15px;
  color:#999999;
  font-size:10px;
}

ul.treePowedom p.powedTresc {
  margin-left:15px;
  margin-top:1px;  
}

ul.treePowedom p.powedOd {
  margin-top:5px;
  margin-left:65px;
  font-size:10px; 
}

