.smallerFont {


font-size:10px;


}

div.recipes_cont{

	/*position: absolute;*/

	width: 100%;

	/*overflow: auto;*/

	padding: 0px;	

	margin-top: 2px;

	margin-left: 0px;

}



#recipes_page_selector{

	padding: 0px;	

	margin-top: 5px;

}



div.recipe{


	border: 0px solid red;
	position: relative;	

	float: left;

	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid Silver;

}



div.recipe_admin{

	width: 500px;

	position: relative;	

	float: left;

	padding: 0;

}



div.recipe_name{

	position: relative;	

	float: left;

	width: 376px;

	text-align: left;

	padding: 2px;

}



div.recipe_rate{

	position: relative;	

	float: left;

	width: 116px;

	text-align: left;

	padding: 2px;
	border: 0px solid red;

}



h2.recipe_title{

	/*position: absolute;*/

	margin-left: 2px;

	margin-top: 2px;

	margin-bottom: 0px;

	padding: 0;

	font-size: 130%;

	font-weight: bold;

	text-align: left;

}






#recipes_popular_cont{

	/*position: absolute;*/

	width: 100%;

	overflow: auto;

	padding: 0px;	

	margin-top: 2px;

	margin-left: 0px;

}



div.recipe_comment{

	width: 500px;

	position: relative;	

	float: left;

	padding: 2px;

	border-bottom: 1px solid Silver;

}



#recipes_comment_cont{

	/*position: absolute;*/

	width: 100%;

	/*overflow: auto;*/

	padding: 0px;	

	margin-top: 2px;

	margin-left: 0px;

}



div.recipe_comment_rate{

	position: relative;	

	float: left;

	width: 116px;

	text-align: center;

	padding: 2px;

}



div.recipe_comment_text{

	position: relative;	

	float: left;

	width: 376px;

	text-align: left;

	padding: 2px;

}
