.column-center .awards .content li
{
    float: left;
    left: 0;
    border-bottom: 1px dashed #cacaca;
    padding: 0 15px 10px;
    margin-top: 10px;
    width: 244px;
    height: 80px;
    overflow: hidden;
}

.column-center .awards .content li span
{
    display: block;
    margin: .5em 0;
}

#awards-latest ul
{
    padding: 6px;
}

#awards-latest li
{
    padding-left: 18px;
    line-height: 2em;
}

.column-center .section .top h2
{
    width: 73px;
    background: url(../_img/h2_sub_section.png) no-repeat;
}

.column-center .section h3
{
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 160%;
    font-weight: bold;
    padding: 7px 0 0 13px;
}

.column-center .section a.more
{
    display: block;
    float: right;
    width: 40px;
    height: 11px;
    background: url(../_img/more_details.png) no-repeat;
    position: absolute;
    right: 14px;
    bottom: 12px;
}

.column-center .section a.more span
{
    display: none;
}

.column-center .section li
{
    margin-top: 10px;
    /*height: 208px;*/
    background: url(../_img/bg_player.png) repeat-x 0 100%;
    padding: 0 3px;
    position: relative;
}

.column-center .section img.photo
{
    background: url(../_img/bg_photo.png) no-repeat;
    width: 125px;
    height: 177px;
    float: left;
    padding: 2px 7px 8px 2px;
}

.column-center .section h4
{
    font-size: 140%;
    letter-spacing: 1px;
}

.column-center .section ul.info
{
    float: left;
    width: 165px;
    border-right: 1px solid #b9b9b9;
    padding: 8px 10px 0 0;
    margin-right: 8px;
}

.column-center .section ul.info li
{
    height: auto;
    background: none;
    padding: 4px 0;
    margin: 0;
    border-bottom: 1px dashed #d2d2d2;
}

.column-center .section ul.info li span
{
    float: left;
    width: 70px;
    font-weight: bold;
}

.column-center .section ul.info li.pad-t
{
    padding-top: 1.5em;
}