.tab-list li a
{
    padding:2px 15px;
    font-size:12px;
}

#releases-list
{
    clear:both;
    display:block;
}

#releases-list li
{
    display:block;
    padding:15px 0;
    border-bottom:1px solid #999;
}

.release-poster
{
    float:left;
    width:50px;
    height:70px;
    overflow:hidden;
}
.release-poster a.pdf-document
{
    float:left;
    margin:10px 0 0;
    padding:40px 0 0;
    width:40px;
    height:0px !important;
    overflow:hidden;
    background:url(../images/pdf.png) 0 0 no-repeat;
}

.release-name,
.release-introduction
{
    margin-left:50px;
}

.release-title h2
{
    padding:6px 0;
    font-size:14px;
    font-weight:bold;
}

.release-title h2 a
{
    font-size:14px;
    font-weight:bold;
    color:#333;
}