.koszyk_tabela{
    border-collapse: collapse;
    width: 725px;
}
.koszyk_tabela td,
.koszyk_tabela th{
    background: #fff;
    /*color: #464646;*/
    color: #000;
    border: 1px solid #e8e8e8;
    padding: 5px;
}
.koszyk_tabela th{
    color: #000;
}
.koszyk_tabela td{
    background: #fff url(img/cart/td_bg.png) repeat-x;
    text-align: center;
}
.koszyk_tabela td.no-bg{
    border: 0;
    background: none;
    padding: 0;
}
.koszyk_tabela a{
    color: #464646 !important;
}
.koszyk_tabela .input_text{
    border: 1px solid #cccccc;
    background: none;
    color: #464646;
    width: 20px;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.pizza_price,
.pizza_reduction{
    background: url(img/cart/price.png) no-repeat;
    width: 140px;
    text-align: center;
    font-family: 'tahoma';
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    height: 31px;
    line-height: 30px;
    overflow: hidden;
}
.pizza_reduction{
    background: url(img/cart/reduction.png) no-repeat;
}

fieldset{
    border: 1px solid #cccccc;
}


.reduction_code{
    padding: 15px 15px;     
    position: relative;
}
.promotions{
    padding: 5px 15px;
    position: relative;
}

.reduction_code input[type="text"]{
    width: 90px;
    border: 1px solid #cccccc;
    background: none;
    color: #000;
    padding: 4px 2px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.short_button,
.long_button *{
    background: url(img/cart/short_button.png) no-repeat;
    width: 80px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    font-family: 'tahoma';
}
.short_button.check{
    margin-right: 55px;
}
.long_button *{
    background: url(img/cart/long_button.png) no-repeat !important;
    width: 139px !important;
    height: 25px !important;
    line-height: 25px !important;
}

.separate{
    position: absolute;
    border-left: 1px solid #cccccc;
    height: 70px;
    width: 10px;
    top: 10px;
    left: 350px;
}

.available_reductions{
    width: 340px;
    float: left;
    margin: 5px 0;
}
.c{
    float: none;
}

.code_dsc{
    width: 174px;
    overflow: hidden;
    padding: 8px 3px 0 3px;
}

.chooseOption td{
    width: 342px !important;
    padding: 0;
}
.chosenAddress,
.chosenReception{
    width: 330px;
    padding: 0;
    margin: 0;
}