@CHARSET "ISO-8859-1";

.rss-box {
	background-color: #E5ECF9;
	border: 1px solid #C5D7EF;
	text-align: left;
	float: none;
	margin: 0 auto;
}

p.rss-title {
	line-height: 16px !important;
	padding: 7px !important;
	margin: 0 !important;
}

.rss-title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000 !important;
	font-weight: 700 !important;
	text-align: left;
	margin: 0;
	padding: 0;
}

a.rss-title,a:visited.rss-title,a:hover.rss-title {
	background-color: transparent !important;
	color: #000;
	text-decoration: none;
	border: none !important;
}

.rss-items {
	color: #000;
	border-top: 1px solid #C5D7EF;
	margin: 0;
	padding: 0;
}

.rss-item {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	background: #FFF !important;
	list-style: none;
	line-height: 16px;
	border-bottom: 1px solid #C5D7EF;
	padding: 8px;
}

ul.rss-items {
	margin: 0 0 5px !important;
}

ul li.rss-item {
	background: #FFF;
	padding: 8px !important;
}

.rss-item a {
	text-decoration: underline;
	color: blue !important;
	font-size: 12px;
	font-weight: 700;
	font-family: arial, sans-serif;
	border: none;
	padding: 0;
}

.rss-item a:visited {
	color: blue !important;
}

.rss-date {
	font-size: 85%;
	font-weight: 400;
	color: #F60;
}