/* Move the UL in closer to margin to make it look better */
.aqtree3clickable {
    margin: 0;
    padding-left: 3em;
}
.aqtree3clickable ul {
    padding-left: 3.0em;
}

/* Turn off list bullets */
ul.aqtree3clickable li {
    list-style: none;
    padding: 3px 0;
}

ul.aqtreeclickable, ul.aqtreeclickable ul, ul.aqtreeclickable li { margin: 0; padding: 0; }

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a {
    padding-left: 20px;
    text-decoration: none;
    color: #000;
    font-size: 1.3em;
}
ul.aqtree3clickable li a:hover {
    text-decoration: none;
}

/* The file size and last modified should be smaller than the link */
ul.aqtree3clickable li.aq3bullet span {
    font-size: 0.7em;
}

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(../images/minus.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3closed a {
    background: url(../images/plus.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3bullet a {
    background: url(../images/bullet.gif) center left no-repeat;
    padding: 2px 0 2px 20px;
    font-size: 1.0em;
}
ul.aqtree3clickable li.aq3bullet a:hover {
    text-decoration: underline overline;
}
    
/* Show special bullet types depending on the file type */
ul.aqtree3clickable li a.filelink_doc,
ul.aqtree3clickable li a.filelink_htm,
ul.aqtree3clickable li a.filelink_pdf,
ul.aqtree3clickable li a.filelink_txt,
ul.aqtree3clickable li a.filelink_xls {
    text-decoration: underline; color: #0000FF;
    padding: 2px 0 2px 20px;
}

ul.aqtree3clickable li a.filelink_doc {
    background: url(../images/doc.bmp) center left no-repeat;
}
ul.aqtree3clickable li a.filelink_htm {
    background: url(../images/htm.bmp) center left no-repeat;
}
ul.aqtree3clickable li a.filelink_pdf {
    background: url(../images/pdf.bmp) center left no-repeat;
}
ul.aqtree3clickable li a.filelink_txt {
    background: url(../images/txt.bmp) center left no-repeat;
}
ul.aqtree3clickable li a.filelink_xls {
    background: url(../images/xls.bmp) center left no-repeat;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; padding-bottom: 0; }
ul.aqtree3clickable li.aq3closed ul { display: none; }
