._Tree li{display:block;margin:0px;padding:0px;line-height:32px}/*节点(包括其子节点容器)改变line-height设定节点高度*/
._Tree li:after{content:'';clear:both;width:0;display:block;zoom:1;}
._Tree ul{display:block;margin:0px;padding:0px 0px 0px 32px}/*子节点容器,margin的最后一个值改变树的行级缩进*/
._Tree .t_uI{background:url(tuI.gif) repeat-y}
/*节点前的按钮[+]、[-]或连线┣、┗，<b class="t_b t_bx"></b>*/
._Tree .t_b{float:left;width:32px;height:32px;overflow:hidden;vertical-align:middle}/*基本类,height设定为节点高度*/
._Tree .t_bX{background:url(tbX.gif)}/*[+]*/
._Tree .t_b-{background:url(tb-.gif)}/*[-]*/
._Tree .t_bH{background:url(tbH.gif)}/*┣*/
._Tree .t_bL{background:url(tbL.gif)}/*┗*/

/*勾选框样式定义（通过紧跟在._tb后的input[type=checkbox]实现）*/
._Tree .t_b+input{-webkit-appearance:none;display:inline-block;width:18px;height:18px;vertical-align:middle;margin:0px 4px;padding:0px
	;background:-webkit-linear-gradient(#ccc,#fff);border-radius:3px;border:1px solid #aaa;position:relative}
._Tree .t_b+input:hover{background:-webkit-linear-gradient(#fff,#ccc);border-color:#aaa;box-shadow:0 0 1px rgba(0,0,0,0.5)}
._Tree .t_b+input:checked{background:-webkit-linear-gradient(#fff,#ccc);border-color:#aaa;box-shadow:0 0 1px rgba(0,0,0,0.5)}
._Tree .t_b+input:checked:before{content:'√';position:absolute;top:-3px;left:2px;font:normal 16px/18px hasquare;color:#666;text-shadow:0px 1px 2px #fff}

/*节点内容容器<span class="t_htm">*/
._Tree .t_htm{height:32px;font:normal 20px/32px Tahoma,微软雅黑,幼圆;padding:0px 4px;vertical-align:middle}
._Tree .t_htm:focus{cursor:text}/*仅可编辑节点有效，设定编辑时的鼠标样式,不建议更改*/
._Tree .tC>.t_htm{background-color:#80FFCC}/*当前节点，作用在节点内容容器上*/
._Tree .tD>.t_htm{background-color:#FFFF00}/*正在被Drag的节点，作用在节点内容容器上*/
._Tree .tT>.t_htm{background-color:#FFD0D0}/*drag目标节点，作用在节点内容容器上*/

/*紧跟在节点节点内容容器后的节点操作按钮容器<span class="op">*/
._Tree .t_htm+.op{display:inline-block;height:32px;margin-left:3px;opacity:0;vertical-align:middle}
._Tree .t_htm:hover+.op{opacity:1;}
._Tree .op:hover{opacity:1}
._Tree .op>b{display:inline-block;width:24px;height:24px;margin:3px 2px;overflow:hidden;text-align:center;color:#888;cursor:default;vertical-align:middle;
	font:bold 14px/24px hasquare;border-radius:20px;border:1px solid #888;text-shadow:0 0 2px #fff}/*操作按钮<b>×</b><b>︿</b><b>﹀</b>，分别对应"删除、上移、下移"按钮*/
._Tree .op>b:hover{color:#f00;border:1px solid #f00}/*操作按钮hover*/



