.twitter {
	width: 240px;
	height: 210px;
	background: url(/app/modules/twitter_widget/images/twitter-bg.png) left top no-repeat;
	font-size: 10px;
	color: #000;
}

.twit-title { 
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 9px 10px;
	padding: 12px 0 0 0;
}
	

.tweet {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	text-align: left;

}

.tweetli {
	margin: 1px 3px 1px 3px; 
	padding: 2px; 
	width: 210px;
	list-style-type: none;
	background: #F4F4F4;
	border-bottom: 1px solid #A6A6A6;
}

.tweet a {
	color: #00C;
	text-decoration: underline;
}
	
.tweet a:hover {
	color: #00c;
	text-decoration: none;
}