ul.sortable {
  list-style-type: none;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.sortable li {
  cursor: move;
}

.sortable .title {
  font-weight: bold;
}

/* tree specific styles */

ul.tree, ul.tree ul {
  padding: 0.5em;
  padding-bottom: 5px;
  border: 1px solid #ccf;
  font-size: 8pt;
}
ul.tree li {
  border: 1px solid #DDD;
  border-left: 5px solid #ccc;
  padding: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
ul.tree li p {
  margin-bottom: 0.5em
}

li.hover .title {
  padding-left: 20px;
  background: transparent url(/images/icons/arrow_right.png?1704507278) no-repeat top left;
}
li.hover li .title {
  background:none;
}
li.hover {
  background-color: #FFD;
}

/* forum specific styles */

#forums_body .sortable li {
  border: 1px solid #CCC;
  margin-top: 0.5em;
}


