
.video_container {
    background: transparent url(../media/images/video_box.gif);
}

#feed_content span {
    color: #000000;
    display: list-item;
    margin-bottom: 10px;
}

#feed_content span a {
    color: #000000!important;
}

#feed_div {
    width: 385px;
    font-family: Arial;
    font-size: 14px;
    float: left;
}

#feed_div a, #feed_div a:link, #feed_div a:visited {
    color: #898989;
    text-decoration: none;
    font-size: 14px!important;
}

#feed_div a:hover {
    text-decoration: underline;
}

#feed_div li {
    list-style: none;
    border-bottom: 1px dotted #898989;
    padding: 15px 0;
}

#feed_div li:last-child {
    border-bottom: none;
}

video_object_div