.tweetsplugin {
	
	margin:10px ;
	background:#f5f5f5 ;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	padding:10px;
	
}

.tweetsplugin li {
	padding: 5px;
	color:#000;
	border-bottom:1px solid #dedede;
	border-top:1px solid #f5f5f5;
	line-height:150%;
	    list-style: none outside none;
}

.tweetsplugin li.tweet_content_0 {
	border-top:0px none;
}
.tweetsplugin li:last-child{
	border-bottom:0px none;	
}

.tweetsplugin .hash { color:#FFF; } 
.tweetsplugin .reply { color:#FFF; } 

ul.tweetList {
	margin:0;
	padding:0;
}