

/* RED SKIN */
/*
#F00000 - #910000
*/

a{color:#F00000!important;}
a:hover { color:#910000;}


#clinic-finder form#clinic-finder-form label.editgmapaddress { color:#910000;}
#clinic-finder #results ol li span.number {background:#F00000;}
#clinic-finder #results ol li:hover {
  background: #F0F0F0;
  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: #F00000;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#F00000), to(#910000));
  background-image: -moz-linear-gradient(#F00000 0%, #910000 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: #F00000!important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#F00000), to(#910000))!important;
  background-image: -moz-linear-gradient(#F00000 0%, #910000 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(#910000), to(#F00000))!important;
  background-image: -moz-linear-gradient(#910000 0%, #F00000 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: #F00000;
  *background-color: #F00000;
  background-image: -moz-linear-gradient(top, #F00000, #910000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F00000), to(#910000));
  background-image: -webkit-linear-gradient(top, #F00000, #910000);
  background-image: -o-linear-gradient(top, #F00000, #910000);
  background-image: linear-gradient(to bottom, #F00000, #910000);
  background-repeat: repeat-x;
  border-color: #910000 #910000 #910000;
  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='#ff910000', 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: #910000;
  *background-color: #910000;
}

.btn-Finder:active,
.btn-Finder.active {
  background-color: #910000 \9;
}















