.RSSAggrCont {
    border:1px solid #AAA;
    -moz-box-shadow:0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    width:250px;
    
   
     
    padding:10px;
    background:#f3f3f3;
    margin:15px;
    float:right;
}


.RSSAggrCont2 {
    border:1px solid #AAA;
    -moz-box-shadow:0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    width:450px;
    
   
     
    padding:10px;
    background:#f3f3f3;
    margin:15px;
    float:right;
}
/* RSS Feeds */
.rss_item_wrapper { 
    padding-bottom: 8px;
    text-align:right;
}
.rss_item_wrapper:last-child {
    padding-bottom: 0px;
    text-align:right;
}
.rss_item_header {
    font-size:12px;
    font-weight:bold;
    padding-bottom:0px;
    direction: rtl;
    text-align:right;
}
.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:12px;
    font-weight:bold;
    color:#33c;
    direction: rtl;
    text-align:right;
    font-family: tahoma;
    text-decoration: none;
}
.rss_item_info {
    color:#999;
    font-size:12px;
    direction: rtl;
    text-align:right;
}
.rss_item_desc {
    text-align:justify;
    font-size: 11px;
    direction: rtl;
    text-align:right;
    font-family: tahoma;
}
.rss_read_more {
    background-color:#EDEDED;
    font-size:11px;
    font-weight:normal;
    height:30px;
    line-height:30px;
    vertical-align: middle;
    margin-top:2px;
    padding:0 9px;
    text-align:right;
    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: 16px;
}
.loading_rss div {
    width:89px;
    height:64px;
    background-image:url(../images/loading.gif);
    background-position:center center;
    background-repeat:no-repeat;
    text-align: center;
}
