
.HotnewsControl {
    margin: 10px 0;
}
.HotnewsControl .HotnewsScroll {
    background: #fafafa none repeat scroll 0 0;
    height: 200px!important;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
}
.HotnewsControl .Header {
    background: #2d6701 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    height: 30px;
    text-align:  center;
}
.HotnewsControl .Header span {
    color: #fff;
    font: bold 10pt/30px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 5px;
    background: #fafafa;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    /*background: rgba(0, 0, 0, 0) url("Images/i.gif") no-repeat scroll left center;*/
    padding: 10px 0px 10px 0px;
    margin: 0 10px;
    border-bottom: 2px dashed #ddd;
    display: block !important;
}
.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;
    font: 13px/1.75 arial;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #e50506;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
