/****** SPECIAL ATTRIBUTES FOR THE SIDEBAR ******/
ul li a {
	padding: 3px 3px;
}
* html ul li a {
	width: 119px;
}
* html li ul li a {
	width: 104px;
}

/****** FIRST PAGE OF RECIPES FOR DESIGN ******/

.recipe_ad {
	width: 520px;
	height: 217px;
	margin: 20px auto 0 auto;
	padding: 0px;
}
.recipe_adleft {
	background: url(../../images/services/recipes/recipe_1.jpg) no-repeat left top;
	float: left;
	width: 345px;
	height: 217px;
}
.recipe_adright {
	background: url(../../images/services/recipes/recipe_2.gif) no-repeat left top;
	float: right;
	width: 175px;
	height: 217px;
}
.recipe_adleftb a {
	position: relative;
	float: right;
	width: 120px;
	height: 36px;
	top: 168px;
	right: 15px;
	border: none;
}
.recipe_adleftb a:hover {
	background: url(../../images/services/recipes/recipe_1_bo.jpg) no-repeat left top;
	border: none;
}
.recipe_adrightb a {
	position: relative;
	float: right;
	width: 44px;
	height: 34px;
	top: 169px;
	right: 16px;
	border: none;
}
.recipe_adrightb a:hover {
	background: url(../../images/services/recipes/recipe_2_bo.gif) no-repeat left top;
	border: none;
}

/******RECIPE_TABLE******/

#recipe_table {
	background: url(../../images/services/recipes/recipe_table.gif) top left no-repeat;
	text-align: center;
	width: 501px;
	height: 220px;
	padding: 0px;
	margin:0px auto;
}
.thumbnail1, .thumbnail2, .thumbnail3, .thumbnail4 {
	float: left;
	width: 166px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}
.thumbnail1, .thumbnail2, .thumbnail4 {
	border-right: #daddc0 1px solid;
}
#recipe_table a{
	border: none;
}
#recipe_table a:hover{
	border: none;
	background: none;
}
.table_links {
	background: url(../../images/services/recipes/view_recipe_bo.jpg) no-repeat left center;
	width: 118px;
	height: 34px;
	margin: auto;
	padding: 0px 0 0 0;
}
.table_links a {
	background: url(../../images/services/recipes/view_recipe_b.jpg) no-repeat left center;
	float: left;
	width: 118px;
	height: 34px;
	top: 0px;
	left:0px;
}
.table_enlarge {
	margin-top: 0px;
}
* html .table_enlarge {
	margin-top: 7px;
}
.table_enlarge a {
	color: #53553e;
	font-size: 10px;
}
.table_enlarge a:hover {
	text-decoration: underline;
}	
div.image-spacer {
	clear: both;
}

/****** RECIPE INGREDIENTS ******/

.ingredients, .ingredients-long {
	height: 140px;
	color: #424334;
	font-size: 12px;
	text-align: left;
	margin: auto;
}
.thumbnail4 {
	height: 171px;
	padding-top: 15px;
}
.ingredients h2 {
	font-size: 125%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
* html .ingredients h2 {
	padding-top: 15px;
	padding-bottom: 5px;
}
.ingredients-long h2 {
	font-size: 125%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ingredients ol li, .ingredients-long ol li {
	margin-left: 70px;
}
* html .ingredients ol li, .ingredients-long ol li {
	margin-left: 30px;
}