/* CSS Document */

#recipeContent, #recipeShareHolder{
	width:755px;
	margin:0 auto;
	padding-top:15px;
	text-align:left;
	font-size:12px;
	padding-bottom:10px;
}
#recipeTitle{
	background:url(../images/recipeTitle2.jpg) top left no-repeat;
	text-indent:-9999px;
	width:310px;
	height:61px;
}
#recipeContentHolder{
	padding-top:15px;
	
}

.recipeThumbHolder ul{
	margin:0 auto;
	margin-top:20px;
	width:732px;

}

.recipeThumbHolder ul li{
	background:url(../images/recipethumbbg.jpg) left top no-repeat;
}

.recipeThumbHolder ul li{
	margin:0 14px;
	float:left;
	width:211px;
	height:243px;
	text-align:center;

}
.recipeThumbHolder img{
	margin-top:50px ;
	border:#666666 1px solid;
	}
.recipeThumbHolder h2{
	padding-top:25px;
	font-size:15px;
	font-weight:normal;
	}
.recipeThumbHolder h2 a{
	text-decoration:none;
	color:#000000;
	}	
.recipeThumbHolder h2 a:hover{
	text-decoration:underline;

}
#pageNav{
	text-align:center;
	padding:20px 20px 10px 20px;
}	

#pageNav span{
	background:#F3F3F3;
	padding:5px;
	margin:0 6px;
	border:#666666 1px solid;
}

.disableNav{
	color:#999999;
	border:#CCCCCC 1px solid !important;
	}
		
#pageNav a{
	text-decoration:none;
	color:#333333;
}		
#pageNav a:hover{
	text-decoration:underline;

}		
		
#ingredientsHolder{
	text-align:center;
	margin-top:20px;
}
#ingredientsHolder h1{
	padding:10px 0;
	font-size:25px;
	color:#666666;
	font-weight:normal;
	}
.prcedureBox{
	margin: 0 auto;	
	text-align:left ;
	width:400px;
	margin-top:20px;
}
.prcedureBox h2{
	font-size:18px;
}	
.prcedureBox ul{
	padding:10px 0 15px 20px;
	list-style-type:disc;
}
.prcedureBox ul li{
	padding:2px 0;
}
.prcedureBox p{
	color:#FF0000;
	font-size:11px;
}
#recipeBox{
	background:#f5f3f3 url(../images/recipeboxbg2.jpg) top left no-repeat; width:780px; 
	}
#recipeBoxBottom{
	background:#fff url(../images/recipeboxbgb2.jpg) top left no-repeat; width:780px; height:50px; 
}
#recipeShareHolder h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-top:30px !important;
	font-size:25px;
	color:#666666;
	}

#shareDrop{
	padding:25px 0 5px 0;
	width:118px;
	margin:0 auto;
	}
#shareDrop p{
	display:block;	
	cursor:pointer;
	text-decoration:underline;

}
#recipeField{
	width:450px;
	margin:0 auto;
	padding-top:20px;
	}
	

#recipeField label, #recipeField label span{
	display:block;
	padding:3px 0;
 }	

#recipeField label{
	float:left;
	width:100%;
}

#recipeField label span{
	float:left;
	width:30%;
	text-align:right;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold
}

#recipeField input{
	float:right;
	border:#CFD5E6 1px solid;
	width:300px;
	font-size:15px;
	height:18px;

	
}	
#recipeField textarea{
	float:right;
	border:#CFD5E6 1px solid;
	width:300px;


}	

#submitB3{
	text-align:center;
	width:100px;
	margin:0 auto;
	margin-top:20px;

}

#submitB3 a{
	background:url(../images/submitButtonc.jpg) top left no-repeat;
	width:97px;
	height:37px;
	text-indent:-9999px;
	display:block;
}
#submitB3 a:hover{background-position: 0 -37px;}

/*#recipeField span{
	float:left;
	
 }	
#recipeField label span{
	text-align:right !important ;

 }	 

		*/