div.syndication_choices {
    position:absolute;
    width:0px;
    height:0px;
    visibility:hidden;
    overflow:visible;
    margin-top:20px;
    margin-left:-20px;

}

div.syndication_choices ul {
    width:90px;
    list-style-type:none;
	/* modification SaTurNin */
	line-height:18px; 
	border: 1px solid black ;
	background-color: lightgrey ;
}
div.syndication_choices ul li {
	height:18px;
    margin-bottom:10px;
}

ul.rss_feed {
    margin-left:20px;
}

ul.rss_feed li {
    list-style-image:url(/templates/csn/images/li.png);
}

