
.HotnewsControl {
    background: none repeat scroll 0 0 #037503;
    border-radius: 10px 10px 0 0;
    margin: 10px 0;
}
.HotnewsControl .HotnewsScroll {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: -15px;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: url("images/thongbao.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 44px;
    left: -9px;
    position: relative;
    z-index: 5;
}
.HotnewsControl .Header > span {
    color: #ffeb00;
    font: bold 11pt/40px arial;
    padding-left: 50px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: url("images/star.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    clear: both;
    padding: 5px 5px 5px 23px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 60px;
    margin-right: 6px;
    vertical-align: top;
    width: 80px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #ffffff !important;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #ffeb00 !important;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #ff4e00;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
