
.YoutubeVideoList {
    margin-bottom: 10px;
    padding: 0;
}
.YoutubeVideoList .ListVideo {
    max-height: 320px;
    overflow-y: scroll;
    padding: 5px 10px 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: 40px;
    margin-right: 10px;
    width: 50px;
}
.YoutubeVideoList li .title:hover {
    color: #b82805;
}
.YoutubeVideoList li .title {
    color: #222;
    font: 10pt arial;
   
}
.YoutubeVideoList li .title:before
{
 	content: "";
    border-radius: 0;
    background-color: #cc3333;
    width: 8px;
    height: 8px;
    border: 1px solid #cc3333;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 5px;
     
}

.YoutubeVideoList .VideoHeader {
    display: none;
}
.YoutubeVideoList .VideoHeader .Text {
    color: #fff;
    font: bold 10pt/28px arial;
    height: 28px;
    padding-left: 30px;
}

.YoutubeVideoList .VideoItem .image{
        display:none;
}