/** Style the tweets */
#twitters {
  border: 0px dotted #FFF;
  padding: 0px;
  overflow:hidden;
}

#twitters UL {
  list-style: none;
  padding: 0;
  margin-top:0
}

#twitters LI {
  padding: 3px;
  background: none;
  overflow:visible;
  width:175px;
}

#twitters SPAN.prefix {  }

#twitters SPAN.time {
  font-style: italic; 
  color:#666
}

#twitters SPAN.status {
  color:#666
}

.twimg { margin-left:-25px; margin-right:7px; margin-top:0px; margin-bottom:10px; float:left }

.remorina { color:#666; float:left; width:150px; }
.remorina a { text-decoration:none }
.remorina a:link { color:#666; border-bottom:1px dotted #666 }
.remorina a:visited { color:#666; border-bottom:1px dotted #666 }
.remorina a:hover { color: #666; border-bottom:1px solid #666 }

.toggletwitter img { border:0px dotted #FFF; clear:both }			
.toggletwitter:hover img { border:0px solid #666; clear:both }


