﻿/***********************/
/* BingMapsMap infobox */
/***********************/

.eE_BingMapsMap_Infobox
{
    position: absolute;
    left: -34px;
    top: -164px;
    margin: 0;
    padding: 0;
}

.eE_BingMapsMap_Infobox_Content
{
    position: absolute;
    left: 0;
    top: 0;
    width: 236px;
    height: 106px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    border: 1px solid #888888;
    color: #888888;
    padding: 10px;
}

.eE_BingMapsMap_Infobox_Pointer
{
    position: absolute;
    left: 20px;
    top: 127px;
    width: 33px;
    height: 38px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


/**************************/
/* BingMapsMap info panel */
/**************************/

.eE_BingMapsMap_InfoPanel
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
}

.eE_BingMapsMap_InfoPanel_Content
{
    border: 1px solid #888888;
    border-bottom: none;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.8);
    color: #888888;
    padding: 4px;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
