.clear {
	clear: both;
}
.shopping_list_plugin_previously_added {
	float: left;
}
/*
.shopping_list_single_item_plugin {
	display: block;
	width: 100%;
}
*/

.add_coupon{
	width: 99px;
}

.ShoppingList_Item {
	margin: 0;
	padding: 0;
	min-height: 37px;
	width: 125px;
	float: left;
	position: relative;
}

.ShoppingList_Item form {
	margin: 0;
	padding: 0;
}

.ShoppingList_Item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ShoppingList_Item ul li {
	margin: 0 10px;
	padding: 5px;
}


.share-wrapper {
	position: absolute;
	width: 100px;
	height: 1px;
	overflow: visible;
	/*left: 130px;*/
}

.ShoppingList_Item .share-group ul {
	padding: 4px;
	padding-right: 0;
}

.ShoppingList_Item .share-group ul li {
	margin: 2px;
	padding: 0;
}

.ShoppingList_Item.cpn ul {
	margin: 10px;
}

.ShoppingList_Item.cpn li {
	float: left;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.ShoppingList_Item ul li input {
	margin: 2px;
	margin-right: 5px;
	padding: 0;
	display: inline;
}

/*ShoppingList_Item.coupon ul
{
	margin-left: 10px;
}

ShoppingList_Item.coupon li
{
	float: left;
	list-style: none;
	margin: 0px 0px 5px 0px;

}*/

.ShoppingList_Item ul li label
{
	margin: 0;
	padding: 0;
	display: inline;
}

.ShoppingList_Item ul li span.added
{
	color: green;
}

.ShoppingList_Item ul li span.added span
{
	display: none;
}

.ShoppingList_Item ul li span.added img
{
	margin: 0 2px 0 0;
	display: block;
	float: left;
}



/*
.ShoppingList_Item input.submit
{
	margin: 5px 10px;
	border: 1px solid #333;
	padding: 2px 5px;
	background: #eee;
	font-weight: bold;
}
*/

.ShoppingList_Item input.ListButton
{
	margin: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #9c9;
	border-right: 1px solid #696;
	border-bottom: 1px solid #696;
	padding: 5px 2px;
	background: #363;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	width: 210px;
	box-shadow: 2px 2px 6px rgba(51,102,153,0.2);
	-webkit-box-shadow: 2px 2px 6px rgba(51,102,153,0.2);
	background: -webkit-gradient(linear, left top, left bottom, from(#99cc99), to(#003300));;
	
}

.ShoppingList_Item input.ListButton:hover
{
	background: #696;
	color: #efe;
	box-shadow: 0 0 0 20px rgba(255,255,204,1.0);
	-webkit-box-shadow: 0 0 20px rgba(255,255,204,1.0);
	background: -webkit-gradient(linear, left top, left bottom, from(#336633), to(#669966));;
}

.ShoppingList_Item select
{
	margin: 5px 10px;
	border: 1px solid #333;
	padding: 2px 5px;
	background: #eee;
	font-weight: bold;
}

.ShoppingList_Item .Loading img
{
	margin: 0;
	margin-right: 5px;
	padding: 0;
	float: left;
}


.ShoppingList_Item p.Login {
	font-weight: bold;
}

/* Lasso Validation */
.shopping_list_plugin_previously_added/*
,
.shopping_list_plugin_error {
*/
	margin: 0;
	border: 0;
	padding: 0;
}

.shopping_list_plugin_previously_added {
	padding-top: 10px;
}

.shopping_list_plugin_previously_added {
	margin-top: 10px;
	border-top: 1px solid #005826;
	border-bottom: 1px solid #005826;
	padding: 11px 5px 10px 25px;
	background: #ddf4da url( https://recipes-secure-graphics.grocerywebsite.com/G_SilkIcons/accept.png ) no-repeat top left;
	background-position: 5px 10px;
	font-weight: bold;
	color: #333;
}

.shopping_list_plugin_previously_added {
	width: 130px;
	margin-right: 10px;
	margin-left: 5px;
}

.confirm.shopping_list_plugin_item_added {
	margin-left: 12px;
	margin-right: 10px;
	font-weight: bold;
	padding-left: 20px;
}

.confirm.shopping_list_plugin_item_added.weeklyad {
	margin-left:0px;
	padding: 3px 3px 3px 30px;
	width: 85px;
}

.shopping_list_plugin_error {
	border-top: 1px solid #790000;
	border-bottom: 1px solid #790000;
	padding: 3px 3px 3px 23px;
 	background: #fce4dc url( https://recipes-secure-graphics.grocerywebsite.com/G_SilkIcons/exclamation.png ) no-repeat top left;
	font-weight: bold;
	background-position: 2px 15px;
	margin-left: 10px;
	margin-right: 5px;
}

.shopping_list_plugin_error.weeklyad {
	margin-left: 0px;
	color: #333;
}

/*.shopping_list_plugin_previously_added p span

.shopping_list_plugin_error p span
{
	font-weight: normal;
}
*/

.shopping_list_plugin_previously_added p.note
{
	padding-left: 27px;
	background: none;
	font-size: 10px;
	font-weight: normal;
}

/* social media shareing feature */	


/*.sharing { position: absolute;}*/
.share_list_item
{
	padding: 0px 2px 0px 0px;
	border-radius: 5px;
	/*position: relative;*/
	/*float: right;*/
	font-weight: bold;
	/*top: -47px;*/
	/*left: -18px;*/
	cursor: pointer;
	float: left;
}


.share_link {
	/*padding-bottom: 10px;*/
	margin: 10px 0;
	padding: 5px 0;
	display: block;
}

.share-group
{
	display: none;
	position: absolute;
	z-index: 1010;
	border: 1px dotted #ccc;
	padding: 0px;
	background: #fff;
	border-radius: 5px;
 	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	margin: 2px;
  	right: -15px;
  	top: 45px;
  	text-align: center;
	box-shadow: 5px 5px 10px #ccc;
	top: -5px;

}

.share-group.cpn
{
	border: 1px dotted #ccc;
	border-radius: 5px;
 	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	width: 135px;
  	padding-top: 0px;
  	margin: 2px;
}

.share-group.cpn.notLoggedIn
{
	right: -14px;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eee;
	position: absolute;
	top: -10px;
	left: 55px;
}


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

.share-group li
{
	float: left;
	list-style: none;
	margin: 0px 0px 5px 0px;
}

.share-group img
{
	margin: 3px;
}

.share-group h6
{
	color: #333;
	background: #eee;
	padding: 7px;
	margin: 0px;
}

.share_list_icon {
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}