* { font-family:Arial, Helvetica, sans-serif;}
img { border:none; margin-bottom:0px;}
#wrap {
	margin:0;padding:0;
}
#content{
	width:650px;
	border-top:1px solid #f9d8b8;
}

/* styles form grocer-list.css start */

#recipe-list {
	float: left;
	width: 196px;
	/*border-right: 1px solid #f9d8b8;*/
}
#recipe-list .h2{
	float: left;
	padding: 1px 1px 0px 40px;
	color: #006600;	
	width: 85px;
	font-weight: bold;
}
#recipe-list .h3{
	float: left;
	padding: 1px 1px 0px 40px;
	color: #006600;
	width: 160px;
	font-weight: bold;
}
#recipe-list .heading {
	color: #d04c02;
	font-size: 125%;
	font-weight: bold;
	margin-left: 48px;
	margin-top: 22px;	
}
#recipe-list .item {
	padding: 1px 1px 0px 40px;
	color: #d04c02;
	font-size: 110%;
	
}
#selected-recipes {
	float: left;
	width: 400px;
	height:100%;
	
	border:none;
}
#selected-recipes .item {
	float: left;
	padding: 0;
	color: #006600;
	font-size: 80%;
	width: 100%;
}
#selected-recipes p.heading{
	color: #006600;
	font-weight: bold;
	font-size: 145%;
	margin-left: 100px;	
	margin-bottom: 30px;
}
#selected-recipes p{
	color: #cc4c02;
	font-size: 100%;    
	margin: 7px 0 0 100px;
	padding:0;
}

#community-content{
	width: 750px;
}
#community-content #top{
	text-align: right;
}
#top p{
	font-weight: bold;
}

#selected-recipe-list {
	margin:0 auto;
	overflow: hidden;
	background: white;
	font-family: "Verdana","sans serief"
}
#selected-recipe-list #recipes {
	margin: 0 60px;
	color: #cc4c02;
}
#selected-recipe-list li{
	width: 465px;
	margin: .4em 0;
	padding: 12px 0px 15px 0px;
}
#selected-recipe-list #recipes p {
	margin-left: 5 px;
}
#selected-recipe-list #recipes li .wrap {
	float: left;
	width: 465px;
	padding: 25px 10px 15px 0px;
	background: url("imgs/search-recipe-botm-color-recipes.png") bottom left no-repeat;
}
#selected-recipe-list li.alt1 {
	float: left;
	background: url("imgs/search-r-wrap-top-grad-recipes.png") top left no-repeat;	
}
#selected-recipe-list img{
	float: left;
	width: 180px;
	height: 150px;
	margin-left: 20px;
	margin-top: -20px;
}

#selected-recipe-list strong {
	margin-right: .2em;
	margin-left: 30px;
}
#selected-recipe-list h4{
	color: #cc4c02;
	font-weight: bold;
	font-size: 120%;    
	text-align: center;
}
#community-content a {
	padding: 30px 10px 10px 10px;
	color: #d04c02;
	font-size: 100%;
	text-align: center;	
}
#selected-recipe-list h3{
	color: #006600;
	font-weight: bold;
	font-size: 120%;	
}

/* styles from grocery-list.css end */

#print-header {
	display:block;
}

#nav-tools, #nav-main, #nav-footer,#search,#submit,#branding {
	display:none;
}


