/**/
#Comments{ }
#CommentsHeader{
    font-weight: bold;
    color: #CC9900;
    font-size: 12pt;
    margin: 0px;
}
.newsitem, .NewsListItem{
    float: left;
    clear: both;
    width: 100%;
}
/* RSS list*/
a.rss{
    background:transparent url(../../shared/images/rss.gif) no-repeat scroll 0%;
    padding-left:20px;
}
.RssList{
    margin-left: 20px;
    clear: both;
}
 /* ul with list */
.RssList .feed_list{
    list-style: none;
}

.RssList .feed_list li{
    padding-bottom: 5px;
    margin-bottom:  5px;
    border-bottom: 1px solid #CCC;
}
.TextRssFeed{
    margin-top:5px;
    margin-right:10px;
    width: 550px;
}
/*COMMENT LIST*/
div.CommentList{
    padding-left: 0px;
}
ol.CommentList{
    padding-left: 20px;
}

ol.CommentList li.white{
    background-color: ##FFFFFF;
}

ol.CommentList li.gray{
    background-color: #EFEFEF;
}
.Comment{

}
.CommentName{
   font-weight: bold;
}
.CommentDate{
}
.CommentText{
    padding-bottom:10px;
}
/*END COMMENT LIST*/
/* share on facebook */
#FacebookShareDiv{
    margin: 10px 0px;
}
a#FacebookShare{
    background:transparent url(/skin/shared/images/facebook.gif) no-repeat scroll 0%;
    padding-left:20px;
}
a#TellAFriendLink{
    background:transparent url(/skin/shared/images/tell_friend.gif) no-repeat scroll 0%;
    padding-left:20px;
}
/*END: share on facebook */