
#twitter {
	float:right;
	background:#e9e9e9;
	width:210px;
	color:#666666;
	font-size:12px;
}
#twitter .title {
	margin:5px;
	background:none;
}
#twitter .more {
	margin:5px 10px;
	text-align:right;
}
#twitter .more a {
	color:#1990ff;
	text-decoration:none;
}
#twitter .more a:hover {
	text-decoration:underline;
}

#twitterList ul{
}
#twitterList li {
	width:200px;
	margin:0 auto;
	border-bottom:1px dotted #999999;
	margin-top:5px;
}
#twitterList .follow {
	border-bottom:none;
}
#twitterList li a {
	color:#1990ff;
	text-decoration:none;
}
#twitterList li a img {
	float:left;
	height:30px;
	width:30px;
	overflow:hidden;
}
#twitterList li a div {
	background:#ffffff;
	float:left;
	height:30px;
	width:170px;
	line-height:30px;
	overflow:hidden;
	text-indent:5px;
}
#twitterList li a div:hover {
	color:#ffffff;
	background:#8fdbff;
	cursor:pointer;
}
#twitterList li .text {
	background:#ffffff;
	color:#666666;
	word-break:break-all;
	clear:both;
	height:auto;
	overflow:hidden;
	font-size:12px;
	line-height:1.3em;
	margin-bottom:5px;
	padding:3px;
}

#twitterList li .twit {
	display:block;
	text-align:center;
	padding:0px;
}
#twitterList li .twit a {
	display:block;
	text-align:center;
	padding:3px;
}
#twitterList li .twit a:hover {
	color:#ffffff;
	background:#8fdbff;
	cursor:pointer;
}
