﻿/* .pinText
{ 
    position:relative; 
    top:-39px; 
    left:11px;
    width:30px;
    color:#ffffff; 
    text-align:center; 
    font: bold 25px Arial; 
    cursor:default;   
}  */
#MapHeader, #SubMenu
{
    height: 35px;
    background-color: #646672;
    color: White;
    width: 885px;
}
.ZoomBox .item
{
    float: left;
    margin-left: 25px;
}
.ZoomBox
{
    float: left;
    padding-top: 8px;
    font-size: 13px;
}
.ZoomBox:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ZoomBox img
{
    border: 0;
    vertical-align: middle;
    margin-right: 3px;
}
.ZoomBox .item a
{
    font-size: 13px;
    font-weight: bold;
    color: White;
    vertical-align: middle;
    text-decoration: none;
}
.SearchHolder
{
    margin: 5px 0px 0 5px;
    float: left;
}
.SearchBox
{
    padding: 7px 0 0 6px;
    float: left;
    width: 270px;
}

#mainMap
{
    position: relative;
}

#businesses
{
    padding: 25px 0 25px 15px;
}

#DirectionsNote
{
    padding-left: 15px;
    float: left;
    width: 855px;
}

#directions
{
clear:both;
}
#divPrint
{
padding:25px 0 25px 0px;
     float: left;
    width: 100%;
}

.DirectionsBlock
{
    font-size: 9pt;
}

.DirectionsBlock p
{
    border-top: 1px solid #eedcb6;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
    padding-top: 10px;
}

.DirectionsBlock ul
{
    margin-left: 30px;
}

.turnItem
{
    border-bottom: 1px solid #666666;
    margin: 5px 0 5px 0;
    min-height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px 0 5px 0;
}

* html .turnItem
{
    height: 20px;
}
.turnItem:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#GenInfoMap
{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 300px;
    height: 300px;
}

.VE_PlaceList_Body
{
    position: relative !important;
}

#myMap
{
    position: absolute;
    left: 350px;
    top: 20px;
    width: 200px;
    height: 200px;
}

#MyMapAni
{
    /* position:absolute; left:350px;  top:20px; 	width:200px; height:200px; */
}

.DriveInstruction
{
    font-size: 12px;
}
/* http://www.geo2web.com/2008/09/22/disabling-the-birds-eye-view-indicator/ hide the bloody birds eye! */
#MSVE_obliqueNotification
{
    visibility: hidden;
}
* html .SmallPinStyleApartment, * html .SmallPinStyleSearch
{
    behavior: url(styles/resources/iepngfix.htc);
}
.SmallPinStyleApartment
{
    position: relative;
    top: -16px;
    background-image: url("../images/orangePin.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}
.SmallPinStyleSearch
{
    position: relative;
    top: -16px;
    background-image: url("../images/bluePin.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}
.SmallPinStyleSmaller
{
    position: relative;
    top: -8px;
}
.pinText
{
    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 18px;
}

#MyMapAni span.pinText a, #MyMapAni a span.pinText
{
    color: #FFFFFF !important;
    background-color: Transparent;
    font-weight: bold;
    text-decoration: none;
}

#MyMapAni span.pinText a:hover, #MyMapAni a:hover span.pinText
{
    font-weight: bold;
    background-color: Transparent;
    color: #000000 !important;
    text-decoration: none;
    cursor: pointer;
}

.ResultItem
{
    font-weight: bold;
}

.ResultItemBox
{
    float: left;
    margin: 10px 20px 10px 0;
    width: 280px;
    min-height: 50px;
}

.ResultItemBox:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ero-body
{
    text-align: left;
}

#MapCtl
{
    text-align: left;
    position: absolute;
    top: 30em;
    left: inherit;
    background-color: White;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    display: none;
    padding: 10px 0 10px 10px;
    z-index: 999999;
    width: 885px;
}

#lblErrorMap
{
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    color: Red;
    font-weight: bold;
    font-size: 10pt;
}
.SearchMenu
{
    float: right;
    margin-right: 15px;
    padding-top: 5px;
}
.RadMenu .rmHorizontal .rmText
{
    font-weight: bold;
}
.RadMenu_Default .rmLink
{
    color: #1D1F26;
}
#businesses
{
    margin-bottom: 20px;
}

