div.dm_widget_channellist
{
    float: left;
    width: 877px;
    margin-left: 8px;
    _margin-left: 5px;
    margin-top: 16px;
}

.video_preview
{
    float: left;
    width: 103px;
    height: 75px;
}
.avatar
{
    float: left;
    width: 75px;
    height: 75px;
}
div.channel_item,
div.user_channel_item
{
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 11px;
    margin-left: 14px;
    _margin-right: 22px;
    _margin-left: 2px;
    width: 255px;
    height: 131px;
    padding: 5px;
    padding-right: 0px;
    font-size: 12px;
}

div.channel_item a.title,
div.user_channel_item a.title
{
    float: left;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 3px;
    white-space: nowrap;
}
a.video_title
{
    font-size: 11px !important;
    position: absolute;
    left: 5px;
    top: 109px;
    width: 109px;
    height: 14px;
    overflow: hidden;
}

span.foreground2
{
    font-size: 10px !important;
    position: absolute;
    left: 5px;
    top: 123px;
    width: 109px;
    height: 14px;
    overflow: hidden;
}

span.foreground2 a
{
    margin-left: 4px;
}
a.image_border,
div.description
{
    float: left;
}
div.description
{
    margin-left: 5px;
    width: 128px;
    height: 95px;
    overflow: hidden;
    font-size: 13px;
}
div.user_channel_item div.description
{
    width: 155px;
}

div.preview img
{
    float: left;
    padding-right: 5px;
}
a.featured_link
{
    font-weight: bold;
    font-size: 13px;
    text-transform: capitalize;
    position: absolute;
    bottom: 2px;
    right: 8px;
    width: auto;
}
div.channel_item a.title.label span
{
    vertical-align: top;
    font-size: 9px;
    text-transform: none;
}

div.channel_item div.status_explicit
{
    height: 120px;
    opacity: 0.92;
    background-color: #b9d3fe;
    font-weight: bold;
    font-size: 9px;
    height: 81px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 29px;
    width: 109px;
    cursor: pointer;
}
