div.recipe_description div.pic {
  float: left;
  margin-right: 0.5em;
  font-size: 90%;
  color: #666;
  text-align: center;
  width: 200px; }
div.recipe_description p {
  font-size: 120%; }
div.things ul {
  margin: 0.5em 1.3em;
  font-size: 120%; }
div.steps div.step {
  font-size: 120%; }
  div.steps div.step ul {
    padding: 0.5em 0em 0.5em 2em; }
    div.steps div.step ul li {
      list-style-type: disc;
      padding: 0.2em 0em; }
  div.steps div.step ol {
    padding: 0.5em 0em 0.5em 2em; }
  div.steps div.step div.pic {
    float: left;
    margin: 0em 0.5em 0.5em 0em;
    font-size: 90%;
    text-align: center;
    color: #666;
    width: 100px; }
  div.steps div.step h3 {
    font-size: 150%;
    height: 25px; }
    div.steps div.step h3 span {
      color: #fff;
      width: 25px;
      height: 25px;
      background: url(stepBg00.gif) no-repeat;
      display: block;
      float: left;
      margin-right: 0.2em;
      text-align: center;
      padding-top: 0.1em; }
div.author_recipes {
  padding: 0em 0.5em; }
  div.author_recipes h3 {
    font-size: 140%;
    color: #000;
    padding-top: 1em;
    padding-bottom: 0.5em; }
div.recent_recipes h3 {
  padding-top: 1.5em; }

table.recipe_info {
  width: 100%; }
  table.recipe_info td {
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 0.2em 1em; }
table.my_recipes {
  margin-bottom: 2em;
  font-size: 110%; }
  table.my_recipes th {
    background: #eee;
    border-bottom: 2px solid #666;
    padding: 0.5em 0.3em;
    font-weight: bold; }
  table.my_recipes td {
    border-bottom: 1px solid #999;
    padding: 0.5em 0.3em; }
    table.my_recipes td.title a {
      font-size: 150%;
      color: #f70; }
      table.my_recipes td.title a:hover {
        color: #000; }

.related h2 {
  font-size: 160%; }
.related ul li {
  list-style-type: none;
  height: 45px;
  vertical-align: middle; }
  .related ul li .pic {
    display: table-cell;
    vertical-align: middle; }
    .related ul li .pic img {
      width: 40px;
      height: 40px;
      border: 1px solid #999; }
      .related ul li .pic img:hover {
        border: 1px solid #f70; }
  .related ul li .desc {
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle; }
.related table tbody tr td {
  vertical-align: middle;
  padding: 0.2em 5px 0.2em 0em; }

.difficulty {
  color: #666;
  font-size: 130%;
  margin-bottom: 1em; }

.things ul {
  padding: 0em 0.5em;
  margin-bottom: 1em; }
  .things ul li {
    list-style-image: url(thing000.gif);
    font-size: 110%; }

.tips {
  clear: left; }
  .tips ul {
    margin: 0.5em 0em; }
    .tips ul li {
      min-height: 35px;
      background: transparent url(lamp0000.gif) no-repeat scroll 0em 0em;
      padding-left: 30px;
      vertical-align: middle;
      font-size: 130%;
      margin-bottom: 0.6em; }

.recipe_author .pic {
  float: left; }
.recipe_author .content {
  height: 55px; }
.recipe_author .desc {
  margin-left: 55px; }
  .recipe_author .desc h2 {
    font-size: 150%;
    padding: 0;
    display: inline; }
    .recipe_author .desc h2 a {
      color: #000; }
  .recipe_author .desc .status {
    color: #f70;
    font-size: 120%;
    margin: 0.1em 0 0;
    display: inline; }

.comments .new_comment h2 img {
  vertical-align: top; }
.comments h2 {
  padding-top: 1em; }

.recipe_info h2 {
  padding-top: 1em; }

.report {
  margin-top: 1em; }
