.news-short
{
	margin: 5px 0 0 30px;
	height: 50px;
}

.news-short .title
{
	display: block;
	font-size: 12px;
	margin: 0 0 0 40px;
	padding: 4px 0 0 0;
	color: #cab676;
}

.news-short .date
{
	color: #efdaaf;
	display: block;
	width: 34px;
	text-align: center;
	float: left;
}

.news-short .date .day
{
	color: #cab676;
	font-size: 26px;
}

.news-short .date .month-year
{
	color: #cab676;
	font-size: 11px;
	background: #270e00;
	padding: 2px 0 2px 0;
}

.news-short .descr
{
	margin: 7px 0 0 0;
}

.news-short .more
{
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-style: italic;
	margin: 4px 0 0 0;
}

.news-short .more:hover
{
	text-decoration: underline;
}

.news-all
{
	display: block;
	color: #efdaaf;
	margin: 15px 15px 0 0;
	text-decoration: none;
	font-size: 11px;
	background: #270e00;
	width: 90px;
	float: right;
	text-align: center;
	padding: 2px 0 2px 0;
}

.news-all:hover
{
	color: #fff2d8;
}

.news-full
{
	margin: 0;
}

.news-full .title
{
	display: block;
	font-size: 15px;
}

.news-full .date
{
	font-size: 9px;
	color: #efdaaf;
}

.news-full .descr
{
	margin: 15px 0 15px 0;
}

.news-full .backlink
{
	font-size: 10px;
	font-style: italic;
	color: #aaaaaa;
}

.news-full .backlink a
{
	text-decoration: none;
}

.news-full .backlink a:hover
{
	text-decoration: underline;
}

