div.StoreRegion {
	font-size: 11pt;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
}

table.StoresList
{
	width: 520px;
	margin: 0px;
	padding: 0px;
}
table.StoresList td
{
	width: 260px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;
}

table.StoreContact
{
	width: 260px;
	margin: 0px;
	padding: 0px;
}
table.StoreContact td
{
	vertical-align: top;
	padding: 2px;
	font-size: 11px;
	width: 230px;
}
table.StoreContact td.field
{
	width: 30px;
	text-align: right;
	padding-right: 5px;
}

/* sub navigation */
#NavSide{
	width: 170px;
	background-color: #F0F0F0;
}
#NavSide-top {
	height: 30px;
	width: 160px;
	background-image: url(/images/nav_right_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom: 1px solid #DEDEDE;
}
#NavSide-middle {
	height: 25px;
	width: 160px;
	background-image: url(/images/nav_right_middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom: 1px solid #DEDEDE;
}
#NavSide ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#NavSide li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DEDEDE;
	border-left-color: #DEDEDE;
	margin: 0px;
	padding: 0px;
	width: 166px;
	height: 25px;
	}
#NavSide a:link {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	line-height: 22px;
	height: 25px;
}
#NavSide a:visited {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	line-height: 22px;
	height: 25px;
}
#NavSide a:hover {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	line-height: 22px;
	height: 25px;
	background-color: #F7050D;
}
#NavSide a.selected {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	line-height: 22px;
	height: 25px;
	background-color: #C40000;
}

