a.pdf, a.qt {
    display: block;
    background: transparent url(/media/img/design/icon-pdf.png) no-repeat left center;
    padding: 25px 0 0 60px;
    min-height: 60px;
    line-height: 18px;
    text-decoration: none;
    text-align: left;
    color: #000000;
}

a.qt {
        background: transparent url(img/icon-quicktime.png) no-repeat center top;
}

a:hover.pdf, a:hover.qt {
    color: #34528f;
    text-decoration: none;
}

a.pdf span, a.qt span {
    font-weight: bold;
    text-decoration: underline;
}

a.pdf:hover span {
    text-decoration: underline;
}
