﻿/* Feature Groups */
.FeaturedGroup {
	margin: 6px 2px 0 3px;
	border: 0;
	border: 1px solid #666;
	border-color: #999 #fff #999 #999;
	border-bottom: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0;
	
}

.FeaturedGroup h4 {
	margin: 0;
	border: 0;
	border: 1px solid #666;
	border-color: #ccc #666 #333 #ddd;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 4px 5px;
	text-align: center;
	font-size: 12px;
	color: #eee;
	text-shadow: -1px -1px 1px #333;
	background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));;
  background: -moz-linear-gradient(top, #666, #333);
  filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#666666', endColorstr='#333333', gradientType='0');
}


/* Ad Items */
.itemWrap {
	margin: 2px 2px 5px 3px;
	/* border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff; */
	padding: 0;
	top: 0;
	left: 0;
	position: relative;
}



.ItemLeft, .ItemRight {
	margin: 0;
	border: 1px solid #b4b4b4;
	/* border-bottom: 1px solid #999;
	border-color: #fff #999 #999 #fff; */
	padding: 5px 75px 5px 5px;
	min-height: 58px;
	background: #fff;
  /*
  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'); */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.ItemLeft.ndc {
	border:2px dashed #008000;
	border-radius: 3px;
}
.itemWrap p, .itemWrap h5 {
	margin: 2px 3px;
}

.Images {
	margin: 5px 3px 3px 5px;
	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
	padding: 0;
	background: #fff;
	/*width: 85px;
		height: 83px;*/
	/*width: 87px;
		height: 85px;*/
	width: 45px;
	height: 44px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.Images img {
	margin: 0;
	border: 0;
	border: 0px solid #ccc;
	/* border-color: #ccc #ddd #ddd #ccc; */
	padding: 0;
	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
	width: 43px;
	height: 42px;
}

.ItemText {
	margin: 0 0 0 49px;
}

.Heading, .Item, .Descr, .DescrOverlay { font-size: 12px; color: #000;}
.Title { font-size: 14px; }
.LongTitle { font-size: 12px; }
.HugeTitle { font-size: 11px; }
.Pricing, .PriceOverlay { font-size: 15px; font-weight: bold;}
.PriceSuffix { font-size: 10px; font-weight: normal; }


.Heading, .Title, .Price, .PriceOverlay, .Item, .Descr, .DescrOverlay, .Recipe {
	text-shadow: 1px 1px 1px #fff;
}

.PriceChange {
	font-size: 10px;
	vertical-align: 4px;
	/*font-weight: normal;*/
}

.Card {
	margin: 0 2px;
	padding: 0;
	width: 23px;
	height: 15px;
}

.ListItem {
	margin: 5px 0 2px 3px;
	padding: 0;
	display: block;
	clear: both;
}

.ListItem label, .ListItem button, .ListItem input { margin: 2px 0; display: inline-block;}
.ListItem label { font-weight: bold; color: #333; }

.ListItem {
	border: 0;
	/*width: 60px;*/
	width: 70px;
	display: block;
	text-align: center;
	top: 0;
	right: 4px;
	position: absolute;
}

.ListItem_not_li {
	border: 0;
	/*width: 60px;*/
	width: 100px;
	display: block;
	text-align: center;
	top: 10px;
	right: -6px;
	position: absolute;
}

.ListItem button.list_add
{
	width: 70px;
	height: 32px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	text-shadow: -1px -1px 1px #125c14;
	background-image: 
		url('https://recipes-secure-graphics.grocerywebsite.com/G_SilkIcons_Extras/add_32.png'), 
		-webkit-gradient(linear, left top, left bottom, from(#0eb212), to(#0c5a0c));
  /*8px 8px no-repeat;*/
	/*background-position: 8px 8px;*/
	background-repeat: no-repeat;
}

.ListItem button.list_login {
	width: 150px;
}

/* circle version */
/*.ListItem button.list_add
{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #9c9;
	border-right: 1px solid #696;
	border-bottom: 1px solid #696;
	padding: 5px 10px;
	
	color: #030;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	text-shadow: 1px 1px 1px #fff;
	background: #efe;
	background-image: 
		-webkit-gradient(linear, left top, left bottom, from(#efe), to(#9c9));
	background-repeat: no-repeat;
}
*/
button.list_add:hover
{
	background: #6c6;
	color: #fff;
	background-image: 
		url('https://recipes-secure-graphics.grocerywebsite.com/G_SilkIcons_Extras/add_32.png'), 
		-webkit-gradient(linear, left top, left bottom, from(#0d8c10), to(#073a07));
  background-repeat: no-repeat;

}

/*.Recipe {
	
	background: url('https://core-secure-graphics.grocerywebsite.com/G_Mini/NavBar/Mini_Recipes_40x40.png') no-repeat;
}*/


.itemWrap .Recipe {
	/*margin-left: 52px;*/
	margin-right: -70px;
}

/*.recipe_label { display: none; }*/
.recipe_label {
	color: #0c5a0c;
	font-weight: bold;
}

.EndAdItem { clear: both;}

body .list_login{ width: 70px !important; right: 15px !important; font-size: 10px !important; }

a.AdItemInfoTrigger, a.AdItemInfoTrigger:visited
{
  display: inline-block;
  width: 33%;
  margin: 5px 0 3px 3px;
  padding: 3px;
  font-size: 10px;
  border-radius: 5px;
  background-color: #086740;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
.ad_item_info
{
	display: none;
	padding: 10px 15px;
	margin: 5px 10px 0 0;
	background: #FEFBC5;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	color: #656565;
	font-weight: normal;
	width: 87%;
}

/*
.share_info
{
	//position: relative;
	float: left;
	margin: 5px 0px;
	//bottom: -8px;
	
}
*/

.share_aditem
{
	margin: 0px;
	padding: 0px 2px 0px 0px;
	border-radius: 5px;
	position: relative;
	color: #333;
	font-weight: bold;
	cursor: pointer;
}

.share_aditem img
{
	margin: 5px;
	vertical-align: middle;
}


.share_group
{
	display: none;
	//position: absolute;
	width: 99%
	z-index: 99;
	border: 1px dotted #bbb;
	padding: 5px;
	background: #eee;
	border-radius: 5px;
 	 -webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	margin: 2px;
  	//top: -50px;
  	//left: -75px;
  	text-align: center;
}

.share-group ul
{
	margin-left: 0px;
}

.share-group li
{
	float: left;
	list-style: none;
	margin: 0px 5px 10px 0px;
}
/*
.share-group .button {border-radius: 0; border-color: #bbb; padding: 0px;}
.share-group .button.first {border-radius: 5px 0 0 5px; border-right: 0px; padding: 0px}
.share-group .button.last {border-radius: 0 5px 5px 0; border-left: 0px; padding: 0px}
*/
