#treecontrol { margin: 1em 0; display: none; }
.treeview, .treeview ul { padding: 0 0 0 10px; margin: 0; list-style: none; text-align:left; font-size:12px; }
.treeview ul { margin-top: 4px; }
.treeview li { margin: 0; padding: 0px 0pt 0px 0px;}
.treeview li.collapsable, .treeview li.expandable { }
.treeview li.last { }
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }  
.treeview li.lastCollapsable {  }
.treeview li.lastExpandable { }
.treeview a { color: #535353; cursor: pointer;}
.treeview a.selected {color: #a40000;}
.treeview a:selected {color: #a40000;}
.treeview a:hover { color: #a40000; cursor: pointer; }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { }
.treeview .expandable-hitarea { }
.treeview .red_dot {color:#a40000; font-weight:bolder;}
.treeview .folder {cursor:pointer;font-weight: bolder;}

.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(http://image.gamecom.jp/SilkR/Web/menu_list_ico.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(http://image.gamecom.jp/SilkR/Web/menu_list_ico.gif) 0 0 no-repeat; }

.treeview .hitarea {
	height: 16px;
	width: 7px;
	margin-left: 0px;
	margin-right: 2px;
	float: left;
	cursor: pointer;
	background: url(http://image.gamecom.jp/SilkR/Web/menu_list_ico.gif) 0px 9px no-repeat;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

