/* CSS Document */

.news_box {
}

.news_box .news_item{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	margin-bottom: 15px;
}


.news_box .title {
	padding-bottom: 6px;
}

.news_box .title a {
	text-decoration: none;
	font-weight: bold;
	color: #338822;
}

.news_box .title a:hover {
	text-decoration: underline;
}

.news_box .date {
}

.news_box .descr {
}

.news_box .more {
	text-decoration: none;
	color: #338822;
	font-weight: bold;
}

.news_box .more:hover{
	text-decoration: underline;
}

.archive_button {
	margin-top: 25px;
	background: url(../gfx/global/archive.gif) no-repeat;
	padding-left: 20px;
	height: 18px;
}

/* ARCHYVAS */

.archive_title {
	margin-bottom: 20px;
	font-weight: bold;
	color: #666666;
}

.archive_button  a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #999999;	
}

.archive_button  a:hover {
	color: #666666;	
}




.news_item .news_date {
	font-weight: bold;
}

.news_item {
	font-size: 12px;
}