/* @override http://des.szauto.es/typo3conf/ext/im_twitter_ajax/res/default.css */

.reloadTweets{
    display: none;
}

.twitter-title {
	height: 46px;
	background: url(twitter_pollo.png) no-repeat scroll 0 0;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 8px;
}

ol.twitter-timeline{
    list-style-type: none;
    text-align: left;
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

/*ol.twitter-timeline li.first{
    font-size: 15px;
}*/

ol.twitter-timeline li{
    border-bottom:1px dashed #D2DADA;
    padding: 10px 0px 10px 0px;
    margin: 0px;
	font-size: .75em;
	line-height: 1.3em;
	color: #5e5e5e;
}

ol.twitter-timeline li.last{
    border-bottom: none;
}

.userProfile img{
    float: left;

	background-color: #1fcaf2;
	margin-right: 10px;
	padding: 2px;
}

.userProfile a img{
    border: none;
}

.userProfile h1{
    margin-bottom:0;
    padding-bottom:0;
}

.cf{
    clear: both;
}

.tx-imtwitterajax-pi1{
    padding-bottom: 10px;
}

span.tweet-time{
    font-style: italic;
    color: #999;
    font-size: 11px;
}

span.tweetsLoad{
    background: url(ajax-loader.gif) no-repeat;
    padding: 0px 0px 0px 20px;
    height: 30px;
    display: block;
}
span.friends {
	font-size: .6em;
}