.tvWidgetBody {
    width: 565px;
}

.tvWrapper video {
    width: 560px;
    height: 315px;
}

.tvWidget {
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 40px;
}

.tvWidgetBodyPlayer {
    width: 560px;
    height: 315px;
    overflow: hidden;
    background: #161616;
}

.tvWidgetBodyChannels {
    overflow: hidden;
    width: 564px;
    margin-left: -4px;
    margin-top: 10px;
    position: relative;
}
.tvWidgetBodyChannelsItem {
    width: 90px;
    height: 90px;
    background: #000000 no-repeat 50% 50%;
    overflow: hidden;
    float: left;
    display: inline;
    margin-left: 4px;
    cursor: pointer;
}
.tvWidgetChannelTitle {
    font-weight: bold;
    max-width: 358px;
    position: relative;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
    font-size: 14px;
}
.tvWidgetChannelAuthor,
.tvWidgetChannelAuthorSpacer,
.tvWidgetChannelDate,
.tvWidgetChannelCommentsCounter {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 11px !important;
}
*:first-child+html .tvWidgetChannelAuthor {
    zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin','<span class="before"></span><span class="after"></span>'));
}
*:first-child+html .tvWidgetChannelCommentsCounter {
    zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin','<span class="before"></span>'));
}
.tvWidgetChannelTitle:before,
.tvWidgetChannelTitle .before,
.tvWidgetChannelAuthor:before,
.tvWidgetChannelAuthor .before,
.tvWidgetChannelAuthor:after,
.tvWidgetChannelAuthor .after,
.tvWidgetChannelCommentsCounter:before,
.tvWidgetChannelCommentsCounter .before {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    background: url('/static/img-new/widgets/tv.png') 0 0 no-repeat;
}
.tvWidgetChannelTitle:before,
.tvWidgetChannelTitle .before {
    left: 338px;
    background-position: -100px 0;
}
.tvWidgetChannelAuthor {
    padding-left: 20px;
    max-width: 150px;
    white-space: nowrap;
    margin-left: -5px;
}
.tvWidgetChannelAuthor:after,
.tvWidgetChannelAuthor .after {
    left: 150px;
    background-position: -100px 0;
}

.tvWidgetChannelDate {
    margin-left: 5px;
}
.tvWidgetChannelCommentsCounter {
    margin-left: 10px;
    padding-left: 20px;
}
.tvWidgetChannelCommentsCounter:before,
.tvWidgetChannelCommentsCounter .before {
    background-position: -20px 0;
}
.tvWidgetChannelCommentsCounterNull:before,
.tvWidgetChannelCommentsCounterNull .before {
    background-position: -60px 0;
}

