#sitemap_content {

    background-color: #232527;
    border-bottom: 2px solid #F5C11E; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;	
	-o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);	
	padding: 25px;
  }
#sitemap_content .sitemap_block h3, 
#sitemap_content .categTree h3 {
   	margin-bottom: 20px;
}

#sitemap_content div.sitemap_block {
   float: left;
   min-height: 120px;
   padding: 0;
   width: 50%
}
#sitemap_content div.sitemap_block ul {list-style-type:none}
#sitemap_content div.sitemap_block li a {
   display: block;
   padding: 3px 5px 3px 21px;
   color: #CCCED0; 
   font-size: 14px;
   background: url(../img/arrow_right_2.png) no-repeat 9px 7px transparent
}
#sitemap_content div.sitemap_block li a:hover {

   background: url(../img/arrow_right_2_hover.png) no-repeat 9px 6px transparent
}

#sitemap_content div.sitemap_block li a:hover {
   color: #F5C11E;
}

#listpage_content {	
    float: left;
    margin: 20px 0;
    width: 94%;
    color: rgb(204, 206, 208);
    background: #232527;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;	
	-o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 25px;	
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  }
#listpage_content div.categTree {
   float: left;
   width: 50%
}
#listpage_content div.tree_top {
   padding: 3px 0 5px 24px;	  
   font-size: 14px;
   background: url(../img/sitemap-top.gif) no-repeat -1px -3px transparent
}
#listpage_content ul {
   list-style-type:none;
  }	
#listpage_content li ul {
   margin: 5px 0 3px 0
}
#listpage_content ul.tree li {
   margin-left: 11px;
   font-size: 14px;
   padding: 3px 0 3px 20px;
   border-left: 1px dotted rgb(55, 58, 61);
   background: url(../img/sitemap-horizontal.png) no-repeat left 10px transparent
}
#listpage_content ul.tree li.last {
   border: medium none;
   background: url(../img/sitemap-last.gif) no-repeat -12px -2px transparent
}