.overviewList .item 
{
    height:105px;
    margin-bottom:14px;
    padding-bottom:14px;
    border-bottom:1px solid #DDDDDD;
}

.overviewList .item h2 
{ 
    font-size:14px;
}

.overviewList .item .info li 
{
    background-image:url(/imgs/border.gif);
    background-position:right 4px;
    background-repeat:no-repeat;
    display:block;
    float:left;
    font-size:12px;
    margin:2px 7px 0px 0;
    padding-right:7px;
}

.overviewList .item ul 
{
    margin:0 0 14px;
    height:16px;   
}

.overviewList .author 
{
    float:left; 
    color:#CA0002;
    font-size:10px;
    font-weight:normal;
}

.overviewList .thumb 
{
    background-image:none;
    border:1px solid #EEEEEE;
    float:right;
    height:100px;
    padding:1px;
    width:100px;
}

.overviewList .item .oneliner 
{
    width:400px;
    
    clear:left;
}
