/*
// JoomlaWorks "Simple RSS Feed Reader" Module for Joomla! 1.5.x - Version 2.1
// Copyright (c) 2006 - 2009 JoomlaWorks Ltd.
// Released under the GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
// More info at http://www.joomlaworks.gr
// Designed and developed by the JoomlaWorks team
// ***Last update: November 16th, 2009***
*/

/* Template: Default */

/* Common */

a:active,a:focus{
	outline:0;
}

img{
	border:none; 
	float: left;
}

p{
	font-size: 12px;
	line-height: 18px;
}

.clr{
	clear:both;
	height:0;
	line-height:0;
	display:block;
	float:none;
}

.srfrTitle{
	margin-top: 0px;
	padding-top: 0px;
}

.srfrTitle a{
	text-decoration: none;
}

/* Feed List */

div.srfrContainer {
	height: 100%;
	margin-top: 10px;
	width: 100%;
}

.srfrModTitle{
	padding: 0px 0px 10px 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0px;
}

div.srfrContainer ul.srfrList {
	list-style:none;
	width:540px;
	padding:0;
	margin:0;
}

div.srfrContainer ul.srfrList li {
	background: #fff;
	border-bottom: 1px dotted #ccc;
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

div.srfrContainer ul.srfrList li:hover{
	background: #efefef;
}

.entirelink{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.entirelink:hover{
	text-decoration: none;
}

div.srfrContainer ul.srfrList li img.srfrImage {
	background:#fff;
	border:1px solid #ccc;
	display:block;
	max-width: 100px;
	margin: 0px 5px 5px 0px;
	padding: 2px;
	width: 100px;
}

div.srfrContainer ul.srfrList li span.srfrFeedSource {
}

div.srfrContainer ul.srfrList li span.srfrFeedItemDate {
	color:#999;
}

div.emptyimage{
	display: none;
}





