﻿
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview
{
	/*padding-left: 10px;*/
	color: #413d2e;
	font-size: 1em;	
	background: url(tree-item-bg.jpg) repeat-y;
}

.treeview li
{
	padding-left: 10px;
}

.treeview .page-alternate
{
	background: url(tree-item-bg2.jpg) repeat-y;
}

.treeview .active-category span
{
	color: #cd1820 !important;
}

.treeview .active a
{
	color: #cd1820 !important;
}

.treeview ul {
	margin-top: 5px;
	color:  #413d2e !important;
}

/*ul .collapsable
{
	background: url(tree-item-bg.jpg) repeat-y;
}*/

.treeview ul
{
	background: url(tree-category-bg.jpg) no-repeat !important;
	margin-left: -26px;
	padding-top: 8px;
}

.alternate
{
	background: url(tree-item-bg2.jpg) repeat-y;
	margin-left: -30px;
}

.alternate ul
{
	background: url(tree-category-alternate.jpg) no-repeat !important;
}

.treeview .level2
{
	margin-left: -16px;
}

.treeview .level2 li
{
	background: url(tree-item-bg2.jpg) repeat-y;
}

.treeview .level2 .hitarea
{
	margin-left: 5px;
}


.treeview .level3
{
	margin-left: -16px;
	/*background: url(tree-item-bg.jpg) repeat-y;*/
	background: white !important;
}

.treeview li a
{
	color: #565140 !important;
}

.treeview .level3 a, .treeview .level3 a:visited
{
	color: #565140;
}

.treeview .level3 li
{
	background: white !important;
}

.expandable-hitarea
{
	background: url(plus.gif) no-repeat 0px 4px;
}

.collapsable-hitarea
{
	background: url(minus.gif) no-repeat 0px 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	/*margin-left: -16px;*/
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 5px 0pt 5px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #ca151c; cursor: pointer; }

/*.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 { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }*/

