/* Hyperlinks */
a:link {			color:#0e77bb; text-decoration:none;}
a:hover {			color:#0e77bb; text-decoration:underline;}
a:visited {			color:#0e77bb; text-decoration:none;}
a:visited:hover {	color:#0e77bb; text-decoration:underline;}

/* Main Heading */
h1 {
	color: #4c5412;
	font-size: 19pt;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	border: none;
}

/* Light Green sub-heading */
h3 {
	color: #8e9c14;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
	line-height: 14pt;
	
	margin-bottom: 14px;
}

/* Light Green small sub-heading */
h4 {
	color: #8e9c14;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	line-height: 11pt;
	
	margin-bottom: 14px;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #555555;
	font-size: 10pt;
}
p.lineH_16px {
	line-height:16px;
}

.floatleft {
	float: left;
	margin-right: 20px;
}

ol.nums { margin:10px 0 20px 20px; padding:0; }
ol.nums li {
	list-style-type:decimal;
	padding:0 0 14px 0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #555555;
	font-size: 10pt;
}

ul.links { margin:10px 0 0 10px; padding:0; }
ul.links li {
	list-style-type:square;
	padding:0 0 10px 0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #555555;
	font-size: 10pt;
}

div.sidebar {
	width: 275px;
	background-color: #ededed;
}

div.sidebar form {
	margin: 10px;
}

div.sidebar input {
	color: #555555;
	width: 245px;
	margin-bottom: 10px;
}

div.sidebar h2 {
	font-weight: bold;
	font-size: 10pt;
	line-height: 13pt;
	color: #555555;
}

div.sidebar p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #555555;
	font-size: 10pt;
	line-height: 13pt;
	margin: 10px 10px 0px 10px;
}

.sidebar .disclaimer {
	color: #555555;
	font-size: 8pt;
	line-height: 10pt;
}

.sidebar .disclaimer a {
	color: #555555;
	text-decoration: underline;
}

.sidebar .disclaimer a:hover {
	color: #555555;
	text-decoration: none;
}

/* All styles below are specific to Safeway Lander */
#rack {
	width: 250px;
	background-color: #4c5412;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
	padding-bottom: 3px;
}

#rack img {
	margin-bottom: 3px;
}

div.productbox {
	float: left;
	width: 300px;
	height: 111px;
	margin-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #555555;
}

div.productboxleft {
	padding-right: 15px;
}

div.productboxright {
	width: 285px;
}

div.productbox img {
	float: left;
	margin-right: 5px;
}

div.productbox h5 {
	font-weight: bold;
}

h3#stores {
	line-height: 15pt;
	clear: left;
}

#safewayLogo {
	position: relative;
	top: 9px;
}

table#storelist {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 12pt;
	color: #000000;
}

table#storelist tr {
	line-height: 12pt;
	height: auto;
}

table#storelist td {
	border: solid 1px black;
	padding: 2px;
	height: 10px;
	margin: 0px;
}

table#storelist td.head {
	background-color: black;
	color: white;
}

table#storelist td.even {
	background-color: #eeeeee;
}

table#storelist td.odd {
	background-color: #ffffff;
}

input#Zip {
	width: 140px;
}

input#unsubChk {
	width: auto;
}

label {
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #555555;
}

#PrintBtn {
	width: 169px;
	height: 38px;
	margin-bottom: 15px;
}

#privacypolicy {
	float: right;
	display: block;
	width: 70px;
	margin-top: 5px;
	margin-right: 5px;
	
}

h1#sidebarhead {
	margin-left: 10px;
}

/*------------------
/  Thanks Page
/------------------*/
.thx_Links { border:#ccc 1px solid; padding:20px 30px 20px 30px; }




