.feedEkList {
	width: auto;
	/* max-height: 600px; TODO*/ 
	list-style: none outside none;
	background-color: #FFFFFF;
	padding: 6px;
	color: #666;
	overflow: hidden;
	overflow-y: auto;
	list-style: none outside none;
}

.feedEkList li {
	border-bottom: none;
	/* padding: 0px 5px 5px 5px; TODO*/ 
}

.feedEkList li:first-child {
	/* margin-top: 18px; TODO*/
}

.feedEkList li:last-child {
	border-bottom: none;
}

.itemTitle a {
	font-weight: bold;
	color: #35B1EC; ! important;
	text-decoration: none
}

.itemTitle a:hover {
	text-decoration: underline
}

.itemDate {
	font-size: 11px;
	color: #AAAAAA;
}