﻿@charset "utf-8";

html,body{
	margin:0;
	height:100%;
	width:100%;
	padding:0;
	font-size:1.0em;
	background-image:url(../images/bg.jpg);
	}
#part_left{
	float:left;
	width:260px;}
#logo{
	width:260px;
	height:100px;
	background-image:url(../images/logo.jpg);}
#main{
	width:260px;
	
	/*background-color: #eee;*/
    height: 100%;
	padding:0;
	margin:0;
	}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {  /*套用sub以下*/
	
	/*background-color: white;	
	margin-top: 4px;*/
	background: url(../images/subm_bgA.jpg);
}
.treeview ul ul{  /*套用sub以下*/
	
	/*background-color: white;	
	margin-top: 4px;
	background: url(../images/subm_bgB.jpg);*/
	
}

.treeview .hitarea {  /*項目符號-套用下方有子項者*/
	background: url(../images/minus.png);
	background-position:left;
	float: right;
	cursor: pointer;
	height: 30px;
	width: 30px;
	/*background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 260px;
	margin-left: -16px;
	float: left;
	cursor: pointer;*/
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	background: url(../images/subm_bgA.jpg);
	padding:5px 0;
	margin:0;
	font-weight: bold;
	 /*
	margin:0;
	padding: 3px 0pt 3px 16px;前面項次+┌ */
}
.treeview li li{
	background: url(../images/subm_bgB.jpg);
	background-position:top;

}
.treeview li li li{
	background: url(../images/item_bg.jpg);
	background-position:bottom;
	padding:5px 14px 8px 14px;
	font-weight: normal;
	line-height:normal;
	 /*
	margin: 0;
	padding: 3px 0pt 3px 16px;前面項次+┌ */

}
.treeview .hover { color: white; cursor: pointer;/*background-color:#FCF; */}  /*滑鼠移上li變色及手指*/
.treeview li { 
	
	display:block;
	line-height:30px;
/*	background: url(../images/treeview-default-line.gif) 0 0 no-repeat;   */ }/*整個區塊*/
.treeview li.collapsable, .treeview li.expandable {/* background-position: 0 -176px; */}/*下方有子選單的區塊*/
.treeview .expandable-hitarea {background: url(../images/plus.png); /*background-position: -80px -3px;*/}/*LI+項目符號區域*/



/*.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }*/
/*.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); }  

.treeview .placeholder {
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block; background-color:#039;
}

.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(../images/folder.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(../images/file.gif) 0 0 no-repeat;  }*/
a{ text-decoration:none; color:#000;}
#part_right{ 
    padding:30px;
	margin-left:260px;
	}*
