﻿.ca_news_reader
{
	float:left;
	width:365px;
	height:75px;
	background:url('../images/rss_reader_bg.gif') top left repeat-x;	
}
.ca_news_reader #rss_source_logo
{
	float:left;
	width:120px;
	padding:5px 0px 0px 10px;
}
.ca_news_reader #rss_source
{
	background:none !important;
}
.ca_news_reader #rss_item_container
{
	float:left;
	width:230px;
	padding:10px 0px 0px 0px;
}
.ca_news_reader #rss_item_container a
{
	text-decoration:none;
	color:#087191;
	background:url('../icon/rss_headlines_icon.gif') no-repeat 0px 2px;
	padding:0px 0px 0px 15px;
}
.ca_news_reader #rss_item_container a:hover
{
	text-decoration:underline;	
}
/*CA2010 Redesign - News Reader*/
.news_reader
{
	float:left;
	width:270px;
	height:90px;
	background:url('../images/rss_reader_bg.gif') top left repeat-x;	
	margin:0px 0px 0px 5px;
}
.news_reader #rss_source_logo
{
	float:left;
	width:96px;
	height:80px;
	text-align:center;
	padding:10px 0px 0px 0px;
}
.news_reader #rss_item_container
{
	float:left;
	width:174px;	
	padding:10px 0px 0px 0px;
}
.news_reader #rss_item_container #rss_item
{
	float:left;
	width:174px;	
	background:url('../icon/rss_headlines_icon.gif') no-repeat 0px 2px;
	margin:0px 0px 2px 0px;
}
.news_reader #rss_item_container a
{
	text-decoration:none;
	color:#087191;	
	padding:0px 0px 0px 15px;
	float:left;
}
.news_reader #rss_item_container a:hover
{
	text-decoration:underline;	
}
