﻿/* ---------- 树形样式 开始---------- */
.tree {
	line-height: 150%;
	margin: 0px;
	padding-left:25px;
}
.tree ul {
	padding: 0px;
	list-style-type: none;
	color: #1641C3;
	font-family:"宋体";
	font-size:12px;
}
.tree ul a {
	color: #036;
	text-decoration: none;
	font-weight:bold;
	font-family:"宋体";
	font-size:12px;
}
.tree ul ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #D73232;
}

.tree ul ul img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
}
.tree ul ul a {
	color: #036;
	text-decoration: none;
	font-weight: normal;
	font-family:"宋体";
	font-size:12px;
}
.tree ul li{
	padding: 0px;
	line-height:20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.daye{	background-image:url(../images/img/dasanjiao.jpg);
	background-repeat:no-repeat;
	
	   }
	   .daye a	
	   {
	   	margin-left:10px;
	   	line-height:23px;
	   }
.tree .close ul {
	visibility: hidden;
	display: none;
}
.tree .close .dirImg {
	background-image: url(../images/RockTools/tree_dir_close.gif);
	background-repeat: no-repeat;
}

.tree .open ul {
	visibility: visible;
	display: block;
}
.tree .open .dirImg {
	background-image: url(../images/RockTools/tree_dir_open.gif);
	background-repeat: no-repeat;
}

/* ---------- 树形样式 结束---------- */