

/* BLACK SKIN */
/*
#838383 - #000000
*/

a{color:#838383!important;}
a:hover { color:#000000;}

#clinic-finder form#clinic-finder-form label.editgmapaddress { color:#000000;}
#clinic-finder #results ol li span.number {background:#838383;}
#clinic-finder #results ol li:hover {
  background: #EBEBEB;
  cursor: pointer;
  color: #000;
}

#clinic-finder #results ol li.noclick:hover {
  background-color: transparent;
  cursor: default;
  color: #333;
}
#clinic-finder #results ol li.active {
  background-color: #FDFFE4;
  border-left-color: #C1C1C1;
  border-right-color: #C1C1C1;
}
#clinic-finder .distance-units {
  background-color: #838383;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#838383), to(#000000));
  background-image: -moz-linear-gradient(#838383 0%, #000000 90%);
  text-shadow: rgba(0,0,0,0.34) -1px -1px 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: none;
  height:26px;
  float:right; margin:0px;	

}


/*blue button styling extends above generic button*/
#clinic-finder .button {
  background-color: #838383!important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#838383), to(#000000))!important;
  background-image: -moz-linear-gradient(#838383 0%, #000000 90%)!important;
  color: #fff!important;
  text-shadow: #0c2942 1px 1px 0!important;
}

#clinic-finder .button:active {
  background-color: #4485ce!important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#000000), to(#838383))!important;
  background-image: -moz-linear-gradient(#000000 0%, #838383 90%)!important;
  color: #fffeff!important;
  text-shadow: #0c2942 1px 1px 0!important;
}


.btn-Finder { padding:10px 10px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #838383;
  *background-color: #838383;
  background-image: -moz-linear-gradient(top, #838383, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#838383), to(#000000));
  background-image: -webkit-linear-gradient(top, #838383, #000000);
  background-image: -o-linear-gradient(top, #838383, #000000);
  background-image: linear-gradient(to bottom, #838383, #000000);
  background-repeat: repeat-x;
  border-color: #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#f8383830', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-Finder:hover,
.btn-Finder:focus,
.btn-Finder:active,
.btn-Finder.active,
.btn-Finder.disabled,
.btn-Finder[disabled] {
  color: #ffffff;
  background-color: #000000;
  *background-color: #000000;
}

.btn-Finder:active,
.btn-Finder.active {
  background-color: #000000 \9;
}















