
.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 {
    border-radius: 0 10px 0 0;
    display: none;
    height: 28px;
    padding-bottom: 5px;
}
.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;
}
