#mapContainer {
    position: relative;
    font-family: arial, sans-serif;
    font-size: 10px;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index:0;
}

body .ero .ero-body {
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.ero-leftBeak .ero-shadow, .ero-leftBeak .ero-shadow .address {
    font-style: normal !important;
    font-family: Arial;
}

.ero-progressAnimation {
    visibility: hidden !important;
}

body .ero .ero-actionsBackground {
    margin: 0;
}

body .ero .ero-previewArea p, body .ero .ero-actions {
    display: none;
}

body .ero .ero-previewArea div.firstChild {
    margin: 0;
    overflow: visible;
}

.mapControls {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    float: left;
    opacity: .85;
    filter: alpha( opacity = '85' );
    display: inline-table;
    z-index: 499; /* needs to be at least 1 less than MSVE pushpin layer */
    font-size: 11px;
}

* html .mapControls {
    top: 1px;
}

.mapControls .tabs {
    float: left;
}

.mapControls ul {
    margin: 0;
    padding: 0;
}

.mapControls ul.tabs li {
    list-style-type: none;
    padding-left: 1px;
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.mapControls ul.tabs li span {
    display: block;
    padding: 2px 3px 2px 2px;
}

.mapControls .collapse, .mapControls .expand {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.mapControls .expand {
    display: none;
}

.mapControls .controls {
    clear: both;
    position: relative;
    color: #ffffff;
}

.mapControls .controls .north {
    left: 21px;
    top: -14px;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    font-weight: bold;
}

.mapControls .controls .compass {
    position: relative;
    width: 58px;
    height: 43px;
    text-align: center;
    float: left;
    margin: 19px 0 0 8px;
}

* html .mapControls .controls .compass {
    margin-left: 4px;
}

.mapControls .controls .topArrow,
    .mapControls .controls .rightArrow,
    .mapControls .controls .bottomArrow,
    .mapControls .controls .leftArrow {
    width: 10px;
    height: 10px;
    position: absolute;
    cursor: pointer;
}

.mapControls .controls .topArrow {
    top: 2px;
    left: 23px;
}

.mapControls .controls .rightArrow {
    top: 15px;
    right: 11px;
}

.mapControls .controls .bottomArrow {
    bottom: 5px;
    left: 23px;
}

.mapControls .controls .leftArrow {
    left: 10px;
    top: 15px;
}

.mapControls .controls .ccw,
    .mapControls .controls .cw,
    .mapControls .controls .options .labels,
    .mapControls .controls .options .traffic {
    display: none;
    color: #FFFFFF;
}

.mapControls .controls .options {
    float: left;
    position: relative;
    height: 72px;
}

.mapControls .controls .options input {
    margin: 0 4px 0 0;
    background: none;
}

.mapControls .controls .options .zoomControll {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 28px;
}

.mapControls .controls .noTraffic .zoomControll {
    top: 28px;
}

* html .mapControls .controls .options .zoomControll {
    padding: 10px 0;
    position: relative;
}

* html .mapControls .controls .noTraffic .zoomControll {
    padding: 0 0 26px;
    position: relative;
}

.mapControls .controls .options .zoomIn, .mapControls .controls .options .zoomOut {
    float: left;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.mapControls .controls .options .zoomOut {
    margin-right: 4px;
}

/* set up aerial */
.aerial .mapControls .controls .options .labels, .aerial .mapControls .controls .options .traffic {
    display: block;
}

.aerial .mapControls .controls .options .labels {
    display: block;
    margin-top: 3px;
}

* html .aerial .mapControls .controls .options .labels {
    margin-top: 0;
}

* html .aerial .mapControls .controls .options .zoomControll {
    padding: 5px 0;
    position: relative;
}

/* end aerial */

/* set up road */
.road .mapControls .controls .options .traffic {
    display: block;
    margin: 15px 0 0 0;
}

.road .mapControls .controls .compass {
    display: block;
}

.road .mapControls .controls .noTraffic .traffic,
    .aerial .mapControls .controls .noTraffic .traffic {
    display: none;
}

* html .road .mapControls .controls .noTraffic .traffic,
    * html .aerial .mapControls .controls .noTraffic .traffic {
    display: none;
}

/* end road */

/* set up birdsEye */
.birdsEye .mapControls .controls .ccw, .birdsEye .mapControls .controls .cw {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    font-weight: bold;
}

.birdsEye .mapControls .controls .ccw {
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.birdsEye .mapControls .controls .cw {
    left: 45px;
    bottom: 0;
    cursor: pointer;
}

.birdsEye .mapControls .controls .options .labels {
    display: block;
    margin-top: 15px;
}

.birdsEye .mapControls .controls .noTraffic .labels {
    display: block;
    margin-top: 3px;
}

* html .birdsEye .mapControls .controls .options .zoomControll {
    padding: 5px 0;
    position: relative;
}

* html .birdsEye .mapControls .controls .options .labels {
    margin-top: 3px;
}

#birdsEyeNote {
    padding-top: 3px;
    color: #C9002B;
    display: none;
}

#birdsEyeNote.show {
    display: block;
}

/* end birdsEye */

/* set up collapse */
.collapse .mapControls {
    border: none;
    background: none;
    min-width: 82px;
    height: 65px;
}

.collapse .mapControls ul,
    .collapse .mapControls .collapse,
    .collapse .mapControls .compass {
    display: none;
}

.collapse .mapControls .expand {
    display: block;
    width: 30px;
    margin-left: 0;
    text-align: center;
}

.collapse .mapControls .controls {
    width: 77px;
    height: 45px;
}

.collapse .mapControls .controls .options {
    padding: 7px 0 0 9px;
}

.collapse .mapControls .options .zoomControll {
    padding: 0;
    left: 10px;
    top: 11px;
}

* html .collapse .mapControls .controls .options .zoomControll {
    padding: 0;
    margin-top: 10px;
}

/* end collapse */

.bright {
    opacity: 0.92;
    filter: alpha( opacity = '92' );
}

#northLetter {
    height: 10px;
    width: 10px;
}

/* reset MSVE styles */
.ero .ero-paddingHack {
    font-size: 2px !important;
    height: 2px !important;
    width: 1px !important;
}

body .VE_Pushpin_Popup_Body {
    margin: 30px;
}

body .VE_Pushpin_Popup_Title,
    body .VE_Pushpin_Popup_Body,
    body .VE_Pushpin_Popup_Body .address,
    body .VE_Pushpin_Popup_Body .thumbnailImg,
    body .VE_Pushpin_Popup_Body .pricePerNight,
    body .ero-previewArea .bottomArea {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-family: Arial;
}

body .VE_Pushpin_Popup_Body .pricePerNight {
    font-weight: bold;
}

body .ero-previewArea .bottomArea {
    margin: 10px 2px 0 2px;
    padding: 10px;
}

body .VE_Pushpin_Popup_Title, body .VE_Pushpin_Popup_Body {
    margin:8px 10px 3px;
}

body .VE_Pushpin_Popup_Body .address {
    margin-left: 95px;
  /*  width:148px;*/
}

body .VE_Pushpin_Popup_Body .thumbnailImg {
    float: left;
    padding-bottom:5px;
}

/* end reset MSVE styles */

.mapControls ul.tabs li.disableControl {
    opacity: 0.5;
    filter: alpha( opacity = '50' );
    cursor: default;
}

.mapControls ul.tabs li.disableControl span {
    opacity: 0.5;
    filter: alpha( opacity = '50' );
    cursor: default;
}

.mapControls .controls .options .disableControl {
    opacity: 0.5;
    filter: alpha( opacity = '50' );
    cursor: default;
}

/* push pins */
.pushPin, .pushPinCustom, .clusterPushPin1, .attractionsPushPin1, .clusterNewPushPin1 {
    width: 26px;
    height: 28px;
    color: white;
    display: block;
    font-size: 12px;
    padding-top: 3px;
    text-align: center;
}

.clusterPushPin2, .clusterPushPin3, .clusterPushPin4, .clusterPushPin5, .clusterNewPushPin2, .clusterNewPushPin3, .clusterNewPushPin4, .clusterNewPushPin5 {
    width: 40px;
    height: 40px;
    color: white;
    display: block;
    font-size: 12px;
    padding-top: 3px;
}

.clusterPushPin5, .clusterPushPin4, .clusterNewPushPin4, .clusterNewPushPin5 {
    padding: 15px 0 0 8px;
    text-align: left;
}

.clusterPushPin3, .clusterPushPin2, .clusterNewPushPin2, .clusterNewPushPin3 {
    padding: 14px 0 0 3px;
    left: 1px;
    width: 34px;
    text-align: center;
    font-size: 12px;
}

.attractionsPushPin2, .attractionsPushPin3, .attractionsPushPin4, .attractionsPushPin5 {
    color: white;
    display: block;
    font-size: 12px;
    height: 34px;
    padding: 15px 0 0 6px;
    width: 32px;
}

.attractionsPushPin1 {
    padding: 8px 0 0 0;
}

/* loading message  */

#loadingMessage.show {
    display: block;
}

#loadingMessage {
    display: none;
    width: 281px;
    height: 128px;
    z-index: 1100;
    position: absolute;
}

#noDirectionsError {
    color: #d50100;
    margin: 10px 0;
}

body .VE_Pushpin_Popup_Title a, body .VE_Pushpin_Popup_Body a {
    font-weight: bold;
    text-decoration:none;
}

body .VE_Pushpin_Popup_Title a:hover, body .VE_Pushpin_Popup_Body a:hover {
    text-decoration:underline;
}
.VE_Pushpin_Popup_Body .address .dropDownContainer a:hover {
    text-decoration:none;
}

.firstChild .VE_Pushpin_Popup_Title .guestRating {
    background-color: #69bf13;
    border-radius: 7px;
    color: #fff;
    display: block;
    margin-left: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 4px;
    width: 20px;
    padding-bottom: 2px;
    float: left;
}

.firstChild .VE_Pushpin_Popup_Title .costRating {
float: left;
display: block;
margin-left: 15px;
margin-top: 11px;
}

.firstChild .VE_Pushpin_Popup_Title .clearDiv {
	clear: both;
}

.firstChild .VE_Pushpin_Popup_Title .spgBadge {
    position: relative;
    top: 8px;
    width: 35px;
}