@charset "UTF-8";
/* CSS Document */

form {
	padding:0px;
	margin:0px;
}
html,body {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	background-color:#daf1fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45283a;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #45283a;
	font-weight:bold;
}
#myZip {
	font-size: 11px;
	color: #999;
	width: 120px;
	height: 18px;
	margin-top: 3px;
}
#zipSearchBut {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
#recSearchBut {
	float: right;
	margin-right: 4px;
	margin-top: 4px;
}
.recBar {
	height: 1px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	padding-top: 10px;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 10px;
}
#cookbookLogo {
	position:absolute;
	display:none;
	right:10px;
	top:10px;
	z-index:555;
}
#recLists {
	margin: 0px;
	padding: 0px;
	margin-left:10px;
	padding-left:10px;
	margin-top:5px;
}
#recLists li{
	padding: 1px;
	padding-left:0px;
	cursor: pointer;
	color:#62bd19;
	font-weight:bold;
}
#recLists li:hover{
	color:#a20559;
	text-decoration:underline;
}
#recLists2 {
	margin: 0px;
	padding: 0px;
	margin-left:10px;
	padding-left:10px;
	margin-top:5px;
}
#recLists2 li{
	padding: 1px;
	padding-left:0px;
	cursor: pointer;
	color:#e55200;
	font-weight:bold;
}
#recLists2 li:hover{
	color:#62bd19;
	text-decoration:underline;
}
.recListsBox2 {
	margin:5px;
}
.recListsBox2 a:link {
	color:#e55200;
	font-weight:bold;
	text-decoration:none;
}
.recListsBox2 a:visited {
	color:#e55200;
	font-weight:bold;
	text-decoration:none;
}
.recListsBox2 a:hover {
	color:#62bd19;
	font-weight:bold;
	text-decoration:underline;
}
.recListsBox {
	margin:5px;
}
.recListsBox a:link {
	color:#62bd19;
	font-weight:bold;
	text-decoration:none;
}
.recListsBox a:visited {
	color:#62bd19;
	font-weight:bold;
	text-decoration:none;
}
.recListsBox a:hover {
	color:#a20559;
	font-weight:bold;
	text-decoration:underline;
}
#recSearchBox {
	width: 220px;
	padding-top: 8px;
	font-size: 11px;
}
#searchTerm {
	font-size: 11px;
	color: #999;
	width: 210px;
	height: 18px;
	margin-top: 3px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-image: url(/slicedImages/content.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#content {
	margin: 20px;
	width: 922px;
	background-color: #FFF;
	padding-top: 5px;
}
#header {
	margin: 7px;
	border-bottom: 3px solid #ae0060;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	height: 95px;
	margin-top: 0px;
	margin-left: 7px;
	position: relative;
}
#zipSearchBox {
	float: right;
	width: 200px;
	padding-top: 15px;
	font-size: 11px;
	color: #FFF;
}
#topNav {
	float: right;
	height: 20px;
	clear: both;
	margin-right: 15px;
	padding-top: 10px;
}
#leftCol {
	float:left;
	width:220px;
	height:auto;
	margin-left: -2px;
	/*background-color: #FFF;*/
}
#leftColContent {
	background-color: #fffbe2;
	border: 2px solid #d1d1d1;
	float:left;
	width:220px;
	margin-left: 7px;
	padding: 3px;
}
#leftColContent a:link{
	color:#56B31A;
}
#leftColContent a:visited{
	color:#56B31A;
}
#leftColContent a:hover{
	color:#e55200;
}
#feat {
	float:right;
	width:681px;
	height:398px;
	margin-right: 7px;
	margin-top: 3px;
}
#featContent {
	position:relative;
	float:right;
	width:675px;
	height:auto;
	margin-right: 5px;
	margin-top: 1px;
	text-align:left;
	_margin-right: -5px;
}
#featContent a:link{
	color:#e55200;
}
#featContent a:visited{
	color:#e55200;
}
#featContent a:hover{
	color:#341D2C;
	text-decoration:none;
}
#recSeasonal {
	float: right;
	background-image: url(/images/recipeSeasonHeader.png);
	background-repeat: no-repeat;
	width: 254px;
	padding-top: 80px;
	margin-right: 3px;
	background-position: 0px 3px;
	padding-left: 5px;
}
#recFeats {
	float:right;
	width:685px;
	margin-top: 5px;
	clear: right;
	margin-right: 0px;
	background-color: #FFF;
}
#recMel {
	float:right;
	width:680px;
	clear: right;
	margin-right: 0px;
	background-color: #FFF;
	margin-bottom: 7px;
}
#recMel input {
	margin-top:4px;
	font-size: 11px;
	color: #999;
	width: 346px;
	height: 18px;
}
#recMel textarea {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:7px;
	font-size: 11px;
	color: #999;
	width: 390px;
	height: 30px;
}
#recMel select {
	margin-top:1px;
	font-size: 11px;
	color: #000;
	width: 300px;
	height: 20px;
}

