@charset "utf-8";
/* CSS Document */

#location-list{}
	
#location-list .item {
  background: none repeat scroll 0 0 rgb(241, 241, 241);
  border-bottom: 1px solid rgb(221, 221, 221);
  cursor: pointer;
  display: block;
  padding: 4px 10px;
  width: auto;
}

.google_map_city {
    color: #E41409;
    font-size: 16px;
}
.google_map_link {
	text-decoration:none ;
	outline:none ;
}




/* Expandable */

.job_bm_expand_loc a{
	text-decoration:none;
    outline: none;
}
.job_bm_expand_loc ul {
    padding: 0em;
}

.job_bm_expand_loc 