﻿/* Start - Breadcrumbs */
/* NOTE: NEEDS TO BE MOVED TO A MORE GLOBAL FILE */

/*
.Content
{
	background: #333;
}
*/

ul.Breadcrumb
{
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	list-style: none;
	background: #fff;
	display: block;
	clear: both;
}

.Content ul.Breadcrumb li
{
	margin: 0;
	border: 0;
	padding: 0;
	background: url( http://graphics.test.picknsave.com/G/Arrow_999_8x10.gif ) no-repeat center right;
	display: inline;
}

.Content ul.Breadcrumb li:hover
{
	background: url( http://graphics.test.picknsave.com/G/Arrow_666_8x10.gif ) no-repeat center right;
}

.Content ul.Breadcrumb li.Last
{
	background: #fff;
}

ul.Breadcrumb li a
{
	padding: 0 15px 0 2px;
	text-decoration: none;
}

ul.Breadcrumb li.Home a
{
	padding: 0 15px 0 10px;
	text-decoration: none;
}


/* END - Breadcrumbs */






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


/* Picture of Recipe */
img.Picture3
{
	margin: 10px 10px 0 10px;
	border-top: 10px solid #999;
	border-right: 10px solid #333;
	border-bottom: 10px solid #222;
	border-left: 10px solid #666;
	padding: 5px;
}

.Picture2,
.Picture1
{
	margin: 0 10px;
	padding: 0;
	float: left;
}

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

.MediumPicture
{
	margin-left: 190px;
}

.SmallPicture
{
	margin-left: 136px;
}


/* Recipe Info (top) */

.Description
{
	font-size: 16px;
	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 .PrepTime
{
	clear: both;
}

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

.Yield span,
.PrepTime 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 Options  */

.Options ul
{
	margin: 10px;
	margin-right: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.Options ul li
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	display: inline;
}

.Options ul li.Login a
{
	width: 223px;
	height: 34px;
	overflow: hidden;
}

.Options ul li.Login a p
{
	margin: 5px 0 0 10px;
	padding: 0;
	font-size: 10px;
}


.Options ul li form,
.Options ul li form input,
.Options ul li form input[type="submit"]
{
	margin: 0;
	border: 0;
	padding: 0;
	display: inline;
}

.Options ul li a,
.Options ul li form input
{
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	padding: 0;
	text-decoration: none;
	color: #363;
	display: block;
	background: #eee;
	float: left;
}

/*does not work in ie*/
.Options ul li form input[type="submit"]
{
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	padding: 0;
	text-decoration: none;
	color: #363;
	display: block;
	background: #eee;
	float: left;
}

.Options ul li a:hover,
.Options ul li form input:hover
{
	border-top: 1px solid #696;
	border-bottom: 1px solid #363;

}

/*does not work in ie*/
.Options ul li form input[type="submit"]:hover
{
	border-top: 1px solid #696;
	border-bottom: 1px solid #363;

}

.Options ul li form,
.Options ul li form input,
.Options ul li a img
{
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	padding: 0;
	text-decoration: none;
	color: #363;
	display: block;
	background: #eee;
	float: left;
	
}


.Options ul li.First
{
	margin: 0;
	
	border: 0;
	padding: 0;
	
}




/* Ingredients */

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


/*
.Ingredients form.StandardForm input.AddToList
{
	margin: 5px 10px;
}
*/
.Ingredients form.StandardForm select
{
	margin: 0;
	border: 1px solid #9c9;
	padding: 2px;
	background: #fff;
	color: #363;
	font-size: 12px;
}

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

.Ingredients form.StandardForm input.ListButton
{
	margin: 5px 10px;
	border: 2px solid #9c9;
	padding: 2px;
	background: #efe;
	color: #060;
	font-weight: bold;
	font-size: 12px;
	width: 160px;
	float: left;
}


.Ingredients form.StandardForm input.ListButton:hover
{
	border: 2px solid #060;
	background: #6c6;
	color: #efe;
	font-weight: bold;
}



.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: 430px;
}

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

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

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

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

.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;
}


/* Directions & Notes */

.Directions,
.Notes
{
	clear: both;
}

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

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

.Notes h5
{
	color: #963;
	font-size: 12px;
}

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

.Directions p
{
	font-size: 14px;
}

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

.Notes p
{
	color: #963;
	font-size: 12px;
}

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

.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: 410px;
}

.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: 11px;
	width: 12%;
}


/* Attribution */
.Attribution p
{
	font-size: 10px;
}

/* 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: 14px;
	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: 10px;
	font-weight: normal;
}


/* SideBar */

.SaveTeaser form input.LoginButton
{
	text-align: center; 
	background: #69c; 
	text-decoration: none; 
	font-size: 14px;
	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;

}