#ticker {
position: relative;
font-size: 12px!important;
font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;
zoom: 1;
}

.tweet_doc{
	background-color: #efefef !important;
    color: #6c6c6c !important;
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.tweet_head{
	padding: 10px;
	position: relative;
	zoom: 1;
	overflow: hidden;
}

.tweet_head h3{
	margin: 0!important;
	padding: 0!important;
	width: auto!important;
	background-color: #efefef !important;
	color: #6c6c6c !important;
	font: bold 12px/16px Arial, Helvetica, sans-serif !important;
}
.tweet_body{
	color: #444444 !important;
}
.tweet_footer div{
	height: 25px;
	padding: 5px 10px 0 !important;
}

.tweet_footer a {
float: left;
display: block;
text-decoration: none!important;
}
.tweet_footer  span {
float: right;
text-align: right;
font: bold 12px/16px Arial, Helvetica, sans-serif !important;
margin:0;
}


.tweet_text{
  font-size: 12px!important;
}
.tweet_list {
border-radius: 0.5em;
list-style: none;
margin: 0;
padding: 0;
overflow-y: auto;
background: #ffffff !important;
height: 200px;
}
	
.tweet_list li {
overflow-y: auto;
overflow-x: hidden;
padding: 0.5em;
list-style-type: none;
border-bottom: 1px dotted #ddd;
}
		
.tweet_list li a {
color: #0C717A;
}
		
.tweet_list .tweet_even {
}
.tweet_list .tweet_time {
}
.tweet_list .tweet_time a{
    color:#999;
}
.tweet_list .tweet_avatar {
padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
vertical-align: middle;
}

.tweet_list .tweet_text_wrap{
margin-left: 40px;
padding: 0!important;
line-height: 1.2!important;
width: auto!important;
}
.tweet_list em{
font-size:9px;
font-style: normal;
display: block;
margin-top: 2px;
zoom: 1;
}
