/** Twit **/
.twit {
 background-color: #ffffff;
 padding: 0px;
}
.twitHeader {
  background-color: #fff;
  margin: 0;
  padding: 0;
  display:none;
}
.twitLabel {
  font-weight: bold;
  font-size: 14px;
  /* Removed for brand refresh 08/10/2010: color: #80766e; */
   display:none;
}
.twitTitle {
  font-weight: bold;
   display:none;
}
.twitUser {
  background-color: #fff;
  border-bottom: none;
  padding: 0px;
   display:none;
}
.twitUser a{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}
.twitBody {
  background-color: #ffffff;
}
.twitEntry li {
  border-bottom: dashed 0px #ccc;
  height: auto !important;
}
.twitNavi {
  clear: both;
  text-align: left;
  background-color: #ffffff;

  
}


