﻿

#recipe-content-container
{
	padding: 20px 40px 45px 45px;
}

#recipe-detail-banner
{
	padding-bottom: 15px;
	position: relative;
	top: 0px;
	left: -3px;
}

#recipe-head-wrapper
{
	width: 460px;
	overflow: auto;
}

#recipe-head-top div
{
	float: right;
	padding: 0px 1px 0px 20px;
	overflow: hidden;
}

#recipe-head-top a
{
	display: block;
	font: normal 11px Arial, sans-serif;
	color: #666;
	padding: 6px 23px 6px 3px;
	position: relative;
	top: 0px;
	left: 1px;
}

#recipe-head-advanced
{
	background: transparent url(/images/recipe-advanced-search.gif) no-repeat scroll center right;
}

#recipe-head-all
{
	background: transparent url(/images/recipe-all-in-category.gif) no-repeat scroll center right;
}

#recipe-head-mid
{
	clear: both;
	padding-top: 10px;
	width: 460px;
	overflow: auto;
	border-bottom: 1px solid #ccc;
}
#recipe-head-mid span.head3
{
	float: left;
}

#recipe-head-printer
{
	float: right;
	background: #ccc url(/images/recipe-tab-left.gif) no-repeat scroll top left;
}
#recipe-head-printer-inner
{
	background: transparent url(/images/recipe-tab-right.gif) no-repeat scroll top right;
	padding: 4px 6px;
}
#recipe-head-printer a
{
	font: normal 11px Arial, sans-serif;
	color: #333;
	background: transparent url(/images/recipe-tab-printer-icon.gif) no-repeat scroll center right;
	padding: 2px 16px 2px 2px;
}

#recipe-head-bottom
{
	clear: both;
	padding: 1px;
}
#recipe-head-bottom a
{
	font: normal 11px Arial, sans-serif;
	color: #666;
	display: block;
}
#recipe-head-prev
{
	float: left;
	overflow: hidden;
}
#recipe-head-prev a
{
	padding: 6px 3px 6px 23px;
	background: transparent url(/images/recipe-arrow-previous.gif) no-repeat scroll center left;
}
#recipe-head-next
{
	float: right;
	overflow: hidden;
}
#recipe-head-next a
{
	padding: 6px 23px 6px 3px;
	background: transparent url(/images/recipe-arrow-next.gif) no-repeat scroll center right;
}


