/**
 * Стили новостной страницы
 */

h2 {
	font-size: 10pt;
	text-transform: uppercase;
}

#top_banner {
	height: 70px;
}

td.column {
	width: 33%;
	padding: 5px 1em;
}

#add_film {
	float: right;
}

/* Новости */

a.rss {
	float: right;
	color: #e88722;
	font-size: 10px;
}
a.rss, a.rss:visited, a.rss:hover, a.rss:active {color: #e88722; text-decoration: none;}
a.rss * {
	line-height: 12px;
	vertical-align: text-top;
}

a.news_add {
	float: right;
	color: #bc0502;
	font-size: 10px;
	clear: right;
}
a.news_add, a.news_add:visited, a.news_add:hover, a.news_add:active {color: #bc0502; text-decoration: none;}
a.news_add * {
	line-height: 12px;
	vertical-align: text-top;
}