/*news_group.php: Таблица с группами новостей {}*/
table.news_groups td{
	padding: 2px;
}

/*news_pages.php {}*/
.news_groupheader{
	font-weight: bold;
	font-size: 16px;
	color: #444444;
}
.news_date, .news_innerdate{
	color: #888888;
}
a.news_group, .news_innergroup{
	text-decoration: none;
}
a.news_group:hover{
	text-decoration: underline;
}
a.news_title{
	color: inherit;
	text-decoration: none;
}
a.news_title:hover{
	text-decoration: underline;
	color: blue;
}

/*news_show.php {}*/
.news_innertitle{
	font-size: 18px;
}
.news_body{
	padding: 0 0 10 0;
}
.news_back{
	clear: both;
	text-align: center;
}

/*small.php {}*/
div.news_small{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #808080;
}
div.news_date_small{
	color: #888888;
}
div.news_title_small a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
div.news_title_small a:hover{
	text-decoration: underline;
}
div.news_image_small{
	text-align: center;
	padding: 8 0 8 0;
}
div.news_smallbody a{
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
div.news_smallbody a:hover{
	text-decoration: underline;
}

div.news_morenews{
	text-align: right;
}


/*== RSS button =================================================*/
div.news_rss{ float: right; }
div.news_rss div{ }


/*== Social buttons, Facebook, Tweeter =================================================*/
div.news_social_btns{ float: right; }

/*Таблица с картинками*/
	td.news_full_image{ padding-right: 15px; vertical-align: top; }
	table.news_imagetable{ float: left; margin-right: 25px; }
	table.news_imagetable td{ text-align: center; vertical-align: middle; }
	div.news_imagetable_separator{ border-top: 1px solid #dddddd; height: 1px; margin: 10px 0px 10px 0px; }
	td.news_imagetable_sub{ padding: 0px 0px 10px 0px; }
