.left_col_configurator{
    width: 202px;
}
    .left_col_configurator .price{
        background: url(img/pizza_composer/buttons.png) repeat-x;
        height: 27px;
        line-height: 27px;
        width: 202px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-family: 'tahoma';
        text-transform: uppercase;
        position: relative;
        z-index: 0;
    }
.pizza_composer{
    
}

.extras{
    
}

.pizza_preview{
    
}
.ingredients{
    width: 560px;
    overflow: hidden;
    margin-left: 10px;
}
    .ingredients h3{
        margin:0.33em 0;
    }
    .pizza_preview .pizza_whole{
        background: url(img/pizza_composer/whole_pizza.png) no-repeat center;
        width: 196px;
        height: 173px;
    }
    
    .pizza_preview .pizza_divided{
         width:196px;
         height:173px;
         display:none;
         position: relative;
    }
    
    .pizza_divided .left_side{
         background: url(img/pizza_composer/left_side.png) no-repeat right center;
         width: 98px;
         height: 173px;
         cursor: pointer;
    }
    .pizza_divided .right_side{
         background: url(img/pizza_composer/right_side.png) no-repeat left center;
         width: 98px;
         height: 173px;
         cursor: pointer;
    }
    .pizza_divided .left_side.active{
         background: url(img/pizza_composer/left_side_active.png) no-repeat left center;
         position: relative;
         right: -12px;
    }
    
    .pizza_divided .right_side.active{
         background: url(img/pizza_composer/right_side_active.png) no-repeat left center;
         position: relative;
         left: -12px;
    }
    
.pizza_composer .divider{
    padding:7px 3px;
    width:190px;
    text-align:center;
    cursor:pointer;
    margin-top:10px;
    background:url('img/bg/checkbox_off.png') no-repeat 27%;
}
    .pizza_composer .divider.active{
        background:url('img/bg/checkbox_on.png') no-repeat 27% !important;
    }
    .pizza_composer .divider.checked{
        background:#faf;
    }
    
    .pizza_composer .minus, 
    .pizza_composer .plus{
        padding:3px;
        color:#fff;
        cursor:pointer;
    }
    .pizza_composer .amount_container{
/*        width:150px;*/
    }
        .pizza_composer .plus, 
        .pizza_composer .minus{
            float:left;
        }
    
        .pizza_composer .amount{
            float:left;
            width:20px;
            border: 0;
            background: #e2e2e2;
            text-align: center;
        }
    .ingredients_list{
        margin: 5px 0 10px;
        width: 201px;
    }
        .ingredients_list .header{
            color: #fff;
            font-weight: bold;
            background: url(img/pizza_composer/header_red.png) no-repeat top left;
            padding: 0 2px 5px 2px;
            width: 197px;
        }
        .ingredients_list.green .header{
            background: url(img/pizza_composer/header_green.png) no-repeat top left;
        }
        .ingredients_list .header h3{
            font-size: 12px;
            text-align: center;
            margin:0;
            padding: 5px 0;
            text-transform: uppercase;
        }
        .ingredients_list .container{
            background: #eaeaea;
            border: 1px solid #c5c5c5;
        }
        .ingredients_list .container.padding{
            padding: 3px;
        }
        .ingredients_list .extra_ingredients_header{
            background: #c30b00;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            height: 20px;
            line-height: 20px;
            cursor: pointer;
        }
        .ingredients_list.green .extra_ingredients_header{
            background: #b6dd02;
        }
        .ingredients_list .extra_position{
            padding: 1px 5px 1px 3px;
            height: 18px;
            line-height: 18px;
        }
        .ingredients_list .extra_position.even{
            background: #ddd;
        }
        .ingredients_list .extra_position .quantity{
            background: #fff;
            padding: 0 5px;
            height: 18px;
            line-height: 18px;
        }
        
        .select_plugin select{
            width: 197px;
        }
    
    
    .composer-ingedients{
        width: 555px !important;
    }
    .composer-ingedients td{
        vertical-align:top;
    }
    
    .choose_config{
        background: #fefefe url(img/pizza_composer/config_bg.png) repeat-x;
        border: 1px solid #f7f7f7;
        margin-bottom: 10px;
        padding: 6px 0 4px 0;
        position: relative;
        z-index: 0;
    }
        .dish_composer .choose_config{
            margin-bottom: 6px !important; 
        }
    .config_title{
        width: 90px;
        text-align: right;
        font-weight: bold;
        padding-right: 10px;
        line-height: 28px;
        font-family: 'tahoma';
    }
    .config_title.big{
        width: 160px;
    }
    .config_buttons{
        /*width: 350px;*/
    }
    .config_buttons .size_button{
        margin: 0 13px 5px 0;
    }
    
.tab{
    background: url(img/pizza_composer/tab.png) no-repeat;
    width: 133px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #000;
    font-weight: bold;
    cursor:pointer;
    margin-left: 7px;
}
.tab:first-child{
    margin:0;
    margin-right: 2px;
}
.tab.active{
    background: url(img/pizza_composer/active_tab.png) no-repeat;
    height: 40px;
    position: relative;
    z-index: 9;
    color: #b10000;
}
.content_tabs{
    border: 1px solid #cecece;
    position: relative;
    top: -4px;
    z-index: 1;
    padding: 10px;
    overflow: hidden;
    background: #f0f0f0;
}
    .content_tabs .shader{
        width:100%;
        height:100%;
        position:absolute;
        
        z-index:99999;
        display:none;
    }
    .content_tabs .loading{
        position:absolute;
        padding:20px 40px 20px 50px;
        border:1px solid #aaa;
        left:200px;
        top:30px;
        background:#fff url('img/ico/loading.gif') no-repeat left 5px center;
        z-index:100000;
        display:none;
    }
.list_element{
    width: 265px;
    height: 18px;
    padding: 3px 0;
    line-height: 18px;
}

.ingredients_list.second{
    display:none;
}

.element_name{
    width:200px;
}

.ingredients_content .amount_container{
    float: left;
}
.composer_remark{
    width: 545px;
    border: 1px solid #cecece;
    color: #555;
    font-family: 'tahoma';
    font-size: 12px;
    padding: 5px;
    margin:0;
    margin-bottom: 10px;
}
.composer_remark.dark{
    color: #464646;
}

.main_buttons .left, 
.main_buttons .right{
    background: url(img/pizza_composer/buttons.png) repeat-x;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    width: 140px;
}
.main_buttons .right{
    width: 64px;
    background: url(img/pizza_composer/next.png) no-repeat;
    padding: 0 70px 0 5px;
    text-align: center;
}


.too_much_ingredients, .sauce_already_choosen{
    position:absolute;
    padding:10px 20px 10px 20px;
    border:1px solid #aaa;
    left:100px;
    top:30px;
    z-index:100000;
    background:#fff;
    cursor:pointer;
}

.left_menu_list.dishes{
    border: 1px solid #ccc;
}
.left_menu_list.dishes h4{
    color: #af0600;
    font-size: 16px;
    font-family: 'tahoma';
    font-weight: bold;
}

.dish_composer h3.red_title{
    margin: 0 0 5px 0;
}
.dish_composer .config_title{
    width: 140px;
}

.dish_composer .choose_config .config_title{
    width:auto;
    text-align:left;
    padding-left:6px;
}

.additional_ingredients{
    color:#B10000;
}