.tweet {
	float: left; width: 451px;
}
.tweet .tweet_list .tweet_avatar {
	display: none;
}

.tweet .tweet_list .tweet_avatar img {
	display: none;
}

.tweet_list {
	list-style-type: none; margin: 40px 10px 10px 20px;
}

.tweet_list li {	
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 140%; color: #363636;
}

.tweet_list span {
	display: block; 
}

.tweet_list li span a {
	color:#675691; font-style: bold; text-decoration:none;
}

.tweet_list li span a:hover {
	color:#675691; font-style: bold; text-decoration:underline;
}

.when-tweet {	
	font-size: 11px;color: #675691; float: right; margin: 0 5px 0 0; text-decoration:none; text-transform:lowercase;
}


