﻿#BuyLocal 
{
	width: 470px;
	overflow: hidden;
}

#BuyLocal table
{
	border: solid 1px #AAAAAA;
	border-bottom: none 0px transparent;
}

#BuyLocal th
{
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	border-bottom: solid 1px #AAAAAA;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	background-color:#FFcc00;
	color: Green;
}

#BuyLocal tr.alt
{
	background-color: #E4E4E4;
}

#BuyLocal td
{
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border-bottom: solid 1px #999999;
}

#BuyLocal td.noUnderline
{
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: none 0px transparent;
}

#BuyLocal td a, #BuyLocal td a:link, #BuyLocal td a:visited
{
	font-weight: bold;
	color: blue;
}

#BuyLocal td a:hover, #BuyLocal td a:active
{
	color: red;
}

#LocalIcons
{
	background-color: #FFFFCC; 
	border: solid 1px #999999; 
	width: 460px; 
	padding: 3px 0px 1px 5px; 
	overflow: hidden;
}

#LocalIcons img
{
	float: left;
}

.locationListItem
{
	width: 230px;
	float: left;
	padding: 0px 5px 5px 0px;
}

.FoodTypeList
{
     padding-right: 10px;
}