@charset "utf-8";
.yt-channel-holder { width: 700px; font-size: 14px; margin-left: 50px;}
.yt-channel-holder .yt-channel-list { background-color:  #FFF; list-style-position: outside; list-style-type: none; margin: 0; padding: 0; }
.yt-channel-holder .yt-channel-list .yt-channel-title { background: #ccc url('yt-logo.png') scroll no-repeat 2px 2px; height: 16px; padding-left: 100px; padding-top: 14px; padding-bottom: 14px; line-height: 16px; font-size: 14px; font-weight: bold; text-align: center; color: #000; display: inline; }
.yt-channel-holder .yt-channel-list .yt-channel-title a { text-decoration: none; color: #000; }
.yt-channel-holder .yt-channel-list .yt-channel-title a:hover { text-shadow: 1px 1px 2px #FFF; }

.yt-channel-holder .yt-channel-list .yt-channel-video { padding: 2px 4px; float: left; display: inline-block; margin: 20px 20px;}
.yt-channel-holder .yt-channel-list .yt-channel-video .border { border: 1px solid; width: 340px;}
.yt-channel-holder .yt-channel-list .yt-channel-video:hover { background-color: #333; }
.yt-channel-holder .yt-channel-list .yt-channel-video a { overflow: hidden; text-decoration: none; color: #000;}
.yt-channel-holder .yt-channel-list .yt-channel-video a .thumb-wrap { position: relative; float: left; margin: 0 6px 0 0; padding: 4px; border: 1px solid #ddd; background-color: #666; }
.yt-channel-holder .yt-channel-list .yt-channel-video a .thumb-wrap img.vid-thumb { width: 96px; }
.yt-channel-holder .yt-channel-list .yt-channel-video a .thumb-wrap span.vid-duration { position: absolute; bottom: 3px; right: 3px; font-size: 12px; font-weight: bold; background-color: #444; color: #eee; }
.yt-channel-holder .yt-channel-list .yt-channel-video a .vid-details { position: relative; float: left; width: 180px; height: 82px; color: #000; }
.yt-channel-holder .yt-channel-list .yt-channel-video a .vid-details span.vid-title { position: absolute; top: 0; left: 0; font-size: 14px; }
.yt-channel-holder .yt-channel-list .yt-channel-video a .vid-details span.vid-views { position: absolute; bottom: 15px; left: 0px; font-size: 12px; }

.yt-channel-holder .yt-channel-list .yt-channel-video:hover { background-color: #FFF; }
/*.yt-channel-holder .yt-channel-list .yt-channel-video:hover a .vid-details span.vid-title { text-decoration: underline; }*/

.yt-channel-holder .yt-channel-list .yt-channel-copy { height: 12px; line-height: 10px; font-size: 10px; text-align: right; color: #444; }
