
/* Global Page Rules */
/*
h1 
{
	font-size: 30px;
	font-weight: normal;
}
*/


/* Picture of Recipe */
img.Picture {
	margin: 10px;
	border: 1px solid #999;
	border-color: #ccc #999 #999 #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	float: left;
	-webkit-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
	-moz-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
}

.Picture.Large
{
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.MediumPicture,
.SmallPicture,
.NoPicture
{
	margin: 0;
	display: block;
}

.MediumPicture
{
	margin-left: 190px;
}

.SmallPicture
{
	margin-left: 136px;
}


/* Recipe Info (top) */

.Description
{
	font-size: 1.0000em;
	font-style: italic;
}


.Ratings h5
{
	margin-bottom: 1px;
}

.Ratings h5 span
{
	font-weight: normal;
}

.Ratings h5 img
{
	margin: 0;
	padding: 0;
	display: inline;
}

.LargePicture .Ratings h5
{
	margin-right: 0;
	float: left;
	width: 200px;
}

.LargePicture .RatingValue,
.LargePicture .ReviewValue
{
	float: left;
	width: 200px;
}

/*.LargePicture .Yield,
.LargePicture .PrepTimeWS
{
	clear: both;
}*/

.Yield,
.PrepTimeWS
{
	font-weight: bold;
}

.Yield span,
.PrepTimeWS span
{
	font-weight: normal;
}

/* Video */
.HasVideo
{
	margin: 10px;
	border: 0;
	padding: 0;
	width: 110px;
	float: right;
	display: block;
}

.HasVideo a
{
	margin: 0;
	border: 1px solid #6c6;
	padding: 5px 18px 5px 5px;
	background: #eee url(http://test.grocerywebsite.com/G_SilkIcons/film_go.png) no-repeat center right;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.HasVideo a:hover
{
	border-top: 1px solid #393;
	border-bottom: 1px solid #393;
}





/* Categories */
/*.Categories
{
	margin: 0 10px 10px 10px;
	padding: 10px 0 0 0;
	display: block;
	clear: both;
}

.Categories h5
{
	margin: 0 0 2px 0;
}



.Categories ul,
.Categories ul li,
.Categories ul li ul li
{
	margin: 0;
	display: inline;
}

.Categories ul,
.Categories ul li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.Categories ul li
{
	margin: 0;
	border-left: 1px solid #666;
	padding: 0 5px;
	color: #999;
}

.Categories ul li.First
{
	border: 0;
}


.Categories ul li ul li
{
	margin: 0;
	border: 0;
	padding: 0;
	color: #999;
}*/


/* Recipe Action Options */
#ActionEntry,
#ShareEntry
{
	padding-top: 1px;
	clear: both;
}


#ActionEntry .Group,
#ShareEntry .Group
{
	margin-left: 0;
}


/* ActionEntry */

#ActionEntry .CancelActions,
#ShareEntry .CancelActions 
{
	margin: 0;
	margin-right: 30px;
	width: 40px;
	float: right;
	min-height: none;
	height: none;
}

#ActionEntry .CancelActions a,
#ShareEntry .CancelActions a
{
	height: 16px;
	min-height: 16px;
	padding: 5px 10px;
	display: inline-block;
	color: #900;
}




#ActionEntry .message,
#ShareEntry .message
{
	margin-left: 0;
}

/* rate & Review entry */
.StarRating {
	width: 24%;
	float: left;
}

.MyGodItsFullOfStars {
	margin: 0 10px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 6px;
	background: #fff;
	display: inline-block;
}

.MyGodItsFullOfStars input {
	clear: both;
	display: block;
	float: left;
}

.MyGodItsFullOfStars label {
	display: block;
	white-space: nowrap;
}

.WriteReview {
	width: 74%;
	float: right;
}

#ActionEntry button,
#ShareEntry button {
	margin: 10px;
	margin-left: 269px;
	width: 200px;
	font-weight: bold;
	text-align: center;
	clear: both;
}

#ActionEntry .Ratings label.Comment {
	display: none;
}

#ActionEntry .Ratings .WriteReview h4,
#ActionEntry .Ratings #Comment,
#ActionEntry .Ratings .WriteReview .Name,
#ActionEntry .Ratings .WriteReview .City {
	margin: 10px 1%;
}

#ActionEntry .Ratings .WriteReview .City {
	margin-bottom: 20px;
}

#ActionEntry .Ratings #Comment {
	margin-top: 0;
	width: 92%;
	height: 100px;
}

