@import url(global.css);
@import url(typo.css);
.recipeleftcol {
    float: left;
    width: 528px
    }
.reciperighttcol {
    float: right;
    width: 200px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #DFDDDD;
    margin-bottom: 15px
    }
.ingredients ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
.ingredients li {
    margin-top: 3px
    }
.ingredients li h2 {
    color: #016990;
    font-size: 1em;
    font-weight: normal
    }
.articlecontent {
    margin-right: 15px
    }
.recipeinfo {
    float: left;
    width: 95px;
    color: #999;
    margin-bottom: 10px
    }
.recipeinfopicto {
    float: left;
    width: 22px;
    height: 22px
    }
.recipeinfotext {
    float: left;
    padding: 4px 5px 0 4px
    }