#Twitter{
	background-image:url(../../slices/bg-ItensLaterais.jpg);
	width:260px;
	background-repeat:no-repeat;
	float:left;
	display:inline;
	margin:20px 0 0 0;
	background-position:center bottom;
	padding:0 0 20px 0;
}

#headerTwitter{
	background-image:url(../../slices/header-Twitter.jpg);
	width:260px;
	height:53px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
	float:left;
}

#ConteudoTwitter{
	float:left;
	width:100%;
}

#Tweets{
	width:100%;
	float:left;
}

#Tweets p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:5px 0 5px 5px;
}

#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:250px;
	float:left;
	display:inline;
	margin:0 0 5px 5px;
	font-family:"Trebuchet MS", 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:12px;
	display:block;
	text-align:right;
	margin:0 5px 0 0;
	}

