﻿@charset "utf-8";
/* CSS Document */
.treeview, .treeview ul { 
	margin: 0;
	list-style: none;
	 font-family: 'Montserrat-Light';
	padding:0;
	width:230px;
	float:left
}

.treeview ul {
	width:230px;
	float:left;
	

}

.treeview .hitarea {
	
	height: 0px;
	width: 0px;
	float: left;
	cursor: pointer;
	display:none
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
 
	color:#000;
	font-size:14px;
    font-family: 'Montserrat-Light';
	margin:0px 0 4px 0;
	/*border-bottom:1px solid #eaeaea;*/
	display: inline-block;
    width: 100%;
}

.treeview li  a{ 
	color:#000;
	/*border-bottom:2px solid #fff;*/
	display:block;
    /*padding:10px 0 12px 0;*/
    text-decoration:none;
	}

.treeview a.selected {
	color:#2b7dc1;
	
}
.treeview li a.active {
	color:#2b7dc1;
	border-color:#2b7dc1
}
#treecontrol { margin: 1em 0; display: none; }

.treeview li a:hover { color: #2b7dc1; }

.treeview li {}
.treeview li .icon
{
	float:left;
	width:40px;
	height:30px;
	margin:-5px 5px  0 0
}
.treeview li .icon img
{
	max-width:40px;
	max-height:30px;
}
.treeview li.collapsable
{ }
.treeview li.expandable { }

.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li ul li a {
	color: #545555;
	background: none;
	border: none;
	border-radius: 0;
	/*font-size: 15px;*/
	padding: 0px 0px 0px 15px ;
	font-size:12px
}
.treeview li ul
{
	padding:10px 0px;
}
.treeview li ul li
{
  margin-bottom:0;
  border:0;
  /*background:url(../images/menu-arrow.png) no-repeat left 10px;*/	
  
}
.treeview li ul li ul li
{
  margin-bottom:0;
  border:0;
 background:none;
  
}
.treeview li ul li ul  li a
{
	color:#545555;
	font-size:12px;
	padding:3px 0px 3px 23px;
	
}
.treeview li.last {  }
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }  
.treeview li.lastCollapsable {  }
.treeview li.lastExpandable {  }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { }

.treeview-red li { }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {  } 

.treeview-black li { }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { }  

.treeview-gray li { }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {  } 

.treeview-famfamfam li { }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
