/*
© 2009 ROBO Design
http://www.robodesign.ro/
*/

#sitemap-list, #sitemap-list ol {
  position: relative;
  list-style: none;
  margin: 10px 0;
  padding: 0 0 0 1.9em;
}

#sitemap-list > li {
  margin: 10px 0;
  font-size: 1.4em;
  font-weight: bold;
}

#sitemap-list > li > ol {
  font-size: 0.7em;
  font-weight: normal;
}

#sitemap-list .collapsed ol {
  display: none;
}

.sitemap-btn {
  position: absolute;
  left: 0;
  border: 1px solid #ccc;
  line-height: 0.9em;
  width: 1em;
	color: #999;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.sitemap-btn2:hover, .sitemap-btn2:focus, .sitemap-btn:hover, .sitemap-btn:focus {
  color: #000;
}

.sitemap-btn2 {
  margin-left: 10px;
  font-size: 0.8em !important;
  font-weight: normal !important;
	color: #999;
  text-decoration: none;
  cursor: pointer;
}


