/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RIGHT TO LEFT */
/*
 * LAYOUTS VAIRABLES
 */
/******************************************************************
					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: "FontAwesome";
  padding-right: 10px;
}
.rtl #sitemap .sitemap_block li a:before {
  padding-left: 10px;
  padding-right: inherit;
}
#sitemap .sitemap_block li a:hover {
  font-weight: bold;
}

#listpage_content div.tree_top {
  padding: 5px 0 0 27px;
}
.rtl #listpage_content div.tree_top {
  padding: 5px 27px 0 0;
}
#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: #fdd841;
}
#listpage_content ul.tree {
  padding-left: 24px;
}
.rtl #listpage_content ul.tree {
  padding-right: 24px;
  padding-left: inherit;
}
#listpage_content ul.tree li {
  margin: 0 0 0 15px;
  padding: 5px 0 0 25px;
  border-left: 1px solid #f2f2f2;
  background: url(../img/sitemap-horizontal.png) no-repeat left 15px transparent;
}
.rtl #listpage_content ul.tree li {
  margin: 0 15px 0 0;
}
.rtl #listpage_content ul.tree li {
  padding: 5px 25px 0 0;
}
.rtl #listpage_content ul.tree li {
  border-right: 1px solid #f2f2f2;
  border-left: inherit;
}
#listpage_content ul.tree li a:hover {
  font-weight: bold;
}
#listpage_content ul.tree > li {
  margin: 0 0 0 11px;
}
.rtl #listpage_content ul.tree > li {
  margin: 0 11px 0 0;
}
#listpage_content ul.tree li.last {
  border: medium none;
  background: url(../img/sitemap-last.png) no-repeat 0px -4px transparent;
}
