/******************************************************************
    Variables :
        Those should be used in your theme
******************************************************************/
/*
 * Fonts
 */
/*
 * Colors
 */
/* Functionnal colors */
/* Theme colors */
/* Default colors */
/* Usefull colors */
/*
 * Borders
 */
/******************************************************************
  Unused Variables :
    Only for prestashop compatibility, feel free to delete
******************************************************************/
/******************************************************************
					Sitemap Page Styles
*******************************************************************/
#sitemap .float-left {
  float: left;
}

#sitemap .page-subheading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

#sitemap .sitemap_block {
  margin-bottom: 40px;
  padding: 40px 0;
  background: white;
  width: 372px;
}

#sitemap .sitemap_block ul {
  list-style: disc;
}

#sitemap .sitemap_block li {
  margin-left: 18px;
  padding-bottom: 5px;
}

#sitemap .sitemap_block li > a {
  line-height: 18px;
}

#sitemap .sitemap_block li > a:hover {
  color: #5DC6CE;
}

#sitemap .sitemap_block.sitemap_pages {
  margin-left: 40px;
  border-left: 1px solid #ebe9e9;
  padding-left: 80px;
}

#sitemap .sitemap_block.sitemap_pages ul {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 40px;
}

#listpage_content {
  background: white;
}

#listpage_content .categTree {
  padding: 40px 0;
  border-top: 1px solid #ebe9e9;
  width: 100%;
}

#listpage_content .page-subheading {
  margin-bottom: 25px;
}

ul.tree {
  display: inline-block;
  vertical-align: top;
}

ul.tree.last {
  margin-left: 100px;
}

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

ul.tree li a:hover {
  color: #5DC6CE;
}

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

ul.tree > li > a {
  font-weight: bold;
}

ul.tree > li ul ul {
  font-size: 12px;
}
