/* CSS Document */

.short_news_box {
	position: relative;
	left: 14px;
	top: 54px;
	width: 193px;
	height: 220px;
	overflow: auto;
}

.short_news_box .cat_title {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 7px;
	line-height: 23px;
	background-color: #f3f1e9;
	height: 23px;
	border-bottom: 1px solid #ded8bf;
	color: #8a815d;
}

.short_news_box .news_item {
	clear: both;
	padding-bottom: 15px; 
}

.short_news_box .news_item a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.short_news_box .news_item a:hover {
	text-decoration: none;
}

.short_news_box .news_item .descr {
}

.short_news_box .date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #707271;
}

.short_news_box .butt_more {
	display: block;
	width: 55px;
	line-height: 25px;
	text-align: right;
	background: url(../menu/arrow.gif) no-repeat;
	background-position: right;
	text-align: left;
	padding-right: 22px;
	margin-left: 140px;
}

.short_news_box .butt_more a {
	font-weight: normal;
	color: #f26522;
	text-decoration: none;
}

.short_news_box .butt_more a:hover {
	color: #d54f10;
	text-decoration: underline;
}
