
.ShortArticle {
    height: 32px;
    margin: 0;
    position: relative;
}
.ShortArticle .Title {
    background: #ac0203 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font: bold 13px/25px arial;
    height: 100%;
    margin: 0 15px 0 0;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
}
.ShortArticle .Title::after {
    border-color: transparent transparent transparent #ac0203;
    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 {
    left: 20px;
    position: relative;
    top: 5px;
}
.ShortArticle marquee {
    float: left;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ShortArticle marquee .block-row {
    left: 0;
    position: relative;
    top: -8px;
}
.ShortArticle marquee .block-row p a {
    background: rgba(0, 0, 0, 0) url("Images/i.png") no-repeat scroll left center;
    color: #333;
    font: 13px arial;
    margin-right: 10px;
    padding-left: 10px !important;
}
.ShortArticle marquee .block-row p a:hover {
    color: #620101;
    font: 13px arial;
}
