.transparent_topbottom {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; 
}

.list_item {
  width: 150px;
  font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
  color: #615F5F;
  padding: 5px;
}

.list_item_hover {
  background-color: #ffffdd;
  border-top: 1px dotted gray !important;
  border-bottom: 1px dotted gray !important;
}

.list_title {
  width: 150px;
  height: 1.3em;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.list_title a {
  width: 150px;
  height: 1.3em;
  font-size: 12px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.list_address, .list_contact {
  font-size: 11px;
}

.list_address {
  font-weight: bold;
}


