/* store location */
table.StoreLocations {
	width: 660px;
	margin: 0px;
	padding: 0px;
}
table.StoreLocations td {
	vertical-align: top;
	text-align: left;
	width: 330px;
}


table.StoreLocation {
	width: 320px;
	margin: 0px;
	padding: 0px;
}
table.StoreLocation caption {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 3px;
	font-weight: bold;
}
table.StoreLocation td
{
	vertical-align: top;
	width: 260px;
	padding: 2px;
	font-size: 12px;
}
table.StoreLocation td.field
{
	text-align: right;
	width: 60px;
	padding: 2px;
	font-size: 12px;
	color: #333333;
}


table.StoreLocationDetails {
	width: 660px;
	padding: 0px;
	margin: 0px;
}
table.StoreLocationDetails td.store {
	width: 480px;
	vertical-align: top;
}
table.StoreLocationDetails td.otherstores {
	width: 180px;
	padding-left: 10px;
	vertical-align: top;
}

#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: #FFFFFF;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom: 1px solid #273A97;
}
#NavSide{
	width: 168px;
	background-color: #EEEEEE;
}
#NavSide ul {list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;}
#NavSide li {
	background: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #273A97;
	border-right-color: #273A97;
	border-bottom-color: #273A97;
	border-left-color: #273A97;
	border-right-style: solid;
	border-left-style: solid;
	width: 168px;
	}
#NavSide li a, #NavSide li a:visited, #NavSide li a:active, #NavSide li a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 158px;
	}
#NavSide li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(/images/main-nav-mid.gif);
	background-position: center;
	}
#NavSide li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/images/main-nav-mid_s.gif);
	}