/* Styles for Recipe pages */
#center {
	width: 100%;
	background: #FFFFFF;
}

#left {
	width: 200px;             /* LC width */
	border-right:1px solid #DBF869;
}
#description {
	float: left;
	padding:5px;
	font-size:11px;
	color:#000000;
	width:200px;
	background-color: #EFF5AF;
	border: thin outset;
}
.picturetable{
	margin-top:20px;
	text-align: left;
	width: 100%;
	background:#EFF5AF;
	border: thin outset;
}

.picturetd{
	border-bottom: thin dashed;
	font-style: italic;
	padding:10px;
}

#recipe {
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	margin-top:-5px;
	font-size:11px;
	color:#000000;
	background-color: #EFF5AF;
}
#recipe_title {
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px solid #000000;
}

a.active_link{
	color:#E20000;

}

/* Method steps */
#recipe_method li {
	padding-bottom: 3px;
	padding-top: 2px;
}
#recipe_tips {
	font-size: 1em;
	border: 1px solid #c0c0c0;
	padding: 2px;
}
#recipe_tips ._title {
	font-size: 1em;
	font-weight: bold;
}
/* for example Ingredient, Method */
.recipe_section {
	font-size: 1.2em;
	text-decoration: underline;
}