.tweet {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	width: 230px;
	line-height: 17px;
}
.tweet .tweet_list {
	-webkit-border-radius: 0em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color:transparent;
}
.tweet .tweet_list li {
	overflow: auto;
	padding: 10px;
}
.tweet .tweet_list ul {
	overflow: auto;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.tweet .tweet_list ul a {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	padding-right:5px;
}
.tweet .tweet_list li a {
	color: #000;
}
.tweet .tweet_list .tweet_even {
	background-color:transparent;
}
.tweet .tweet_list .tweet_avatar {
	float: left;
}
.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle;
}
