#calculator_app .x-border-box, #calculator_app .x-border-box *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.x-border-box h2 {
    font-size: 1.6em;
    margin: 0 0 13px;
}

.x-border-box h3{
    font-size: 1.3em;
    margin: 0 0 9px;
}

.x-border-box strong, .x-border-box strong b {
color: #2E2E2E;
font-weight: bold;
}


#calculator_app{
    width: 644px;
    height: 559px;
    background: url('/images/calc/fon2.png') top left no-repeat;
}

#in, #out{
    width: 338px;
    height: 559px;
    position: relative;
}

#in{
    float: left;    
}

#data_size label, #data_type label, #disc_type label, #raid_type label{
    font-weight: bold;
    color: #000;
}

#data_size .x-form-trigger-wrap{
    /*position: absolute;*/
    /*left: -15px;*/
}

#calculator_table_set{
    position: absolute;
    top:   260px;
    width: 282px;
    left:  24px;
    border: 1px solid #cccccc;
    z-index: 200;
}

#last{
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    display: none;
}

#calculator_table_set .headers th{
    background-color: #fff;
    text-align: center;
    font-weight: bold !important;
    text-align: center;
    color: #000;
    font-size: 14px;
    border: 1px solid #cccccc;
}

#calculator_table_set .first, #calculator_table_set .sec{
    padding-left: 5px;
}

#calculator_table_set .first, #calculator_table_set .sec{
    border-right: 1px solid #cccccc;
}

#calculator_table_set .h_1{
    width: 176px;
}

#calculator_table_set .h_2{
    width: 79px;
}

#calculator_table_set .h_3{
    width: 25px;
    text-align: center;    
}

#calculator_table_set .items{
    background-color: #fff;
}

#calculator_table_set .items button, #calculator_table_set .h_3 button{
    background: none;
    border: none;
}

#calculator_table_set .x{
    text-align: center;
}

#calculator_table_set tr td{
    background-color: #f1f2f2;
}

#calculator_table_set tr.odd td{
    background-color: #fff;
}

#result_set{
    color: #FFFFFF;
    font-size: 14px;
    left: 344px;
    position: absolute;
    top: 428px;
    width: 270px;
}

#money{
    margin-top: 17px;
    font-size: 20px;
}

#money_set{
    color: #ffff00;
    position: absolute;
    right: 12px;
}


#result_chart{
    width: 250px;
    height: 220px;
    background-color: #ffffff;
    position: absolute;
    left: 344px;
    top:  155px;
}

#result_chart_panel{
    width: 250px;
    height: 220px;
    position: relative;    
}


#result_chart_info{
    position: absolute;
    top: 149px;
    left: 6px;
}

#result_chart_info ul{
    margin: 0;
    padding: 0;    
}

#result_chart_info li{
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 20px;
    font-size: 11px;
}

#result_chart_info li img{
    top:3px;
    left: 0px;
    position: absolute;
}


#calculator_table_set button{
    height: 16px;
    width: 16px;
    z-index: 200;
}


#result_chart_view{
    width: 250px;
    height: 145px;
    position: relative;
}

#chart_left{
    
    bottom: 0;
    /*height: 130px;*/
    height: 0px;
    left: 23px;
    position: absolute;
    width: 90px;
    background: #4e469d;
    background: -moz-linear-gradient(top, #4e469d, #6560ab);    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e469d), to(#6560ab));    
}

#chart_right{
    /*background-color: #a6d172;*/
    /*top: 15px;*/
    bottom: 0px;
    /*height: 130px;*/
    height: 0px;
    left: 136px;
    position: absolute;
    width: 90px;
    
    background: #7dbc47;
    background: -moz-linear-gradient(top, #7dbc47, #acd479);    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7dbc47), to(#acd479));      
}

#chart_top{
    position        : absolute;
    top             : 0px;
    width           : 90px;
    /*height          : 60px;*/
    height          : 0px;
    /*background-color: #ffee00;*/
    
    background: #ffdc00;
    background: -moz-linear-gradient(top, #ffdc00, #fff000);    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdc00), to(#fff000));        
}

#chart_top_value{
    display: block;
    font-size: 26px;
    text-align: center;
    width: 90px;
    color: #000;
}

#right_value_percent{
    left: 155px;
    position: absolute;
    top: 35px;    
}

#result_set .first_col{
    width: 182px;
    font-size: 12px;
}

#result_set .sec_col{
    text-align: right;
    width: 48px;
}

#add_button{
    /*background: url("/images/calc/add_button.png") top left no-repeat;*/
    background: url("/images/calc/calculiator_add.png") 0px 0px no-repeat;
    
}


#add_button:hover{
    background: url("/images/calc/calculiator_add.png") 0px -61px no-repeat;
        
}

#result_field_space, #show_space_needed, #show_space_with_dedup{
    display: block;
    width: 74px;
}





/*html.x-border-box .logo, html.x-border-box .logo *{*/
/*    box-sizing: content-box !important;*/
/*    -moz-box-sizing: content-box !important;*/
/*    -ms-box-sizing: content-box !important;*/
/*    -webkit-box-sizing: content-box !important;    */
/*}*/