
#tweet-wrapper {}
#tweet-wrapper h3 {margin:0px;padding:0 0 7px 0;}

.tweet {height:300px;}
.tweet,.query {font-size:12px;color: #333;	}
.tweet_list {list-style: none;margin: 0;padding: 0;overflow-y: hidden;margin:1px;}
.tweet_list ul {list-style-type:none;list-style-image:none;}
.tweet_list li {
			overflow-y: auto;overflow-x: hidden;
			list-style-type: none;
			background-image:none; 
			padding:4px 4px 15px 0px;
			margin:5px 0 0 0;				
		}
		
			.tweet_list li a 
			{				
				padding:0px;
				margin:0px;  			
			}

			.tweet_list span.tweet_time	a		
			{				
				font-weight:bold;				
				color:#336C93;
				padding-right:7px;
			}

		
		.tweet_list .tweet_even , .tweet_list .tweet_odd
		{
			border-top:dashed 1px #CCC;
			margin-bottom:10px;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
		.tweet_list .tweet_avatar img {
				vertical-align: middle;
		}
		
