/* 
 * May be used instead of the default jquery.treeview.css to customize the appeareance of treeview
*/
.filetree, .filetree ul
{
	margin: 0 0 0 16px;
}
.treeview, .treeview ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul
{
	margin-top: 2px;
}
.treeview li
{
	margin: 0;
	padding: 1px 0 0 10px;
}
ul.treeview > li
{
	margin: 0;
	padding: 1px 0 0 0px;
}

.treeview a.selected
{
	background-color: #eee;
}
.treeview .hitarea
{
	display: none;
}

/* fix for IE6 */
* html .hitarea
{
	display: inline;
	float: right;
	margin-top: 5px;
}

#treecontrol
{
	margin: 1em 0;
	display: none;
}
.treeview .hover
{
	cursor: pointer;
}

.treeview li
{
	background: url(images/treeview-nolines-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable, .treeview li.expandable
{
	background-position: 0 -176px;
}
.treeview .expandable-hitarea
{
	background-position: -80px -3px;
}

.treeview li.last
{
	background-position: 0 -1766px;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable
{
	background-image: url(images/treeview-nolines.gif);
}

.filetree
{
	font-size: 11px;
	color: #787878;
	line-height: 17px;
}

/* Expand the anchor to include the + or > */
/* .filetree span { background-position: left center; background-repeat: no-repeat; vertical-align: middle; display: block } */
.filetree span
{
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 0 0 0 15px;
	display: block;
}
.filetree span.custom
{
	padding-left: 3px;
}
.filetree span.custom a
{
	display: inline;
}
.filetree span.file
{
	background-image: url('rimages/icon-productlist.png');
}
.filetree li span.folder
{
	background-image: url('rimages/icon-productlist-more.png');
}
.filetree li.collapsable > span.folder
{
	background-image: url('rimages/icon-productlist-more.png');
}

/* Expand the anchor to include the + or > */
/*.filetree span a { color: #787878; display: block; width: 100%; padding: 3px 0 3px 20px }*/
.filetree span a
{
	color: #555;
	display: block;
	width: 100%;
	padding: 1px 0px;
}

.filetree li.expandable span.toplevel a
{
	background-color: #cfdeed;
}
.filetree li span:hover
{
	/*background-color: #e0e0e0;*/
}
.filetree li.collapsable span.toplevel a
{
	background-color: inherit;
}

.filetree li.collapsable ul li.collapsable ul span.sublevel a
{
	background-color: #c0c0c0;
}

.filetree li.collapsable span.sublevel a
{
	background-color: #e0e0e0;
}

.filetree a.selected
{
	background-color: #b0b0b0;
	color: #fff;
}

.filetree li.collapsable span.sublevel a.selected
{
	color: #000;
}

.filetree span.toplevel a
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.filetree span.toplevel
{
	/*border-bottom: dotted 1px #ccc;*/
}

.filetree span.toplevel img
{
	padding-right: 3px;
}

