﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling
 *
 * Version: 1.0.1
 * (c) Copyright 2010, Zazar Ltd
 *
 */
#RSS {
	 width: 100%;
}
.rssFeed {
}
.rssFeed a {
	color: #CCB833;
	text-decoration: none;
	font-style: normal;
}
.rssFeed a:hover {
	text-decoration: underline;
}
.rssHeader { 
	padding: 0.2em 0; 
}
.rssBody { 
}
.rssBody ul { 
	list-style: none; 
}
.rssBody ul, .rssRow, .rssRow h2, .rssRow p {
	color: #808285;
	font-size: 11px;
	font-style: italic;
}
.rssRow { 
	padding: 0.8em; 
}
.rssRow h2 { 
	font-size: 14px;
	font-weight: lighter;
	margin-bottom: 5px;
}
.rssRow div
{
	font-size: 90%;
	color: #666;
	margin: 0.2em 0 0.4em 0;
}

