
/* -----------------
FORM
--------------------*/
.phpGoogleStoreLocator_body th{
text-align: left;
vertical-align: top;
width: 80px;
}

.phpGoogleStoreLocator_body td {
padding: 3px 0px;
}

.phpGoogleStoreLocator_body input, 
.phpGoogleStoreLocator_body select,
.phpGoogleStoreLocator_body textarea {
border: 1px solid #a39894;
width: 200px;
}

.phpGoogleStoreLocator_body .formbutton {
width: auto;
background-color: #311710;
color: #fff;
padding: 3px;
font-size: 11px;
float: right;
margin-right: 42px;
}




div.phpGoogleStoreLocator_map
{

 height:445px;
border: 1px solid #897b77;
}

/* This is the header that goes above the results list */
div.phpGoogleStoreLocator_results_header
{
   padding:5px;
   margin:5px;
font-family: century gothic, verdana, serif;
	color: #41c4dc;
	font-weight: normal;
font-size: 1.5em;
	margin-bottom: 2px;
	margin-top: 15px;
border-bottom: 1px dotted;
}

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

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
{
padding: 5px;
background: #897b77;
color: #fff;
}

/* This is the block that displays the list of categories that the results came from */
div.phpGoogleStoreLocator_results_categories_list
{
   padding: 5px;
background: #897b77;
color: #fff;
}


div.phpGoogleStoreLocator_results_block
{ border:0px}

/* This is used to style each individual result */
div.phpGoogleStoreLocator_result
{
     padding:10px;  
     margin:10px;  

}

/* 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
{
   float:left;
     padding-right:20px; 
}

/* Use this to display/hide the distance */
div.phpGoogleStoreLocator_result_location_distance
{

 float:left;
  padding-right:70px; 


}

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

/* This is the contain for the image that is associated with a location. */
div.phpGoogleStoreLocator_result_location_image
{

 float:left;
  padding-right:10px; 
}

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


/* storename */
div.phpGoogleStoreLocator_result_location_storename
{ font-weight: bold;}

/* address */
div.phpGoogleStoreLocator_result_location_address
{}

/*city */
div.phpGoogleStoreLocator_result_location_city
{}

/*state */
div.phpGoogleStoreLocator_result_location_state
{
   float:left;
   padding-right:10px; 
}

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

/* country */
div.phpGoogleStoreLocator_result_location_country
{}

/* phone*/
div.phpGoogleStoreLocator_result_location_phone
{
    margin-left: 122px;
margin-top: 10px;

}

/* map and directions info*/
div.phpGoogleStoreLocator_result_location_map_and_directions
{ padding-top: 10px; }

/* hours*/
div.phpGoogleStoreLocator_result_location_hours
{
     padding:10px;  
     margin-bottom:-15px;
}

/* notes*/
div.phpGoogleStoreLocator_result_location_notes
{
     padding:10px;
     margin-bottom:-10px;
 }

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

/* notes*/
div.phpGoogleStoreLocator_execution_time
{
 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
{
 font-size:12px;
}

.phpGoogleStoreLocator_execution_time {display: none;}


/* 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;
    white-space: nowrap;
    margin: 0;
    padding: 2px 0.5ex;
    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;
}
