/* RSS Clips CSS Doc */
.rss_item {
	font-family: Arial, Helvetica, sans-serif;
}
.rss_date {
	float: left;
	width: 24px;
}
.rss_day {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.rss_month {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
.rss_content {
	width: 222px;
	padding-left: 4px;
	padding-bottom: 10px;
	float: left;
}
.rss_title {
	font-size: 14px;
}
.rss_title a{
	color: #000000;
	text-decoration: none;
}
.rss_body {
	color: #666666;
	line-height: 15px;
	font-size: 12px;
	text-align: justify;
}
.rss_more {
	line-height: 12px;
}
.rss_more a{
	font-size: 12px;
	color: #709ADA;
	text-decoration: none;
	line-height: 12px;
}
.rss_more a:hover {
	color: #0066CC;
}
