#weeklyBestArticlePanel {
    display: block;
    width: 230px;
    _width: 250px;
    height: 418px;
    _height: 440px;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 232, 232);
}
#weeklyBestArticlePanel .header {
    width: 230px;
    height: 25px;
    padding: 0px;
    margin: 0px;
    border-bottom: 3px solid #000000;
}

#weeklyBestArticle {
    display: block;
    width: 230px;
    height: 400px;
    padding: 0px;
    margin: 0px;
}

#weeklyBestArticle dl {
    height: 60px;
    _height: 80px;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    border-top: 1px solid rgb(229, 229, 229);
    overflow: hidden;
}

#weeklyBestArticle dl:first-child {
    border: 0px;
}

#weeklyBestArticle dt.thumbnail {
    float: left;
    width: 60px;
    height: 60px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#weeklyBestArticle dd {
    float: right;
    display: block;
    width: 140px;
    _width: 160px;
    height: 16px;
    line-height: 20px;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#weeklyBestArticle dd.headline {
    height: 40px;
    font-weight: bold;
    
    background-position: left 3px !important;
}