#nav li a.food_fun {
	background:url("/images/header/nav_bg_selected.png") no-repeat center top;
	color:#000;
}

#recipe_browser {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	overflow: auto;
	padding: 1.6em 0 1.6em 15px;
	background: url("/images/main/bg-recipe_browser.png") repeat-y left top;
	margin-top:10px;
	float:left;
	width:760px;
	
}

#recipe_browser h2 {
	margin: 0;
	line-height: 21px;
	font-size: 12px;			
}

#recipe_browser #categories {
	float: left;
	width: 135px;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
}

#recipe_browser #categories li {
	margin-bottom: 2px;
}

#recipe_browser #categories a {
	display: block;
	padding: 0.2em .75em;
}

#recipe_browser #categories a:hover {
	background-color: #ddd;	
}

#recipe_browser #categories #cat-current {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#recipe_browser #categories #cat-current a {
	border-left: 1px solid #ccc;
	border-right: none;
	color: #444;
	background-color: #fff;
	text-decoration: none;
	margin-left: -1px;
}

#recipe_browser ol#recipe_list {
	float: left;
	width: 68%;
	margin: -1.6em 0 0;
	list-style-type: none;
	padding: 0em 1.5em;
}

#recipe_browser ol#recipe_list h2 {
	font-size: 13px;
	font-family: arial;
	color: #999;
}

#recipe_browser ol#recipe_list ul {
	margin: 0 0 1.6em 1.5em;
	list-style: none;	
}

/*---- recipe details -----*/

#nav li a.food_fun {
	background:url("/images/header/nav_bg_selected.png") no-repeat center top;
	color:#000;
}

#share_options {
	margin-bottom:15px;
}

#share_options li.email a {
	border-right:none;
}

#copy #recipe_photo {
	float: left;
	width: 230px;
	margin: 0 15px 5px 0;
}

#copy dt.serving_size {
	margin-top:0;
}

#copy dl {
	width: 530px;
	float:right;
}

#copy dt {
	font-weight:bold;
	font-size:14px;
	color:#000;
	letter-spacing:-0.01em;
	margin:25px 0 5px 0;
}

dd {
	margin-left: 1.5em;
}

#copy dd ul {
	list-style:disc;
	list-style-position:inside;
	padding-top:5px;
}
	
#copy dd ol {
	list-style:decimal;
	list-style-position:inside;
	padding-top:5px;
}

#copy dd ul li,
#copy dd ol li {
	margin-bottom:5px;
}


