/* CSS Document */

.short_news_box {
	width: 250px;
	padding: 0px;
	margin: 0;
	margin-right: 15px;
	padding-left: 15px;
	font-size:11px;
	position:relative;
	top:0;
	left:0;
	float:left;
}

.short_news_box .cat_title {
	font-weight: bold;
	padding-left: 7px;
	line-height: 23px;
	background-color: #f3f1e9;
	height: 23px;
}

.short_news_box .news_item {
	background: transparent url(../menu/bull.gif) no-repeat 4px 19px;
	clear: both;
	padding-bottom: 15px; 
	padding-top: 15px;
}

.short_news_box .news_item a {
	
	font-weight: bold;
}

.short_news_box .news_item a:hover {
	text-decoration: none;
}

.short_news_box .news_item .title {
	font-weight:bold;
	margin-left:16px;
}

.short_news_box .news_item .title a {
text-decoration: none;
}
.short_news_box .news_item .title a:hover {
text-decoration: underline;
}

.short_news_box .news_item .descr {
	padding-top: 7px;
	text-align:justify;
}

.short_news_box .date {
	float: left;
	
}

.short_news_box .more {
	display: block;
	line-height: 25px;

}

