.rr_message {
	padding:10px 0px 5px 20px;
	}	


div.now-category
{
  width: 280px;
  height: 90px;
  background: left top no-repeat url('../images/category-recipes.gif');
  padding-top: 35px;
  padding-left: 220px;
  margin-left: 2px;
  
  _width: 500px;
  _height: 130px;
  
  color: #fd8603;
  font-size: 26px;
  font-weight: normal;
  font-family: Verdana;
}

div.now-category label
{
  color: #fd8603;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
}

table.recipe
{
  width: 460px;
  border: 1px solid #94a66d;
  background-color: #e9e8df;
  border-spacing: 0px;
  margin: 13px auto;
}

table.recipe-favourite
{  
  width: 460px;
  border: 1px solid #94a66d;
  background-color: #e9e8df;
  border-spacing: 0px;
}

table.recipe td.recipe-image,
table.recipe-favourite td.recipe-image
{
  padding: 8px;
  vertical-align: top;
  width: auto;
}

table.recipe td.recipe-image img,
table.recipe-favourite td.recipe-image img
{
  margin: 0px;
}

table.recipe td.recipe-description,
table.recipe-favourite td.recipe-description
{
  vertical-align: top;
  padding: 8px;
  padding-left: 0px;
}

table.recipe td.recipe-description h3,
table.recipe-favourite td.recipe-description h3
{
  display: block;
  height: 30px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: #92a46a;
  overflow: hidden;
  line-height: 30px;
  color: #f8f9f5;
  font-size: 15px;
  font-weight: bolder;
  font-family: Verdana;
  text-align: center;
}

table.recipe td.recipe-description label,
table.recipe-favourite td.recipe-description label
{
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
}

table.recipe td.recipe-description a.recipe-more,
table.recipe-favourite td.recipe-description a.recipe-more
{
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
  color: #456903;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
  text-decoration: underline;
}

a.recipe-remlink
{
  display: block;
  float: right;
  margin: 0px;
  margin-bottom: 2px;
  margin-right: 3px;
  padding: 0px;
  color: #456903;
  font-size: 14px;
  font-weight: bolder;
  font-family: Verdana;
  text-decoration: none;
}

table.recipe td.recipe-description a.recipe-more:hover,
table.recipe-favourite td.recipe-description a.recipe-more:hover
{
  text-decoration: none;
}


div#recipe-container
{
  width: 541px;
  height: auto;
  overflow: hidden;
  margin: 16px auto;
  background: left top repeat-y url('../images/recipe-features-body.gif');
  _margin-left: 27px;
}

div#recipe-container div#recipe-container-title
{
  width: 100%;
  height: 7px;
  background: left top no-repeat url('../images/recipe-features-title.gif');
  font-size: 0px;
}

div#recipe-container div#recipe-container-body
{
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  _text-align: center;
}

div#recipe-container div#recipe-container-body div.no
{
  color: #333;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
  margin-top: 10px;
  text-align: center;
}

div#recipe-container div#recipe-container-body div#featured-recipes-image
{
  width: 466px;
  height: 126px;
  background: left top no-repeat url('../images/featured-recipes.gif');
  margin-left: 2px;
}

div#recipe-container div#recipe-container-footer
{
  width: 100%;
  height: 7px;
  background: left top no-repeat url('../images/recipe-features-bottom.gif');
  font-size: 0px;
}


/*---one-recipe-container---*/
div.one-recipe-container
{
  width: 510px;
  margin: 0px auto;
  _margin-left: 15px;
}

div.rr_ingredients
{
  margin-top: 10px;
}

div.rr_ingredients div.rr_ingredientstitle
{
  color: #333;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana;
  border-bottom: 1px solid #000;
}

div.rr_ingredients div.rr_introtext
{
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
  line-height: 14px;
  text-align: justify;
}

div.rr_steps
{
  margin-top: 10px;
}

div.rr_steps div.rr_stepstitle
{
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana;
  border-bottom: 1px solid #000;
}

div.rr_steps div.rr_stepstext
{
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
  line-height: 14px;
  text-align: justify;
  padding: 0px;
}

