/*
 * CSS for Standard tree layout
 * Copyright (C) 2005 SilverStripe Limited
 * Feel free to use this on your websites, but please leave this message in the fies
 * http://www.silverstripe.com/blog
 */
 
ul.tree{
	width: auto;
	padding-left : 0px;
	margin-left : 0px;	
}

ul.tree img{
 	border : none;
}
 

ul.tree, ul.tree ul {
	padding-left: 0;	
}
ul.tree li.closed ul {
	display: none;
}
ul.tree li {
	list-style: none;
	/*background: url(i-repeater.gif) 0 0 repeat-y;*/
	display: block;
	width: auto;
	/* background-color:#FFFFFF; */
}

ul.tree li.last {
	list-style: none;
	background-image: none;
}

ul.tree span.a
{	
}

/* Span-A: I/L/I glpyhs */
ul.tree a  {	
	padding: 0px 0px 0px 5px;
        overflow: hidden
}

/* Span-B: Plus/Minus icon */
ul.tree span.b {		
	float: left;
	width: 15px;
	height: 15px;		
	/*position: relative;*/	
}
.cNoCat {
	/*margin-left: 15px;	*/
}
.bNoCat
{	
	float: none !important;	
}




ul.tree span.a.children span.b {
	background: url(minus.gif) 0 50% no-repeat;
	cursor: pointer	
}
ul.tree li.closed span.a.children span.b {
	background: url(plus.gif) 0 50% no-repeat;
	cursor: pointer;	
	position: relative;
	z-index: 9090;	
}

/* Span-C: Spacing and extending tree line below the icon */

/*���� �� �������*/
ul.tree span.c {
	/*margin-left: 5px;	*/		
}


ul.tree span.a.children span.c {

}
ul.tree span.a.spanClosed span.c {
	background-image: none;
}




/* Unformatted tree */
ul.tree.unformatted li {
	background-image: none;
	padding-left: 16px;
}
ul.tree.unformatted li li {
	background-image: none;
	padding-left: 0px;
}

/*
 * Divs, by default store vertically aligned data
 */

ul.tree li div {
	float: right;
	clear: right;
	height: 1em;
	margin-top: -26px;
}
/* As inside DIVs should be treated normally */
ul.tree div a  {
	padding: 0;
	background-image: none;
	/*min-height: auto;*/
	height: auto;
}

