/******************************************************************
					Sitemap Page Styles
*******************************************************************/

#sitemap_content {
    margin-top: 20px;
}


#sitemap .sitemap_block li {
    line-height: 16px;
    padding-bottom: 11px;
}

#sitemap .sitemap_block li a:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 5px;
}

#sitemap .sitemap_block li a {
      /*color: #000000;*/
	  /* font: 500 15px 'ff_mark_bold',sans serif; */
	  letter-spacing: 1px;
	  -moz-transition: all 0.4s ease 0s;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
}

#sitemap .sitemap_block li a:hover {
      /*color: #adadad;*/
	  padding-left: 5px;
}

#listpage_content div.tree_top {
    padding: 5px 0 0 27px;
}

#listpage_content div.tree_top a:before {
    content: "\f015";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    /*color: #333333;*/
}

#listpage_content div.tree_top a:hover:before {
    /*color: #515151;*/
}

.categTree ul.tree {
    padding-left: 24px;
}

.categTree ul.tree li {
    margin: 0 0 0 21px;
    padding: 5px 0 0 33px;
    border-left: 1px solid #d6d4d4;
    background: url(../img/sitemap-horizontal.png) no-repeat left 15px transparent;
}

.categTree ul.tree li a {
      /*color: #000000;*/
	  /* font: 500 15px 'ff_mark_bold',sans serif; */
	  letter-spacing: 1px;
	  -moz-transition: all 0.4s ease 0s;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
}

.categTree ul.tree li a:hover {
      /*color: #adadad;*/
	  padding-left: 5px;
}

.categTree ul.tree > li {
    margin: 0 0 0 11px;
}

.categTree ul.tree li.last {
    border: medium none;
    background: url(../img/sitemap-last.png) no-repeat 0px -4px transparent;
}
