.tweetquote .tweetclear {
	margin:0;
	clear:both
}
.tweetquote {
	color:#000000;
	background:#E2EFF6 ;
	padding:10px;
	font:8pt 'Lucida Grande',sans-serif;
	width:420px;
	border:1px solid #33363d;
	border-left:1px solid #9298aa;
	border-top:1px solid #9298aa;
	text-align:left
}
.tweetquote .tweetitem {
	margin:0;
	padding:0;
}
.tweetquote .tweetitem  a {
	border:none;
	color:#288CBE;
	text-decoration:none
}
.tweetquote .tweetitem .quoting_pic {
	float:left;
	height:50px;
	width:50px;
}
.tweetquote .tweetitem .quoting_pic img {
	background:#606470;
	float:left;
	margin:0;
	border:1px solid #33363d;
	border-bottom:1px solid #969fb4;
	border-right:1px solid #969fb4;
	padding:1px;
	width:48px;
	height:48px;
	position:relative;
	top:-1px;
}
.tweetquote .leftdoublequote, .tweetquote .rightdoublequote {
	float:left;
	position:absolute;
	font:bold 50px georgia;
	line-height:40px;
	z-index:2;
	color:#555963;
	overflow:hidden;
}
.tweetquote .rightdoublequote {
	left:480px;
	margin-top: 4px;
}
.tweetquote .leftdoublequote {
	left:65px;
	margin-top:-4px;
}
.tweetquote .tweetitem .quoting_msg {
	margin-left:65px;
	width:355px;
	display:block;
	font-weight:bold;
}
.tweetquote .tweetitem .tweetinfo {
	display:block;
	font:italic 1em 'Arial, Helvetica, sans-serif,sans-serif';
	left:10px;
	color:#808080;
	margin:0;
	margin-left:65px;
	width:360px;
	display:block;
}
.tweetquote .tweetitem .tweetinfo a {
	color:#808080;
	
}
.tweetquote .controls {
	display: none;
	float:right;
	font:bold 10px 'Arial, Helvetica, sans-serif,sans-serif';
	line-height:1.4em;
}
.tweetquote:hover .controls {
	margin:0;
	padding:0;
	display:block;
	color:#d2dadf;
	position:relative;
	top:1px;
	z-index:3
}
.tweetquote:hover .controls a {
	color:#a8afc4;
	padding-left:5px;
	width:50px;
	float:right;
	clear:both;
	border:1px solid #6d727f;
	margin-bottom:2px;
	z-index:3
}
.tweetquote:hover .controls a:hover {
	color:#fff;
}

.tq_controls{
	font-style:normal;
	font-weight:bold;
	font-size:10px ;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:65px;
	display:block;
}

.tq_controls a{
	color:#288CBE;
	text-decoration:none
}