.newsItem
{
    width:375px;
}

.newsItem .bullet
{
    background:url('../images/bullet.gif') no-repeat top left;
    width:11px;
    height:13px;
}

.newsItem .floatLeft, .newsItem .content
{
    padding:3px;
    height:13px;
}

.newsItem .title
{
    width:269px;
    text-align:left;
}

.newsItem .date
{
    width:50px;
    text-align:center;
}

.newsItem .title, .newsItem .date, .newsItem .toggle
{
    cursor:pointer;
}
.newsItem .title:hover, .newsItem .date:hover, .newsItem .toggle:hover
{
    color:#FFF;
}

.newsItem .content
{
    clear:both;
    width:366px;
    display:none;
    height:auto;
}

.newsItem p
{
    margin-bottom:12px;
}
.newsItem p:last-child
{
    margin-bottom:0;
}

.newsItem .toggle
{
    width:9px;
    text-align:center;
}