.twitter_widget {
	width: 155px;
	height: 140px;
	font-size: 10px;
	color: #000;
	cursor:default;
}

.twitter_full {
	width: 600px;
	font-size: 10px;
	color: #000;
}

.twit_invis {
	display:none; opacity:0.0; filter:alpha(opacity=0);
}

.twit-title { 
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 9px 10px;
	padding: 12px 0 0 0;
}
	

.tweet {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	text-align: left;
	overflow:auto;
	width:100%;
	height:100%;
}

.tweetli {
	/*margin: 1px 3px 1px 3px; 
	padding: 2px; 
	width: 150px;*/
	list-style-type: none;
	border-bottom: 1px dotted #A6A6A6;
	word-wrap:break-word;
	margin-bottom:5px;
	padding-bottom:5px;
}

.tweet a {
	font-weight:bold;
	text-decoration: underline;
}
	
.tweet a:hover {
	color:#000;
	text-decoration: none;
}

#twit_cont {
	position:relative;
	top:0;
	left:0;
	height: 125px; 
	width:150px;
}

#twit_cont:hover {
	left:-200px;
	width:350px;
	height:150px;
	background:url(/images/desk-sprite.png) no-repeat;
	background-position:-560px -78px;
}

.tweet_link a:hover {
	color:#000;
}