/***** Area Above Map DIV. Contains Search Form Inputs *****/
.sl_header img, .sl_header td, .sl_header #addressSubmit {
border: none;
}
.sl_header td {
	vertical-align:top;
	text-align:left;
}
.sl_header td, .sl_header th, .sl_header tr {
	padding:4px;
}


/***** Search Form Inputs  *****/
/*#search_label {
	whitespace:nowrap;
}*/
#addressInput {
	border:solid 1px silver;
	padding-left:3px; /*padding-top:3px;*/
	background:white url(images/search-input.gif) repeat-x; /*height:18px;*/
	/*font-weight:bold;*/
	margin:0px;
	padding-top:0px;
}
#addressInput2_container {
	vertical-align:top;
}
#addressInput2 {
 /* */
}
#addressSubmit {	
	/*width:184px; height:31px;*/
}
#radius_label {
	vertical-align:top;
	margin:5px 0;
}
#radiusSelect_td {
	width:33%;
	vertical-align:top;
}
#radiusSelect { 
	/*height:27px; width:100px;*/
}
#addressInput, #addressSubmit, #radiusSelect { 
	font-size:14px;
}

/***** Store Locator Map DIV *****/
#sl_div {
	/*background-image:url(bg.jpg);*/
	/*background-repeat:repeat-x;*/
	padding:10px;
	/*color:black;*/
	font-weight:bold;
}
#sl_div a {
	/*color:black;
	text-decoration:underline;*/
}
#sl_div a.storelocatorlink {
	color:blue;
}
#sl_div img {
	background-color:transparent;
	background-image:none;
	max-width:none; 
}
#sl_div table, #sl_div tr, #sl_div td {
	border:none;
	/*padding:0px;*/
}
#sl_div #map { 
	color:black; 
	font-weight:normal;
}

/***** Popup Info Window for Specific Location *****/
#sl_info_bubble { 
	padding:10px; 
	max-width:300px; 
	/*max-height:400px; */ 
	font-size:11px; 
	font-family:Arial;
	text-align:justify;
	line-height:normal;
}
#sl_info_bubble img{
	width:250px; 
	max-height:200px;
	border:0px;
}
#sl_info_bubble .your_location_label{
	font-weight:bold;
}
#sl_info_bubble .location_detail_label{
	font-weight:bold;
}

/***** Area Below Map DIV, before Search Results Area *****/
.sl_footer td, .sl_footer td a, .sl_footer td a:link, .sl_footer td a:hover, .sl_footer td a:active, .sl_footer td a:visited {
	font-weight:normal;
	font-size:10px;
}
.sl_footer {
	background-color:black;
	padding:0px;
	border:0px black solid;
	color: #222;
}
.sl_footer a {
	color:#666;
	font-weight:bold;
	border:0px black solid;
	padding-left:5px;
}
.sl_footer_right_column {
	padding-right:5px;
	text-align:right;
}
.sl_footer_left_column {
	text-align:left;
}

/*****Search Results Area *****/
.searchResultsTable td {
	line-height:12px;
	font-family: Verdana;
	font-size:10px;
	text-align:left;
}
.text_below_map {
	/*shown before search performed */
	font-family:Arial;
	padding:20px;
	font-size:18px;
	text-align:justified;
}
.no_results_found {
	/*shown if no results found */
	padding:10px;
}
#map_sidebar { 
	/*shown for results found for specific query */
	background-color:transparent;
	font-weight:normal;
	text-align:justify;
	overflow: visible;
	font-size: 11px;
	/*color: #000;*/
}
.results_entry {
	cursor:pointer;
	cursor:hand;
	padding:4px;
	background-color:transparent;
}
/*
.results_entry:hover {
	background-color:salmon;
}
*/
.results_row_left_column {
	width:30%;
	padding-right:4px;
	vertical-align:top;
}
.results_row_left_column .location_name {
	font-weight:bold;
}
.results_row_center_column {
	width:40%;
	vertical-align:top;
}
.results_row_right_column {
	width:30%;
	vertical-align:top;
	text-align:right;
}



/* CUSTOM */
#addressInput2_container
{
    display:none;
    }    
#addressInput
{
    background-image:url(none);
    }
#map-table
{
    background:url(images/map-background.jpg) no-repeat  0 0;
    height:435px;
    left:622px;
    padding:13px 0 0 14px;
    position:absolute;
    top:60px;
    }
table.sl_header
{
    overflow:hidden;
    width:270px;
    }
table.searchResultsTable
{
    color:#000;
    margin:5px 0;
    }
table.searchResultsTable a
{
    display:none;
    }
    /*
#map_sidebar 
{
    left:-350px;
    position:relative;
    top:-250px;
    }*/