table.cstruct {
  width: 100%;
  border: 0;
}
table.cstruct span {
  width: 25px; height: 100%;
  display: block;
}
table.cstruct p {
  margin: 0;
  padding: 1px 10px 2px 10px;
  background-color: #EEEEEE;
  border-top: 2px solid #fff;
  text-align: left;
  line-height: 19px;
}
table.cstruct p a {
  float: right;
}
table.cstruct td {
  background: url(/images/vdots.gif) repeat-y 12px 1px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
table.cstruct td.cstruct_item {
  background: url(/images/xdots.gif) no-repeat 12px 50%;
}
table.cstruct td.cstruct_item_last {
  background: url(/images/hdots_last.gif) no-repeat 12px 47%;
}
table.cstruct td.cstruct_item_blank {
  background-image: none;
}
table.cstruct .cstruct_open, table.cstruct .cstruct_closed {
  cursor: pointer;
}
