﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling
 *
 * Version: 1.1.5
 * (c) Copyright 2011, Zazar Ltd
 *
 */


.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}


.rssBody {  }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.em;
	float: center;
	width: 300px;
	margin-bottom: px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
}
.rssRow h4 {
	float: center;
	width: 300px;
}
.rssRow div {
	color: #E50112;
	float: center;
	width: 120px;
}
