/*JUITTER PLUGIN CSS*/
#twitterContainer{} /*Juitter container*/
#twitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#twitterContainer .twittLI{list-style:none;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #015c82;padding:3px;margin-bottom:10px;clear:both;font-size:.9em;} 
#twitterContainer .twittList A{color:#015c82;} /*Links inside the tweets list */
/* Bellow the CSS for the avatar image  */
#twitterContainer .juitterAvatar{float:left;border:solid 1px #eeeeee;background:#FFF;margin-right:5px;padding:2px;width:24px;;height:24px;}
#twitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/
#twitterContainer .extLink{} /*CSS for the external links*/
#twitterContainer .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/