#loading {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#rssfeeds {

}

#rssfeeds .item {
	background: #aaa url(item.png) repeat-x;
	background-position: 0 0;
	padding:3px;
	color: #333;
	overflow: auto;
}




#rssfeeds .item img {
	background: #c3ccc2 url(img.png) no-repeat top left;
	display: block;
	float: left;
	vertical-align: middle;
}

#rssfeeds .item .desc {
	display: block;
	float: left;
	padding-top: 5px;
}

#rssfeeds .item a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
}

#rssfeeds .item .date {
	color: #666;
	font-size: 8px;
	font-style: italic;
}

