body {
    padding: 0;
    margin: 0;
}
.haivl {
    width: 300px;
}
.haivl .hotVideos {
    margin: 0;
}
.haivl .hotVideos .videoItem {
    margin-bottom: 10px;
}
.haivl .hotVideos .videoItem a {
    display: block;
}
.haivl .hotVideos .videoItem .thumb {
    position: relative;
    float: left;
}
.haivl .hotVideos .videoItem .thumb img {
    display: inline-block;
    vertical-align: middle;
}
.haivl .hotVideos .videoItem .info {
    margin-left: 125px;   
}
.haivl .hotVideos .videoItem h4 {
    margin: 0;
}
.haivl .hotVideos .videoItem .stats {
    height: auto;
    margin: 6px 0 0;
    color: #707070;
    font-weight: normal;
}
.haivl .hotVideos .videoItem .stats .views {
    background: url(../../../content/images/stats_icons_v-2.png) no-repeat transparent;
    padding: 0 0 0 16px;
    margin-right: 5px;
    line-height: 14px;
    display: inline-block;
}
.haivl .hotVideos .videoItem .duration {
    right: 2px;
    bottom: 2px;
    position: absolute;
    padding: 1px 4px;
    font-weight: bold;
    font-size: 11px;
    background-color: #000;
    color: #fff!important;
    line-height: 1em;
    opacity: 0.85;
    filter: alpha(opacity=75);
    display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    display: inline-block;
    text-transform: lowercase;
    text-shadow: none;
}