@charset "UTF-8";

/************************
* Twitter
************************/
#twitter{
}
#twitter-body{
	color: #FFF;	/*
	padding:			0 5px;
	background-color:	#efefef;
	width:				190px;
	*/
}
#twitter ul{
	/*
	height:				262px;
	overflow:			auto;
	padding:			3px;
	background-color:	#fff;
	*/
	word-break:break-all;
}
#twitter_update_list li{
	border-bottom: dotted 1px #fff;
	padding: 5px 0;
	font-size: 10px;
	list-style-type: none;
	clear: both;
	line-height: 14px;
}
#twitter_update_list img{
	float:				left;
}

#twitter_update_list a{
	color: #99ffff;
	text-decoration: none;
}
#twitter_update_list a:hover{
	text-decoration: underline;
	color: #99ffff;
}
