/* TWITTER APP */


#juitterContainer{
font-family: Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
color: #4E5563;
height: 70px;
width: 360px;
font-size: 13px;
border-bottom:dashed 1px #f0f0f0;
margin-top: 10px;
} 

#juitterContainer .twittList{
margin:0;
padding:0;
} 

#juitterContainer .twittLI{
list-style:none;
margin:0;
clear:both;
color: #4E5563;
} 

#juitterContainer .twittList SPAN.time{
color:#777;
font-size: 10px;
}

#juitterContainer .twittList A{
color: #4E5563;
text-decoration: underline;
} 

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar, .avatar{
float:left;
margin-right:5px;
width:48px;
height:48px;
border: 2px solid #ddd;
padding: 5px;
	  background: #f0f0f0;	
	  left: 0; top: 0;
	  -ms-interpolation-mode: bicubic; 
	  -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}




#juitterContainer .jRM{
float:right;

} /*read it on twitter link*/

#juitterContainer .extLink{
} /*CSS for the external links*/

#juitterContainer .hashLink{
} /*CSS for the hash links*/


