/* begin styles for RSS Feed */


.rss-box {
	width:880px;
	margin:0px auto;
	padding-top:5px;
	padding-bottom:5px;
}

.rss-title {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size:92%;
	font-weight:bold;
}

.rss-title a {
	background: url("../../images/common/icn_arrow_01.gif") no-repeat 0 3px;
	color:000;
	font-size:84%;
}

.rss-items {
	width:880px;
	margin-bottom:10px;
	margin-left:0;
	padding:0 0 0px 15px;
	background:url(../../images/common/dotline_w880.gif) no-repeat 0 bottom;
}

.rss-item  {
	padding:0px;
	padding-bottom:10px;
	font-size:92%;
}

.rss-date {
	font-size:84%;
} 


