* {
	padding: 0;
	margin: 0;
}

#Content {
	clear: both;
	margin: 20px 0;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
}

/* Header */

#Header {
	float: left;
	margin: 0 0 0 0;
}

	.LoginHeader {
		margin: 0;
		background-color: #ffffff;
		float: right;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		position: absolute;
		top: 20px;
		left: 770px;
		background-color:white; 
		filter:alpha(opacity=80); 
		opacity:.8;
	}
	.LoginOptions img{
		margin-right: 5px;
	}

	.Login {
		padding-bottom: 10px;
	}

		.LoginOptions {
			list-style: none;
			float: right;
			margin: 5px 15px 5px 10px;
		}
/* replaced below for dynamic css
		.LoginOptions li {
			float: left;
			list-style: none;
			padding: 0;
			color: #000;
			margin: 0px;
		}

		.LoginOptions li a {
			color: #000 !important;
		}

		.LoginHeader a, .Login a {
			text-decoration: none;
			color: #000 !important;
			font-family: Lucida Sans, Helvetica, Arial, sans-serif;
		}

		.LoginHeader a:hover, .LoginHeader a:hover {
			color: #000;
			text-decoration: underline;
		}
*/	

		.LoginOptions li {
			float: left;
			list-style: none;
			padding: 0;
			margin: 0px;
			filter:alpha(opacity=100); 
			opacity:1;
		}

		.LoginOptions li a {
			filter:alpha(opacity=100); 
			opacity:1;
		}

		.LoginHeader a, .Login a {
			text-decoration: none;
			font-family: Lucida Sans, Helvetica, Arial, sans-serif;
			filter:alpha(opacity=100); 
			opacity:1;
		}

		.LoginHeader a:hover, .LoginHeader a:hover {
			filter:alpha(opacity=100); 
			opacity:1;
			text-decoration: underline;
		}
/* end replaced below for dynamic css */	
	.LoginReq {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: none;
		padding: 10px 0;
		
	}

/* Navigation */

#NavBar {
	float: left !important;
	margin: 2px 0 0 0;
	background-color: transparent;
}


