/* CSS Document */

.short_news_box {
	margin-left: 55px;
	width: 255px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.short_news_box .short_news_title a {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin-top: 0px;
	color: #FFFFFF;
}

.short_news_box .news_title a {
	color: #ffcc33;
}

.short_news_box .news_item {
	background: url(../menu/dot_line.gif) repeat-x;
	background-position: bottom;
	padding-top: 3px;
	padding-bottom: 20px;
	clear: both;
}

.short_news_box .news_item a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.short_news_box .news_item a:hover {
}

.short_news_box .news_item .descr {
	padding-top: 3px;
	font-size: 11px;
}

.short_news_box .date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.short_news_box .butt_more {
	width: 55px;
	line-height: 25px;
	text-align: right;
	background-position: right;
	text-align: left;
}

.short_news_box .butt_more a {
	font-weight: normal;
	text-decoration: none;
}

.short_news_box .butt_more a:hover {
	text-decoration: underline;
}

