body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 101%;
}
td {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
th {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
H1 {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
H2 {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.grey {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555555;
}
A:link {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cb141a;
	text-decoration: underline;
}
A:visited {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cb141a;
	text-decoration: underline;
}
A:active {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cb141a;
	text-decoration: underline;
}
A:hover {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cb141a;
	text-decoration: none;
}
A.menu:link {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #464646;
	text-decoration: none;
}
A.menu:active {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #464646;
	text-decoration: none;
}
A.menu:visited {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #464646;
	text-decoration: none;
}
A.menu:hover {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #ed1c24;
	text-decoration: none;
}
A.whitetop:link {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
A.whitetop:active {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
A.whitetop:visited {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
A.whitetop:hover {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.footertext {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ed1c24;
}
A.footer:link {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ed1c24;
	text-decoration: underline;
}
A.footer:active {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ed1c24;
	text-decoration: underline;
}
A.footer:visited {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ed1c24;
	text-decoration: underline;
}
A.footer:hover {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ed1c24;
	text-decoration: none;
}
input.control {
	margin-left: 3px;
	margin-right: 3px;
}
/* table.standard in some form */
table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}
table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	empty-cells: show;
	vertical-align: top;
}
table.standard th {
	color: #000000;
	background-color: #dcdcdc;
}
table.standard tr.alt td {
	background-color: #bbbbbb;
}
table.standard tr.highlighted td {
	background-color: #BDD1DC;
}
table.borderless td, table.borderless th {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	empty-cells: show;
	vertical-align: top;
}
.festival {
	width: 100%;
}
.festival td img {
	border: 1px solid black;
}
/* button styling */
.submit_button, input[type=submit], input[type=button], input[type=reset], button {
	font-family: Arial, helvetica, sans-serif;
	color: #ffffff;
	line-height: 20px;
	border: 2px solid black;
	background-color: #dd0000;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 0px 1px 0px 1px;
}
div.shop {
}
div.shop table.header_table {
	width: 100%;
}
div.shop table.header_table td.name {
	width: 60%;
	font-weight: bold;
}
div.shop table.header_table td.location {
	width: 40%;
	font-weight: normal;
}
div.shop div.expandable {
	display: none;
}
div.shop table.expandable_table td.address {
	width: 175px;
	vertical-align: top;
}
div.shop table.expandable_table td.middle {
	vertical-align: top;
}
div.shop span.expandable-link {
	width: 25%;
}
div.shop table.expandable_table td.image {
	width: 100px;
}
div.shop span.expanding-link {
	cursor: pointer;
	text-decoration: underline;
}
div.shop span.expanding-link:hover {
	cursor: pointer;
	text-decoration: none;
}
div.shop div.specialty {
	margin-bottom: 5px;
}
div.shop_page {
  display: none;
}
#shop_paging {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}