.tweet {
  font-size: 11px;
  color:#ffffff;
  width:123px;
  *width:139px;
  postion:absolute;
  margin-left:0px;
  *margin-left:-16px;
  margin-top:-1px;
  max-height:120px;
  font-weight:normal;
  line-height:12px;
  background:url(../image/az/tweets3.jpg);
  background-repeat:no-repeat;
  border-top:none;
  font-family:Arial, Helvetica, sans-serif;
  


  
  
  
   }
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:none; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em;
	   }
      .tweet .tweet_list li a {
        color:#99cc33;
		font-weight:bold !important;
		text-decoration:none;
		 }
		
		 .tweet .tweet_list li a:hover {
        color:#ffffff;
		text-decoration:underline;
		 }
    .tweet .tweet_list .tweet_even {
      background-color:none; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
		

