/* CSS Document */

.news_box {
	margin-top: 10px;
}

.news_box .news_item{
	padding-bottom: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	float: left;
	clear: right;
}


.news_box .title {
	float: left;
}

.news_box .title a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding-bottom: 0px;
	margin-top: 3px;
	float: left;
	clear: right;
	white-space: nowrap;

}

.news_box .title a:hover {
	text-decoration: underline;
	color: #293544;
}

.news_box .date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	width: auto;
	float: left;
	padding: 3px 7px;
	background: #457ea4;
	font-weight: bold;
	opacity: 0.6; filter: alpha(opacity=60);
}

.news_box .descr {
	font-size: 11px;
	color: #FFF;
	float: left;
	clear: right;
	margin-left: 10px;
	margin-top: 3px;
	font-weight: bold;

}

.news_box .more {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-left: 7px;
	color: #293544;
	font-weight: normal;
	margin-top: 3px;
}

.news_box .more:hover{
	text-decoration: underline;
	color: #293544;
}
/* ARCHYVAS */
.archive_button {
	float: left;
	margin-top: 10px;
	padding-left: 0px;
	height: 18px;
}



.archive_title {
	margin-bottom: 20px;
	font-weight: bold;
	color: #666666;
	float: left;
	clear: right;
}

.archive_button  a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #293544;	
	float: left;
}

.archive_button  a:hover {
	color: #293544;	
	text-decoration: underline;
}
