/* #TreeList {
  background-color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6px;
  border: 1px solid #ccc;
  padding-bottom: 6px;
  padding-left: 6px;
  width: 800px;
} */
/* #TreeList .mouseOver {
  background-color: #FAF3E2;
} */

#TreeList .ParentNode {
  line-height: 50px;
  height: 50px;
  /* margin-top: 2px; */
  /* clear: both; */
}

#TreeList .ChildNode {
  cursor: default;
  /* clear: both; */
  height: 50px;
  line-height: 50px;
  color: #344B50;
  padding-left: 50px;
  border-bottom:1px dashed #aabdce;
}

#TreeList .title {
  float: left;
  height: 50px;
  line-height: 50px;
}
#TreeList .input {
  font-size: 12px;
  line-height: 24px;
  color:#344B50;
  height: 24px;
  width: 120px;
  text-align: center;
  margin-top: 10px;
  float: left;
}
#TreeList .editBT {
  float: left;
  overflow: visible;
  margin-top: 13px;
}
#TreeList .editBT .ok,#TreeList .editBT .cannel{
  height: 25px;
  width: 25px;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
#TreeList .editBT .ok { background:url(../../images/member/selfhelp/sure.png) no-repeat;}
#TreeList .editBT .cannel { background:url(../../images/member/selfhelp/error.png) no-repeat;}

#TreeList .editArea {
  float: right;
  color: #28b78d;
  cursor: pointer;
  margin-right: 6px;
}

#TreeList .editArea span {
  margin: 5px;
  *float: left;
}

#TreeList .editArea .mouseOver {
  text-decoration: underline;
}

#TreeList .ParentNode .title {
  color: #344B50;
  cursor: pointer;
  background:url(../../images/member/selfhelp/index_left_menu_down.png) no-repeat 20px;
  padding-left: 50px;
}

#TreeList .ParentNode.show .title {
  font-weight: bold;
  background:url(../../images/member/selfhelp/index_left_menu_on.png) no-repeat 20px;
}

#TreeList .ParentNode.hidden .title {
  background:url(../../images/member/selfhelp/index_left_menu_down.png) no-repeat 20px;
}

#TreeList .ParentNode .editArea {
  color: #28b78d;  
}
#TreeList .ParentNode.show {
  /* background-color: #D0EFEB; */
  border-bottom:1px dashed #aabdce;
}

#TreeList .ParentNode.hidden {
  border-bottom:1px dashed #aabdce;
}

#TreeList .Row {
  /* clear: both; */
 padding-left: 20px;
}

/* #TreeList .title-jin{
  color:red;
  margin-left:20px;
}
#TreeList .title-qi{
  color:#344B50;
  margin-left:20px;
} */

#TreeList .number{
  float:right;
  margin-right: 30px;
  color:#344B50;
}

#TreeList .swith-btn span{ margin: 0px; }
#TreeList .editArea div.mouseOver{ text-decoration: none; }

#TreeList .singleLine{ background: #fff;}
#TreeList .doubleLine{ background: #FAF0E3;}