#bestArticlePanel {
    display: block;
    width: 228px;
    _width: 250px;
    height: 228px;
    _height: 250px;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid rgb(232, 232, 232);
}

#bestArticlePanel .heading {
    display: block;
    width: 222px;
    _width: 230px;
    height: 20px;
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid rgb(230, 230, 230);
    background: url(//static.ad.co.kr/images/common/icon/hi.gif) no-repeat left 1px;
    font-weight: bold;
}

#bestArticle {
    display: block;
    width: 230px;
    height: 210px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
}

#bestArticle .headline {
    width: 222px;
    _width: 230px;
    padding: 0px 0px 0px 8px;
    background: url(//static.ad.co.kr/images/common/icon/li_headline.gif) no-repeat left center;
    overflow: hidden;
    line-height: 23px;
    white-space: nowrap; 
    text-overflow: ellipsis;
}