﻿.newsticker
    {
        width: inherit;
        height: 400px;
    }
    .newsticker li
    {
        list-style: none;
        display: block;
        padding-bottom: 1px;
        margin-bottom: 5px;
    }
    .newsticker ul
    {
        font-weight: bold;
    }
    .newsticker .thumbnail
    {
        float: left;
        width: 110px;
    }
    .newsticker .info
    {
        float: right;
        width: 190px;
    }
    .newsticker .info span.cat
    {
        display: block;
        font-size: small;
        color: #808080;
    }
    .clear
    {
        clear: both;
    }
    #date
    {
        font-size: xx-small;
    }