#sl_div {
	/*background-image:url(bg.jpg);*/
	/*background-repeat:repeat-x;*/
	/*padding:10px;
	color:black;*/
}
#sl_div a {
	/*color:black;
	text-decoration:underline;*/
}
#sl_div img {
	background-color:transparent;
	background-image:none;
}
#sl_div table, #sl_div tr, #sl_div td {
	border:none;
	/*padding:0px;*/
}
#sl_div #map { color:black; font-weight:normal;}
#sl_info_bubble { 
	/*padding:10px; 
	max-width:300px; 
	max-height:400px; */ 
	font-size:11px; 
	font-family:Courier New, Arial;
	text-align:left;
	line-height:normal;
	width:260px
	}
#addressInput {
	border:solid 1px silver;
	padding-left:3px; padding-top:3px;
	/*background:white url(images/search-input.gif) repeat-x;*/
	height:18px;
	margin-right:10px;
	/*font-weight:bold;*/
}
#addressSubmit {	/*width:184px; height:31px;*/}
#radiusSelect { /*height:27px; width:100px;*/}
#addressInput, #addressSubmit, #radiusSelect { font-size:14px;}

/*Map Store Results Area Styling*/
.text_below_map {
	font-family:Arial;
	font-size:14px;
	text-align:left;
	font-weight:bold;
}
#map_sidebar { 
	background-color:transparent;
	font-weight:normal;
	text-align:justify;
	overflow: auto;
	height:415px;
	font-size: 11px;
	/*color: #000;*/
	width:350px;
}

#map_sidebar_td {
	padding-left:20px;
	text-align:left;
}
#map_green_line {
	border-top:dashed 1px #81b3a6;
	margin:20px 0;
}
.mapRightCol {
	padding-left:10px;
	border-left:solid 1px #d6d6d6 !important;
	color:#908d84;
	line-height:14px;
	font-size:11px;
}

.mapContainer {
	background:url("images/map_bg.jpg") no-repeat;
	padding:30px 25px 30px 28px;

}