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

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width:303px;
	margin-bottom:0;
	height:116px;
}
.rssFeed a {
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}
.rssHeader {
	padding: 0.2em 0;
	display:none;
}
.rssBody { /*border: 4px solid #666;*/
	/*background:#3C5A98;*/
	height:116px !important;
	background:url(../images/latestfbbgr.gif) no-repeat;
	width:303px !important;
}
.rssRow h4 {
	display:none;
}
.rssRow div {
	margin:55px 0 0 20px;
	font-size:11px;
	color:#ADC4F4;
	width:260px;
}
.rssRow p {
	margin: 0;
	padding:6px 0 0 20px;
	font-size:12px;
	color:#fff;
	width:270px;
	line-height:13px;
	height:28px;
	overflow:hidden;
	cursor:pointer;
}
.rssBody li {
	height:116px !important;
}
