/* ::::: http://jquery.bassistance.de/treeview/jquery.treeview.css ::::: */
.folder a{
	color:#3E4F58;
	text-decoration: none;
}

.treeview li .file a, .treeview li .file a:visited {
	color:#74828D;
	text-decoration: none;
}



.treeview, .treeview ul {
	margin: 4px 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 12px;
	line-height: 14px;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: transparent url('../images/treeview-default.gif') no-repeat scroll -64px -25px;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}

* html .hitarea {
	display: inline;
	float: none;
}

.treeview li {
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: rgb(238, 238, 238);
}

#treecontrol {
	margin: 1em 0pt;
	display: none;
}

.treeview .hover {
	cursor: pointer;
	text-decoration: underline;
}

.treeview li {
	background: transparent url('../images/treeview-default-line.gif') no-repeat;
}

.treeview li.collapsable, .treeview li.expandable {
	background-position: 0pt -176px;
}

.treeview li.collapsable {
	padding-top: 3px;
	
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.treeview li.last {
	background-position: 0pt -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url('../images/treeview-default.gif');
}

.treeview li.lastCollapsable {
	background-position: 0pt -176px;
}

.treeview li.lastExpandable {
	background-position: 0pt -176px;

/*background-position: -32px -67px; */
}

.treeview-famfamfam li {
	background-image: url('../images/treeview-famfamfam-line.gif');
}

.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
	background-image: url('../images/treeview-famfamfam.gif');
}

.filetree li {
	padding: 3px 0pt 2px 10px;
}

.filetree span.folder, .filetree span.file , .filetree span.file_coul{
	padding: 1px 0pt 1px 16px;
	display: block;
}

.filetree span.folder {
	padding: 1px 0pt 0 5px;
}

.filetree span.folder, .filetree span.folder a {
	font-weight: bold;
	text-decoration: none;
}

.filetree li.expandable span.folder {
	
}

.filetree span.file {
	background: transparent url('../images/file.gif') no-repeat;
	color: #74828D;
	margin-left: -10px;
}

.filetree span.file_coul {
	background: transparent url('../images/file.gif') no-repeat;
	color: #74828D;
	margin-left: -9px;

}
.filetree span.file_coul a {
font-weight: bold;
	text-decoration: none;

}

/* ::::: http://jquery.bassistance.de/treeview/demo/screen.css ::::: */
