/* Superfish Menu */

.sf-menu, .sf-menu *
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	z-index: 2000;
}

.sf-menu li
{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	position: relative;
	height: 52px;
}

.sf-menu li:hover
{
	background-color: #adc0a0;
	height: 52px;
	visibility:	inherit; 
}

.sf-menu li a
{
	display: block;
	background: transparent;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px;
	color: white;
}


.sf-menu ul li
{
	background: #adc0a0;
	height: 30px;
	padding: 4px 0px 1px 0px; 
	border-top: 1px solid #669966;	
}

.sf-menu ul li:hover
{
	background: #999966;
	height: 30px;
	padding: 4px 0px 1px 0px; 		 
}

.sf-menu ul li a:link
{
	font-size: 14px;
	color: white;
	text-decoration: none;
	margin-top: -10px;
}

.sf-menu ul li a:visted
{
	font-size: 14px;
}

.sf-menu ul li a:hover
{
	font-size: 14px;
}

.sf-menu ul li a:active
{
	font-size: 14px;
}

.sfHover ul
{
	width: 200px !important;
}


.sf-menu 
{
}

.sf-menu ul 
{
}

.sf-menu li:hover 
{
	visibility:	inherit;
}

.sf-menu li 
{
	float: left;
	position: relative;
	font-size: 16px;
	min-height: 32px;
	_height: 32px;
}

.sf-menu a 
{
	display: block;
	position: relative;
	color: white;
}

