profile-list-block.css 289 Bytes

.common-profile-list-block li a {
  border: 2px solid transparent;
  color: #C00;
  -moz-border-radius: 4px;
}
.msie6 .common-profile-list-block li a {
  border: 2px solid #FFF;
}

.common-profile-list-block li a:hover {
  border: 2px solid #C00;
  background: #fcaf3e;
  color: #FFF;
}