/* 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/ */

#findBox {
	margin:auto;
}
#findBox td {
	padding:5px;
}
/* This encompasses the ENTIRE results window */
div.storeLocator_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.storeLocator_map {
	/*border:solid;*/
/* width:445px;*/
 height:300px;
	margin:10px 20px;/* Hide the map */
   /* display:none; */
   
   /* Put a border around the map */
   /* border:solid;*/
}
/* This is the header that goes above the results list */
div.storeLocator_results_header {
	/* border:solid;*/
   /* display:none;*/
	padding:5px;
	background:#eee;
	border-bottom:5px solid #ddd;
	margin-bottom:10px;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	height:15px;
}
div.storeLocator_results_header_anchor {
	float:left;
	text-align:center;
	width:50px;
}
div.storeLocator_results_header_distance {
	float:left;
	clear:right;
	width:100px;
	text-align:left;
}
div.storeLocator_results_header_information {
	float:left;
	clear:right;
	text-align:left;
}
/* This is the block that displays the Store Locations near: 80439 message*/
div.storeLocator_results_store_locations_near {
/* 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.storeLocator_results_categories_list {
/* Hide the categories list */
   /* display:none; */

   /* Put a border around the list */
   /* border:solid;*/
}
div.storeLocator_results_block {
	padding:5px;
	margin:5px 20px;
}
/* This is used to style each individual result */
div.storeLocator_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; */

}
/* 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.storeLocator_result_location_anchor_number {
	/*   border:solid;  */
 /* display:none; */
    /* For some reason, height 100% will not actually set the height to 100% of the storeLocator_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;
	text-align:center;
	width:60px;
}
/* Use this to display/hide the distance */
div.storeLocator_result_location_distance {
	/*   border:solid;  */
 /* display:none; */

 float:left;
	clear:right;
	width:100px;
	text-align:left;
}
/* This is the image that is associated with a location. */
img.storeLocator_result_location_image {
	width:100px;
	height:100px;
	border:1px solid #ccc;
	padding:4px;
	background:#fff;
}
/* This is the contain for the image that is associated with a location. */
div.storeLocator_result_location_image {
	float:left;
	padding-right:10px;/*  border:solid; */
/*  border-color:purple; */
}
/*  Start Data set div, this aligns everything to the left when there is no image available */
div.storeLocator_result_location_data {
	/*   border:solid;  */
 float:left;
	clear:right;
	text-align:left;/*  border-color:yellow; */

}
/* Use this to display/hide the storename */
div.storeLocator_result_location_storename {
	color: #ED008C;
	font-size: 16px;
	font-weight: bold;
}
/* Use this to display/hide the address */
div.storeLocator_result_location_address {
/*   border:solid;  */
 /* display:none; */
}
/* Use this to display/hide the city */
div.storeLocator_result_location_city {
	float:left;
	padding-right:10px;
}
/* Use this to display/hide the state */
div.storeLocator_result_location_state {
	/*   border:solid;  */
 /* display:none; */
   float:left;
	padding-right:10px;
}
/* Use this to display/hide the zip */
div.storeLocator_result_location_zip {
	/*   border:solid;  */
 /* display:none; */
  float:left;
	padding-right:10px;
}
/* Use this to display/hide the country */
div.storeLocator_result_location_country {
/*   border:solid;  */
 /* display:none; */


}
/* Use this to display/hide the comments AND ratings stars*/
div.storeLocator_result_location_phone {
	padding:5px 0;
	color: #666;
	font-size: 14px;
	font-weight: bold;/*   border:solid;  */
 /* display:none; */
 
}
/* Use this to display/hide the comments AND ratings stars*/
div.storeLocator_result_location_comments {
	padding:10px 0;
	margin-bottom:-15px;
	border-top:dashed #ccc 1px;
	width:300px;/*   border:solid;  */
 /* display:none; */
 
}
/* Use this to display/hide the map and directions info*/
div.storeLocator_result_location_map_and_directions {
	padding:10px 0;/*   border:solid;  */
 /* display:none; */
}
/* Use this to display/hide the hours*/
div.storeLocator_result_location_hours {
	font-style:italic;
	color:#999999;/*   border:solid;  */
 /* display:none; */
}
/* Use this to display/hide the notes*/
div.storeLocator_result_location_notes {
	padding:10px;
	margin-bottom:-10px;/*   border:solid; */
 /* display:none; */
 }
/* Use this to display/hide the powered by msg*/
div.storeLocator_powered_by {
	/* border:solid; */
  display:none;
	text-align:center;
}
/* Use this to display/hide the notes*/
div.storeLocator_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.storeLocator_map_balloon_body {
	/*  white-space:nowrap;  */
 font-size:10px;
}
/* Google tool tip marker, this is for the tooltip that shows when you hover over an icon on the map. */
div.markerToolTip {
	text-align: center;
	margin: 0;
	padding:5px;
	border: 1px solid #555;
	font-weight: bold;
	background: #fff;
	opacity: .80;
	-moz-opacity: .80;
	filter: alpha(opacity=80);
}
/***** This is critical to layout design to line things up, dont change it.  ******/
.clearboth {
	clear:both;
}
