#cls_rp_map img { max-width: none !important; }

#cls_rp_button:hover {
  background-position: 0 -60px;
}

#cls_rp_button:active {
  border: 0 none;
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* END BUTTON STYLE */

#cls_rp_overlay {
  display: none;
  background-color: #000;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10090;
}
#cls_rp_map {
  display: none;
  background-color: #fff;
  position: fixed;
  margin: 0;
  z-index: 10100;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cls_rp_map #cls_rp_wrapper {
  height: 100%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cls_rp_map #cls_rp_wrapper .inner {
  margin: 10px;
  overflow: hidden;
  clear: both;
  float: none;
  background: red;
  position: relative;
}

#cls_rp_map #cls_rp_wrapper #cls_rp_buttons {
  margin-right: 30px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#cls_rp_map #cls_rp_wrapper #cls_rp_buttons a {
  cursor: pointer;
}
#cls_rp_map #cls_rp_wrapper #cls_rp_buttons a:hover {
  color: #509ac5;
}
#cls_rp_map #cls_rp_wrapper #cls_rp_buttons a img{
  max-width: 100px;
  max-height:40px;
}
#cls_rp_map #cls_rp_directions-panel {
  height: 100%;
  float: right;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 430px;
  font-size: 12px;
  text-align: left;
}
#cls_rp_map #cls_rp_canvas,
#cls_rp_map #map_canvas {
  border-right: 1px solid #C2C2C2;
  height: 100%;
  width: 450px;
}
#cls_rp_map #panel {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -180px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}
@media print {
  p,span,ul,iframe,#cls_rp_buttons {
    display: none;
  }
  #cls_rp_map {
    display: inline !important;
    width: 100% !important;
    height: 95% !important;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
  }
  #cls_rp_map #cls_rp_wrapper {
    display: inline !important;
    border: 0px !important;
    clear: both;
  }
  #cls_rp_map #cls_rp_wrapper #cls_rp_directions-panel {
    display: inline !important;
    border: 0px !important;
    float: left !important;
    overflow: display !important;
    width: 100% !important;
	text-align: left !important;
  }
}