/* Turn off list bullets */
ul.aqtree3clickable li {
  border-bottom: 1px dotted #999999;
  list-style: none; }

ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li {  margin: 0; padding: 0; }

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li div {  padding-left: 22px;  }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open div {
  background: url(http://www.treedazzled.com/forums/images/minus.gif) no-repeat;
  background-position: 0 0;
  margin-top: 10px;
  }
  
ul.aqtree3clickable li.aq3open p.toplevel {  display: none;  }

ul.aqtree3clickable li.aq3closed div {
  background: url(http://www.treedazzled.com/forums/images/plus.gif) no-repeat;
  background-position: 0 0;
  margin-top: 10px;
  }
  
ul.aqtree3clickable li.aq3bullet div {
  background: url(http://www.treedazzled.com/forums/images/bullet.gif) no-repeat;
  background-position: 0 0;
  }

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }

ul.aqtree3clickable p.lastReply {
  clear: both;
  color: #999999;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  line-height: normal;
 padding-left: 22px; }

ul.aqtree3clickable p.linkProvided {
  clear: both;
  color: #999999;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  line-height: normal;
  }

ul.aqtree3clickable li.aq3open p.lastReply {  display: none;  }

#previewdiv p.linkProvided {  display: none;  }
