div#support-calc{
    width: 564px;
    height: 403px; 
    padding: 20px; 
    clear: both;
    margin: 0 0 20px;
    background: url("../images/support-calc/plank.jpg") no-repeat;
}
div#support-calc div.main-title{
    font-family: Tahoma;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #d59b1d;
    text-transform: uppercase;
    clear: both;
}
div#support-calc table.calc{
    border: 0;
    border-collapse: collapse;
    margin: 10px 0;
}
div#support-calc table.calc td{
    width: 330px;
    vertical-align: top;
    padding: 0 10px 0 0;
}
div#support-calc table.calc td div.title{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 15px;
    color: #2c2c2c;
    clear: both;
    margin: 15px 0 10px;
}
div#support-calc table.calc td div.slider{
    width: 230px; 
    height: 23px; 
    position: relative;
    background: url("../images/support-calc/slider-bg.png") no-repeat;
    padding: 0 !important;
    margin: 0;
    float: left;
    clear: right;
}
div#support-calc table.calc td div.slider div.ui-slider-range{
    height: 23px;
    background: url("../images/support-calc/slider-range.png") repeat-x left bottom;
}
div#support-calc table.calc td div.slider a.ui-slider-handle{
    width: 8px;
    height: 20px;
    background: url('../images/support-calc/slider.png') no-repeat;
    position: absolute;
    padding: 0 !important;
    text-decoration: none !important;
    border: 0;
    margin: 0 0 0 -4px;
    top: 1px;
    left: 0;
    cursor: pointer;
}
div#support-calc table.calc td div.window{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    color: #2c2c2c;
    float: left;
    clear: right;
    margin: 0 0 0 5px;
}
div#support-calc table.calc td div.window input{
    border: 1px solid #b9b9b9;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    color: #2c2c2c;
    padding: 5px;
    width: 20px;
}
div#support-calc table.calc td div.comment{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #898989;
    margin: 42px 0 0;
}
div#support-calc table.calc td div.check input[type="checkbox"],
div#support-calc table.calc td div.check input[type="radio"]{
    position: absolute;
    left: -9999px;
} 
div#support-calc table.calc td div.check input[type="checkbox"] + label,
div#support-calc table.calc td div.check input[type="radio"] + label{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    color: #898989;
    background: url('../images/support-calc/checkbox.png') 0 -20px no-repeat;
    padding: 1px 0 3px 24px;
    margin: 0 15px 0 0;
    cursor: pointer;
} 
div#support-calc table.calc td div.check input[type="checkbox"]:checked + label,
div#support-calc table.calc td div.check input[type="radio"]:checked + label{
    background-position: 0 0;
    color: #2c2c2c;
}
div#support-calc table.calc td div#total-price{
    font-family: Georgia;
    font-size: 18px;
    font-weight: normal;
    color: #2c2c2c;
    padding: 4px 0 3px 6px;
    margin: 30px 0 10px;
    clear: both;
    background: url("../images/text/h2.png") no-repeat left top;
}
div#support-calc div#tariffs{
    width: 564px;
    margin: 15px 0 15px -20px;
    padding: 0 20px;
    border-top: 3px solid #fff;
    clear: both;
}
div#support-calc div#tariffs table{
    border: 0;
    border-collapse: collapse;
    margin: -3px 0 0 0;
}
div#support-calc div#tariffs table td{
    vertical-align: top;
    padding: 0 5px 0 0;
}
div#support-calc div#tariffs table td div{
    padding: 8px 15px;
    margin: 0 5px 0 0;
}
div#support-calc div#tariffs table td div a{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    color: #0e8af3;
    border-bottom: 1px dotted #0e8af3;
    cursor: pointer;
}
div#support-calc div#tariffs table td div a:hover{
    border: 0;
}
div#support-calc div#tariffs table td div.active{
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 2px #aaa;
}
div#support-calc div#tariffs table td div.active a{
    color: #2c2c2c;
    text-decoration: none;
    border: 0;
    cursor: default;
}
div#support-calc a#support-order{
    display: block;
    width: 248px;
    height: 38px;
    background: url("../images/support-calc/order-button.png") no-repeat;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}