﻿h3 
{
	margin: 10px 10px 2px 10px;
}

table.HitList 
{
	margin: 2px 10px 10px 10px;
}

div.StoreSelect 
{
	margin-bottom: 10px;
	margin-left: -10px;
	width: 780px;
	float: right;
	background: #ccc;
}

.Footer 
{
	clear: both;
}

.Left 
{
	width: 190px;
	float: left;
	clear: both;
}

.Login .StandardForm 
{
	border: none;
	margin: 0 5px 5px 5px;
	background: #ccc;
}

.Login .StandardForm table 
{
	margin: 0 0 10px 0;
}

.Login p
{
	font-weight: bold;
}

.Titles
{
	clear: both;
}

.Titles img 
{
	margin: 0;
}

.Titles h1 
{
	margin-top: 10px;
}

.LoginTitle 
{
	margin: 10px 0 0 0;
	width: 160px;
	height: 59px;
	float: left;
	background: #ccc;
}

.StoreTitle 
{
	margin: 10px 0 0 0;
	width: 751px;
	height: 59px;
	float: left;
	background: #ccc;
}

.Login 
{
	margin: 0;
	border-top: 1px solid #ccc;
	background: #ccc;
}

.LoginBenefits h4 
{
	margin: 10px;
	padding: 0;
	text-align: left;
	background: #fff;
}

tr.OddRow td,
tr.EvenRow td
{
	padding: 0;
}

tr.OddRow td a,
tr.EvenRow td a
{
	display: block;
	padding: 5px;
	text-decoration: none;
}

tr.OddRow td a:hover,
tr.EvenRow td a:hover
{
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 4px 5px;
	background: #efe;
	
}

tr.OddRow td a span,
tr.EvenRow td a span
{
	float: right;
}

span.View
{
	text-decoration: underline;
}

tr.OddRow td a img,
tr.EvenRow td a img
{
	margin: 0;
	display: none;
}

tr.OddRow td a:hover img,
tr.EvenRow td a:hover img
{
	margin: 0;
	float: right;
	display: block;
}





.State
{
	margin: 10px;
	padding: 10px;
	background: #ddd;
}

.State h3
{
	margin: 0 0 5px 0;
}

.State h3 span
{
	font-weight: normal;
	font-size: 14px;
}

.State p
{
	margin: 0;
	padding: 5px 0 0 5px;
	font-size: 10px;
	font-weight: bold;
	clear: both;
}

.State ul.Left
{
	float: left;
}

.State ul.Right
{
	float: right;
}

.StoreLister
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 368px;
}

.StoreLister li.HeaderRow
{
	margin: 0;
	padding: 5px;
	height: 16px;
	font-weight: bold;
}

.StoreLister li
{
	margin: 0;
	padding: 0;
}


.StoreLister li a
{
	display: block;
	padding: 5px;
	text-decoration: none;
}

.StoreLister li a:hover
{
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 4px 5px;
	background: #efe;
	
}

.StoreLister li a span
{
	float: right;
}

.StoreLister li a strong
{
	color: #000;
}


span.View
{
	text-decoration: underline;
}

.StoreLister li a img
{
	margin: 0;
	display: none;
}

.StoreLister li a:hover img
{
	margin: 0;
	float: right;
	display: block;
}