﻿/* Fresh Meats Virtual Earth Styles*/
.Map
{
    position: relative;
    left: 0px;
    right: 0px;   
    /*Original
    width: 485px;
    height: 480px; */ 
    width: 540px;
    height: 415px;    
    border: 1px solid #9d9d9d;
    margin-bottom: 20px;
	/*-webkit-box-shadow: 16px 8px 16px #aaa;
	-moz-box-shadow: 16px 8px 16px #aaa;
	box-shadow: 16px 8px 16px #aaa;*/
	-moz-box-shadow: 0 0 2em 0.5em #aaa;
    -webkit-box-shadow: 0 0 2em 0.5em #aaa;
    box-shadow: 0 0 2em 0.5em #aaa; 

}
.MapInfoTitle
{
    text-align: right;
    font-weight: bold;
}

.pinStyle1{ background:url('Images/Icons/pin1.gif') no-repeat 0 0; height:30px; width:25px; color:#fff; text-align:center; font: bold 12px Arial; cursor: pointer;}
.pinStyle1 .text{padding-top:2px;}

/*.pinStyle1{ position:relative; background:url('/Images/Icons/pin1.gif') no-repeat 0 0; height:30px; width:25px; top:-15px; color:#fff; text-align:center; font: bold 12px Arial; cursor: pointer;}
.pinStyle1 .text{ position: relative; top: 2px; } */

.MapLocInfo
{
    position: relative;
    top: -25px;
    background-color: #fff;
    color: Black;
}
.MapInfoImage
{
    float: left;
    position: relative;
    top: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
}

/*
.PushPinBeefIE
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Corporate/images/B2B/FreshMeats/PlantLocations/logoReg.png' , sizingMethod= 'image' );
    height: 25px;
    width: 40px;
}
.PushPinBeef
{
    background: url(/Corporate/images/B2B/FreshMeats/PlantLocations/logoReg.png);
    height: 25px;
    width: 40px;
}
.PushPinPorkIE
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Corporate/images/B2B/FreshMeats/PlantLocations/logoBlack.png' , sizingMethod= 'image' );
    height: 25px;
    width: 40px;
}
.PushPinPork
{
    background: url(/Corporate/images/B2B/FreshMeats/PlantLocations/logoBlack.png);
    height: 25px;
    width: 40px;
}
 end VE Styles*/
