﻿.treeview, .treeview ul 
{ background-color: #F5F5F5;	padding: 0;	margin: 0 0 15px 0;	list-style: none;
}
.treeview ul {	background-color: #F5F5F5;	margin-top: 4px;}
.treeview .hitarea {	background: url(img_treeview/treeview-default.gif) -64px -25px no-repeat;	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: 3px 0pt 3px 16px;}
.treeview a{background:none;color:#666;}
.treeview a:hover{background:none;color:#000}

a
{
	color:#666666;
}

a:hover
{
	color:#000000;
}

ul.treeview{
	width: 370px;
}

#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(img_treeview/treeview-default-line.gif) 0 0 no-repeat; }
.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, .treeview li.lastExpandable { background-image: url(img_treeview/treeview-default.gif); }  
.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; }

/* node_tree */
.node_tree li { padding: 3px 0 2px 16px; }
.node_tree span.folder, .node_tree span.file { padding: 1px 0 1px 20px; display: block; }
.node_tree span.menu { background-image: url(img_treeview/folder_open.png); background-position: 0 0; background-repeat: no-repeat; }
.node_tree span.videos { background-image: url(img_treeview/folder_open_film.png); background-position: 0 0; background-repeat: no-repeat; }
.node_tree span.channels { background-image: url(img_treeview/folder_open_document.png); background-position: 0 0; background-repeat: no-repeat; }
.node_tree span.channel { background-image: url(img_treeview/folder-closed.png); background-position: 0 0; background-repeat: no-repeat; }
.node_tree li.expandable span.folder { background-image: url(img_treeview/folder.png); background-position: 0 0; background-repeat: no-repeat; }
.node_tree span.mm_video { background-image: url(img_treeview/film.png); background-position: 0 0; background-repeat: no-repeat; }

span.pretty-hover { background-color: #DADADA; }
