#mainSLRight {
    position:relative;
    margin-right: 10px;
    margin-top:0px;
    float:right;
}
#mainSLLeft {
    position:relative;
    margin-left: 10px;
    margin-top:0px;
    float:left;
}

#stores {
    visibility: hidden;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px;
}

html>body #store {
    margin-top: 0px;
}

#storecontainer {
	overflow: auto;
	height: 270px;
	width: 270px;
	padding: 0px;
}
html>body #storecontainer{
    height: 270px;
    width: 270px;
}
#wnl {
    position:absolute; left:0; top:0;
    width:220px; height:150px; 
    clip:rect(0, 220px, 150px, 0); 
    overflow:hidden; z-index:1
}

#mapContainer {
    visibility: visible;
    display: block;
    width: 450px;
	height: 370px;
    padding: 0px;
}

html>body #mapContainer {
    height: 400px;
}

#mapContainer #map {
	width: 450px;
	height: 370px;
	align: center;
	vertical-align: middle;
	z-index: 100;
}  
  
html>body #mapContainer #map{
    height: 390px;
}

.storeText{
    margin: 1px;
    padding: 3px 5px 6px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	color:#333333;
}
.headerMap{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	letter-spacing:4px;
	color:#333333;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
}
div.autocomplete {
    position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
    overflow: auto;
    height: auto;
}
div.autocomplete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:1px;
    cursor:pointer;
}
