/* CSS Document */

.news_box {
}

.news_box .news_item{
	background: #3a3a3a url(../admark/sep.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #BEBEBE;
}


.news_box .title {
	
}

.news_box .title a {
	text-decoration: none;
	font-weight: bold;
	color: #f26522;
	font-size: 14px;
	padding-bottom: 7px;
}

.news_box .title a:hover {
	text-decoration: underline;
	color: #d54f10;
}

.news_box .date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6C6C;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
	height: 17px;
	padding-left: 25px;
	font-weight: bold;
	background: url(../admark/time.gif) no-repeat left center;
}

.news_box .descr {
	font-size: 11px;
	color: #BEBEBE;
}

.news_box .descr a {
	font-size: 13px;
	font-weight: bold;
	color: #FF985B;
	float: left;
	margin-bottom: 10px;
}

.news_box .more {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin-left: 7px;
	color: #990000;
}

.news_box .more:hover{
	text-decoration: underline;
	color: #990000;
}

.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;
}

.archive_button a:hover {
	text-decoration: underline;
}

