#recipeContent {
	margin: 60px auto 55px auto;
	width: 1164px;
}

#recipeContent #recipeMiddle {
	background: url(../images/recipe-middle.jpg) repeat-y;
	padding: 14px 69px 83px 68px;	
}



/* video header */
#vidHeader {
	width: 683px;
	background: url(../images/videoHeader/sep-large.jpg) bottom no-repeat;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 21px;
}

#vidHeader a.next {
	float: left;
	margin-left: 4px;
	margin-top: 18px;
	width: 100px;
	height: 14px;
	background: url(../images/videoHeader/next-vid.jpg);
}

#vidHeader a.prev {
	float: right;
	margin-right: 4px;
	margin-top: 18px;
	width: 110px;
	height: 15px;
	background: url(../images/videoHeader/prev-vid.jpg);
}

#vidHeader a.next:hover, #vidHeader a.prev:hover {
	background-position: bottom;
}

h1.vidTitle {
	font: 31px 'GE-Dinar-One-Medium';
	color: #000;
	margin-bottom: 20px;
}

a.add {
	float: left;
	width: 219px;
	height: 38px;
	background: url(../images/videoHeader/add-button.jpg);
}

a.socialvid {
	display: inline-block;
	margin-left: 2px;
}

a.socialvid:hover {
	opacity: .8;
	filter: alpha(opacity=80);	
}

#rating {
	margin-top: 34px;
	margin-bottom: 36px;
	font: 14px Arial;
	color: #000;
}

#rating a.star {
	float: right;
	margin-left: 4px;
	width: 14px;
	height: 13px;
	background: url(../images/videoHeader/star.jpg);
}

a.add:hover, #rating a.star:hover, #rating a.star.active {
	background-position: bottom;
}

#timing {
	height: 37px;
	font: 18px Arial;
	color: #000;
}

#timing .table .tableCell div {
	display: inline-block;
	vertical-align: middle;
}

/* advice */
#advice {
	margin-top: 42px;
	margin-bottom: 66px;
	padding-left: 126px;
	padding-right: 126px;
	text-align: center;
	font: 13px Tahoma;
	color: #525252;
	position: relative;
}

#advice #openquote {
	position: absolute;
	top: 37px;
	left: 85px;
}

#advice #closingquote {
	position: absolute;
	bottom: 0;
	right: 67px;
}

/* more recipies */
#moreRecipies {
	position: relative;
}

#moreRecipies #moreBtn {
	height: 30px;
	font: 15px Arial;
	color: #000;
	font-weight: bold;
	position: absolute;
	left: 11px;
	top: -2px;
	cursor: default;
}

#moreRecipies #moreBtn .table .tableCell div, #moreRecipies #moreBtn .table .tableCell a {
	display: inline-block;
	vertical-align: middle;
}

#moreRecipies #moreBtn a.more:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}



#moreRecipies ul li .pic {
    /* width: 219px; */
    /* height: 132px; */
    /* overflow: hidden; */
    border: 1px solid #cccccc;
    padding: 1px;
}
#moreRecipies ul li .pic img{
    width:100%
    
}
#moreRecipies #moreRecipesHeader h3 {
    font: 2.4em 'GE-Flow-Bold';
    color: #000;
    margin: 0;
    text-align: center;
    padding-top: 16px;
    margin-bottom: 15px;
}
#divnutritionfacts h4 {
    font-size: 2.0em;
    font-family: GE-Dinar-One-Medium;
    color: #000;
    margin: 0;
    text-align: center;
    font-weight: 500;
    background-color: #f0f0f0;
    padding: 18px 18px;
    border-radius: 10px 10px 0 0;
    text-align: right;
    }
#moreRecipies ul {
	margin-top: 0px;
}

#moreRecipies ul li {
	/* margin-right: 8px; */
	/* margin-bottom: 28px; */
	/* display: inline-block; */
	/* vertical-align: top; */
}

#moreRecipies ul li .pic {
	/* width: 219px; */
	/* height: 124px; */
	overflow: hidden;
	border: 1px solid #cccccc;
	padding: 1px;
}

#moreRecipies ul li .desc {
	font: 1.7em 'GE-Flow-Bold';
	color: #000;
	margin-top: 8px;
	margin-bottom: 20px;
	/* margin-right: 2px; */
	/* width: 160px; */
	line-height: 19px;
}

#moreRecipies ul li a {
	color: #000;
	text-decoration: none;
}

