/*JUITTER PLUGIN CSS*/

#juitterContainer1, #juitterContainer2 {} /*Juitter container*/

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

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

#juitterContainer1 .twittLI, #juitterContainer2 .twittLIc{list-style:none;margin:0;border-bottom:dashed 1px #CAF8C9;padding:3px;clear:both;height:55px;
color:#333333;
font-size:10px;
line-height:13px;
text-transform:uppercase;
padding:17px 0;
border-bottom:1px solid #CACED1;
} 
#juitterContainer1 .twittList SPAN.time, #juitterContainer2 .twittListc SPAN.time{color:#0055A5;font-size:0.9em;float: right;}

/* Bellow the CSS for the avatar image  */

#juitterContainer1 .juitterAvatar, #juitterContainer2 .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

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

#juitterContainer1 .extLink, #juitterContainer2 .extLink{} /*CSS for the external links*/

#juitterContainer1 .hashLink, #juitterContainer2 .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/