
.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    margin: 10px 0;
}
.HotnewsControl .Header span {
    color: #fff;
    font: bold 12px/26px arial;
    padding-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    max-height: 345px !important;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    height: 26px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009030+1,1b972a+100 */
background: #009030; /* Old browsers */
background: -moz-linear-gradient(top, #009030 1%, #1b972a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #009030 1%,#1b972a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #009030 1%,#1b972a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009030', endColorstr='#1b972a',GradientType=0 ); /* IE6-9 */
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/icon.png") no-repeat scroll left center;
    clear: both;
    padding: 5px 0 5px 12px;
}
.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;
}
