
.YoutubeVideoList {
    margin-bottom: 20px;
    width: 100%;
}
.YoutubeVideoList .ListVideo {
    max-height: 300px;
    overflow-y: scroll;
}
.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: 40px;
}
.YoutubeVideoList li .title:hover {
    color: #0f6fa9;
}
.YoutubeVideoList li .title {
    color: #222;
    font: 10pt arial;
    padding-right: 5px;
}
.YoutubeVideoList .VideoHeader {
    background: rgba(0, 0, 0, 0) url("images/bar.png") repeat-x scroll 0 0;
    border-radius: 0 8px 0 0;
    display: none;
    height: 28px;
}
.YoutubeVideoList .VideoHeader .Text {
    color: #fff;
    font: bold 10pt/28px arial;
    padding-left: 15px;
}
