.column .categorytree .middle {
  padding: 15px 0;
  margin: 0;
}
.column .categorytree .bottom {
  display: none;
}
.column .categorytree .top,
.column .categorytree h2 {
  border-bottom: none;
  background: #f4f4f4;
  /* var gray-light */
  padding: 15px 0 14px 12px;
}
.column .categorytree {
  /* border-bottom:none; */
}
#categorytree {
  position: relative;
  /*margin-top:-10px;*/
}
/* #categorytree .hide-line {
    background:#fff;
    position: absolute;
    bottom:0;
    left:0;
    width:16px;
    height:30px;
} */
#categorytree ul.ul-lev0 {
  padding: 0 5px;
  margin: 0;
  position: relative;
  z-index: 2;
}
#categorytree ul li .txt-wrap {
  position: relative;
}
#categorytree ul li ul li .txt-wrap {
  border: none;
}
#categorytree ul li .toogle {
  color: #000000;
  cursor: pointer;
  width: 25px;
  height: 16px;
  left: 3px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  background: url(../image/categorytree/category-arrow-default.png) no-repeat center left;
}
#categorytree ul.ul-lev0 li span.open {
  background: url(../image/categorytree/category-arrow-hover.png) no-repeat center left;
}
#categorytree ul.ul-lev0 li span.close {
  background: url(../image/categorytree/category-arrow.png) no-repeat center left;
}
#categorytree ul li span.load {
  background: url(../image/categorytree/categorytree-loading.png) no-repeat center left;
}
#categorytree ul li {
  list-style: none;
  display: block;
  position: relative;
  /* border-bottom:1px solid @gray-light; */
  /* padding:15px; */
  /* padding-right:35px; */
  padding: 5px;
  padding-left: 1px;
  margin-left: 5px;
  background: url(../image/categorytree/line.png) left center repeat-y;
}
#categorytree ul li.last {
  background: url(../image/categorytree/line2.png) left center no-repeat;
}
#categorytree .hover-line,
#categorytree .current-line {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #f4f4f4;
  /* var gray-light */
  width: 100%;
  height: 30px;
  opacity: 0;
  filter: alpha(opacity = 0);
}
#categorytree .hover-line {
  -webkit-transition: opacity .2s, top .2s, height .2s;
  -moz-transition: opacity .2s, top .2s, height .2s;
  -o-transition: opacity .2s, top .2s, height .2s;
  transition: opacity .2s, top .2s, height .2s;
}
#categorytree .current-line {
  background: #cfcfcf;
  /* var gray-dark */
}
#categorytree .hover-line.show,
#categorytree .current-line.show {
  opacity: 1;
  filter: alpha(opacity = 100);
}
#categorytree ul li .count-good {
  color: #f25510;
  /* var base */
  font-size: 12px;
}
#categorytree ul li a {
  font-size: 12px;
  color: #534b38;
  /* var text-color */
  margin-left: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-decoration: none;
  padding-left: 23px;
  font-weight: 700;
  /* background: url(../image/categorytree/tree-folder.png) no-repeat left center; */
}
#categorytree ul li a:before {
  content: '\f07b';
  /* fa-folder  */
  color: #f25510;
  /* var base */
  font-size: 15px;
  line-height: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  left: 32px;
  margin-top: -8px;
  display: block;
  text-align: center;
}
#categorytree ul li a.active:before,
#categorytree ul li a.open:before {
  content: '\f07c';
  /* fa-folder-open */
}
#categorytree a.active.current-active:before {
  /* color:#fff; */
}
#categorytree ul.ul-lev1 li a {
  font-weight: 300;
}
#categorytree ul li.li-lev0 a:hover {
  color: #f25510;
  /* var base */
  text-decoration: none;
}
#categorytree a:hover:before {
  color: #f25510;
  /* var base */
}
#categorytree ul.ul-lev0 ul {
  margin: 0;
  padding: 10px 0 2px;
  padding-left: 12px;
  list-style: none;
  position: relative;
  clear: left;
}
#categorytree ul.ul-lev1 ul {
  display: none;
  margin: 10px 8px 10px;
  padding: 0;
}
#categorytree ul.active {
  display: block !important;
}
