/******************************************************************
          Sitemap Page Styles
*******************************************************************/
#sitemap .sitemap_block .page-subheading {
  margin-bottom: 16px;
}

#sitemap .sitemap_block li {
  line-height: 16px;
  padding-bottom: 11px;
}

#sitemap .sitemap_block li a:before {
  content: "\f105";
  display: inline-block;
  font-family: "fontello";
  padding-right: 4px;
}

#sitemap .sitemap_block li ul {
  margin-top: 12px;
  padding-left: 12px;
}

#listpage_content div.tree_top {
  padding: 5px 0 0 27px;
}

#listpage_content div.tree_top a:before {
  content: "\2302";
  display: inline-block;
  font-family: "fontello";
  font-size: 1.166em;
  color: #777;
}

#listpage_content div.tree_top a:hover:before {
  color: #00a161;
}

#listpage_content ul.tree {
  padding-left: 24px;
}

#listpage_content ul.tree li {
  margin: 0 0 0 21px;
  padding: 5px 0 0 33px;
  border-left: 1px solid #e5e5e5;
  background: url(../img/sitemap-horizontal.png) no-repeat left 15px transparent;
}

#listpage_content ul.tree > li {
  margin: 0 0 0 11px;
}

#listpage_content ul.tree li.last {
  border: medium none;
  background: url(../img/sitemap-last.png) no-repeat 0px -4px transparent;
}
