#twitter-ticker{
	width:455px;
	height:100px;
	color:#666666;
	display:none;
	
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	text-align:left;
}

#tweet-container{
	height:100px;
	width:auto;
	overflow:hidden;
}


.tweet{
	padding:10px 10px 10px 15px;
	margin:0 2px 2px;
	width:auto;
	font-size:12px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:9px;
	color: #000;
	white-space:nowrap;
	padding:0 0 0 5px;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #DEEDF5;
	margin:0 5px 5px 0;
}

.tweet .txt{
	float:left;
	width:410px;
text-align:justify;
}

.tweet .user{
	font-weight:bold;
}

#twitter-ticker a, a:visited {
	color:#757575;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

p{
	padding-top:7px;
}

#twitter-ticker{
	margin:0 auto 20px;
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
