.authors .article-heading {
    background: #eee;
    border-left: 24px solid #005b9d;
    padding: 2px 7px 2px 6px;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 18px;
    color: #005b9d;
    margin: 0 20px 20px 0;
    width: 366px;
}
.authors .article-heading .print-article {
    position: relative;
    width: auto;
    float: right;
    background: url(../images/printIcon.gif) top right no-repeat;
    width: 50px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    height: 16px;
    padding: 3px 0 0 0;
    margin: 0 0 0 16px;
}
#az-links {
    overflow: hidden;
}
#az-links li {
    position: relative;
    width: auto;
    float: left;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 0 6px 0 0;
}
#az-links li.all {
    float: right;
    margin: 0;
}
dl#az-authors {
    margin: 20px 0;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
dl#az-authors dt {
    color: #005b9d;
    border-bottom: 1px solid #999;
    font-weight: bold;
    margin: 0 0 7px 0;
}
dl#az-authors dd {
    margin: 0 0 7px 0;
}


