#right_column .title2{
	clear: both;
	font-weight: bold;
	color: #666;
	background: url(../images/common/title_mid.png) no-repeat;
	height: 23px;
	margin-bottom: 4px;
	padding-top: 3px;
	text-indent: 8px;
}

/*JUITTER PLUGIN CSS
-------------------------------------------*/

#juitterContainer {
	/*margin-bottom: 20px;*/
	margin:-12px 0;
	width: 327px;
	height: 150px;
	overflow-y: scroll;
}

/*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: #fff;*/
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 1px dotted #cdc3ff;
	padding: 3px;
	clear: both;
	font-size: x-small;
}

#juitterContainer .twittList SPAN.time {
	color: #777;
	font-size: 0.9em
}

/*Links inside the tweets list */

#juitterContainer .twittList a {
	/*color: #120065;*/
}

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar {
	float: left;
	border: 1px solid #b5abe8;
	/*background: #FFF;*/
	margin-right: 5px;
	padding: 2px;
	width: 48px;
	height: 48px;
}

#juitterContainer .jRM {
	float: right;
	clear: both
}

/*read it on twitter link*/

/*CSS for the external links*/

#juitterContainer .extLink {

}

/*CSS for the hash links*/

#juitterContainer .hashLink {

}

#juitterContainer .profileLink {
}

/* clearfix */

#juitterContainer .twittLI:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

#juitterContainer .twittLI {
	display: inline-block;
}

* html #juitterContainer .twittLI {
	height: 1%;
}

#juitterContainer .twittLI {
	display: block;
}

/* */

/*juitter-words*/

#juitter-setting {
	visibility: hidden;
	height: 0;
	width: 0;
	display: none;
}

/*end of Juitter CSS*/
