.column-center .files .top h2
{
    width: 37px;
    background: url(../_img/h2_sub_files.png) no-repeat;
}

.column-center .files h3
{
    height: 10px;
    background: no-repeat;
    margin: 0 0 4px 9px;
    text-indent: -9999px;
}

.column-center .files h3.latest
{
    background-image: url(../_img/h3_files_latest.png);
}

.column-center .files h3.popular
{
    background-image: url(../_img/h3_files_popular.png);
}

.column-center .files h3.categories
{
    background-image: url(../_img/h3_files_categories.png);
    margin-left: 13px;
}

.column-center .files .block
{
    padding: 7px 10px;
    width: 255px;
    float: left;
}

.column-center .files li
{
    line-height: 24px;
    padding: 0 5px;
}

.column-center .files li.odd
{
    background-color: #e5e4e4;
}

.column-center .files li img
{
    vertical-align: middle;
    margin-right: 5px;
}

.column-center .files li a
{
    font-weight: bold;
}

.column-center .files h4
{
    font-weight: bold;
    color: #6e6e6e;
    padding: 0 0 5px 3px;
}