#Twitter{
	width:306px;
	height:343px;
	background-repeat:no-repeat;
	float:left;
	display:inline;
	margin:20px 0 0 10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#F9F9F9;
}

#HeaderTwitter{
	background-image:url(../../slices/header-Twitter.jpg);
	width:306px;
	height:50px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
	float:left;
}

#ImgFollow{
	background-image:url(../../slices/img-Sigame.jpg);
	width:61px;
	height:23px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:-35px 0 0 0;
	position:relative;
	display:block;
	float:right;
}

#ImgFollow a{
	display:block;
}

#ConteudoTwitter{
	float:left;
	width:100%;
}

#Tweets{
	width:100%;
	float:left;
}

#Tweets p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:5px 0 5px 10px;
}

#Tweets p a{
	color:#0099FF;
	text-decoration:none;
}

#Tweets ul {
	list-style:none;
	width:100%;
	float:left;
	display:inline;
	margin:5px 0 0 0;
	padding:0;
}

#Tweets li {
	width:270px;
	float:left;
	display:inline;
	margin:0 0 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-bottom:1px dotted #CCCCCC;
	padding:5px 0;
}

#Tweets ul a {
	color:#0099FF;
	text-decoration:none;
}

#Tweets ul a:hover {
	color:#0099FF;
	text-decoration:underline;
}

.time {
	font-size:11px;
	display:block;
	text-align:right;
	margin:0;
	}

