/* navigation */
.navigation {
	background: url(../img/ico_home.gif) no-repeat left;
}
.navigation ul {
	list-style: none;
	margin: 0 0 0 12px;
	padding: 0;
}
.navigation ul li {
	display: inline;
	padding: 0 0 0 2px;
}
.navigation a {
	background: url(../img/ico_next.gif) no-repeat 100% 5px;
	color: #999;
	padding: 0 10px 0 0;
	text-decoration: none;
}
.navigation a:hover {
	
}

/* list */
.listFeed .row {
	display: block;
	margin-bottom: 10px;
}
.listFeed .title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 4px;
}
.listFeed .title a {
	color: #35a7ff;
	text-decoration: none;
}
.listFeed .title a:hover {
	text-decoration: underline;
}
.listFeed .date {
	color: #e40019;
	font-size: 10px;
	margin-bottom: 4px;
}
.listFeed .descr {
	text-align: justify;
}

.more {
	text-align: right;
}
.more a {
	color: #599100;
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
}

a {
	color: #35a7ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

