.pagenav { margin-bottom: 7px; }

.feed-list {
	font-family: Tahoma;
	padding: 2px 1px 0px;
}

.feed-list a {
	border:1px solid white;
	display:block;
	-moz-outline:none;
	margin-bottom:2px;
	text-decoration:none;
	cursor: pointer;
}

.feed-list a .body {
	padding: 0px 2px 1px 10px;
	background-position: 2px 5px;
	background-repeat: no-repeat;
	font:bold 10px;
	color: #2d5593;
	display:block;
	-moz-outline:none;
}

.feed-list .loop {
	border:1px solid #c30000;
}

.feed-list a .desc {
	font:normal 11px;
	color: #222222;
}

.feed-list a:hover {
	text-decoration: none;
	border:1px solid #c3daf9;
	background-color:#ddecfe;
}

.feed-list .selected {
	text-decoration: none;
	border:1px solid #c3daf9;
	background-color:#ddecfe;
    background-position: center right;
	background-repeat: no-repeat;
	background-image: url('../images/navmarker.gif');
}

