

/**
 * List of news months
 */
#main div.moreNews ul { margin:0 0 20px 0; padding:0; }

div.moreNews { position:relative; }
div.moreNews li { margin:0 0 5px 0; padding:0; list-style-type:none;  }
div.moreNews li a { color:#7a7a7a; text-decoration:none; display:block; width:100%; height:100%; background:url(/img/elements/side/news-link-bg.png) no-repeat transparent bottom right; }
div.moreNews li a span { background-color:white; padding-right:2px; }

div.moreNews li a:hover,
	div.moreNews li.active a { background-position:bottom left; color:#1ec2ea; }


div.moreNews p.rss { position:absolute; top:-10px; right:0; width:35px; height:35px; background:url(/img/icons/rss.png) transparent no-repeat; text-indent:-9000px; }
div.moreNews p.rss a { display:block; width:100%; height:100%; outline:none; }
