/* You can override this with your own body stuff if you so wish.  Just comment it out to use your own css */
/* I stole it from tizag.com which is a css help site. It's a good place to start learning CSS if you dont already know it.*/
/* Another good place is www.csszengarden.com/ */
body{
	font-size: 11px;
	font-family: verdana, arial;
	background-color: white; }
.phpGoogleStoreLocator_result {
	width: 420px;
	float: left;
	
	}

/* This encompasses the ENTIRE results window */
div.phpGoogleStoreLocator_body
{

   /* This is here for seeing the borders of the application when embedded in your site. */
/*     border:solid; */

/* Original background color */
    /* background-color:#fff; */
    
   /* Uh.  You can hide the whole app with this, but what would be the point? lol */
   /* display:none;*/
}

/* This is the width/height of the map that is displayed on the results page.  This can also be used to hide the map.*/
div.phpGoogleStoreLocator_map
{

 background-color: #838383;
	height:325px;
	border-color: #494949;
	border-style: solid;
	border-width: 1px 1px 0;

}

/* This is the header that goes above the results list */
div.phpGoogleStoreLocator_results_header
{
   /* border:solid;*/
   /* display:none;*/
   color: white;
	font-size: 11px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	padding:4px;
	margin:2px 2px 10px;
	background-color:#474747; }

div.phpGoogleStoreLocator_results_header_anchor
{
	float:left;
	margin-left: 5px;
	padding-right:10px; }

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

div.phpGoogleStoreLocator_results_header_information
{
 float:left;
}

/* This is the block that displays the Store Locations near: 80439 message*/
div.phpGoogleStoreLocator_results_store_locations_near
{
	font-size: 12px;
	background-color: #e9e9e9;
	margin: 2px 2px 0;
	padding: 8px 5px 3px 8px;
   /* Hide the store locations near message */
   /* display:none; */

   /* Put a border around the message */
   /*border:solid;*/
}

/* This is the block that displays the list of categories that the results came from */
div.phpGoogleStoreLocator_results_categories_list
{
	color: #2e2e2e;
	font-size: 11px;
	font-style: italic;
	background-color: #e9e9e9;
	margin-top: 0;
	margin-right: 2px;
	margin-left: 2px;
	padding: 2px 5px 8px 8px;
   /* Hide the categories list */
   /* display:none; */

   /* Put a border around the list */
   /* border:solid;*/
}


div.phpGoogleStoreLocator_results_block
{
	border:solid;
	border:solid 1px #dadada;
/*  border-color:red; */
 /* display:none; */
}

/* This is used to style each individual result */
div.phpGoogleStoreLocator_result
{

   /* Hide the categories result.  Uh, why would u want to do this? lol*/
   /* display:none; */

   /* Put a border around the result.  This puts a border around each result.  Each result comprises of multiple divs as well, this puts a border
      around all of those divs that make up each result */

/*     border-color:green; */
     font-size: 11px;
	font-family: Verdana, sans-serif;
	line-height: 140%;
	width: 650px;
	padding:5px;
	margin:10px;
	border-bottom: 1px dotted #afafaf; }

/* This is the number of the result in the results it has an anchor tag on it that takes you to that location on the map */
div.phpGoogleStoreLocator_result_location_anchor_number
{
/*   border:solid;  */
 /* display:none; */
    /* For some reason, height 100% will not actually set the height to 100% of the phpGoogleStoreLocator_result container div, I dont know why. */
    /* But in anycase, this height simulates a table column cell that stretches down to the bottom of the container */
    float:left;
     padding-right:10px; 
}

/* Use this to display/hide the distance */
div.phpGoogleStoreLocator_result_location_distance
{
/*   border:solid;  */
 /* display:none; */

 float:left;
  padding-right:20px; 


}

/* This is the image that is associated with a location. */
img.phpGoogleStoreLocator_result_location_image
{
	width: 331px;
	border:0; }

/* This is the contain for the image that is associated with a location. */
div.phpGoogleStoreLocator_result_location_image
{
	float:right;
	padding-right: 0; 
/*  border:solid; */
/*  border-color:purple; */
}

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

}


/* Use this to display/hide the storename */
div.phpGoogleStoreLocator_result_location_storename
{
	width: 206px;
	padding-right: 8px;
/*   border:solid;  */
 /* display:none; */

}

/* Use this to display/hide the address */
div.phpGoogleStoreLocator_result_location_address
{
/*   border:solid;  */
 /* display:none; */
}

/* Use this to display/hide the city */
div.phpGoogleStoreLocator_result_location_city
{
/*   border:solid;  */
 /* display:none; */
}

/* Use this to display/hide the state */
div.phpGoogleStoreLocator_result_location_state
{
/*   border:solid;  */
 /* display:none; */
   float:left;
   padding-right:10px; 
}

/* Use this to display/hide the zip */
div.phpGoogleStoreLocator_result_location_zip
{
/*   border:solid;  */
 /* display:none; */
  float:left;
	padding-right:10px;
	padding-left: 0; }

/* Use this to display/hide the country */
div.phpGoogleStoreLocator_result_location_country
{
/*   border:solid;  */
 /* display:none; */


}

/* Use this to display/hide the comments AND ratings stars*/
div.phpGoogleStoreLocator_result_location_phone
{
     padding:0 10px 0 0;
/*   border:solid;  */
 /* display:none; */
 
}

/* Use this to display/hide the comments AND ratings stars*/
div.phpGoogleStoreLocator_result_location_comments
{
     padding:10px;  
     margin-bottom:-15px;
/*   border:solid;  */
 /* display:none; */
 
}

/* Use this to display/hide the map and directions info*/
div.phpGoogleStoreLocator_result_location_map_and_directions
{
	padding:5px 10px 10px 0;
/*   border:solid;  */
 /* display:none; */
}

/* Use this to display/hide the hours*/
div.phpGoogleStoreLocator_result_location_hours
{
     padding:10px;  
     margin-bottom:-15px;
/*   border:solid;  */
 /* display:none; */
}

/* Use this to display/hide the notes*/
div.phpGoogleStoreLocator_result_location_notes
{
	font-weight: bold;
	padding:0 0 10px 30px;
/*   border:solid; */
 /* display:none; */
 }

/* Use this to display/hide the powered by msg*/
div.phpGoogleStoreLocator_powered_by
{
 /* border:solid; */
  display:none;
 text-align:center;
}

/* Use this to display/hide the notes*/
div.phpGoogleStoreLocator_execution_time
{
 /* border:solid; */
 /* display:none; */
 text-align:center;
}

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


/* Google tool tip marker, this is for the tooltip that shows when you hover over an icon on the map. */
div.markerToolTip 
{
	color: #960000;
	font-family: Verdana;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	border: solid 1px #555;
	font-weight: bold;
	background: #fff;
	padding: 5px;
	opacity: .90;
	-moz-opacity: .90;
	filter: alpha(opacity=90); }
/***** This is critical to layout design to line things up, dont change it.  ******/
.clearboth {
clear:both;
}
.noresults {
	color: #f00000;
	font-size: 12px;
	font-weight: bold;
	padding: 10px; }
