﻿.videotitle {
    font-size:12px;
    font-weight:bold;
    padding-bottom:4px;
    border-bottom:2px solid #e1e1e1;
}
.videolist {
    margin:0;
    padding:0;
    list-style:none;
}
.videolist li {
    
}
.videolist li.selected {
    background:#fdfdef;
}
.videolist a {
    display:block;
    padding:5px 5px 5px 5px;
    color:#424242;
    border-bottom:1px dashed #e8e8e8;
}
.videolist a:hover {
    background:#f5f5e2;
    color:#424242;
}