
.HotnewsControl {
    margin-bottom: 15px;
    padding: 0;
}
.HotnewsControl .Header span {
    background: #fff url(Images/n.gif) no-repeat right center;
    color: #404040;
    font: bold 18px/27px 'Roboto', sans-serif;
    padding: 0 30px 0 15px;
    display: inline-block;
    text-transform:uppercase;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
    overflow: hidden;
    padding: 0;
    height: 650px!important;
}
.HotnewsControl .Header {
    text-transform: uppercase;
    border-left: 10px solid #399204;
    line-height: 20px;
    width:100%;
    margin-bottom:10px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    clear: both;
    margin: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    float: left;
    height: 75px;
    margin-right: 15px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 110px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #fff;
    text-decoration: none;
}
.HotnewsControl .ArticlePostDate {
    display: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #286603;
    padding-top: 0;
    font: 15px 'Roboto', sans-serif;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    text-decoration:underline;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
