﻿#MapPopUpBox {
       
        display: flex;
    }
#MapPopUpImage {
    float: right;
    cursor: pointer;
    padding-top: 18px;
}


.Stars {
    margin: 5px;
    margin-right: -2px;
    display: inline-block;
    float: right;
    width: 85px;
    height: 13px;
    background: url(/Areas/OldRest/Images/Desktop/Common/RepeatX-Sprite.png?v=2) right -410px repeat-x transparent;
    cursor: pointer;
}

.Stars span {
            display: inline-block;
            float: right;
            width: 85px;
            height: 13px;
            background: url(/Areas/OldRest/Images/Desktop/Common/RepeatX-Sprite.png?v=2) right -423px repeat-x transparent;
            cursor: pointer;
        }

.header {
    text-decoration: none;
    color: black;
    font: bold 12px alef, arial;
    padding-bottom: 13px;
}

    .city {
        color:black;
        font-size: 13px;
        text-decoration:none;
        font-family:"Alef","Helvetica Neue",Helvetica,Arial,sans-serif;
    }
#KosherIcon {
    display: inline-block;
    width: 13px;
    height: 16px;
    background: url(/Areas/OldRest/Images/Desktop/SearchPage/SearchResults-Sprite.png?v=4) -564px -191px no-repeat transparent;
    margin: 3px 0 0 25px;
}
.kosherTxt {
    display: inline;
    margin:16px;
}
#MapLstPopUp {
    direction: rtl;
    /*width: 230px;*/
    text-align: right;
    list-style-position: inside;
    list-style: none;
    text-decoration: none;
    margin-bottom: 0px;
    /*///*/
    margin: 0px;
    padding-right: 20px;
    width: 176px;
}
    #MapLstPopUp ul{
        list-style:none;
    }
.popuplink {
    color: black;
    text-decoration: none;
    vertical-align: sub;
}
    /*.popuplink .numberOfRaters {
        margin: -13px;
    }*/
    
    .popuplink a, p {
        padding-top: 12px;
        text-align: right;
        color: black;
        list-style: none;
        font-family: "Alef","Helvetica Neue",Helvetica,Arial,sans-serif;
    }
.gm-style img {
    max-width: none;
    /*padding-top: 8px;*/
}
.PUButtons {
    margin-top: 8px;
    /*padding-top: 14px;*/
    padding-bottom: 6px;
}
    .PUButtons button {
        background-color: #e63243;
        color: white;
        font: bold 12px alef, arial;
        border: 1px solid white;
        cursor: pointer;
    }
    .PUButtons leftButton {
        float: left;
    }
    .PUButtons rightButton{

    }