#all {
    border:1px solid #cccccc;
    margin:0 auto;
    width:600px;
    font-family: Georgia,"Times New Roman",Times,serif;
    position: relative;
    font-size: 12px;
}

#content {
    padding: 10px;
}

.text_area strong {
    font-weight: bold;
}

.text_area em {
    font-style: italic;
}
.text_area ul {
    padding-left: 30px;
}
.text_area li {
    list-style: disc outside url('../img/common/list_dot.png');
}

.week_recipe,
.recipe_title,
.recipe_title_week {
    color: #11678B;
    font-size: 26px;
    font-style: italic;
    margin: 4px 0;
}

.recipe_info {
    border-bottom: 1px dashed #4ED34A;
    padding: 10px 0;
    overflow: auto;
}

.recipe_info .info {
    float: left;
    width: 23%;
}

.ingredients {
    border-bottom: 1px dashed #4ED34A;
    padding: 10px 0;
}

.ingredients h3 {
    font-size: 18px;
    color: #1C9058;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.ingredients .recipe_image {
    float: right;
}

.preparation {
    padding: 10px 0;
}

.preparation h3 {
    font-size: 18px;
    color: #1C9058;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.print_link {
    position: absolute;
    top: 130px;
    right: 10px;
    color: #ff0000;
    text-decoration: none;
}

.print_link:hover {
    text-decoration: underline;
}