.mainSiteNav {
	display: block;
	height: auto;
	border: none !important;
	zoom: 1 !important;
	box-shadow: none;
	filter: none !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

  .NavBar .sf-menu a {
		display: block;
	}

	.sf-menu li {
		color: #fff !important;

		zoom: 1;
	}

	.sf-menu li:hover {
		background: #081520 !important;
		color: #fff !important;
		text-decoration: none !important;
	}

	.sf-menu li:hover a {
		color: #fff !important;
	}

	.sf-menu li a, .sf-menu li a:active {
		font-size: 16px;
		font-weight: normal;
		font-family: Georgia, Times, serif;
		color: #fff !important;
		font-style: italic;

	}

	.sf-menu li a:hover {

		color: #fff !important;
		text-decoration: none !important;
	}

	.sf-menu li ul {
		margin: 6px 0px 0px 0px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		backround-color: #000 !important;
	}

	.sf-menu ul li {
		border: 0px !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.sf-menu ul li:hover {
		border: 0px !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.sf-menu ul li a {
		display: block;
		font-size: 14px;

	}

	.sf-menu ul li a:hover {

	}

	.sf-menu ul li a:hover a {
		color: #fff !important;
	}
	
	.FlyoutFirst {
		-webkit-border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		border-radius: 0 5px 0 0;
	}
	
	.FlyoutLast {
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	
	.FlyoutSingle {
		-webkit-border-radius: 0 5px 5px 5px;
		-moz-border-radius: 0 5px 5px 5px;
		border-radius: 0 5px 5px 5px;
	}

	.Social_Icons {
		float: right;
		margin: 7px 20px 0px 0px;
	}

	.Social_Icons ul {
		list-style: none;
	}

	.Social_Icons li {
		float: left;
		margin: 0px 0px 0px 10px;
	}
/* END this has been replaced with the section below in order to enable the color wheel in the admin */

/* Navigation */

#NavBar {
	width: 750px !important;
	float: left !important;
	margin: 25px 0 0 0;
	background-color: transparent;
}

.mainSiteNav {
	display: block;
	height: auto;
	border: none !important;
	zoom: 1 !important;
	background-color: transparent !important;
	background-image: none !important;
	background: transparent !important;
	box-shadow: none;
	filter: none !important;
}

  .NavBar .sf-menu a {
		display: block;
	}

	.sf-menu li {
		border-top: 1px solid transparent;
		border-right: none;
		border-bottom: 1px solid transparent;
		border-left: none !important;
		background-color: transparent !important;
		zoom: 1;
	}

	.sf-menu li:hover {
		background: #616317 !important;
		border-top: 1px solid #51521c !important;
		border-bottom: 1px solid #a2a55b !important;
		color: #fff !important !important;
		text-decoration: none !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.sf-menu li a, .sf-menu li a:active {
		font-size: 12px;
		font-weight: normal;
		color: #fff !important;
		font-style: normal;
		background: transparent;
		border-top: 1px solid transparent;
		border-right: none;
		border-bottom: 1px solid transparent;
		border-left: none;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		padding: 0 .8em;
		height: 30px;
		line-height: 30px;

	}

	.sf-menu li a:hover {
		background: #616317 !important;
		color: #fff !important;
		text-decoration: none !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.sf-menu li ul {
		margin: -10px 0px 0px 0px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		backround-color: #000 !important;
	}
	
	.sf-menu li ul a, .sf-menu li ul a:visited {
		border: 0 !important;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	.sf-menu li ul a:hover, .sf-menu li ul a:active {
		border: 0 !important;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	.sf-menu ul li {
		border: 0px !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.sf-menu ul li:hover {
		border: 0px !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.sf-menu ul li a {
		display: block;
		font-size: 12px;
		background-color: #616317;
	}

	.sf-menu ul li a:hover {
		background-color: #b92d19 !important;
	}
	
	.FlyoutFirst {
		-webkit-border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		border-radius: 0 5px 0 0;
	}
	
	.FlyoutLast {
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	
	.FlyoutSingle {
		-webkit-border-radius: 0 5px 5px 5px;
		-moz-border-radius: 0 5px 5px 5px;
		border-radius: 0 5px 5px 5px;
	}






/* Body */

#mainContent {
	margin-top: 20px;
}

.GliderContainer {
	margin-top: 0px;
}

	.GliderContainer img {
		-moz-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
		-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
		box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	}
	
	#my-glider
	{
		width: 728px;
		height: 385px;
		float: none;
	}

	#slideshow img 
	{
		width: 728px;
		height: 385px;
		margin: 0;
	}

	#nav 
	{
		width: 100%;
		margin: 0px auto;
		margin-top: 5px;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#nav li 
	{
		margin: 3px;
		list-style: none; 
		display: inline-block;
		*display:inline; /*IE7*/
	    *zoom:1; /*IE7*/
	}

	#nav li:hover
	{
		
	}

	#nav a 
	{
		display: block;
		width: 7px;
		height: 7px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: #b3b3b3;
		border: 2px solid #979797;
	}

	#nav a:hover
	{
		border: 2px solid #464646;
	}

	#nav a.activeSlide 
	{ 
	}

	#nav li a.activeSlide
	{
		background-color: #59a8d1;
		border: 2px solid #59a8d1;
	}
	
	#nav li a.activeSlide:hover
	{
		background-color: #59a8d1;
		border: 2px solid #447b98;
	}

	#nav a:focus 
	{ 
		background-color: #59a8d1;
		border: 1px solid #4888a9;
	}

	#nav img 
	{ 
		
	}

	#nav img:hover
	{
		
	}

	#nav li a.activeSlide img
	{
		
	}


/* Footer */

	.footer {
		width: 980px;
		font-size: 12px;
	}

	.footer ul {
		width: 980px;
		float: left;
		margin: 26px 0;
		background-color: #2a465c;
		font-style: normal;
	}

		.footer ul li.First {
			margin-left: 370px;
		}

		.footer li {
			float: left;
			margin: 20px 5px 20px 0;
			list-style: none;
			font-family: Georgia, Times, serif !important;
			color: #fff;
		}
	
		.footer li span {
			color: #fff;
		}
	
		.footer li a:link, .footer li a:visited {
			color: #fff !important;
			text-decoration: none;
		}
	
		.footer li a:hover, .footer li a:active {
			color: #fff;
			text-decoration: underline;
		}

	.SubFooter {
		margin-top: 10px;
	}

/* Login */

.ListIndexContainer .SignUp a {
	background-color: #081520 !important;
	color: #fff !important;
	font-size: 12px;
}

.ListIndexContainer .SignUp a:hover {
	background-color: #163854 !important;
	color: #fff !important;
	font-size: 12px;
}

table.HitList, .HitList table, .StandardForm, .StandardForm input {
border: 1px solid #081520 !important;
}

/* Store Locator */

table.HitList tr.HeaderRow td, .HitList table tr.HeaderRow td, th, dt, .HeaderRow td, table.HitList tr.HeaderRow td {
	border-bottom: 1px solid #081520 !important;
}

/* Login */

.footer a:link {
	color: #2A465C;
	text-decoration: underline;
}

.footer a:visited {
	color: #2A465C;
	text-decoration: underline;
}

.footer a:hover {
	color: #2A465C;
	text-decoration: none;
}

.footer a:active {
	color: #2A465C;
	text-decoration: none;
}

.SignUp a {
	background-color: #d02004 !important;
	font-family: "MuseoSans500", Lucida Sans, Helvetica, Arial;
	color: #fff !important;
}

.SignUp a:hover {
	background-color: #a81b06 !important;
	color: #fff !important;
}
/* replaced with below for dynamic css
a:link, a:visited {
	text-decoration: none;
	color: #2A465C !important;
}

a:hover, a:active {
	text-decoration: underline;
	color: #2A465C !important;;
}
*/

a:link, a:visited {
	text-decoration: none;

}

a:hover, a:active {
	text-decoration: underline;
}


a:hover {
	text-decoration: underline;
}

.Footer_Detail a {
	color: #d02004 !important;
}

.Footer_Detail a:hover {
	text-decoration: underline !important;
}

.Breadcrumb a {
	text-decoration: none;
	color: #2a465c;
	font-family: Lucida Sans, Helvetica, Arial;
}

.Breadcrumb a:hover {
	color: #8C1B1B;
}

/*
.RecipeListPlugin span {
	color: #464646 !important;
	font-family: "MuseoSans500", Lucida Sans, Helvetica, Arial;
} */

.more_pages_list a:link {
	color: #d02004;
}

.more_pages_list a:active {
	color: #d02004;
}

.more_pages_list a:hover {

}

.more_pages_list a:visited {
	color: #d02004;
}

.SideBar .Group a {
	color: #2A465C;
}

.Content ul.Categories li ul li a {
	font-family: Lucida Sans, Helvetica, sans-serif;
}

ul.SubCategories li a {
	color: #2A465C;
}

div.Pagination ul li a {
	color: #2A465C;
}

/* Typography */

body {
	font-family: Georgia, Times, serif;
}

.sf-menu a {
	font-family: Georgia, Times, serif;
}

h1, h2, h3, h4, h5 span, .Categories li a, .Title, .FieldTitle {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #484848 !important;
}

h1, h5 {
	margin: 10px !important;
	color: #2A465C !important;
	font-family: Georgia, Times, serif;
	font-weight: normal;	
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

p {
	font-family: Georgia, Times, serif !important;
	font-size: 16px;
	line-height: 26px;
}

.RecipeLinks a.button, .Content ul.Categories li ul li a {
	color: #d02004;
	text-decoration: none;
}

.Content ul.Categories li a {
	color: #2A465C;
}

.Title {
	color: #2A465C;
}

.RecipeBlock .Title span {
	color: #fff;
}

/* PDF Ad */

.pdf_ads_list {
	border: 0;
	background: #fff;
	margin-bottom: 20px;
}

.pdf_ads_list ul {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	background: #DDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');
	padding: 10px 0 5px 0;
}

.pdf_ads_list ul li {
	list-style: none;
	margin: 0 10px 5px 10px;
}

.pdf_ads_list ul li a {
	padding: 5px 10px;
	border: 1px solid #CCC;
	border-color: #999 #666 #666 #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #D02004;
	display: block;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 0 white;
	font-size: 24px;
	font-weight: normal;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	-moz-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #CCC;
	background: #EEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#B6B5B5));
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient( top, #EEE, #CCC);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');	
}

.pdf_ads_list ul li a:hover {
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, to(#E3E2E2), from(#D5D4D4));
	background: -moz-linear-gradient( top, white, #DDD);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#dddddd', gradientType='0');
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dateRange {
	float: right;
	margin-top: 15px;
	display: inline-block;
	background-color: #037600;
	color: #fff;
	padding: 2px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pdf_ads_list ul li a span {
	color: #252525;
	font-size: 16px;
}



/*--- BEGIN NORMAL SITE STYLES ---*/







 @import url(https://fonts.googleapis.com/css?family=Bitter|Montserrat);

* {
	padding: 0;
	margin: 0;
}

::-moz-selection,
::selection {
	color: #fff;
	background: #b92d19;
}

html {
	
}

body {
	background-image: url('https://core-secure-graphics.grocerywebsite.com/Customizations/parent_sites/3/retailers/974/header/images/header_background_c.jpg');
	background-repeat: repeat-x;
}

table.Template, div.Template {
	background: transparent !important;
}

/* Header */

#Header {
	float: left;
	margin: 0;
	width: 230px;
}

	.LoginHeader {
		position: static;
		display: inline-block;
		margin: 13px 0 0 0;
		float: right;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #347172;
		
	}

	.LoginOptions span {
		color: #275455;
	}

	.Login {
		padding-bottom: 10px;
	}

		.household_name {
			font-family: "Bitter", Georgia, Times, serif;
			font-weight: bold;
			text-shadow: #2c5550 0px 1px 0px;
		}

		.LoginOptions {
			list-style: none;
			float: right;
			margin: 5px 15px 5px 10px;
		}

		.LoginOptions li {
			float: left;
			list-style: none;
			padding: 0px 5px !important;
			color: #fff !important;
			margin: 0px 0px 0px 5px;
		}

		.LoginHeader a:link, .LoginHeader a:visited {
			text-decoration: none;
			color: #fff !important;
			font-family: "Montserrat", Helvetica, Arial, sans-serif;
			text-shadow: #2c5550 0px 1px 0px;
			font-size: 10px;
		}

		.LoginHeader a:hover, .LoginHeader a:active {
			text-decoration: none;
			color: #fff !important;
			font-family: "Montserrat", Helvetica, Arial, sans-serif;
			text-shadow: #2c5550 0px 1px 0px;
			font-size: 10px;
		}

		.LoginHeader a:hover, .LoginHeader a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
	.LoginReq {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: none;
		padding: 10px 0;
		
	}



	.StandardWrapper {
		background: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

		.TL {
			background: none !important;
		}

		.TR {
			background: none !important;
		}

		.BL {
			background: none !important;
		}

		.BR {
			background: none !important;
		}

		/* Store Information */

		.SideBarBoxHead {
			background: #347172 !important;
			-moz-border-radius: 5px 5px 0px 0px;
			-webkit-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px;
			margin: 0px 10px 0px 0px;
		}

		.SideBarBoxHead h4 {
			color: #fff !important;
			font-weight: normal !important;
		}

		.SideBarNav {
			border: 1px solid #dedede !important;
			-moz-border-radius: 0px 0px 5px 5px;
			-webkit-border-radius: 0px 0px 5px 5px;
			border-radius: 0px 0px 5px 5px;
			margin-right: 10px;
		}

			.SideBarNav input {
				border: 1px solid #dedede;
				font-weight: bold;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
			}

			.SideBarNav input[type="submit"], .SideBarNav input[type="submit"]:visited {
				display: inline-block;
				padding: 5px 10px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				color: white;
				border: 1px solid #808224 !important;
				background: #808224;
				background: -webkit-gradient(linear, left top, left bottom, from(#a7a03e), to(#808224));
				background: -moz-linear-gradient( top, #a7a03e, #808224);
				filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#a7a03e', endColorstr='#808224', gradientType='0');
				text-align: center;
				text-shadow: #64661c -1px -1px 0px;
				box-shadow: inset 0 1px 0 rgba(255,255,255,.2),
				              0 1px 1px rgba(0,0,0,.08);
				cursor: pointer;
				font-family: "Bitter", Georgia, Times, serif;
			}
			
			.SideBarNav input[type="submit"]:hover, .SideBarNav input[type="submit"]:active {
				background: #a7a03e;
				background: -webkit-gradient(linear, left top, left bottom, from(#808224), to(#a7a03e));
				background: -moz-linear-gradient( top, #808224, #a7a03e);
				filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#808224', endColorstr='#a7a03e', gradientType='0');
			}

			p.SideBarNavFirst {
				margin: 20px 0px 10px 20px !important;
			}
	

/* Login Confirm */

#SpecialDetails ul, #SpecialDetails2 ul, #SpecialDetails3 ul, #SpecialDetails4 ul {
	margin: 30px 0 0 80px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.LoginRow {
	width: 750px;
}

.LoginBenefits h3 {
	color: #347172;
}

.BenefitDescription {
	margin: 0px 0px 10px 10px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	background: #b6d5d5;
	border: 1px solid #347172;
	width: 675px;
}

.BenefitDescription:hover {
	border: 1px solid #347172;
	background: #8cb0b0;
}

.BenefitDescription span {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333;
}
	
a.benefitButton:link, a.benefitButton:visited {
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	border: 1px solid #808224 !important;
	background: #808224;
	background: -webkit-gradient(linear, left top, left bottom, from(#a7a03e), to(#808224));
	background: -moz-linear-gradient( top, #a7a03e, #808224);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#a7a03e', endColorstr='#808224', gradientType='0');
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-shadow: #64661c -1px -1px 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),
	              0 1px 1px rgba(0,0,0,.08);
	cursor: pointer;
	font-family: "Bitter", Georgia, Times, serif;
}

a.benefitButton:hover, a.benefitButton:active {
	background: #a7a03e;
	background: -webkit-gradient(linear, left top, left bottom, from(#808224), to(#a7a03e));
	background: -moz-linear-gradient( top, #808224, #a7a03e);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#808224', endColorstr='#a7a03e', gradientType='0');
}


/* Mobile Site Button */

    a.MobileButton, a.MobileButton:visited
    {
      display: none;
      margin: 20px 15px 0 15px;
      padding: 20px 0px;
      color: #fff !important;
      font-weight: normal;
      text-align: center;
      text-decoration: none;
      font-size: 50px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #808224;
      background: -webkit-gradient(linear, left top, left bottom, from(#a7a03e), to(#808224));
	  background: -moz-linear-gradient( top, #a7a03e, #808224);
	  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#a7a03e', endColorstr='#808224', gradientType='0');
      border: 2px solid #808224 !important;
	  text-shadow: #64661c -1px -1px 0px;
	  box-shadow: inset 0 2px 0 rgba(255,255,255,.2),
	              0 1px 2px rgba(0,0,0,.08);
	  font-family: "Bitter", Georgia, Times, serif;
    }

    a.MobileButton:hover, a.MobileButton:active
    {
      background: #a7a03e;
	  background: -webkit-gradient(linear, left top, left bottom, from(#808224), to(#a7a03e));
	  background: -moz-linear-gradient( top, #808224, #a7a03e);
	  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#808224', endColorstr='#a7a03e', gradientType='0');
	  text-decoration: none !important;
    }


@media only screen and (max-device-width: 600px)
{
	
  #Header {
	width: 100%;
  }

  a.MobileButton
  {
    display: block;
  }

  .logo, .mainSiteNav, .LoginHeader {
  	display: none;
  }
}

/* Android HDPI */

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 600px), (max-width: 600px) {
  #Header {
    clear: both;
  }
	
  a.MobileButton
  {
    display: block;
  }

  .logo, .mainSiteNav, .LoginHeader {
  	display: none;
  }
}

/* iPhone 4 */

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px), (max-width: 600px){
  #Header {
    clear: both;
	width: 100%;
  }
	
  a.MobileButton
  {
    display: block;
  }

  .logo, .mainSiteNav, .LoginHeader {
  	display: none;
  }
}

/* Mobile Header */

.MobileHeader {
	background-image: url('https://core-secure-graphics.grocerywebsite.com/Customizations/parent_sites/3/retailers/974/mobile_landing_page/images/clarks_mobile_header.jpg') !important;
}

.SendToPhone a:link, .SendToPhone a:visited, .PhoneForm input.button, .PhoneForm input.button:visited {
	display: block;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #808224 !important;
	background: #808224 !important;
	font-family: "Bitter", Georgia, Times, serif !important;
	font-size: 14px;
	font-weight: normal !important;
	text-decoration: none;
	color: white !important;
	margin: 7px 7px 0px 0px;
	padding: 15px 20px 15px 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#a7a03e), to(#808224)) !important;
	background: -moz-linear-gradient( top, #a7a03e, #808224) !important;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#a7a03e', endColorstr='#808224', gradientType='0') !important;
	text-shadow: #64661c -1px -1px 0px !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),
	            0 1px 1px rgba(0,0,0,.08);
}

.SendToPhone a:hover, .SendToPhone a:active, .PhoneForm input.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#808224), to(#a7a03e)) !important;
	background: -moz-linear-gradient( top, #808224, #a7a03e) !important;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#808224', endColorstr='#a7a03e', gradientType='0') !important;
	font-family: "Bitter", Georgia, Times, serif !important;
	text-shadow: #64661c -1px -1px 0px !important;
}

.SendToPhone span, .PhoneForm input, span.Label {
	color: #464646 !important;
}

.MobileFeatures h1 {
	color: #347172;
	font-weight: normal;
	letter-spacing: normal;
}

/* Sidebar */

.SideBar img {
	display: none;
}

.SideBar .Group {
	margin: 0 10px 10px 0 !important;
}

/* Forms */

.StandardForm {
	background-color: #fff;
	border: none !important;
	margin-top: 20px !important;
}

	.StandardForm input {
		border: none !important;
		color: #464646;
		background-color: #f2f2f2 !important;
		border-top: 1px solid #cacaca !important;
		border-left: 1px solid #cacaca !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px 10px 5px 10px;
		font-family: "Lucida Grande", "Lucida Sans", sans-serif !important;
		font-weight: normal;
	}

	.StandardForm input[type="submit"], .LoginReq .button, .LoginReq .button:visited {
		display: inline-block;
		padding: 5px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: white;
		border: 1px solid #808224 !important;
		background: #808224;
		background: -webkit-gradient(linear, left top, left bottom, from(#a7a03e), to(#808224));
		background: -moz-linear-gradient( top, #a7a03e, #808224);
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#a7a03e', endColorstr='#808224', gradientType='0');
		text-align: center;
		text-shadow: #64661c -1px -1px 0px;
		box-shadow: inset 0 1px 0 rgba(255,255,255,.2),
		              0 1px 1px rgba(0,0,0,.08);
		cursor: pointer;
		font-family: "Bitter", Georgia, Times, serif;
	}

	.StandardForm input[type="submit"]:hover, .LoginReq .button:hover, .LoginReq .button:active {
		background: #a7a03e;
		background: -webkit-gradient(linear, left top, left bottom, from(#808224), to(#a7a03e));
		background: -moz-linear-gradient( top, #808224, #a7a03e);
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#808224', endColorstr='#a7a03e', gradientType='0');
	}

	.StandardForm input:hover {
		background-color: #dedede !important;
	}

	.StandardForm textarea {
		width: 562px;
		height: 200px;
		border: none !important;
		background-color: #f2f2f2 !important;
		border-top: 1px solid #cacaca !important;
		border-left: 1px solid #cacaca !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px 10px 5px 10px;
		font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
		font-weight: normal;
	}

	.StandardForm textarea:hover {
		background-color: #dedede !important;
	}

	.StandardForm h2 {
		display: none;
	}

	.StandardForm td {
		font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
		font-weight: normal;
	}

	.StandardForm td span {
		font-weight: normal !important;
	}

	.FormSectionHeading {
		padding: 10px 15px 10px 15px !important;
		background-color: #347174;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 14px;
		font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
		color: #fff;
	}

	.StandardForm td.FieldTitle, span.FieldTitle, .StandardForm td, .FieldNotes {
		font-size: 12px !important;
		font-weight: regular !important;
	}
	
	.CardEmphasis {
		color: #464646;
		font-size: 12px;
		margin-right: 10px;
	}

/* Store Locator */

.BasicInfo {
	background-color: #fff !important;
}

.HitList {
	border: none !important;
}

.HitList a:link, .HitList a:visited {
	text-decoration: none;
	color: #347174;
}

.HitList a:hover, .HitList a:active {
	text-decoration: underline;
	color: #347174;
}

table.HitList tr.HeaderRow td, .HitList table tr.HeaderRow td {
	border: none !important;
	background-color: #347174;
	color: #fff !important;
}

.Events {
	margin: 10px 20px 20px 0;
	padding: 10px 0;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
}

	.Events h4 {
		margin-left: 20px;
		color: #2A465C;
		font-size: 14px;
		font-weight: bold;
		font-family: Georgia, Times, serif;
	}
	
	.Events p {
		margin-left: 20px;
		font-size: 12px;
		font-family: Lucida Sans, Helvetica, Arial, sans-serif;
		line-height: 18px;
	}
	
	.Events a, .Events a:visited {
		display: block;
		margin: 0 20px 10px 20px;
		padding: 5px 10px;
		font-family: Georgia, Times, serif;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: white !important;
		border: 1px solid #223747;
		background: #2A465C;
		background: -webkit-gradient(linear, left top, left bottom, from(#375A76), to(#2A465C));
		background: -moz-linear-gradient( top, #375A76, #2A465C);
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#375a76', endColorstr='#2a465c', gradientType='0');
		text-align: center;
		text-shadow: #223747 -1px -1px 0px;
	}
	
	.Events a:hover, .Events a:active {
		background: #375A76;
		background: -webkit-gradient(linear, left top, left bottom, from(#2A465C), to(#375A76));
		background: -moz-linear-gradient( top, #2A465C, #375A76);
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#2a465c', endColorstr='#375a76', gradientType='0');
		text-decoration: none;
	}

/* Shopping List */
.StoreNbr, .StoreAddress, .Address, .ExpirationLabel, .extras, .Create a, .Delete a, .Add a, th, dt, .HeaderRow td, table.HitList tr.HeaderRow td {
	color: #333 !important;
}

.Create a:hover, .Delete a:hover, .Add a:hover {
	text-decoration: none;
}

.SignUp a, .SignUp a:visited {
	display: inline-block;
	padding: 0 10px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	border: 1px solid #808224 !important;
	background: #808224;
	background: -webkit-gradient(linear, left top, left bottom, from(#a7a03e), to(#808224));
	background: -moz-linear-gradient( top, #a7a03e, #808224);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#a7a03e', endColorstr='#808224', gradientType='0');
	text-align: center;
	text-shadow: #64661c -1px -1px 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),
	              0 1px 1px rgba(0,0,0,.08);
	cursor: pointer;
	font-family: "Bitter", Georgia, Times, serif !important;
}

.SignUp a:hover, .SignUp a:active {
	background: #a7a03e;
	background: -webkit-gradient(linear, left top, left bottom, from(#808224), to(#a7a03e));
	background: -moz-linear-gradient( top, #808224, #a7a03e);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#808224', endColorstr='#a7a03e', gradientType='0');
}

ul.Breadcrumb li a:link, ul.Breadcrumb li a:visited {
	color: #347172;
}

ul.Breadcrumb li a:hover, ul.Breadcrumb li a:active {
	color: 347172;
}

.AddToList.button {
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	border: 1px solid #808224 !important;
	background: #808224;
	background: -webkit-gradient(linear, left top, left bottom, from(#a7a03e), to(#808224));
	background: -moz-linear-gradient( top, #a7a03e, #808224);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#a7a03e', endColorstr='#808224', gradientType='0');
	text-align: center;
	text-shadow: #64661c -1px -1px 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),
	              0 1px 1px rgba(0,0,0,.08);
	cursor: pointer;
	font-family: "Bitter", Georgia, Times, serif;
	font-weight: normal;
}
			
.AddToList.button:hover {
	background: #a7a03e;
	background: -webkit-gradient(linear, left top, left bottom, from(#808224), to(#a7a03e));
	background: -moz-linear-gradient( top, #808224, #a7a03e);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#808224', endColorstr='#a7a03e', gradientType='0');
	text-shadow: #64661c -1px -1px 0px;
}

.save {
	margin: 0 !important;
}

/* Weekly Ad */

.tabbed-pane {
	margin: 10px;
}

div.PowerBar {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	width: 210px !important;
	
}

div.AdItems {
	margin-left: 10px;
}

.pane a {
	color: #484848 !important;
}

p.Recipe {
	font-size: 14px !important;
	font-weight: normal !important;
}

	p.Recipe a {
		color: #484848 !important;
		text-decoration: underline !important;
	}

	p.Recipe a:hover {
		text-decoration: none !important;
	}

	.CardMessage {
		width: 750px !important;
		margin: 10px 0;
		border-top: 1px solid #369;
		border-right: 0;
		border-bottom: 1px solid #369;
		border-left: 0;
		padding: 0;
		background: #ccf;
	}
	
	.message .title {
		color: #464646;
	}

	.message a:link, .message a:visited {
		color: #347172;
	}

	.message a:link, .message a:visited {
		color: #347172;
	}

/* Recipes */

.Breadcrumb {
	margin-top: 10px !important;
}

.SideBar .Group {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.SideBar .InputSearch {
	width: 185px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.Template-WideLeft-Regular #SideBar {
	background: #fff;
	float: right;
}

.Pricing {
	margin-bottom: 20px !important;
}

/* Footer */

.footer {
	width: 980px;
	font-size: 12px;
}

	.footer ul {
		width: 980px;
		float: left;
		margin: 26px 0;
		background-color: #347172;
		font-style: normal;
	}

		.footer ul li.First {
			margin-left: 140px;
		}

		.footer li {
			float: left;
			margin: 20px 5px 20px 0;
			list-style: none;
			font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
			color: #fff;
		}
	
		.footer li span {
			color: #275455;
		}
	
		.footer li a:link, .footer li a:visited {
			color: #fff !important;
			text-decoration: none;
		}
	
		.footer li a:hover, .footer li a:active {
			color: #fff;
			text-decoration: underline;
		}

	.SubFooter {
		margin-top: 10px;
	}

/* Typography */

body {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.sf-menu a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

h1 {
	font-family: "Bitter", Georgia, Times, serif !important;
	color: #347172 !important;
}

h3, h2, h4, h5 {
	color: #464646 !important;
}

h1, h2, h3, h4, h5 span, .Categories li a, .Title, .FieldTitle {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h5 {
	margin: 10px !important;
	color: #2A465C !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: normal;	
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

.State h3 {
	color: #b92d19;
	text-decoration: none !important;
}

p {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 26px;
}

.RecipeLinks a.button, .Content ul.Categories li ul li a {
	color: #464646;
	text-decoration: none;
}

.Content ul.Categories li a {
	color: #347174;
}

.Title {
	color: #347174;
}

#DisplayError {
	margin: 20px 0;
	background-color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
}


/* Links */

.footer a:link, .footer a:visited {
	color: #fff !important;
	text-decoration: underline;
}

.footer a:hover, .footer a:active {
	color: #fff !important;
	text-decoration: none;
}

.SignUp a {
	background-color: #d02004 !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: #fff !important;
}

.SignUp a:hover {
	background-color: #a81b06 !important;
	color: #fff !important;
}

a:link, a:visited {
	text-decoration: none;
	color: #347174;
}

a:hover, a:active {
	text-decoration: underline;
	color: #347174;
}

a:hover {
	text-decoration: underline;
}

.Footer_Detail a {
	color: #d02004 !important;
}

.Footer_Detail a:hover {
	text-decoration: underline !important;
}

.Breadcrumb a {
	text-decoration: none;
	color: #464646;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.Breadcrumb a:hover {
	color: #464646;
}

.more_pages_list a:link {
	color: #d02004;
}

.more_pages_list a:active {
	color: #d02004;
}

.more_pages_list a:hover {

}

.more_pages_list a:visited {
	color: #d02004;
}

.SideBar .Group a {
	color: #464646 !important;
}

.Content ul.Categories li ul li a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

ul.SubCategories li a {
	color: #2A465C;
}

div.Pagination ul li a {
	color: #2A465C;
}

.SubFooter a, .SubFooter a:visited {
	color: #347172;
	text-decoration: underline;
}

.SubFooter a:hover, .SubFooter a:active {
	color: #347172;
	text-decoration: none;
}

.FacebookLinks {
		margin: 0 0 14px 0;
	}
	
	.FacebookLinks li {
		list-style: none;
		margin: 0 0 1px 0;
	}
	
	.FacebookLinks li a, .FacebookLinks li a:visited {
		display: block;
		text-shadow: #53551c 0px 1px 0px;
		background-color: #a7a03e;
		color: #fff !important;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		padding: 3px 5px;
		-webkit-transition: background 0.2s linear;
		-moz-transition: background 0.2s linear;
		-o-transition: background 0.2s linear;
		transition: background 0.2s linear;
	}
	
	.FacebookLinks li a:hover, .FacebookLinks li a:active {
		background-color: #8e8835;
		text-decoration: none;
	}