#ActionEntry input,
#ShareEntry input
{
	margin-right: 10px;
}

#ActionEntry .StandardForm,
#ShareEntry .StandardForm {
	background: none;
	border: 0;
}

/* Email a Recipe */

#ShareEntry .Email .To,
#ShareEntry .Email .From,
#ShareEntry .Email .Note {
	margin: 0;
	width: 30%;
	float: left;
	display: inline;
	zoom: 1;
}

#ShareEntry .Email label {
	width: 50px;
	margin: 0px 10px 2px 10px ;
	display: block;
	/*float: left;*/
	zoom: 1;
}

#ShareEntry .Email input {
	margin: 2px 10px 10px 10px ;
	display: block;
	zoom: 1;
}

#ShareEntry #Note {
	margin: 0 0 0 10px;
	width: 98%;
	height: 100px;
	display: inline;
}

.RecipeActions {
	margin: 10px 0 0 10px;
	clear: both;
	display: block;
}

.RecipeActions ul li {
	margin: 0;
	margin-right: 1%;
	float: left;
	display: inline;
	width: 24%;
}

.RecipeActions ul li.email {
	margin-right: 0;
	width: 23.5%;
}


.RecipeActions .cookbook span {
	background-image: url(https://recipe-graphics.grocerywebsite.com/Recipes/Icons/Recipes_Cookbook_Icon_20x20.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #464646;
}

.RecipeActions .email span {
	background-image: url(https://recipe-graphics.grocerywebsite.com/Recipes/Icons/Recipe_Share_Icon_20x20.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #464646;}

.RecipeActions .print span {
	background-image: url(https://recipe-graphics.grocerywebsite.com/Recipes/Icons/Recipe_Print_Icon_20x20.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #464646;}

.RecipeActions .rate span {
	background-image: url(https://recipe-graphics.grocerywebsite.com/Recipes/Icons/Recipe_Rate_Icon_20x20.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #464646;
}

.RecipeActions button, .RecipeActions .button {
	margin: 0;
	padding: 0;
	min-height: 38px;
	display: block;
	width: 100%;
	-webkit-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
	-moz-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
	zoom: 1;
}

.Template-Sidebar-Regular .RecipeActions button, .Template-Sidebar-Regular .RecipeActions .button,
.Template-Sidebar-Golden .RecipeActions button, .Template-Sidebar-Golden .RecipeActions .button {
	font-size: 0.6250em;
}

.RecipeActions button span, .RecipeActions .button span {
	padding: 12px 0 12px 50px;
	display: block;
	height: 13px;
	zoom: 1;
}

.Template-Sidebar-Regular .RecipeActions button span, .Template-Sidebar-Regular .RecipeActions .button span,
.Template-Sidebar-Golden .RecipeActions button span, .Template-Sidebar-Golden .RecipeActions .button span {
	padding: 12px 0 12px 45px;
}


.RecipeActions button.cookbook span, .RecipeActions .button.cookbook span {
	padding-top: 4px;
	padding-bottom: 2px;
	height: 31px;
}

.Template-Sidebar-Regular .RecipeActions button.cookbook span, .Template-Sidebar-Regular .RecipeActions .button.cookbook span,
.Template-Sidebar-Golden .RecipeActions button.cookbook span, .Template-Sidebar-Golden .RecipeActions .button.cookbook span{
	padding-top: 5px;
}

.Template-Sidebar-Regular .RecipeActions button.email span, .Template-Sidebar-Regular .RecipeActions .button.email span,
.Template-Sidebar-Golden .RecipeActions button.email span, .Template-Sidebar-Golden .RecipeActions .button.email span {
	padding-top: 12px;
}


/* Ingredients */
.Ingredients {
	clear: both;
}

.Ingredients form.StandardForm
{
	margin: 0;
	border: 0;
	padding: 0;
	background: #fff;
}

.Ingredients form.StandardForm select
{
	margin: 0;
	border: 1px solid #9c9;
	padding: 2px;
	background: #fff;
	color: #363;
	font-size: 0.7500em;
}

.Ingredients form.StandardForm input
{
	margin: 0;
	border: 0;
	padding: 0;
}

.Ingredients h4
{
	margin: 5px 10px;
	padding: 20px 0 0 0;
	clear: both;
}
.Ingredients table
{
	margin: 0 10px 10px 10px;
	border-left: 0;
	border-right: 0;
	padding: 0;
	width: 98%;
}

.Ingredients table tr td
{
	vertical-align: top;
}

.Ingredients table tr.Divider td
{
	border-top: #333 1px solid;
	font-weight: bold;
	font-size: 0.8750em;
	background: #ccc;
	color: #333;
}

.Ingredients table tr.DividerOnly td
{
	border-top: #333 1px solid;
}

.Ingredients table tr td.ShoppingListItem {width: 3%;}

.Ingredients table tr td.Qty
{
	text-align: right;
	white-space: nowrap;
	width: 10%;
}

.Ingredients table tr td.Measure {width: 20%;}
.Ingredients table tr td.Ingredient {width: 67%;}

.Ingredients table tr td.OnAd
{
	padding-right: 0;
	font-weight: bold;
}


.Ingredients table tr td.OnAd a
{
	margin: 0;
	padding: 0;
	padding-right: 47px;
	text-decoration: none;
	display: block;
	width: 100%;
}

.Ingredients .note {
	padding-left: 20px;
	color: #999;
}

.OnSaleItems {
	display: none;
}


/* Directions & Notes */

.Directions,
.Notes
{
	clear: left;
}

.Directions h3,
.Notes h5
{
	margin: 0 10px 2px 10px;
	padding: 20px 0 0 0;
}

/*
.Directions h3
{
	color: #369;
}
*/

.Notes h5
{
	color: #963;
	font-size: 0.7500em;
}

.Directions p,
.Notes p
{
	margin: 2px 10px 10px 10px;
	padding: 0;
}

.Directions p
{
	font-size: 0.8750em;
}

/*
.Directions p
{
	color: #369;
}
*/

.Notes p
{
	color: #963;
	font-size: 0.7500em;
}

/* Nutrition */
.Nutrition
{
	margin: 20px 0 10px 10px;
	border: 1px solid #333;
	padding: 0;
	width: 230px;
	display: block;
	clear: both;
	background: #efe;
	float: right;
}

.Nutrition h4
{
	margin: 10px 10px 2px 10px;
	color: #333;
}

.Nutrition .Yield
{
	margin: 2px 10px;
}

.Nutrition .Approximate
{
	margin: 2px 10px;
	padding: 2px 0;
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
}

.Nutrition table
{
	margin: 1px 10px  5px 10px;
	border: 0;
	border-bottom: 2px solid #333;
	padding: 0;
	width: 210px;
}

.Nutrition table tr td
{
	margin: 0;
	border: 0;
	border-bottom: 1px solid #333;
	padding: 2px 2px 2px 0;
}

.Nutrition table tr td.Item
{
	width: 76%;
}

.Nutrition table tr td.Main
{
	font-weight: bold;
}

.Nutrition table tr td.Sub
{
	padding-left: 10px;
}

.Nutrition table tr td.Qty
{
	text-align: right;
	width: 12%;
}

.Nutrition table tr td.Measure
{
	font-size: 0.6875em;
	width: 12%;
}


/* Attribution */
.Attribution p
{
	font-size: 0.6250em;
}

/* Customer Comments */

.Reviews h4
{
	margin: 30px 10px 0 10px;
	border-bottom: 1px solid #999;
	padding: 0 0 10px 0;
}

.Review
{
	margin: 0 10px;
	border: 0;
	padding-top: 10px;
	border-bottom: 1px solid #999;
}

.Review p.Comment
{
	font-size: 0.8750em;
	font-style: italic;
}

.Review div.Rating
{
	float: left;
}

.Review div.Rating img
{
	margin: 0 10px;
}

.Review p.Author
{
	margin: 0 10px 10px 10px;
	font-weight: bold;
}

.Review span.Location
{
	margin: 0 10px;
	font-size: 0.6250em;
	font-weight: normal;
}


/* SideBar */

.SaveTeaser form input.LoginButton
{
	text-align: center; 
	background: #69c; 
	text-decoration: none; 
	font-size: 0.8750em;
	display: block; 
	font-weight: bold; 
	width: 130px; 
	border: 1px solid #69c; color: #fff;
}

.SaveTeaser form input.LoginButton:hover
{
	color: #fff;
	background: #369;
	cursor: pointer; cursor: hand;

}

.button-group
{
	margin-left: 10px;
	margin-bottom: 30px;
}
.button-group ul
{
	margin-left: 0px;
}

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

.button-group .button {border-radius: 0; border-color: #bbb}
.button-group .button.first {border-radius: 5px 0 0 5px; border-right: 0px}
.button-group .button.last {border-radius: 0 5px 5px 0; border-left: 0px}