.listBlock {
  padding: 16px 0 3px 10px;
  border-top: 1px solid #ddd;
}
.listBlockLast {
  border-bottom: 1px solid #ddd;
}
.listBlock:hover, .listBlock_hover, .listBlock_checked {
  background-color: #f0f0f0;
}
.listBlock dl {
  margin: 0;
  line-height: 17px;
}
.listBlock dt {
  width: 80px;
  padding: 0 0 0 9px;
  float: left;
  clear: both;
  color: #808080;
}
.listBlock dd {
  width: 400px;
  margin: 0;
  display: inline;
  float: left;
  color: #000;
}
.listBlock td.left {
  border-right: 1px solid #ddd;
}
.listBlock dl.right dt {
  width: 90px;
}
.listBlock dl.right dd {
  width: 50px;
}
.listBlock td.chbox input {
  margin: 2px 0;
  margin-left: 0;
}
.listBlock a.title {
  font-weight: bold;
}

.listBlock .controls {
  margin: 10px 10px 0 0;
  text-align: right;
  color: #d9d9bf;
}
.listBlock .controls a {
  font-weight: normal;
  color: #406080;
}
.listBlock .controls a:hover {
  color: #406080;
}