@charset "utf-8";
/* CSS Document */



#twitter_container {
	/* [disabled]min-height:45px; */
	height:auto !important;
	height:40px;
	/* [disabled]padding-bottom:10px; */
} 

#twitter_update_list {
	width: 270px;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #572700;
	font-weight:normal;
	padding: 0px;
} 

#twitter_update_list li {
	width: 270px;
	list-style: none;
	padding: 7px 0;
} 

#twitter_update_list li a {
	color: #B52800;
	border-bottom: dotted 1px;
	text-decoration: none;
} 

#twitter_update_list li a:hover { 
color: #31353d; 
background: #d3f1f9; 
} 



