table.Stores
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.Stores td
{
	width: 33%;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	border-right: 1px solid #cccccc;
}
table.Stores td.rightcol
{
	border-right: none;
}
div.Address
{
	padding-bottom: 8px;
	font-size: 14px;
}
div.Contact
{
	padding-bottom: 8px;
}
div.Hours
{
	padding-bottom: 8px;
}
div.MapLink
{
	padding-bottom: 8px;
}

table.ContactInfo
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.ContactInfo td
{
	vertical-align: top;
	padding: 3px;
	width: 80%;
	border: none;
}
table.ContactInfo td.field
{
	width: 20%;
	text-align: right;
}
