@charset "utf-8";
/* CSS Document */

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	margin-left:-2px;
	list-style: none;
	clear:both;
	display:block;
	word-wrap: break-word;
}

.treeview ul {
	/*//background-color: white;*/
	margin-top: 4px;
	clear:both;
	display:block;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -8px;/*改*/
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	clear:both;
}
.treeview a.selected {	background-color: #eee;}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; display:inline-block; clear:both;}

.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(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 7px -111px }/*改*/
.treeview li.lastExpandable { background-position: -25px -67px }/*改*/

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

/* 變更樣式:外加 Start  */
	.treeview-red li { background-image: url(images/treeview-red-line.gif); }
	.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 
	
	.treeview-black li { background-image: url(images/treeview-black-line.gif); }
	.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  
	
	.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
	.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 
	
	.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); } 

/* 變更樣式 End  */

.filetree li { padding: 3px 0 2px 15px; clear:both; display:block;}

.filetree span.folder, .filetree span.file { padding:0; display:inline-block; float:left;}
.filetree span.folder { background: url(images/folder.png) 1px 1px no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.png) 1px 1px no-repeat;  display:block;}
.filetree span.file { background: url(images/file.png) 3px 0 no-repeat; }
.filetree li span a { display:inline-block; width:16px; height:14px; visibility:hidden;}

.treeview li p { margin:0; line-height:1.3; cursor:pointer; display:block; padding-left:24px; color:#0d5f85;}
.treeview li p:hover { text-decoration:underline; color:#00A0E9;}
.treeview li p.treeNo { margin:0; line-height:1.3; cursor:text; display:block; padding-left:24px; color:#777777;}
.treeview li p.treeNo:hover  { text-decoration:none;}