#mixes {
  background-color: #333333;
  width: 680px;
  float: left;
  margin: 0 10px 0 0;
}
#mixes #list {
  padding: 20px;
}

#mix_right {
  background-color: #333333;
  font-size: 12px;
  width: 300px;
  float: left;
}
#mix_right_text {
  padding: 20px;
}
#mix_right_text a { 
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  margin: 0 0 0 0;
}
#mix_right_text a:hover { 
  color: #6da146;
  text-decoration: none;
}
.mix {
  background-color: #212121;
  margin: 0 0 5px 0;
  padding: 10px;
}
.mix .mix_image {
  width: 120px;
  height: 84px;
  float: left;
}
.mix .mix_content {
  width: 480px;
  float: right;
}
.mix .mix_content p {
  font-size: 12px;
  margin: 1px 0 5px 0;
  line-height: 16px;
}
.mix h3 a { 
  color: #5dbd16;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0 0;
}
.mix p a {
  color: #5dbd16;
  text-decoration: none;
}
.mix h3 a:hover, .mix p a:hover { 
  color: #6da146;
}

.mix_content object {
  outline: none;
  float: left;
}
p.download a {
  background-image: url('/images/more_info_bg.png');
  background-repeat: no-repeat;
  display: block;
  width: 63px;
  line-height: 16px;
  float: right;
  margin: 5px 20px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: verdana;
  text-align: center;
  font-size: 8px;
  color: #fff;
  float: right;
}
.download a:hover {
  color: #b3355c;
}