#top_threads{
  width: 550px;
}

.topthreads{
    font-family: arial;
}

.blocklabel{
  margin: 0;
  padding: 10px 0;
}

.tt_title{
  margin:0;
  padding: 10px 0;
}
.tt_title a{
  text-decoration: none;
  color: #000;
  font-size: .95em;
}
.tt_title a:hover{ color: #c00;}

.tt_avatar{
  height: 32px;
  width: 32px;
}


/* comment, poster */
.tt_posterinfo{
  text-transform: uppercase;
  font-size: 1.1em;
  border-bottom: 2px solid #6EB3F8;
  padding: 4px 0;
  background: url(images/icon_people.jpg) no-repeat left;
  margin-top: 3px;
  padding-left: 23px;
}
.poster{ float: right;}
.poster a{color: #c00}
.poster a:hover{color: #000}

.replies{ color: #999}
.replies .plink a{
  padding-left: 5px; 
  color: #c00;
}
.replies .plink a:hover{ color: #000;}

.tt_message{
  padding: 5px 0;
  font-size: 1em;
  
  width: 545px;
  overflow-x: auto;
}

.morelink a{
  text-decoration: underline;
  color: #c00;
  font-size: 1em;
  font-weight: bold;
}
.morelink a:hover{
  color: #000;
  text-decoration: none;  
}
