﻿@import url('reset.css');

body {
	color: #373737;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 20px;
	background-color: #fff;
}

#legal {
	display: none;
}

#container {
	width: 600px;
	border: 1px solid #999;

	padding-bottom: 20px;
}

#pagecontent {
	width: 550px;
	margin-left: 20px;
	position: relative;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0198cd;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#recipeImg {
	position: absolute;
	right: 20px;
	top: 75px;
	
}

#recipeBorderTop {
/* background: url(../img/global/recipeBorder-small.gif) top left no-repeat; */
	width: 159px;
	height: 118px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#imgRecipe img {
	width: 138px;
	height: 93px;
	position: relative;
	top: 10px;
	left: 10px;
/*	display: none; */
}

#header {
	width: 100%;
	height: 54px;
	margin-bottom: 22px;
	background-color: #30b6e7;
}



ul#recipeInfo {
	height: 17px;
}

ul#recipeInfo li {
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: auto;
	padding-bottom: 2px;

}

ul#recipeInfo li p {
	padding-top: 3px;
}

h5 {
	clear: left;
	color: #0198cd;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 11px;
}

.dottedLine {
	margin: 20px 0;
/*	background: url(../img/global/dottedLine-print.gif) top left no-repeat; */
	width: 100%;
	height: 2px;
}

.firstinstance { margin-top: 10px; }

.recipeIngredients { width: 312px; }

.recipeIngredients td { padding-bottom: 5px; line-height: 18px; }

td.colONE { width: 50px; }

td.colTWO { width: 70px; }

td.colTHREE { width: 192px; }

ol#recipePrep {
	padding-left: 22px;
	list-style-type: decimal;
	color: #0198cd;
	font-weight: bold;
}

ol#recipePrep li {
	padding-bottom: 10px;
}

ol#recipePrep li p {
	font-weight: normal;
	color: #373737;
}

#recipeSmallPrint { font-size: 10px; }