#melBut {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}
#sub {
	float:right;
	width:681px;
	height:195px;
	margin-right: 7px;
	margin-top: 10px;
	clear: right;
}
#sub a:link,#sub a:active,#sub a:visited,#sub a:hover {
	color:#45283A;
}
#IEonlyNav {
	position: absolute;
	height: 95px;
	width: 908px;
	left: 0px;
	top: 0px;
}
#leftCol div {
	margin-left: 10px;
	margin-top: 3px;
	margin-right: 10px;
}
#savingsSmile {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#myEmail {
	font-size: 11px;
	color: #999;
	width: 200px;
	height: 18px;
	margin-top: 10px;
}
#leftCol div#signup {
	margin-top:-5px;
}
#signupBut {
	float: right;
}
#footer {
	width:699px;
	height:49px;
	background-image:url(/images/footerBar.png);
	background-repeat:no-repeat;
	clear: both;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	padding-top: 24px;
	font-size: 11px;
	margin-left: 7px;
	background-position: 0px 10px;
	position: relative;
	padding-left: 210px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#footer a:link{
	color:#FFF;
}
#footer a:visited{
	color:#FFF;
}
#footer a:hover{
	color:#FFF;
	text-decoration:none;
}
.IE6only {
	display:none;
	_display:visible;
}
#recSeasonalBlurb {
	padding-top: 10px;
}
.copyright{
	font-size:9px;
}
#effectiveDates {
	font-size: 11px;
	color: #341D2C;
	text-align: right;
	padding-right: 3px;
	height: 45px;
}
#shoppingListPrint {
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	padding-top:5px;
	color:#341D2C;
	clear:both;
	padding-bottom:10px;
}
#shoppingListPrint a:link {
	color:#341D2C;
}
#shoppingListPrint a:visited {
	color:#341D2C;
}
#shoppingListPrint a:hover {
	color:#d41D2C;
	text-decoration:none;
}
#shoppingList {
	background-image: url(/images/adShoppinglistHeader.gif);
	background-repeat: no-repeat;
	min-height: 60px;
	padding-top: 65px;
}
.adPageLinks {
	text-align: center;
	margin-top: 13px;
	margin-bottom: 13px;
}
#adPdfLinks {
	float: left;
	text-align: left;
	padding-left: 7px;
	width: 93px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
}
#adPdfLinks a:link {
	color:#341D2C;
}
#adPdfLinks a:visited {
	color:#341D2C;
}
#adPdfLinks a:hover {
	color:#d41D2C;
	text-decoration:none;
}
#adPageLinksBtm {
}
.adTextLayer {
	color: #FFF;
	width: 227px;
	position: absolute;
}
.adBrand {
	font-size: 12px;
	padding-left: 3px;
}
.adItem {
	font-size: 15px;
	padding-left: 3px;
	font-weight: bold;
}
.adDesc {
	padding-left: 3px;
	font-size: 11px;
	font-style: italic;
}
.adPrice {
	float: right;
	font-size: 20px;
	padding-top: 15px;
}
.rolloverRepeat {
	background-image:url(/images/adRollover_repeat.png);
	padding-left:12px;
	padding-right:12px;
	padding-bottom: 6px;
	padding-top: 5px;
}
.adBlurb {
	font-size: 11px;
	padding-top: 2px;
	padding-left: 3px;
}
.adBrand a:link{
	color:#FFC;
	font-size: 10px;
}
.adBrand a:visited{
	color:#FFC;
	font-size: 10px;
}
.adBrand a:hover{
	color:#FFF;
	font-size: 10px;
	text-decoration:none;
}
.delBut {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 3px;
	cursor:pointer;
}
.delBut2 {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	cursor:pointer;
}
.adPriceSub{
	font-size:13px;
}
#emptyLIst {
	padding:5px;
}
#printList {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 550px;
	background-image: url(/slicedImages/content.jpg);
	background-repeat: repeat-y;
	height: 100%;
	text-align:center;
}
#printList a:link {
	color:#341D2C;
}
#printList a:visited {
	color:#341D2C;
}
#printList a:hover {
	color:#d41D2C;
	text-decoration:none;
}
.printListItem:nth-child(2n+1){
	background-color:#EEEEEE;
}
.shopListers:nth-child(2n+1){
	background-color:#dbece4;
}
#printListLogo{
	text-align:center;
	padding-bottom:10px;
}
.shopListers {
	padding:5px;
}#melPic {
	float: left;
	padding-right: 10px;
}
.formBG {
	background-color: #f2f9fc;
}
#aboutTable tr td p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#dairyBug{float:right;margin:-11px 30px -11px 0;}
#pumpPerks {
	background-image: url(/images/pumpPerksBkgrd.gif);
	height: 491px;
	width: 620px;
	margin-left: 7px;
	position: relative;
	float: right;
	padding-top: 80px;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-right: 2px;
	padding-right: 20px;
}
.storeList {
	padding-bottom:10px;
	font-size:11px;
}
#homeLink {
	position:absolute;
	width:170px;
	height:79px;
	top:11px;
	left:16px;
	cursor:pointer;
}
#homeLink2 {
	position:absolute;
	width:170px;
	height:79px;
	top:11px;
	left:16px;
	cursor:pointer;
}
