#constructorForm {
    vertical-align: top;
    padding-top: 10px !important;
}


/*constructor page*/
.constructor-container {
    padding: 0;
}

.constructor-container-img {
    float: right;
    margin: 0 7px 0 0;
    width: 280px;
    text-align: center;
    position: relative;
}

.constructor-container-img-hover {
    position: absolute;
    top: -1px;
    left: 12px;
    background: url(../images/constructor-hover.png) 0 0 no-repeat;
    width: 275px;
    height: 582px;
    overflow: hidden;
    display: none;
    z-index: 10;
}

.constructor-container-form {
    float: left;
    padding: 0;
    width: 380px;
    background: #fff;
    -webkit-box-shadow: 9px 0px 23px -12px #000;
    -moz-box-shadow: 9px 0px 23px -12px #000;
    box-shadow: 9px 0px 23px -12px #000;
}

.constructor-container-form table {
    border-collapse: collapse;
    margin: 0;
}

.constructor-container-form th {
    font-size: 12px;
    border-bottom: 2px solid #e4e5e4;
    text-align: left;
    padding: 0 0 7px 21px;
    font-weight: normal;
}

.constructor-container-form .required_text th {
    border-bottom: none;
    padding: 7px 0 7px 21px;
    color: #a2a3a2;
}

.constructor-container-form .error_on th {
    color: #ff0000;
}

.constructor-container-form td {
    /*border-top:1px solid #e4e5e4;*/
    vertical-align: middle;
    padding: 5px 0;
    line-height: 28px;
    border-top: 1px dashed #e5e5e5;
}

.constructor-container-form .prog_count_section td,
.constructor-container-form .prog_count_pallets td {
    border-top: none;
}

.prog_count_container_multi .prog_count_pallets td {
    border-top: 1px solid #e4e5e4;
}

#prog_count{
    line-height: 1;
    margin-top: 10px;
}

.constructor-container-form td a {
    text-decoration: none;
    border-bottom: 1px dotted #006f9e;
}

.constructor-container-form .additional {
    margin-bottom: 0;
    /*display:none!important;*/
    margin: 21px 0 0 0;
}

.constructor-container-form .additional td {
    line-height: 23px;
}

.constructor-container-form .weight_current_config,
.weight_alert {
    background: #eee;
    margin: 5px 0 5px 0;
    padding: 10px;
}


.constructor-container-form .show {
    display: table !important;
}

#show_additional {
    cursor: pointer;
    margin: 10px 0 0 0;
    padding: 10px;
    background: rgb(1, 81, 150);
    color: #fff;
}

.constructor-container-form td span {
    font-size: 11px;
    line-height: 15px;
    display: block;
}

.constructor-container-form td .zoom-parametr {
    font-size: 14px;
    background: url(../images/icons/ic-zoom.png) 0 5px no-repeat;
    padding-left: 17px;
    margin-left: -17px;
    border: none;
    cursor: help;
}

.constructor-price span {
    color: #a2a3a2;
}

.constructor-container-form .constructor-total {
    margin-right: 7px;
}

.delete-quantity {
    background: url(/uploads/verstak/bg-quantity.png) 0 0 no-repeat;
    width: 20px;
    height: 27px;
    display: block;
    float: left;
    border: none !important;
}

.delete-quantity:hover {
    background-position: 0 -54px;
}

.delete-quantity:active {
    background-position: 0 -81px;
}

.product-quantity {
    background: #FFFFFF;
    border-color: #888a88 #abadab #bbbdbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    width: 30px;
    text-align: center;
    padding: 3px 0 !important;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    margin: 0 3px !important;
}

.product-quantity:focus {
    border-color: #0081b8 #32a4d4 #43afde;
}

.add-quantity {
    background: url(/uploads/verstak/bg-quantity.png) -50px 0 no-repeat;
    width: 20px;
    height: 27px;
    display: block;
    float: left;
    border: none !important;
}

.add-quantity:hover {
    background-position: -50px -54px;
}

.add-quantity:active {
    background-position: -50px -81px;
}

.noactive .delete-quantity,
.delete-quantity.disabled {
    background-position: 0 -27px;
    cursor: default;
}

.noactive .product-quantity {
    background-position: -20px -27px;
}

.noactive .add-quantity {
    background-position: -50px -27px;
}

.constructor-total {
    float: right;
    background: url(../images/icons/ic-total.png) 0 0 no-repeat;
    margin: 0;
    margin-right: 23px;
}

.constructor-total p {
    margin: 0 0 0 40px;
    font-size: 12px;
}

.constructor-total .button-link {
    margin-bottom: 25px;
}

#result {
    overflow: auto;
    position: relative;
    clear: both;

}

#result h2 {
    color: #577994;
    padding: 10px 0;
    font-size: 15px;
}

#result form#ord {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

#result tr th {
    background: rgb(251, 204, 45);
    font-size: 13px;
    color: #000;
}

#result tr td {
    background: #f9f9fb;
    font-size: 13px;
    text-align: center;
}

#result tr td:first-child {
    text-align: left;
}

#result tr:nth-child(even) td {
    background: #f5f5f5;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #e5e5e5;
}

#result tr .first {
    text-align: center;
}

#totalBlock {
    *zoom: 1;
}

#totalBlock:after,
#totalBlock:before {
    content: "";
    display: table;
}

#totalBlock:after {
    clear: both;
}

#totalBlock .sumRow {
    margin: 0;
    padding: 0;
    display: inline-block;
    *zoom: 1;
    *dislay: inline;
}

#totalBlock .buy {
    float: right;
    margin: 7px 0;
}

.sumRow b {
    /*font-style: italic;*/
}