
/*  -=-=-=- AJAX RSS Reader -=-=-=- */

.error {
	background: url(error.png) no-repeat;
	padding: 2px 0 0 20px;
	list-style: none;
}

div.itemtitle
{
	clear: both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: #317E8E;
}
div.itemtitle a {
	font-weight: normal;
	text-decoration: none;
	color: #317E8E;
}

div.itemtitle a:hover {
	text-decoration: underline;
	color: #317E8E;

}

div.itemdate
{
	clear: both;
	font-size: 10px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: #666;
	padding-bottom: 10px;
}
