@charset "utf-8";

.yt-channel-holder
{
    width: 1000px;
    font-size: 14px;
    
}

    .yt-channel-holder .yt-channel-list
    {
        
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0 0 5px 0;
        float: left;
    }

        .yt-channel-holder .yt-channel-list .yt-channel-title
        {
           background: #F5F5F5 url('yt-logo.png') scroll no-repeat 6px 3px;
height: 16px;
padding-top: 10px;
padding-bottom: 12px;
line-height: 16px;
font-size: 16px;
font-weight: bold;
text-align: center;
color: black;
margin-bottom: 30px;
        }

            .yt-channel-holder .yt-channel-list .yt-channel-title a
            {
                text-decoration: none;
                color: black;
            }

                .yt-channel-holder .yt-channel-list .yt-channel-title a:hover
                {
                    -webkit-text-shadow: 1px 1px 2px #999;
                    text-shadow: 1px 1px 2px #999;
                }

        .yt-channel-holder .yt-channel-list .yt-channel-video
        {
            padding: 2px 4px;
            width: 485px;
            float: left;
            margin-bottom: 25px;
        }

            .yt-channel-holder .yt-channel-list .yt-channel-video:hover
            {
                

            }

            .yt-channel-holder .yt-channel-list .yt-channel-video a
            {
                display: block;
                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: 120px;
                    }

                    .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: 230px;
                    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: 16px;
                        text-align: left;
                    }

                    .yt-channel-holder .yt-channel-list .yt-channel-video a .vid-details span.vid-views
                    {
                        position: absolute;
                        bottom: 5px;
                        right: 5px;
                        font-size: 12px;
                    }

            .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;
        }