/*CSS file linked to the RSS Feed, below are all the properties of the RSS feed on all the Pages

Date - 20th Dec 2006
Created by - David Houghton whilst at UFindUs.com
Website - Action Image Products

*/

.rssBoxTitle{

}
.rssBoxContent{

}
.rssBoxItemTitle{

}
.rssBoxItemContent{

} 
.rssBoxPromo {display: none;}
.rss{
	padding: 5px;
	background-image:url(images/rss.jpg);
}
#rssfeed a {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
#rssfeed a:visited {
	color: #ffffff;
	text-decoration: none;
}
#rssfeed a:hover {
	color: #ed2025;
	text-decoration: none;
}
#rssfeed a:active {
	color: #ffffff;
	text-decoration: none;
}
#rssfeed a:link {
	text-decoration: none;
}