/**** Styles Specifically for the Store Locator Page ****/

/* Listing Columns */
div.col1, div.col2
{
  float:left;
  font-size:12px;
}
div.col1
{
  margin-right:20px;
  width:400px;
}
div.col2 { width:307px; }
div.col1 div.padded, div.col2 div.padded { padding:10px; }
div.col2 div.padded { background:#f2efec; }

/* Listing Table */
table.listing td { font-size:12px; }