div#player-playlist-container {
  width:500px;
  float:left;
}

div#video_list{
  width:230px;
  float:left;
  margin-left:10px;
}

div#video_list a.video_link {
  text-decoration:none;
  width:100%;
  border-bottom:1px solid #cccccc;
  display:block;
  background:#ffffff;
  margin-bottom:5px;
  padding-top:3px;
  padding-bottom:3px;
}

div#video_list a.active {
  background-color:#cbe8f4;
}
div#video_list a.video_link:hover{
  background-color:#cbe8f4;
}
div#video_list a.video_link img {
  width:65px;
  float:left;
  margin-left:0px;
  margin-right:5px;
  border:2px solid #cccccc;
  padding:2px;
}
div#video_list a.video_link span.header{
  color:#336699;
  font-size:1.2em;
  font-weight:bold;
}
div#video_list a.video_link span.time{
  color:#000000;
  font-size:1em;
}


div#playlist_list a.playlist_link {
  width:100%;
  display:block;
  background: url('http://www.smurfitschool.ie/t4cms/playlist_background.png') no-repeat 0 0 #ffffff;
  margin-bottom:5px;
  text-decoration:none;
  height:60px;
  overflow:hidden;
  padding-left:10px;

  
}
div#playlist_list a.playlist_link:hover {
  background: url('http://www.smurfitschool.ie/t4cms/playlist_background_hover.png') no-repeat 0 0 #ffffff;
}
div#playlist_list a.active{
  background: url('http://www.smurfitschool.ie/t4cms/playlist_background_hover.png') no-repeat 0 0 #ffffff;
}

div#playlist_list a.playlist_link span.header{
     color:#336699;
  font-size:1.3em;
  font-weight:bold;
}
div#playlist_list a.playlist_link span.body{
   color:#000000;
   padding-right:20px;
  font-size:1em;
  width:480px;
  display:block;
}

h2.playlist_header {
  margin-left:10px;
}

div#info_window {
  background-color: #eeeeee;
  margin-top:10px;
  margin-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
}

span#infowindow_heading {
  color:#336699;
  font-size:1.2em;
  font-weight:bold;
}

span#infowindow_body {
  color:#000000;
  font-size:1.1em;
}


div#playerContainer {
  width:500px;
  height:360px;
  display:block;
}


