#boundingBox{position:relative;top:0px;left:0px;overflow:hidden;float:left;}
#mapToolBox{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 250px;
    min-height: 100%;
    border-right: 3px solid rgba(255,255,255,.8);
}
.toolBox{
    box-shadow: 2px 0px 4px 2px rgba(0,0,0,.1);
    z-index: 100;
    background:rgba(233,233,233,.8) url("//shows.map-dynamics.com/images/texture-diamond.png") repeat scroll 0% 0%;
    opacity:.9;
}

.menuSet{}
.menuSet .menuInner{
    min-height:50px;
}

.menuHeader{
    display: block;
    padding: 11px 10px 12px 11px;
    background: #EEE;
    font-weight: normal;
    color: #666;
    font-family: roboto;
    font-size: 13px;
    border-bottom: 2px solid #FFF;
    margin-bottom: 0px;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,.1);
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
}

.menuHeader .icons {background-size:60%;padding:14px !important;}

.menuContent{
    padding:10px;
}


.menuInnerContent{
    margin:0px;
    border-radius:6px;    
    border:1px solid rgba(0,0,0,.3);
    background:#FFFFFF;
    box-shadow:0px 0px 2px 0px rgba(0,0,0,.1);
}

/* ZOOM STYLES */
/****************************************************************************/
#zoomMenu{
    position: fixed;
    height: 51px;
    right: 244px;
    bottom: 36px;
    width: 300px;
    background: ;
    z-index: 20;
    border: 2px solid #FFF;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,.3);
}

.zoomButtonBox{
    float:left;
    margin:0px;
    width:30px;
    height:48px;
    text-align:center;
    font-size: 31px;
    line-height:50px;
    font-weight: bold;
    color:#444;
    cursor: pointer;
    font-family: arial;
    background:#FFFFFF;
}

.zoomBarBox{
    float:left;margin:0px;
    width:236px;
    height:50px;
    text-align:center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8px;
    background:url(../images/zoom-bar.png) no-repeat;
    background-position:center 12px;
}

#zoomScroll{
    width: 100%;
    height: 48px;
    position:relative;
}
#zoomScrollBar{
    width: 12px;
    border: 2px outset #fff;
    height: 37px;
    background: rgba(255,255,255,.6);
    border-radius: 4px;
    box-shadow: 2px 1px 4px 0px rgba(0,0,0,.5);
    position: absolute;
    top: 6px;
    left:100px;
    cursor: pointer;
}
/****************************************************************************/
   