#navigation ul li.player object {
  margin-top: 2px;
}

.sound_list_header {
  background-color: #99A800;
  
}

table#sound_list tr.intro td {
  border-bottom:none;
  padding: 4px 6px;
}

table#sound_list tr.sound_list_header th {
  font-size: 14px;
}

table#sound_list td, table#sound_list th {
  font-size:10px;
  padding: 2px 6px;
  border-bottom: 1px solid #99A800;
}
table#sound_list th {
  font-weight: bold;
}

table#sound_list td.play, table#sound_list td.download, table#sound_list th.play, table#sound_list th.download {
  border-bottom: none;
}

#content {
  position: relative;
}

table#sound_list {
  position: absolute;
  top: 363px;
  left: 570px;
  margin-bottom:20px;
}

table#sound_list td.play {
  width: 25px;
  overflow:hidden;
}

table#sound_list tr.active {
  background-color: #774;
  
}

table#sound_list tr.active a {
  color: #FFF;
}