/* smart info-window */
.infowindow-smart {
    position: absolute;
    border: 1px solid 1px #ababab;
    background: #fff;
}
/* leg fro point to box */
.infowindow-smart .leg {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/sfGoogleMap3Plugin/images/tails-sprite.png) no-repeat;
}

.infowindow-smart .leg.pos-north {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background-position: -10px -20px;
}
.infowindow-smart .leg.pos-northeast {
    bottom: -20px;
    left: 20px;
    background-position: -20px -20px;
}
.infowindow-smart .leg.pos-northwest {
    bottom: -20px;
    right: 20px;
    background-position: 0 -20px;
}

.infowindow-smart .leg.pos-south {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    background-position: -10px 0px;
}
.infowindow-smart .leg.pos-southeast {
    top: -20px;
    left: 20px;
    background-position: -20px 0;
}
.infowindow-smart .leg.pos-southwest {
    top: -20px;
    right: 20px;
    background-position: 0 0;
}

.infowindow-smart .leg.pos-west {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    background-position: -20px -10px;
}

.infowindow-smart .leg.pos-east {
    top: 50%;
    left: -20px;
    margin-top: -10px;
    background-position: 10px -10px;
}

