/*************************************/
/*Roland Corporation U.S. RSS Feeds Stylesheet*/
/*Created: 03.03.2010 */
/*Last Updated: 03.03.2010*/

/*************************************/

div.leftblock h3 {
	margin-bottom: .4em;
	padding: .4em 0 .2em;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	border-bottom: #E0E0E0 1px solid;
}

div.leftblock h3 a {
	margin-left: 1em;
	padding-left: 14px;
	font-size: 11px;
	text-decoration: none;
	color: #404042;
	background: url("/images/rss_feed.gif") left center no-repeat;
}

div.leftblock p.more a {
	padding-left: 12px;
	/*font-weight: bold;*/
	background: url("/images/sidebar/sidebullet.gif") no-repeat 1px 4px;
}

/*************************************/

div.leftblock ul.rss_titles {
	margin: 0 0 .4em;
	padding: 0;
	list-style: none;
}

div.leftblock ul.rss_titles li {
	margin: 0;
	padding: 0 0 6px 0;
}

div.leftblock ul.rss_titles li a {
	color: #636366 !important;
	font-weight: bold;
}

div.leftblock ul.rss_titles li a:hover {
	color: #999 !important;
	text-decoration: none;
}

/*************************************/

div.leftblock ul.rss_feed {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.leftblock ul.rss_feed li {
	margin: 0;
	padding: 0 0 6px 0;
}

div.leftblock ul.rss_feed li h5 {
	margin-bottom: 2px;
	font-size: 11px;
}

div.leftblock ul.rss_feed li h5 span { color: #999; }

div.leftblock ul.rss_feed li h5 a {
	color: #636366 !important;
	font-weight: bold;
}

div.leftblock ul.rss_feed li h5 a:hover {
	color: #999 !important;
	text-decoration: none;
}

div.leftblock ul.rss_feed li p {
	color: #808082;
	margin-bottom: 0;;
	font-size: 10px;
}

