/*
// JoomlaWorks "Latest Tweets" Module for Joomla! 1.5.x - Version 1.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 4th, 2009***
*/

/* Container */
div.ltBlock {clear:both;}

/* List */
div.ltBlock ul.ltBlockList {padding:0;margin:0;list-style:none;}

div.ltBlock ul.ltBlockList li.ltBlockListLoader {background:url(../images/loadingIcon2.gif) no-repeat 50% 50%;width:100%;height:19px;padding:0;margin:0;}
div.ltBlock ul.ltBlockList li.ltBlockListLoader span {display:none;padding:0;margin:0;}

div.ltBlock ul.ltBlockList li {
padding:8px 8px 10px;
border-bottom:1px solid #EEEEEE;}
.ltOdd {background:#f7f7f7;}
.ltEven {background:#fff;}
	span.ltUserStatus {}
	a.ltStatusTimestamp {font-size:10px;}

/* "Follow us" link */
div.ltFollowUsLink {clear:both;padding:4px;}
div.ltFollowUsLink a {display:block;text-align:right;text-decoration:none; }
div.ltFollowUsLink a span {background:url(../images/twitter_16x16_8bit.png) no-repeat left center;padding:2px 0 2px 20px;}

li.ltOdd, li.ltEven {
margin-left:0;
}