div.rr_reviewssectiontitle
{
  color: #333;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana;
}

div.rr_raterecipelink a
{
  color: #456903;
}

table.recipe-description-table
{
  border: 0px;
  width: 100%;
  border-spacing: 0px;
}

table.recipe-description-table td.recipe-description-table-image
{
  padding: 0px;
  width: auto;
}

table.recipe-description-table td.recipe-description-table-image .rr_image
{
  padding: 0px;
  margin: 0px;
}

table.recipe-description-table td.recipe-description-table-text
{
  padding-left: 8px;
  vertical-align: top;
  width: auto;
}

table.recipe-description-table td.recipe-description-table-text h3
{
  padding: 0px;
  margin: 0px;
  color: #333;
  font-size: 14px;
  font-weight: bolder;
  font-family: Verdana;
  
}

div.rr_author_and_votes
{
   margin-top: 5px;
}

span.rr_author
{
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
  display: block;
}

span.rr_author a
{
  color: #ccc;
  font-size: 12px;
  font-weight: bolder;
  font-family: Verdana;
}

span.rr_introtitle
{
  display: none;
}

span.rr_introtext
{
  display: block;
  margin-top: 5px;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
}
/*---one-recipe-container---*/

/*----rr_menu----*/
div.rr_menu
{
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

div.rr_menu div 
{
  display: inline;
  
}

div.rr_menu a
{
  color: #456903;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana;
  _margin-left: 5px;
  _margin-right: 5px;
}
/*---*/

/*-------recipe-search------------*/

div#recipe-search-title
{
  text-align: center;
  color: #fd8603;
  font-size: 16px;
  font-weight: bolder;
  font-family: Verdana;
}

/*-------recipe-search-body----*/
div#recipe-search-body
{
	overflow: hidden;
}

div#recipe-search-body input.recipe-search-body-input
{
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	width: 386px;
	_width: 340px;
	_margin-left: 25px;
	height: 20px;
	border: 1px solid #ccc;
}

div#recipe-search-body input.recipe-search-body-submit
{
  display: block;
  float: left;
  background-color: transparent;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  height: 22px;
  _height: 20px;
  margin-left: 10px;
  margin-top: 10px;
}

div#recipe-search-body select
{
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	border: 1px solid #ccc;
}
/*-------recipe-search-body----*/

div#recipe-search-body-buttons
{
  text-align: center;
  margin-top: 20px;
}

div#recipe-search-body-buttons input
{
  background-color: transparent;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
}

div.navlinks
{
  text-align: center;
  width: 100%;
}

div.navlinks a
{
  color: #92a46a;
  font-size: 14px;
  font-weight: bolder;
  font-family: Verdana;
}

div.navlinks label
{
  color: #92a46a;
  font-size: 14px;
  font-weight: normal;
  font-family: Verdana;
}

/*-------recipe-search------------*/

div#rr_email_form
{
  display: none;
  position: absolute;
  background-color: #fff;
  width: 300px;
  height: auto;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -450px;
  border: 1px solid #ccc;
  overflow: hidden;
}

/*a#rr_email_form_close
{
  display: block;
  float: right;
  color: #ff0000;
  font-size: 14px;
  font-weight: bolder;
  font-family: Verdana;
  text-decoration: none;
}*/

table.rr_email_form_table 
{
  width: 90%;
  height: auto;
  border-spacing: 0px;
  margin: 0px auto;
}

table.rr_email_form_table td.rr_email_form-title
{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #fd8603;
  font-size: 14px;
  font-weight: normal;
  font-family: Verdana;
}

table.rr_email_form_table td
{
  padding-top: 10px;
}

table.rr_email_form_table td.rr_email_form_name
{
  height: 30px;
  width: 100px;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
}

table.rr_email_form_table input
{
  width: 98%;
  border: 1px solid #94a66d;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana
}

table.rr_email_form_table td input.button
{
  display: block;
  background-color: #fff;
  width: 50%;
  height: 20px;
  color: #333;
  font-weight: normal;
  font-family: Verdana;
  margin: 10px auto;
}
