.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    padding: 0 5px;
    margin: 0;
}
.HotnewsControl .Header span {
    color: #2d1515;
    font: bold 12px/26px arial;
    padding-left: 3px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    max-height: 345px !important;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    height: 26px;
    border-bottom: 1px solid #ccc;
    background: url(images/icon_new.gif) no-repeat right;
    background-position-x: 31%;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    border-bottom: 1px dotted #eee;
    text-align: justify;
    padding: 3px 0;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 50px;
    margin-right: 6px;
    vertical-align: top;
    width: 65px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #00458a;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
/* CTO - Cap nhat css*/
.HotnewsControl .HotnewsList .HotnewsItem a .itemnews {
		color: red;
        font-style: italic;
}
