@charset "utf-8";

.cabinet {
}

.cabinet img {
  vertical-align:middle;
  margin-right:3px;
  cursor: pointer;
}

.cabinet .allView {
  background:url(image/top.gif) 0 0 no-repeat;
  padding-left:13px;
  border-bottom:1px dashed #ccc;
}

.cabinet li {
  padding:5px 0 1px 0;
  border-bottom:1px dashed #ccc;
}

.cabinet li ul li {
  background:url(image/list_opened_list.gif) 13px 3px no-repeat;
  border:0;
  padding:1px 0 1px 25px;
}

.cabinet li.opened {
}

.cabinet li.closed {
}

.cabinet li.closed ul {
  display:none;
}

.cabinet li#sortHelper {
  background:url(image/folder_blank.gif) 0 6px no-repeat;
  padding-left:17px;
}

.cabinet li ul li#sortHelper {
  background:url(image/list_opened_list.gif) 15px 3px no-repeat;
  padding-left:30px;
}