.YoutubeVideoList {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 0;
    width:245px;
}
.YoutubeVideoList .ListVideo {
    max-height: 320px;
    overflow-y: auto;
    padding: 5px 5px 5px 0;
}
.YoutubeVideoList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.YoutubeVideoList li {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
.YoutubeVideoList .ListVideo .VideoItem img {
    float: left;
    height: 30px;
    margin-right: 10px;
    width: 50px;
}
.YoutubeVideoList li .title:hover {
    color: #0072BA;
}
.YoutubeVideoList li .title {
    color: #222;
    font: 10pt arial;
}
#.YoutubeVideoList .VideoHeader {
  background: url("images/logo.png") no-repeat scroll 2px 5px, url("images/bar1.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0 10px 0 0;
  height: 28px;
  padding-bottom: 5px;
}
.YoutubeVideoList .VideoHeader .Text {
    color: #fff;
    font: bold 10pt/28px arial;
    height: 28px;
    display: none;
}