.sf-menu ul li 
{
	width: 150px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul 
{
	left: 0;
	top: 52px;
	z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul 
{
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul 
{
	left: 10em;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul 
{
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul 
{
	left: 10em; 
	top: 0;
} 


/* New Styles */

html
{
	overflow-y: scroll;
}

#RightCol .OddRow
{
	margin: 0px;
	
}

button, a.button 
{
	color: #125390;
}

button:hover, a.button:hover 
{
	color: #125390;
}

#RightCol .RecipeListPlugin
{
	display: inline-block;
}

body
{
	width: 980px;
	margin: 0px auto;
	padding-top: 15px;
}

#NavBar
{
	margin-bottom: 10px;
}

/* My Account */

.LoginBenefitsLast
{
	margin-bottom: 15px;
}

.LoginBenefits h3
{
	color: #3a9805;
	margin-bottom: 10px;
}

#SpecialDetails ul, #SpecialDetails2 ul, #SpecialDetails3 ul
{
	margin: 0px 0px 0px 80px;
}

#SpecialDetails li, #SpecialDetails2 li, #SpecialDetails3 li
{
	font-family: Helvetica, Arial, sans-serif;
}

.LoginRow
{
	height: 63px;
	width: 760px;
}

.LoginRow img
{
	float: left;
	margin: 10px;
}

.BenefitDescription
{
	margin-bottom: 3px;	
	float: left;
	background-color: #e2ffe4;
	width: 687px;
	height: 63px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.BenefitDescription:hover
{
	background-color: #afeeb3;
}

.BenefitDescription span
{
	margin: 0px 0px 0px 30px;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1f1f1f;
	letter-spacing: 1px;
	line-height: 60px;
}

#SpecialDetails
{
	margin-bottom: 15px;
}

#SpecialDetailsTrigger
{
	cursor: pointer;
}

#SpecialDetailsTrigger2
{
	cursor: pointer;
}

#SpecialDetailsTrigger3
{
	cursor: pointer;
}

/* Shopping List */

.ShoppingListBenefits
{
	float: left;
	margin: 0px;
}

.ShoppingListBenefits h3
{
	color: #3a9805;
	margin-bottom: 10px;
}

.BenefitsRow
{
	height: 63px;
	width: 760px;
}

.BenefitsRow img
{
	float: left;
	margin: 10px !important;
}
 
/* Footer */

.FooterNavBar
{
	width: 980px;
	height: 40px;
	background: url(http://bilo.graphics.grocerywebsite.com/G_Home/footerBG_1x40.jpg) repeat-x;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.FooterContainer span
{
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-weight: normal;
	line-height: 36px;
	vertical-align: middle;
}

.FooterContainer
{
	text-align: center;
}

.FooterContainer a:link
{
	color: yellow;
	text-decoration: underline;
}

.FooterContainer a:visited
{
	color: yellow;
	text-decoration: underline;
}

.FooterContainer a:hover
{
	text-decoration: none;
}

.FooterContainer a:active
{
	color: yellow;
	text-decoration: underline;
}

/* Basic Typography */

h1
{
	margin: 10px 10px 10px 10px;
}

/* Links */

a:link
{
	color: #125390;
}

a:visited
{
	color: #125390;	
}

a:hover
{
	text-decoration: none;
}

a:active
{
	color: #125390;
}

/* Standard Form */

.StandardForm
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #adc0a0;
	border: 1px solid #336633;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

.StandardForm table
{
	font-family: Helvetica, Arial, sans-serif;	
}

.StandardForm input,
.StandardForm textarea,
.StandardForm checkbox,
.StandardForm radio
{
	margin: 0;
	border: 1px solid #336633;
	padding: 5px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 14px;
}

.StandardForm input:hover,
.StandardForm textarea:hover,
.StandardForm checkbox:hover,
.StandardForm radio:hover
{ border: 1px solid #125390; }

.StandardForm input[type="submit"]
{
	margin: 0;
	border: none;
	padding: 6px;
	background: #10852e;
	border: 1px solid #10852e;
	font-weight: bold;
	color: white;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;	
}

.StandardForm input[type="submit"]:hover
{
	margin: 0;
	border: none;
	padding: 6px;
	background: #d6ffe1;
	border: 1px solid #10852e;	
	font-weight: bold;
	color: #10852e;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;		
}

.FormSectionHeading
{
	border-top: none;
	font-weight: bolder;
	font-size: 14px;
	color: #339;
	background: #336633;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px !important;
	text-indent: 5px;	
}

.StandardForm select
{
	margin: 0;
	border: 1px solid #336633;
	padding: 6px;
	background: #fff;
}


/* Locations */

table.HitList
{
	width: 750px;
	border: 1px solid #70add8;
	background-color: white;
}

.HeaderRow
{
	height: 25px;
}

.HeaderRow td
{
	padding: 5px !important;
}

.HeaderRowMain td
{
	background-color: #125390 !important;
}

div.HitList
{
	border: 1px solid #70add8;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	background-color: white;
}

#LocatorLeftCol
{
	float: left; 
	margin-right: 15px; 
}

#LocatorRightCol
{
	float: right; 
	clear: right; 
	margin: 0px 0px 0px 0px;
}

h1
{
	font-family: Helvetica, Arial, sans-serif;	
}

h2
{
	font-family: Helvetica, Arial, sans-serif;	
}

h3-moz-border-radius: 10px 20px 30px 0;
{
	font-family: Helvetica, Arial, sans-serif;	
}

h4
{
	font-family: Helvetica, Arial, sans-serif;	
}

div.AdminHeader
{
	background: url(http://bigm.graphics.grocerywebsite.com/G_Home/footerBG.jpg) repeat-x;
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	height: 40px;
	width: 980px;
}

div.AdminHeader a
{
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 36px;
}

#SideBar
{
	float: right;
}

.SideBarCard
{
  -webkit-box-shadow: rgba(204, 204, 204, 0.898438) 2px 2px 5px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#CCC));
  border-color: #EEE #CCC #CCC #EEE;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  display: block;
  margin: 10px 10px 10px 0px;
  zoom: 1;
  padding: 5px 0px 5px 0px;
}

.SideBarCard li
{
  list-style: none;
  margin: 5px 0 0 0;
}

.SideBarCard ul
{
  margin-left: 10px !important;
}

.SideBarCard p
{
  font-family: Lucida Sans, Verdana, sans-serif;
  color: #125390;
  font-size: 14px;
  text-transform: capitalize;
}

.SideBarCard a
{
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#DDD));
  border-color: #EEE #666 #666 #EEE !important;
  -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
  border: 1px solid;  
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
  text-shadow: white 1px 1px 0px;
  zoom: 1;
}

.SideBarCard a:hover
{
  background: white;
}

.SideBarCardHdr
{
  display: none;
}

.Group LinkList RecipeLinks
{
}

.AdminHeader
{
	border: none !important;
}

.SideBarNav
{
background-color: #d8d8d8;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(238, 238, 238)), to(rgb(204, 204, 204)));
background-repeat: repeat;
border-bottom-color: rgb(204, 204, 204);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(238, 238, 238);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(238, 238, 238);
border-top-style: solid;
border-top-width: 1px;
display: block;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin: 10px;
}

.SideBarCard input
{
  width: 180px;
  margin-left: 10px;
}

.SideBarNav h4
{
	text-shadow: 1px 1px 0 #fff;
}

.SideBarNav ul
{
	list-style: none;
}

.modal_container
{
	width: 600px !important;
}

a.benefitButton
{
	padding: 10px;
	font-weight: bold;
	background: #125390;
	border: 1px solid #125390;	
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-decoration: none;
	position: relative;
	left: 500px;
	top: -80px;
	letter-spacing: 1px;
}

a.benefitButton:visited
{
	background: #125390;
	border: 1px solid #125390;	
	color: #fff;
}


a.benefitButton:hover
{
	background: #d1e9ff;
	border: 1px solid #125390;	
	color: #125390;
}

a.benefitButton:active
{
	background: #125390;
	border: 1px solid #125390;	
	color: #fff;
}


h4 a
{
	color: rgb(0, 51, 102) !important;
}

.STips
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: none !important;
	padding-bottom: 10px;
}

.STips h5
{
	background: #abe5af !important;
	color: #1f1f1f;
	-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0;
	font-family: Helvetica, Arial, sans-serif;
}	

/* Shopping List - Logged Out */

.ListIndexContainer
{
  margin: 30px;
}

  .ListIndexContainer .SignUp a
  {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #5C5634;
    color: white;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
  }
  
  .ListIndexContainer .SignUp a:hover
  {
    background-color: #14130D;
  }

  .ListIndexLeft
  {
    float: left;
    width: 221px;
  }
  
  .ListIndexRight
  {
    float: left;
    margin: 20px 0px 0px 20px;
  }
  
  .ListIndexRight h1, .ListIndexRight h2, .ListIndexRight p
  {
    margin: 0px;
    float: none;
  }
  
  .ListIndexRight h2, .ListIndexRight p
  {
    margin: 10px 0px 0px 0px;
  }
