#sectionTitle{
  font-family: "Trebuchet Ms", Arial, Tahoma, Verdana, sans-serif;
  width: 324px;
  display: block;
  float: left;
  border-bottom: 1px solid #303030;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 14pt;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#sectionTitle span{
  color: #0049c2;
}

#moviesLeftSide{
  float: left;
  width: 920px;
}

#moviesRightSide{
  float: left;
  width: 1px;
  padding-left: 15px;
}

#subVideoContainer{
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

#subVideoPlayer{
  display: block;
  width: 640px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

#subVideoPlaylist{
  display: block;
  width: 640px;
  height: 300px;
  overflow: auto;
}

#subVideoPlaylist a{
  display: block;
  width: 612px;
  background-color: #303030;
  color: #ffffff;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #606060;
  font-size: 8pt;
  font-family: Arial, Verdana, Tahoma, sans-serif;
}

#subVideoPlaylist a:hover{
  background-color: #ff7f00;
}

#subVideoPlaylist a span{
  font-weight: normal;
  color: #b0b0b0;
}

#subVideoPlaylist a:hover span{
  color: #303030;
}
