    .video-header .trending {
    background-color: #ececec;
    border-bottom: 0 none;
    border-radius: 10px 15px 15px 10px;
    padding: 7px 0 6px;
}

.video-header .trending .title {
    background: #92cf30 url("http://static.ctvnews.ca/bellmedia/ctvnews/img/nc-trending.jpg") no-repeat scroll 105px 0;
    border-radius: 10px 0 0 10px;
    color: #fff;
    font-size: 18px;
    padding: 10px 14px 9px 10px;
}

.video-header .trending .link {
    background: transparent url("http://static.ctvnews.ca/bellmedia/ctvnews/img/green-dot.gif") no-repeat scroll 0 0.4em;
    color: #767676;
    font-size: 1em;
    text-decoration: none;
}

.video-header .trending .link:first-of-type {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
}

