/*
// JoomlaWorks "Simple RSS Feed Reader" Module for Joomla! 1.5.x - Version 2.2
// Copyright (c) 2006 - 2010 JoomlaWorks, a business unit of Nuevvo Webware 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: September 22nd, 2010***
*/

/* Template: Default */

/* Common */
a:active,
a:focus {outline:0;}
img {border:none;}
.clr {clear:both;height:0;line-height:0;display:block;float:none;}

/* Feed List */
div.srfrContainer {}
div.srfrContainer ul.srfrList {list-style:none;padding:0;margin:0;}
div.srfrContainer ul.srfrList li {clear:both;padding:8px;margin:2px 0;border-bottom:1px dotted #ccc;  background: transparent none; }
div.srfrContainer ul.srfrList li.srfrRow0 {}
div.srfrContainer ul.srfrList li.srfrRow1 {}
div.srfrContainer ul.srfrList li img.srfrImage {/*float:left;margin:4px auto;padding:2px;background:#fff;border:1px solid #ccc;display:block;*/ width: 161px; padding:2px;background:#fff;border:1px solid #ccc; }
div.srfrContainer ul.srfrList li span.srfrFeedSource {}
div.srfrContainer ul.srfrList li span.srfrFeedItemDate {color:#999;}
div.srfrContainer ul.srfrList li h3 { line-height: 1.1em;}
div.srfrContainer ul.srfrList li h3 a { font-size: 13px; }
