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

#sitemap-list {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}

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

#sitemap-index {
  display: none;
}

/*#sitemap-marius, #sitemap-mihai {
  float: right;
  width: 48%;
}
*/
#sitemap-marius {
  padding-left: 20px;
}

#sitemap-list > li > a {
  font-size: 1.7em;
  font-weight: bold;
}

#sitemap-list > li > ol > li > a {
  font-size: 1.3em;
}

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

.sitemap-btn {
  position: absolute;
  left: 0;
  border: 1px solid #eed3af;
  line-height: 0.9em;
  width: 1em;
  color: #cc936f;
  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.9em !important;
  font-weight: normal !important;
  color: #cc936f;
  text-decoration: none;
  cursor: pointer;
}
