#twitter-ticker body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
/*	margin:0px;
	padding:0px;*/
}

#twitter-ticker h2.tut{
/*	color:#f06a00;
	font: bold 12pt "Arial", Helvetica, sans-serif;*/
	padding:7px 0 0 9px;
}

#twitter-ticker{
	width:190px;
	height:480px;
	/*background:url(../tools/twitter/img/slickbg.png) no-repeat #ffffff;
	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;
}

#twitter-ticker #tweet-container{
	height:460px;
	width:auto;
	overflow:hidden;
}

#twitter-ticker #top-bar{
	height:34px;
	background:url(../tools/twitter/img/top_bar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:5px;
	
	-moz-border-radius:6px 6px 0 0;
}

#twitter-ticker .tweet{
	padding:5px;
	margin:0 8px 8px;
	
	border-bottom:1px solid #F0F0F0;
	background:url(../tools/twitter/img/transparent.png);
	
	width:auto;
	overflow:hidden;
}

#twitter-ticker .tweet .avatar,
#twitter-ticker .tweet .user,
#twitter-ticker .tweet .time{
	float:left;
}

#twitter-ticker .tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}

#twitter-ticker .tweet .avatar img{
	width:36px;
	height:36px;
	/*border:2px solid #eeeeee;*/
	margin:0 5px 5px 0;
}

#twitter-ticker .tweet .txt{
	clear:both;
}

#twitter-ticker .tweet .user{
/*	font-weight:bold;*/
}

#twitter-ticker a, a:visited {
/*	color:#00BBFF;
	outline:none;*/
	text-decoration:none;
}

#twitter-ticker a:hover{
/*	text-decoration:underline;*/
}

#twitter-ticker #loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

#twitter-ticker p{
	padding-top:7px;
}


#twitter-ticker #main{
	margin:40px auto;
	text-align:center;
	width:420px;
}

#twitter-ticker h1{
/*	color:white;
	font-size:36px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;*/
}