.ShortArticle {
        /* height: 30px; */
        margin: 0px 0 0 0;
        position: relative;
        background-color: #FDE9C1;
        /* background-color: #EE0000; */
            top: -5px;
        padding: 0 15px;
}
.ShortArticle .Title {
        background: #EE0000 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font: bold 13px/25px arial;
        height: 100%;
        margin: 0 15px 0 0;
        padding: 4px 10px;
        position: relative;
        text-transform: uppercase;
        float: left;
}
.ShortArticle .Title::after {
        border-color: transparent transparent transparent #EE0000;
        border-style: solid;
        border-width: 14px 0 11px 9px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: -9px;
        top: 0;
        vertical-align: middle;
        width: 0;
}
.ShortArticle .block-row {
        position:relative;
        left: 20px;
        top: 5px;
}
.ShortArticle marquee{
        /*width: 1100px;*/
        float: left;
        height: 26px;
        padding: 0;
        margin: 0;
}
.ShortArticle marquee .block-row{
        position:relative;
        left: 0px;
        top: -8px;
}
.ShortArticle marquee .block-row p a {
        background: url(images/i.png) no-repeat left center;
        padding-left: 10px!important;
        margin-right: 10px;
        color: #EE0000;
        BACKGROUND: #FDE9C1;
        font:15px arial;
}
/* .ShortArticle marquee .block-row p a:hover {
color:#f9f500; 
font:13px arial;
} */ 
