#boxes {
  width: 1000px;
  clear: both;
  padding: 10px 0 40px 0;
  display: block;
}

#player, #on_tonight, #latest_upload {
  background-color: #000;
  border: 1px solid #161616;
}

#player {
  background-image: url('/images/player_bg.png');
  width: 325px;
  height: 200px;
  float: left;
  margin: 0 10px 0 0;
}
#player p {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
a#player_btn {
  background-image: url('/images/player_btn.png');
  background-position: 0 52px;
  width: 53px;
  height: 52px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
a:hover#player_btn {
  background-image: url('/images/player_btn.png');
  background-position: 0 0;
}
#on_tonight {
  position: relative;
  width: 327px;
  height: 200px;
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.strip {
  position: absolute;
  bottom: 0;
  background-image: url('/images/box_bottom_strip.png');
  background-position: 0 100%;
  width: 100%;
  height: 37px; 
}
#latest_upload {
  width: 315px;
  height: 200px;
  float: left;
  border: 1px solid #1a1a1a;
}
.recent_strip {
  background-color: #1a1a1a;
  border-left: 3px solid #6ce413;
  height: 33px;
  clear: both;
  margin: 0 0 1px 0;
}
.recent_strip ul li {
  text-transform: uppercase;
  padding: 1px 0 1px 15px;
}
.recent_strip ul {
  list-style-type: none;
}
.recent_strip li ul {
  list-style-type: none;
  border-left: none;
}
.recent_strip li ul li {
  text-transform: lowercase;
  list-style-type: none;
  border-left: none;
  padding: 0;
}
.recent_strip li ul li a {
  text-decoration: none;
  color: #666;
}
.recent_strip li ul li a:hover {
  text-decoration: none;
  color: #444;
}
.more_info_text {
  width: 220px;
  line-height: 16px;
  text-indent: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
}
.more_info a {
  background-image: url('/images/more_info_bg.png');
  background-repeat: no-repeat;
  display: block;
  width: 63px;
  line-height: 16px;
  float: right;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: verdana;
  text-align: center;
  font-size: 8px;
  color: #fff;
}
.more_info a:hover {
  color: #b3355c;
}

#listing_information {
  clear: both;
  width: 667px;
  padding: 10px 0 0 0;
}
#listing_information h2 {
  border-top: 4px solid #fff;
  border-bottom: 2px solid #757575;
  padding: 40px 0 10px 0;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
#listing_time{
  border-bottom: 2px solid #afafaf;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#listing_text {
  width: 440px;
  float: left;
}
#listing_policy {
  width: 200px;
  float: right;
  margin: 10px 0 0 0;
}
#listing_policy .policy {
  background-color: #1a1a1a;
  padding: 5px;
  margin: 4px 0 4px 0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.lylic {
  border-bottom: 2px solid #7e4cf9;
}
.green {
  border-bottom: 2px solid #6ce413;
}
.dark_green {
  border-bottom: 2px solid #4d9c12;
}
.pink {
  border-bottom: 2px solid #b3355c;
}
.blue {
  border-bottom: 2px solid #7e4cf9;
}
.orange {
  border-bottom: 2px solid #ff690c;
}