.RSSAggrCont {
    padding:5px 5px 5px 5px;
    background:#f3f3f3;
    margin:5px 0px 5px 0px;
    /* float:left; */
}


/* RSS Feeds */
.rss_item_wrapper { 
    padding-bottom: 5px;
}
.rss_item_wrapper:last-child {
    padding-bottom: 5px;
}
.rss_item_header {
    font-size:16px;
    font-weight:bold;
    padding-bottom:5px;
}
.rss_item_header a,
.rss_item_header a:link,
.rss_item_header a:visited,
.rss_item_header a:hover,
.rss_item_header a:active {
    font-size:16px;
    font-weight:bold;
    color:#060;
}
.rss_item_info {
    color:#999;
    font-size:9px;
}
.rss_item_desc {
    text-align:justify;
    font-size: 14px;
}
.rss_read_more {
    background-color:#EDEDED;
    font-size:11px;
    font-weight:normal;
    height:10px;
    line-height:10px;
    vertical-align: middle;
    margin-top:2px;
    padding:0 5px;
    text-align:left;
    text-decoration:none;
    text-transform:capitalize;
}
.loading_rss {
    text-align:center;
    width:89px;
    height:64px;
    /*background-image:url(images/loading_bg.png); */
    z-index: 10;
    margin: 10px auto;
}
.loading_rss img {
    margin-top: 10px;
}
.loading_rss div {
    width:89px;
    height:64px;
    background-image:url(images/loading.gif);
    background-position:center center;
    background-repeat:no-repeat;
}
