.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;
}

.type_list, .type_list > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.type_list {  
}

.type_item {
}

.type_list > li a {
  display: block;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
