.YoutubeVideoList {
        margin-bottom: 10px;
        padding: 0;
}
.YoutubeVideoList .ListVideo {
        padding: 5px 5px 0 0;
        text-align: right;
}
.YoutubeVideoList ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.YoutubeVideoList li {
        cursor: pointer;
        margin: 5px 0;
        padding: 0 0 0 18px;
        background: url(images/camera.png) no-repeat left center;
}
.YoutubeVideoList .ListVideo .VideoItem img {
        display: none;
        float: left;
        height: 40px;
        margin-right: 10px;
        width: 55px;
}
.YoutubeVideoList li .title:hover {
        color: #b82805;
}
.YoutubeVideoList li .title {
        color: #555;
        font: 10pt arial;
        text-align: justify;
}
.YoutubeVideoList .VideoHeader {
        background: rgba(0, 0, 0, 0) url(https://storage-vnportal.vnpt.vn/bcn-khdn/themes/doanthanhnien/uiimagecategory/images/album.png) no-repeat scroll left bottom;
        border-radius: 5px 0 0;
        color: #fff;
        font: bold 13px / 24px arial;
        height: 25px;
        margin-bottom: 10px;
        padding-left: 10px;
        text-transform: uppercase;
        width: 100%;
}
.YoutubeVideoList .VideoHeader .Text {
        color: #fff;
        font: bold 10pt/28px arial;
        height: 28px;
        padding-left: 30px;
}
.ListVideo > span .CurrentPage {
        font: bold 13px arial;
        padding: 3px;
        text-align: right;
}
