#item_index{
  position:fixed;
  top:44px;
  background-color:#fff;
  border-radius:0 0 1em 1em;
  box-shadow: 0px 12px 2px 1px rgba(0, 0, 0, .2);
  display:None;
}
ul.item_index_group{
  list-style: none;
  padding:0;
  margin:0;
}
ul.item_index_group  li.index_title{
  padding:.5em 1em;
  text-align:center;
  background-color:#a9852c;
  color:#fff;
  font-weight: bold;
}
ul.item_index_group  li.index_item{
  padding:.5em 2.5em;
  cursor:pointer;
  line-height: 1.75;
  background-repeat: no-repeat;
  background-position:center left .5em;
  font-weight: bold;
}
ul.item_index_group  li.index_item:hover{
  font-weight:bold;
  background-color:rgba(0, 0, 0, .2);
}
ul.item_index_group > li.index_item.depth_1{
  background-image:url("../../../images/append_index_point.gif");
}
ul.item_index_group > li.index_item.depth_2{
  padding-left:3.5em;
}