a:link {color: black}
a:visited {color: black}

.container {position:relative; width:100%; min-width:780px;}
.holder {display:block; color:#000;}

* html .container {border-right:780px solid #fff;}
* html .holder {float:left; position:relative; margin-right:-780px;}

li {
    font-weight:bold;
    font-style:normal}

li.leaf {margin-left:16px}

li.descr {
    margin: 8px 0px 8px 17px;
    font-weight:normal;
    color: black;
    font-style:italic}

ul {list-style-type:none;
    padding-top:8px}

div>div {margin-bottom:8px}

a.closed {
    margin-right:8px;
    width:17px;
    height:17px;
    text-decoration:none;
    background-image:url(../global/images/closed.gif);
    background-repeat:no-repeat;
    background-position:center center}

a.opened {
    margin-right:8px;
    width:17px;
    height:17px;
    text-decoration:none;
    background-image:url(../global/images/opened.gif);
    background-repeat:no-repeat;
    background-position:center center}

ul.closed {display:none}
ul.opened {display:block}

.basedescr {
    font-weight:bold;
    color: black}

.icon {
    vertical-align:baseline;
    margin-right:5px}
