/**
 * Styles for news module
 */

#middle-column div.news div.item h2 a {
    text-decoration : none;
}
#middle-column div.news div.item h2 a:hover {
    text-decoration : underline;
}

#middle-column div.news div.item img,
#middle-column div.news img.image {
    float           : right;
    padding         : 3px;
    margin          : 3px;
    width           : 100px;
    border          : 1px solid #cccccc;
}
#middle-column div.news img.image {
    width           : 200px;
}