div.standard-display {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 28px;
    background-image: url(/static/img/map-icons/standard/image.png);
    text-align: center;
    font-size: 32px;
    z-index: 2;
}

div.standard-shadow {
    position: absolute;
    width: 46px;
    height: 28px;
    background: url(/static/img/map-icons/standard/shadow.png) no-repeat center;
}

div.standard-target {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 28px;
    background-image: url(/static/img/map-icons/standard/transparent.png);
}

div.standard-viewed {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 28px;
    background: url(/static/img/map-icons/standard/viewed-image.png) no-repeat center;
    color: red;
    text-align: center;
    font-size: 32px;
    z-index: 2;
}

div.standard-viewed-shadow {
    position: absolute;
    width: 46px;
    height: 28px;
    background: url(/static/img/map-icons/standard/viewed-shadow.png) no-repeat center;
}

div.standard-viewed-target {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 28px;
    background-image: url(/static/img/map-icons/standard/viewed-transparent.png);
}


div.standard-favorite {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 28px;
    background: url(/static/img/map-icons/standard/favorite-image.png) no-repeat center;
    z-index: 2;
}

div.standard-favorite-shadow {
    position: absolute;
    width: 47px;
    height: 28px;
    background: url(/static/img/map-icons/standard/favorite-shadow.png) no-repeat center;
}

div.standard-favorite-target {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 28px;
    background-image: url(/static/img/map-icons/standard/favorite-transparent.png);
}

div.standard-favorite-viewed {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 28px;
    background: url(/static/img/map-icons/standard/favorite-viewed-image.png) no-repeat center;
    z-index: 2;
}

div.standard-favorite-viewed-shadow {
    position: absolute;
    width: 47px;
    height: 28px;
    background: url(/static/img/map-icons/standard/favorite-viewed-shadow.png) no-repeat center;
}

div.standard-favorite-viewed-target {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 28px;
    background-image: url(/static/img/map-icons/standard/favorite-viewed-transparent.png);
}

