.rssstylebox {
}
.rss_title {
	color: #333333;
	padding: 2px 5px 0 25px;
	background-image: url(../images/rss_title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 21px;
}
.rss_title p {
	margin: 0;
	color: #666666;
	text-align: right;
	letter-spacing: 0.5em;	
}
.rss_title a:link, .rss_title a:visited {
	text-decoration: none;
	color: #333333;
}
.rss_title a:hover, .rss_title a:active {
	text-decoration: underline;
	color: #333333;
}

.rss_desc {
	color:#666666;
	padding: 2px 5px 20px 30px;
}
.rss_more {
	padding:0 20px;
	text-align:right;
	font-size: 11px;
}
.rss_more a:link, .rss_more a:visited {
	text-decoration: none;
	color: #999999;
}
.rss_more a:hover, .rss_more a:active {
	text-decoration: underline;
	color: #999999;
}
