﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling
 *
 * Version: 1.0.1
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.rssFeed
{
	margin-bottom: 5px; 
	width: 100%; 
}
.rssFeed a
{
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover
{
	color: #000;
	text-decoration: underline;
}

.rssHeader 
{ 
	padding: 0.3em 0.8em; 
	background-color: #B7C3D6;
	background: url('navigation_inner.gif') repeat-x;
	color: #fff; 
	font-weight: 800; 
	font-size: 11px;
}
.rssHeader a { color: #fff !important; }

.rssBody { border: 1px solid #999; }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p
{
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em; font-size: 1.1em; }
.rssRow h4 { font-size: 1.1em; font-weight: bold; }
.rssRow h4 a { color: #17420D; }
.rssRow div
{
	font-size: 90%;
	color: #999;
	margin: 2px 0 2px 0;
	font-style: italic; 
}
.rssRow.odd p
{
	padding-bottom: 10px; 
	border-bottom: 1px solid #ccc; 
}

.odd { background-color: #fff; }
.even { background-color: #fff; }