/* CSS Document */

.news_box {


}

.news_item  {
	width: 350px;
	padding: 0 0 20px 0;
	text-align: left;
}

.news_item_date {
	color: white;
    font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}


.news_box .title {
	color: white;
    font-weight: bold;
    padding-bottom: 7px;
}

.news_box .title a {
	padding-bottom: 7px;
}

.news_box .title a:hover {

}

.news_box .date {
	margin-top: 5px;
	margin-bottom: 10px;
}

.news_box .descr {

}

.news_box .more {
	
}

.news_box .more:hover{

}

.archive_button {
	margin-top: 16px;
	background: url(../gfx/global/archive.gif) no-repeat;
	padding-left: 20px;
	height: 18px;
}

/* ARCHYVAS */

.archive_title {
	margin-bottom: 16px;
	font-weight: bold;
}