#recipeBook{
	width: 525px;
	padding: 0px;
	font-size: 0.9em;
	text-align: center;
	background: url(../images/tabs2.gif) no-repeat bottom right;
}

ul.recipeBook {
	margin: 0px;
	padding: 10px 0 0 0;
	height: 20px;
}

.recipeBook li{
	display: inline;
	margin: 0px;
	padding: 10px 10px 0 3px;

}

#recipeBox {
 	background: #EEE685 url(card.jpg) no-repeat;
	float: left;
  text-align: left;
	width: 523px;
	font-family:courier, sans-serif;
	font-size: 15px;
	line-height: 1.0em;
	border: 0;
	margin: 0px;
	padding-top: 8px;
}


h1.recipeBox{
	font-size: 24px;
	padding: 10px 0;
	margin: 0px;
	text-align: center;
}

#recipeBox .recipeName{
	font-weight: bold;
	text-align:left;
	font-size: 18px;
	padding: 0 0 21px 0;
	float: left;
	width: 300px;
}

#recipeBox .recipeServes{
	font-style: italic;
	font-size: 12px;
	margin: 0px;
	padding: 0 0 25px 0;
	float: right;
	width: 220px;
}

#recipeBox .recipeMethod{
	font-size: 12px;
	margin: 5px 0px;
	display: block;
	clear: both;
}

#recipeBox .ingredients{
	display: block;
	margin: 0px;
	text-align: left;
	font-size: 11px;
}

#recipeBox .ingredientslast{
	display: block;
	margin: 0px;
	text-align: left;
	font-size: 11px;
	text-decoration: underline;
}

.recipeMenu {
	float: right;
  font-size: 1.0em;
	width: 180px;
	padding: 5px;
	overflow:auto;	
  text-align: left;
	border: 2px solid #7C6240;
	background: #EEE685;
	color: #7C6240;
	height: 650px;
}

.recipeListContainer{	
	float: left;
  font-size: 1.0em;
	width: 170px;
	padding: 5px;
	overflow:auto;	
  text-align: left;
}


#seven {
	position: relative;
		z-index: 0;
	padding: 0 0 0 10px;
}

#seven, #meat, #vegan, #vegetarian, #dairy, #wheat, #veggies, #bread, #dips, #appies, #soup, #rice, #pasta, #more, #dressing {
	display: none;
	position: absolute;
		top: 500px;
		right: 22px;
		z-index: 10;
	width: 180px;
	height: 350px;
	overflow: auto;
	background: #EEE685;
	margin: 0px;

}

/*seven*/ #spread,#dip, #vinagarette, #salad, #pastas, #stirfry, #ricedish, 
/*meat*/ #colinmarinade, #alexmarinade, #countryonion, #meatlovers, #ovenasian, #boiled, #aztecchicken, #hamburgers, #dillchicken, #redpepperpork, #burritos, #beefbroccoli, #salmonbruschetta, #crustedhaddock, #trout, #dilltartar, #crockpotchicken, #crockpotbeef, #crimsonsteak, #curryskillet, #chocbeandip, #italianbread , #vegantofu, #vegantofudip, 
/*bread*/ #sourdough, #garlicbread, #tomatobruschetta, #primaverabruschetta, #dillbruschetta, #countrybruschetta, #italianbread, 
#cheddarbiscuits, #cheddardillbiscuits, #redbiscuits, #greenbiscuits, 
/*dairyfree*/ #gourmetpasta, #dip, #italianbread , #vegantofu, #vegantofudip, #salad, #mayonaise, #yogurtdip, #sourdough, #spread, #dip, #applesalsa, #beansalsa, #mintsalsa, #salmondip, #crabdip, #tzatziki, #italianbread, #vegantofu, #vegantofudip, #chickpeadip, #jalapenosalsa, #vinagarette, #dressing, #italian, #greensving, #dilldress, #thaidress, #dillving, #creamysalad, #sesamemarinade, #rootspopcorn, #popcorn, #bbqsauce, #sesamebbq, #dessertdip, #coffee, #mochamousse, #veganpasta, #tunapenne, #gourmetpasta, #fettuccine, #salmonpasta, #pastadinner, #primatunapenne, #stirfry, #ricedish, #ovenasian, #curryrice, #thaistirfry, #spanishrice, #crimsonsteak, #gardenrice, #curryskillet, 
/*soups*/ #tomatosoup,
/*vegan*/ #gourmetpasta, #dip, #veganpasta, #italianbread, #vegantofu, #vegantofudip, 
/*vegetarian*/ #dip, #redpepper, #veganpasta, #stirfry, #bestbeansalad, #crockpotcurry, #crockpotrainbow, #italianbread, #vegantofu, #vegantofudip,
/*veggies*/#redpepper, #fiddleheads, #dilledasparagus, #redpeppersquash, #countrypotatoes, #pepperedveggies,
/*wheat*/#vegantofu, #vegantofudip, #tunapenne, #aztecchicken, #dillchicken, #redpepperpork, #salmonbruschetta, #crustedhaddock, #trout, #stirfry, #bestbeansalad, #crockpotcurry, #crockpotrainbow, #redpepper{
	background: #EEE685 url(card.jpg) no-repeat;
	display: none;
	position: absolute;
		top: 0;
		z-index: 10;
}

/*list of recipes in the container*/
.recipeList{
	margin:0px;
  padding: 10px 0 0 1px;
  font-size: 0.9em;
	background: none;
}

.recipeList h4{
	margin: 10px 0 0 0;
}

.recipeList li{
	list-style-type:none;
	padding:5px;
	color:#000;
	cursor:pointer;
}

.recipeList li.playMouseout {
	color:#000;
}

.recipeList li.playMouseOver{
	color:#7C6240;
}
.recipeList li.playClick{
	color:#fff;
}

.keyText{
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}

.clear{
	clear:both;
}


h2 {
	margin: 5px;
}

a.link{
	text-decoration: none;
	font-weight: bold;
}

a.link.hover {
	text-decoration: underline;
}
