

div {
	width: auto;
	font: normal 11px arial;	
} 
#loading {
	padding-top: 215px;
	text-align:center;
}
#storePaneNote {
	text-align:center;
	font: bold 16px arial;
	padding: 20px 50px 0;
}
.ero-actions, .ero-paddingHack {
	display: none;
}

html, body {
    border: 0; 
	padding: 0; 
	margin: 0;
	font: normal 11px arial;
}
html {
	width: 100%;	
}
body {
	
}
.loadingDiv {
	text-align: center;
	padding-top: 50px;
}
a:focus { 
    outline: none; 
}   
#searchBox {
  background:#ececec; 
  background-repeat:repeat-x;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  width:440px;
}
#searchBox form {
	margin:0;
	padding:0;
}
.storeHdg {
	font: bold 12px arial;
	color: #000000;
}
.storeAddr {
	font: normal 11px arial;
	color: #000000;
}

.storeTel {
	font: normal 11px arial;
	color: #000000;
}
.storeTel a {
	color:#005d8f
}
#startAddress {
  vertical-align: top; 
  margin: 0;
  font-family: "Arial";
  font-size: 9pt;
  color: #000000;
  border: solid 1px #b7b999;
  padding: 6px 0px 6px 2px;
  width: 295px;
  background:#f0f3d1;
  float: left;
  height: 16px;
}
a {
	color: #006699; 
	text-decoration: none;
}
a:hover {
	color: #006699; 
	text-decoration: underline;
}
.mysubmitbuttonleft, .mysubmitbuttoncenter {
	float: left;
	font-size:1px;
	height:30px;
	background:url(../img/locator/btn_findstores.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.mysubmitbuttonleft {
	width: 25px;
	margin-left: 6px;
	background-position: left top;
}
.mysubmitbuttoncenter {
	width: auto;
	float: left;
	padding: 7px 8px 0 0;
	height:23px;
	color: #fff;
	font: normal 12px arial;
	background-position: right top;
	clear:right;
}
#mysubmitbutton {
	float:left;
	clear:right;
	cursor:pointer;
	white-space:nowrap;
}
#addressBox {
	height:30px;
	clear:both;
	padding: 10px;
}
#leftSide {
	float: left;
	padding: 10px 20px 10px 10px;
}
/* stores pane */
.storeRow {
	padding:7px 15px;
	clear:both;
	overflow: hidden;
}
.storeRow:hover {
	padding:7px 15px;
	background:#f1f2d1;
}
.storesPaneAddress {
	float: left;
	width:285px;
}
.storesPaneAddress img {
	float: left; 
	margin: 2px 5px 0 0;
}
/* Map popup */
.ero-actionsBackground {
	margin:0 !important;
}
#topSectionWrapper {
	clear: both;
	overflow:hidden;
}
/* Map Div */
#MSVE_navAction_styleGroup div{
	text-align: center;
}
#mapdiv {
	position:relative; 
	height:100%; 
	margin: 10px 0px 0px 0px; 
    border: solid 1px #006699;
}
#slBottomNote {
	padding: 0 10px 10px;
	font: normal 11px Arial;
	overflow: hidden;
	margin-bottom: 15px;
	width:850px;
}
#slBottomNote img {
	float:left;
	margin: 2px 10px 0 0;
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}	
/* tab pane */
#mainTabContainer {
	border:1px solid #ccc;
	background: url(../img/locator/dataSectionBackTop.png);
	background-position:top left;
	background-repeat:repeat-x;
	height: 335px;	
	width: 440px;
	position:relative;
	overflow:auto;
	margin-top: 20px;
}
.brushSignature {
	font: bold 16px arial;
	width: 26px;
	text-align:left;
	float: left;	
}
.error {
	backround: #000;
	color: #bb0000;
	background:url(../img/locator/error.png);
	background-position:left top;
	background-repeat: no-repeat;
	padding-left: 18px;
	font: normal 12px arial;
}

/* Select Button */
.selectBtnWrapper {
	float: right;
	overflow:hidden;
	text-align:center;
}
.selectBtn {
	overflow:hidden;
	margin-bottom: 3px;
	display: block;
	color: #FFF;
	font: normal 10px arial;
	text-decoration: none;
	cursor: pointer;
}
.selectBtn:hover {
	text-decoration: none;
	color: #fff;
}
.selectBtn .left {
	width: 6px;
	background:url(../img/locator/btnSelectLeft.png);
	background-repeat:no-repeat;
	background-position:left top;
	float: left;
	height: 22px;
}
.selectBtn .right {
	padding: 4px 12px 0 6px;
	background:url(../img/locator/btnSelectRight.png);
	background-repeat:no-repeat;
	background-position:right top;
	float: left;
	height: 18px;
}
.miles {
	padding-right: 2px;
}
