/* Eantics Realtime Twitter Updates */
#eantics_realtime_tweeter{
	position:fixed;top:-250px;z-index:800;right:20px;border:5px solid #666666;padding:8px;padding:15px;margin:100px 0 0.5em;
	color:#333;width:300px;height:75px;
	background:#000000 url(/packages/eantics_realtime_twitter_updates/images/ticon.gif) bottom right no-repeat;
	font-family:verdana,arial;font-size:11px;color:#cecece;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;
}
#eantics_realtime_tweeter:after {
	content:"";display:block;position:absolute;top:-60px;right:20px;width:0;height:0;border:30px solid transparent;	border-bottom-color:#666666;
}
#eantics_realtime_tweeter a:link,#eantics_realtime_tweeter a:visited,#eantics_realtime_tweeter a:active{color:#008acc;font-size:11px;}
#eantics_realtime_tweeter a:hover{color:#cecece;font-size:11px;}
#eantics_tweetuser_wrapper{float:left;width:48px;height:55px;}
#eantics_tweetuser{
	position:relative;width:48px;height:48px;-moz-border-radius:5px;-webkit-border-radius:5px;
	-khtml-border-radius:5px;border-radius:5px;	
}
#eantics_tweetuser_follow{postion:relative;text-transform:uppercase;text-align:center;padding-top:4px;}
#eantics_tweetuser_follow a:link,#eantics_tweetuser_follow a:visited,#eantics_tweetuser_follow a:active{color:#008acc;font-size:10px;font-weight:bold;}
#eantics_tweetuser_follow a:hover{color:#cecece;font-size:10px;font-weight:bold;}
#eantics_tweet{float:right;width:235px; height:55px; padding-bottom:5px;line-height:15px;}
.eantics_clear{clear:both;}
.eantics_realtime_editmode{font-size:11px;font-weight:bold;text-transform:uppercase;color:#666666;padding:5px;}
.fixit{position:fixed!important;}