.list-container
{
    padding: 22px 0 0 0;
    margin-bottom: -5px;
}
    .list-container .list-headline
    {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
    }

    .list-container .list-text
    {
        padding: 8px 0 0 0;
        font-size: 12px;
        line-height: 16px;
    }

    .list-container .list-text a
    {
        color: #0089E5;
    }


    .tag-container .back-link
    {
        padding-bottom: 12px;
    }
        .tag-container .back-link a
        {
            font-size: 12px;
            line-height: 14px;
            text-decoration: underline;
        }

    .tag-container .tag-selected
    {
        font-size: 12px;
        line-height: 14px;
    }
        .tag-container .tag-selected .tag
        {
            font-size: 12px;
            line-height: 14px;
            color: #0089e5;
            font-weight: bold;
        }


.letter-group
{
    padding: 10px 0;
}
    .letter-group .letter
    {
        text-transform: uppercase;
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
    }

    .letter-group ul
    {
        margin: 0;
        padding: 0;
    }

    .letter-group ul li
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        .letter-group ul li a
        {
            color: #0089e5;
        }


.videos-wrapper
{
    
    margin-right: -10px;
}
    .videos-wrapper .videos-container
    {
        min-height: 550px;
        _height: 550px;
    }

    .videos-wrapper .video
    {
        float: left;
        width: 320px;
        height: 109px;
        overflow: hidden;
        padding:  18px 0 11px 0;
        cursor: pointer;
    }
    .videos-wrapper div.last-video
    {
        width: 310px;
    }

        .videos-wrapper .video .screenshot
        {
            width: 150px;
            height: 109px;
            float: left;
            position: relative;
            overflow: hidden;
        }
        .videos-wrapper .video .screenshot .image
        {
            border: 1px solid #a0a0a0;
        }
        .videos-wrapper .video .screenshot .arrow
        {
            position: absolute;
            z-index: 20;
            left: 53px;
            top: 45px;
            width: 49px;
            height: 27px;
            background: transparent url(../../image/video/play.button.png) no-repeat;
        }

        .videos-wrapper div.video-hover .screenshot .arrow
        {
            background: transparent url(../../image/video/play.button.hover.png) no-repeat;
        }

        .videos-wrapper .video .info
        {
            width: 150px;
            overflow: hidden;
            padding-left: 10px;
            float: left;
            height: 109px;
            position: relative;
        }
        .videos-wrapper div.first-video .info
        {
            width: 140px;
            cursor: pointer;
        }
            .videos-wrapper .video .info .headline
            {
                height: 28px;
                overflow: hidden;
            }

            .videos-wrapper .video .info .headline a
            {
                font-size: 12px;
                line-height: 14px;
                word-wrap: break-word;
                font-weight: bold;
            }
            .videos-wrapper .video .info .video-author
            {
                position: absolute;
                top: 35px;
                left: 10px;
                height: 28px;
                overflow: hidden;
            }
            .videos-wrapper .video .info .video-author a
            {
                font-size: 11px;
                line-height: 14px;
                word-wrap: break-word;
            }

            .videos-wrapper .video .info .rating
            {
                position: absolute;
                top: 66px;
                left: 10px;
            }
                .videos-wrapper .video .info .rating .icon
                {
                    width: 20px;
                    height: 25px;
                    background: transparent url(../../image/common/icons/rating.png) no-repeat;
                    float: left;
                }

                .videos-wrapper .video .info .rating .rating-text
                {
                    float: left;
                    font-size: 14px;
                    line-height: 14px;
                    font-weight: bold;
                    padding: 8px 0 0 5px;
                }

            .videos-wrapper .video .info .rating-count
            {
                position: absolute;
                bottom: -3px;
                left: 10px;
                font-size: 11px;
                line-height: 14px;
            }
