@charset "utf-8";
/* CSS Document */

/* begin styles for RSS Feed */

.rss_box {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	width: 160px;
}

.rss_title, rss_title a {
	font-size: 15px;
	font-weight:bold;
	padding: 0;
	letter-spacing: 1px;
	float: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-position: left;
	color: #460E1B;
	text-decoration: none;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal;
	font-size: 10px;
	padding-bottom: 2px;
	color: #460E1B;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #460E1B;
	text-decoration : none;
}

.rss_item a:hover {
	font-weight: bold;
	font-size: 10px;
	color: #999;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}
