﻿#MapCanvas
{
    position:relative; 
    width:720px;height:380px;
    margin:0 auto;
}
.inputErrorMsg{
    background-image: url(../images/ABCWarehouseFb_sprite.png);
	background-position: 0 -155px;
	background-repeat: no-repeat;
	width:261px;height:15px;
	padding:4px 0 0 13px;
    font-size:10px;font-weight:bold;
    color:#fe0000;
    }
.chgLocErrorPosition{
    position:absolute;
    top:59px;left:306px;
    }
.mapErrorPosition{
    position:absolute;
    bottom:23px;left:317px;
    display:none;
    }
.chgLocContainRepeater{
    background-color:#fff;
    background-image: url(../images/ABCWarehouseFb_Gradient_Location.png);
	background-repeat: repeat-x;
    border:1px solid #90c1ec;
    width:714px;
    margin:0 auto;  
    color:#333333;
    font-size:14px;
    border-top:1px solid #dddddd;
    }
.stdInputLocationFieldPosition
{
    float:left;
    padding-right:3px;
}
.stdGoLocationBtnPosition
{
    float:left;
}
	
.tileUnit{
    position:relative;
    height:90px;
    }
.tileSubUnit_A{
    position:absolute;
    top:13px;left:28px;
    text-align:right;
    font-size:14px;font-weight:bold;
    }
.tileSubUnit_B{
    position:absolute;
    top:13px;left:50px;
    }
.tileSubUnit_C{
    position:absolute;
    bottom:12px;left:50px;
    }
.tileSubUnit_D{
    position:absolute;
    top:35px;right:18px;
    }
	
.borderBotBlue {
    border-bottom:1px solid #90c1ec;
    }
.borderBotNone {
    border-bottom:none;
    }
.chgLocViewMap{
    color:#306898;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    }
.chgLocViewMap:hover{
    text-decoration:underline;
    }
.stdSubHeader .backBtnPosition{
    position:absolute;
    top:13px;right:13px;
    }
	
/* BEGIN map */

.mapInfoBottom{
    position:relative;
    width:642px;
    margin:0 auto;
    border:1px solid #90c1ec;
    padding:25px 38px 20px 38px;
    }
.mapLinkToWeeklyAd{
    position:absolute;
    top:35px;right:35px;
    }
/* END map */
