﻿div.view-recipe-left {
    display: block;
    float:left;
    position: relative;
    width: 200px;
    height: auto;
    background-color: #fff;
}
    div.display-rating {
        width: 200px;
        height: 50px;
        background-color: Transparent;
        margin: 0 0 0 10px;
    }

        div.display-rating .box {
            position: relative;
            display: inline;
            float: left;
            
            text-align: center;
            width: 40px;
            height: 30px;
            margin: 0;
            padding: 0;
            background-color: #fff;
        }
        
        div.display-rating .box2 {
            position: relative;
            display: inline;
            float: left;
            
            width: 40px;
            height: 20px;
            margin: 0;
            padding: 0;
            text-align: center;
            font-weight: bold;
        }
        
        div.display-rating .box3 {
            position: relative;
            display: inline;
            float: left;
            width: 50px;
            height: 30px;
        }
        
        
div.view-recipe-right {
    display: block;
    float:left;
    position: relative;
    width: 300px;
    height: auto;
    background-color: #fff;
    margin-left: 50px;
}

    div.view-recipe-right div.you-tube{
        display: block;
        float:left;
        position: relative;
        width: 300px;
        height: 243px;
        background-color: #fff;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    
    div.view-recipe-right a {
        color: #c30000;
    }
    
    div.view-recipe-right textarea {
        border: solid 1px #000;
        margin: 1px 0px 8px 0px;
        width: 100%;
        height: 80px;
        font-family: tahoma;
        font-size: 1em;
        padding: 3px;
    }
    
    div.view-recipe-right a.red-button {
        color: #FFF;
    }
    
    
    #jAddRecipeCommentLoader {
        margin: 10px;
        visibility: hidden;
        display: none;
    }
    
    div.recipe-comment p {
        padding: 5px 0px 0px 5px;
    }
