.HotnewsControl .itemnews {
        background: rgba(0, 0, 0, 0) url("images/moi.gif") no-repeat scroll right top;
        color: transparent;
        display: inline-block;
        height: 16px;
        width: 33px;
        z-index: 2;
}
.HotnewsControl {
        margin-bottom: 10px;
}
.HotnewsControl .HotnewsScroll {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        height: 310px!important;
        margin: 0;
        overflow: hidden;
        padding: 0;
}
.HotnewsControl .Header {
        background: #049be2 none repeat scroll 0 0;
        border-radius: 3px 3px 0 0;
        height: 26px;
}
.HotnewsControl .Header span {
        color: #fff;
        font: bold 10pt/26px tahoma;
        padding-left: 20px;
        text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
        padding: 4px 3px 4px 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 2px;
        margin-right: 6px;
        vertical-align: top;
        width: 2px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222;
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #e50506;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
