
.HotnewsControl {
    margin-top: 20px;
    overflow: hidden;
}
.HotnewsControl .HotnewsScroll {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: url("../images/chuyenmuctrong.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font: bold 11pt/20px arial;
    line-height: 35px;
    padding-left: 38px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    clear: both;
    display: inline-block;
    padding: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    float: left;
    height: 60px;
    margin-right: 6px;
    vertical-align: top;
    width: 80px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #FF4E00;
}
.HotnewsControl .HotnewsList .active {
    background-color: #CCCCCC;
}
