@CHARSET "UTF-8";
.up2-map-places img { max-width: none; box-shadow: none !important; } 

.cluster {
    color: #FFFFFF;
    font-family: 'Arial,Helvetica';
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.cluster-1 {
    background-image: url("images/m1.png");
    height: 52px;
    line-height: 53px;
    width: 53px;
}
.cluster-2 {
    background-image: url("images/m2.png");
    height: 55px;
    line-height: 53px;
    width: 56px;
}
.cluster-3 {
    background-image: url("images/m3.png");
    height: 65px;
    line-height: 66px;
    width: 66px;
}
.cluster-4 {
    background-image: url("images/m4.png");
    height: 65px;
    line-height: 66px;
    width: 66px;
}
.cluster-5 {
    background-image: url("images/m5.png");
    height: 65px;
    line-height: 66px;
    width: 66px;
}
#up2_create_map_notify { display: none; border: 1px solid #CCCCCC; padding: 6px; border-radius: 3px 3px 3px 3px; background-color: #EFEFEF; }
#up2_map_demo { width: 380px; height: 400px; display: none; }
#up2_map_demo img { border-radius: 0; box-shadow: none; max-width: none; }
#map_create_place label { display: block; }
#map_create_place select { width: 383px; }
#map_create_place input[type=text] { width: 370px; }

#map_create_place .up2-find-address {
	background-color: #E6E6E6;
    background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #D2D2D2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    color: #7C7C7C;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 13px;
    outline: none;
}

#map_create_place a:focus.up2-find-address { outline: none; }
#map_create_place input.up2-address-field { width: 320px; }
#map_create_place input.up2-captcha { width: 100px; }
#map_create_place .up2-captcha-image { vertical-align: middle; margin-right: 10px; }

#up2_directions { overflow:auto; height: 100%; border: 1px solid #EDEDED; margin-top: 10px;}
.up2map-direction-widget-area { overflow: hidden; clear: both; }


/*gmap3 menu*/
#gmap3-menu {
  background-color: #FFFFFF;
  width:170px;
  padding:0px;
  border:1px;
  cursor:pointer;
  border-left:1px solid #cccccc;
  border-top:1px solid #cccccc;
  border-right:1px solid #676767;
  border-bottom:1px solid #676767;
}
#gmap3-menu .item {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  text-align:left;
  line-height: 30px;
  border-left:0px;
  border-top:0px;
  border-right:0px;
  padding-left:30px;
  background-repeat: no-repeat;
  background-position: 4px center;
}
#gmap3-menu .item.itemA { background-image: url(images/icon_greenA.png); }
#gmap3-menu .item.itemB { background-image: url(images/icon_greenB.png); }
#gmap3-menu .item.zoomIn { background-image: url(images/zoomin.png); }
#gmap3-menu .item.zoomOut { background-image: url(images/zoomout.png); }
#gmap3-menu .item.centerHere { background-image: url(images/here.png); }
#gmap3-menu .item.hover { background-color: #d6e9f8; }
#gmap3-menu .item.separator { border-bottom:1px solid #cccccc; }

.marker-icons {
	cursor: pointer;
	padding-left: 2px;
}
.isDefaultMarker { display: none; }
.marker-icon-active { border: 1px solid #2789B6; padding: 2px; }