﻿/* Address Finder */
af_list {
    padding-left: 0 !important;
}
ul.af_list {  
  list-style: none;
  padding: 0;
  margin: 0;
  border: solid 2px #999;
  background: #f1f1f1 !important;
}
ul.af_list li.af_item {
    cursor: pointer;
    padding: 5px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #DBDBDB; 
    background: #fff !important;  
}
ul.af_list li.af_item .af_hl {
      font-weight: bold; 
}
ul.af_list li.af_item.af_hover {     
      color: #848484;     
}
ul.af_list li.af_error {
    padding: 5px 5px;
    background-color: #ff4d4d; 
}
ul.af_list li.af_error a {
      color: #333;
      text-decoration: underline; 
}
ul.af_list li.af_error a:hover {
        text-decoration: none;
}
ul.af_list li.af_empty {
    list-style: none;
    padding: 5px 5px !important;    
}
  ul.af_list li.af_footer {
    font-size: 0;   
}.address-readonly {
    background: #e6e6e6 !important;  
}

