#storeLocator {
	width: 918px;
	overflow: visible;
}

#slLeftSide {
	width:200px;
	float: left;
}

#slRightSide {
	width:700px;
	float: right;
}

#endResults {
	border-bottom:1px dashed #635F3A;
}

.phpGoogleStoreLocator_map
{
	width:670px;
 	height:670px;
   	border:2px solid #635F3A;
}

/* This is the header that goes above the results list */
.phpGoogleStoreLocator_results_header
{
   display: none;
}

.phpGoogleStoreLocator_results_header_anchor
{
   float:left;
   padding-right:20px; 
}

.phpGoogleStoreLocator_results_header_distance
{
 float:left;
 padding-right:40px;
}

.phpGoogleStoreLocator_results_header_information
{
 float:left;
}

/* This is the block that displays the Store Locations near: 80439 message*/
.phpGoogleStoreLocator_results_store_locations_near
{
	padding:10px;
   	margin-bottom:10px;
   	background-image: url(../images/layout/darkTile.jpg);
}


.phpGoogleStoreLocator_results_block
{
	
}

/* This is used to style each individual result */
.phpGoogleStoreLocator_result
{
    padding-top:5px;
  	padding-bottom: 5px;
	padding-left: 5px;
	height: 90px;
	text-transform: uppercase;
}

.phpGoogleStoreLocator_result a, .phpGoogleStoreLocator_result a:link, .phpGoogleStoreLocator_result a:active, .phpGoogleStoreLocator_result a:hover {
	display: block;
	color: #000000;
	padding-top: 5px;
	margin-top: -5px;
	padding-bottom: 5px;
	margin-bottom: -5px;
	text-decoration:none;
}

.phpGoogleStoreLocator_result:hover, .phpGoogleStoreLocator_result.hover {
	padding-top:3px;
  	padding-bottom: 3px;
	border-top: 2px solid #635F3A;
	border-bottom: 2px solid #635F3A;
	background-image: url(../images/layout/darkTile.jpg)
}

/*  Start Data set div, this aligns everything to the left when there is no image available */
.phpGoogleStoreLocator_result_location_data
{
  float:left; 
}


/* Use this to display/hide the map and directions info*/
.phpGoogleStoreLocator_result_location_map_and_directions
{
     padding:10px;
}


/* This is for the white balloon that pops up on the map when you click on a location icon on the map.  */
.phpGoogleStoreLocator_map_balloon_body
{
/*  white-space:nowrap;  */
 font-size:12px;
 padding:10px;
}


/* Google tool tip marker, this is for the tooltip that shows when you hover over an icon on the map. */
.markerToolTip 
{
   	text-align: center;
    white-space: nowrap;
    margin: 10px;
    padding: 10px;
    border: 1px solid #555;
    font-weight: bold;
    background: #fff;
}

/***** This is critical to layout design to line things up, dont change it.  ******/
.clearboth {
clear:both;
}
