/* Added by Mike for Stores list Table */

table.stores {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFDE41;
}
table.stores tr {}
table.stores tr th {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 50%;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	text-transform: uppercase;
}
table.stores tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 10px;
}
table.stores tr td address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

table.stores tr td a,
table.stores tr td a:link,
table.stores tr td a:visited  {
	color: #d50d16;
	font-weight: bold;
}
table.stores tr td a:hover,
table.stores tr td a:active {
	color: #d50d16;
	font-weight: bold;
	text-decoration: underline;
}
