/* TREE LAYOUT */

.tree ul {
	margin:0 0 0 5px;
	padding:0;
	list-style-type:none;
}

.tree li {
	display:block;
	min-height:18px;
	line-height:18px;
	padding:0 0 0 15px;
	margin:0 0 0 0 !important;
	clear:both;
}

.tree li #cdragged{
	display:none;
}
.tree li ul {
	display:none;
	clear:both;
}
.tree li a,
.tree li span {
	display:inline;
	/*float:left;*/
	line-height:16px;
	height:16px;
	/*white-space:nowrap;*/
	text-decoration:none;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:4px 1px; 
	border:0;
	margin:0;
}
.tree li a:hover, 
.tree li a.hover {
	cursor : pointer;
}

.tree li {
	background:url("index.php?pf=ecommerce/admin/images/li.gif") 7px center no-repeat;
}
.tree li.last {
	background:url("index.php?pf=ecommerce/admin/images/lastli.gif") 5px top no-repeat;
}
/* NO DOTS */
.no_dots ul ul {
	background:transparent;
}
.no_dots li {
	background:transparent;
}
.no_dots li.last {
	background:transparent;
	background-color:transparent !important;
}

/* OPEN OR CLOSE */
.tree li.open {
	background:url("index.php?pf=ecommerce/admin/images/fminus.gif") 4px 6px no-repeat;
	margin:3px 0 0 0 ;
}
.tree li.open ul {
	display:block;
	clear:both;
	margin:3px 0 0 0 ;
}
.tree li.closed {
	background:url("index.php?pf=ecommerce/admin/images/fplus.gif") 5px 5px no-repeat;
	margin:3px 0 0 0 ;
}
.tree li.closed ul {
	display:none !important;
}

/* HACKY-HACKY */
/* EXPLORER 7 */
*:first-child+html .tree li {
	margin-bottom:-2px;
} 
*:first-child+html .tree li ul {
	padding-bottom:2px;
}

/* EXPLORER 6 */
.tree li {
	_width:50%;
	_margin-bottom:-2px;
}
.tree li ul {
	_padding-bottom:2px;
}


