@import "/css/shared/pages.css";

/**
* Новости на главной странице
*/
TABLE.news_main {
	margin-top:10px;
	margin-bottom:10px;
}
TABLE.news_main TD.date {
	width: 100px;
	color: gray;
	vertical-align: top;
	text-align: right;
	padding-right: 20px;
}
TABLE.news_main TD.title {
	vertical-align: top;
	padding-bottom: 10px;
}



/**
* Список новостей в архиве
*/
TABLE.news_list TD.news_date {
	vertical-align: top;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	color:#999999;
	width:120px;
}
TABLE.news_list TD.news_title {
	padding-top:10px;
}

