table.items {
  width: 100%;
}
table.items td.separator div {
  height: 15px;
  width: 138px;
  background-image: url('images/nav-left-top-bottom.png');
  overflow: hidden;
  margin: .5em auto;
}
table.items th {
  padding-bottom: 1em;
}
table.items td {
  padding: 2px;
}
table.items tr.album {
  font-weight: bold;
}
table.items form {
  margin: 0px;
}
table.items span.play, table.items span.stop {
  display: block;
  border: 1px solid #fff;
  margin-right: 2px;
  width: 28px;
  font-size: 10px;
  float: left;
  text-align: center;
  cursor: pointer;
}
table.items span.stop {
  margin-right: 5px;
}
