/*JUITTER PLUGIN CSS*/

#juitterContainer{} /*Juitter container*/

#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI {
	list-style:none;
	background:#F5F5F5;
	margin:-20px 0 0 0;
	padding:10px 5px 10px 10px;
	border-top:dotted 1px #D2D2D2;
	clear: both; height: 50px;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	} 
#juitterContainer .twittList SPAN.time{color:#999999;font-size:0.9em}
/*#juitterContainer .twittList A{color:#006600;}*/ /*Links inside the tweets list */
#juitterContainer ul.twittList {border-bottom: dotted 1px #D2D2D2; margin-bottom: 40px;}

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:left;border:dotted 1px #D2D2D2;background:#FFF;margin-right:10px;padding:1px;width:48px;;height:48px;}

#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/