.hotel-on-map{
    width: 423px;
    font-weight: normal !important;
}
.hotel-on-map .image{
    width: 140px;
    height: 100px;
    overflow: hidden;
    float: left;
}
    .hotel-on-map .image img{
        padding: 0;
        margin: 0;
    }
.hotel-on-map .text{
    float: left;
    margin: 0 0 0 10px;
    width: 200px;
}
    .hotel-on-map .text .title{
        color: #00A8CC;
        font-size: 16px;
        font-weight: bold !important;
    }
    .hotel-on-map .text .geo{
        color: #555555;
        font: italic 14px 'Times New Roman',helvetica,sans-serif;
        text-decoration: none;
    }
.hotel-on-map .map-price{
    background-color: #FAD145;
    float: left;
    height: 25px;
    max-width: 200px;
    margin: 15px 0 0 0;
}
    .hotel-on-map .map-price .one{
        display: inline-block;
        line-height: 25px;
        height: 25px;
        font-size: 14px;
        overflow: hidden;
        margin: 0 5px;
    }

.hotel-on-map .rate-on-map{
    margin: 0 0 0 20px;
    float: left;
    width: 53px;
    text-align: center;
    font-weight: normal !important;
}
    .hotel-on-map .rate-on-map .title{
        font-size: 11px;
        color: #666666;
        margin: 0 0 5px;
    }
    .hotel-on-map .rate-on-map .comments{
        margin: 5px 0 0;
        font-size: 10px;
        color: #666666;
    }
    .hotel-on-map .rate-on-map .rate-count{
        font-weight: bold !important;
    }

.hotelsMap-show-not{
    color: #aaaaaa !important;
    cursor: default;
}

