.treeview ul { background-color: #d6d5d4; }

.treeview, .treeview ul { 
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -30px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #d6d5d4;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

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

.treeview a.selected {
	background-color: black;
}

#treecontrol { margin: 0; }

.treeview .hover {
	color: #B85B5A;
}

.treeview li {
	background: url('images/tv-item.png') no-repeat 0 0;
}

.treeview .collapsable {
	background-image: url('images/tv-collapsable.png');
	background-position: 3px 5px;
}

.treeview .expandable {
	background-image: url('images/tv-expandable.png');
	background-position: 3px 5px;
}
.treeview .last {}
.treeview .lastCollapsable { background-image: url('images/tv-collapsable.png'); }
.treeview .lastExpandable { background-image: url('images/tv-expandable.png'); }

.filetree li { padding: 3px 0 1px 16px; }
.filetree span.file { padding-left: 16px; display: block;}

.filetree span.folder {
	font-weight: bold;
}

.filetree span.file { background: url('images/product.png') no-repeat 0 1px; }

.category_css, .products_css {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	background: #d6d5d4;
	padding-left: -16px;
}

.category_css {
	font-weight: bold;
	padding:0;
}
