/* $Id: site_map.css,v 1.3.2.3.2.3 2010/05/22 07:42:48 frjo Exp $  */

#site-map .description {
  margin-bottom: 0.5em;
}

#site-map .site-map-box {
 
     text-align: left;
   background-image: url("blockcontentbullets.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #545454;
    font-size: 14px;
    line-height: 125%;
    margin: 10px 0 0 10px;
    padding: 0 0 0 18px;
}

#site-map .site-map-box ul, #site-map .site-map-box li {
  padding-left: 1.5em;
     text-align: left;
   background-image: url("blockcontentbullets.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #545454;
    font-size: 14px;
    line-height: 125%;
    margin: 10px 0 0 10px;
    padding: 0 0 0 18px;
}

/* Styles when RSS icons are displayed on the left. */
#site-map .site-map-rss-left ul {
  padding-left: 0;
}
#site-map .site-map-rss-left li {
  list-style-type: none;
  list-style-image: none;
  background-image: none;
  margin: 0;
  padding: 0;
}
#site-map .site-map-rss-left ul li li {
  padding-left: 1.5em;
}
