/*
// 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;}
.clr {clear:both;height:0;line-height:0;display:block;float:none;}

/* Feed List */
div.srfrContainer {}
div.srfrContainer ul.srfrList {list-style:none;width:480px;padding:0;margin:0;}
div.srfrContainer ul.srfrList li {clear:both;padding:2px;margin:2px 0;border-bottom:1px dotted #ccc;}
div.srfrContainer ul.srfrList li.srfrRow0 {background:#fff;}
/* div.srfrContainer ul.srfrList li.srfrRow1 {background:#F7FAFE;}*/
div.srfrContainer ul.srfrList li.srfrRow1 {background:#e2fbe2;}
div.srfrContainer ul.srfrList li img.srfrImage {float:left;padding: 5px;background:#fff;border:0px solid #ccc;}
div.srfrContainer ul.srfrList li span.srfrFeedItemTitle {font-size: 150%}
div.srfrContainer ul.srfrList li span.srfrFeedSource {font-size: 92%;color:#999;}
div.srfrContainer ul.srfrList li span.srfrFeedItemDate {font-size: 92%;color:#999;}

