  
.twitter_box {
 width:300px;
 text-align:center;
}

#twitterHead h1 {
 color:#fe0000;
 font: 20px Georgia, serif;
 text-decoration:underline;
 font-weight:bold;
 margin-bottom:10px;
}

#tweetSlider {
 font-size:9px;
 cursor:pointer;
}

#twitterHead p {
 color:#333333;
 font-size:12px;
 display:inline;
}

input#tweetnum  {
 border:0px;
 font-size:12px;
 width:15px;
 display:inline;
 color:#fe0000;
 font-weight:bold;
 display:inline;
}

div.twtSection {
 color:#fe0000;
 font-weight:bold;
 font-size:11px;
 float:left;
 width:24%;
 line-height:15px;
 margin-bottom:0px; 
 padding-bottom:5px; 
 cursor:pointer;
}

div.twtRtBorder {
 border-right:1px #AAAAAA solid;
}

.tweet, .query {
 font: 120% Georgia, serif;
 color: #085258;
}

.tweet_list {
 -webkit-border-radius: 0.5em;
 -moz-border-radius: 0.5em;
 border-radius: 0.5em;
 list-style: none;
 margin: 0;
 padding: 0;
 overflow-y: hidden;
 background-color: #fff;
 height:auto;
}
	
.tweet_list li {
 overflow-y: auto;
 overflow-x: hidden;
 padding: 0.5em;
 list-style-type: none;
}
		
.tweet_list li a {
 color: #fe0000;
}
		
.tweet_list .tweet_even {
 background-color: #DDDDDD;
}

.tweet_list .tweet_odd {
 background-color: #CCCCCC;
}
		
.tweet_list .tweet_avatar {
 padding-right: .5em; float: left;
}
		
.tweet_list .tweet_avatar img {
 vertical-align: middle;
}