.YoutubeVideoList {
        background: none repeat scroll 0 0 #FFFFFF;
        margin: 0;
        padding: 0;
        #width:250px;
}
.YoutubeVideoList .ListVideo {
        max-height: 320px;
        overflow-y: auto;
        padding: 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 li:last-child {
       margin-bottom: 3px !important;
}
.YoutubeVideoList .ListVideo .VideoList {
        padding: 5px 5px 0px 5px;
}
.YoutubeVideoList .ListVideo .VideoItem img {
        float: left;
        height: 20px;
        margin-right: 10px;
        width: 40px;
}
.YoutubeVideoList .ListVideo > span {
        height: 20px;
    display: flex;
    align-items: center;
        justify-content: center;
    padding: 0 5px;
}
.YoutubeVideoList .ListVideo > span > * {
       font-size: 12px !important;
    background: #dde5eb;
    color: black;
    padding: 1px 3px;
    border-radius: 2px;
}

.YoutubeVideoList .ListVideo > span > span.CurrentPage {      
    background: #aaaaaa;
        color: white;
}

.YoutubeVideoList li .title:hover {
        color: #0072BA;
}
.YoutubeVideoList li .title {
        color: #222;
        font: 11pt arial;
}
#.YoutubeVideoList .VideoHeader {
        #background: url("images/bar.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
        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;
        #padding-left: 30px;
}
