/*JUITTER PLUGIN CSS*/
#juitterContainer {
	} /*Juitter container*/

#juitterContainer {
	position: relative;
	}

#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;
	margin: 0 0 20px 0;
	clear:both;
	font-size: 1.2em;
	color: #7d7d7d;
	line-height: 1.7em;
	padding: 0 35px 20px;
	overflow: hidden;
	width: 222px;
	background: url(../../images/columnTwoSep.gif) no-repeat 2px 100%;
	}
	
	.twitterLeft #juitterContainer .twittLI {
		background: url(../../images/columnTwoSep.gif) no-repeat 0 100% !important;
		}
	 
#juitterContainer .twittList a { 
	color: #000;
	text-decoration: underline;
	float: none;
	display: inline !important;
	height: auto !important;
	width: auto !important;
	line-height: normal !important;
	padding: 0 !important;
	} /*Links inside the tweets list */
	
.blackLink {
	color: #565656 !important;
	text-decoration: underline !important;
	}
	
.blackLink:hover {
	text-decoration: none !important;
	}
	
#juitterContainer .twittList a:hover {
	text-decoration: none;
	}
	
#juitterContainer img {
	margin: 0 0 21px 140px !important;
	position: absolute;
	right: 130px;
	top: -38px;
	} /* all images including loading image */
	
.twitterLeft #juitterContainer img {
	margin: 0 0 21px 140px !important;
	position: absolute;
	right: 130px;
	top: -26px;
	} /* all images including loading image */
	
#juitterContainer b {
	} /* bold keyword */
	
/* Bellow the CSS for the avatar image  */
/* #juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;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*/