﻿ul#browser {
	padding: 20px 0 0 20px;
	background: #fff;
}
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left:10px;
}

.treeview ul {
	background-color: white;
}

.treeview a{
	color:#666666;
	display: inline-block;
	height: 100%;
	width: 130px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.treeview .hitarea {
	background: url("../img/arrow-down.png") 0 0 no-repeat;
	height: 10px;
	width: 10px;
	margin: 4px 0 0 -10px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0 3px 10px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover, .treeview .active { color: #005982; cursor: pointer; }

.treeview .expandable-hitarea {
	background: url("../img/arrow-right.png") 0 0 no-repeat;
}

.filetree li { padding: 3px 0 2px 10px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 10px; display: block; }
.filetree span.folder {
	height: 30px;
	line-height: 16px;
}
.filetree span.file {
	height: 30px;
	line-height: 13px; }