.basket {
    background: url("../pic/basket.png") no-repeat scroll 50% 0 #ffea00;
    border-radius: 0 0 20px;
    box-shadow: 0 0 15px #000;
    color: #653009;
    font: 12px/1.2em Tahoma,Geneva,sans-serif;
    padding: 110px 0 15px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 142px;
    width: 125px;
    z-index: 200;
}
.basket_s {
    background: url("../pic/basket_s.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: none;
    height: 39px;
    position: fixed;
    right: 0;
    top: 142px;
    width: 40px;
    z-index: 200;
}
.mini {
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.row {
    overflow: hidden;
    padding: 0 0 5px;
}
.size18 {
    font-size: 18px;
}
.pb10 {
    padding-bottom: 10px;
}

.but_1 {
    background: url("../pic/but_bg.gif") repeat-x scroll 0 50% rgba(0, 0, 0, 0) !important;
    border: 1px solid #afafaf !important;
    border-radius: 3px;
    box-shadow: 0 2px 4px #ccc;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font: 700 12px/20px Tahoma,Geneva,sans-serif !important;
    height: 22px;
    margin: 0 4px;
    padding: 0 20px;
    text-decoration: none;
}

.basket .but_1, .but_2 {
    background: url("../pic/but_bg_2.gif") repeat-x scroll 0 50% rgba(0, 0, 0, 0) !important;
    box-shadow: 0 2px 4px #d4c300;
    color: #fff !important;
    font-size: 11px !important;
    padding: 0 10px !important;
}

/* ************** */
#dialog-confirm {
    height: auto !important;
    padding-bottom: 20px;
}
.ui-dialog table {
    color: #6f390d;
}
.tr-block {
    display: block;
}
.ui-dialog table tr td {
    padding: 10px;
    text-align: center;
    width: 50%;
}
span.otmena {
    background: url("../images/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-bottom: 5px;
    width: 11px;
}
.ui-dialog div.r {
    clear: both;
    max-width: 172px;
}
.item_name {
    color: #333;
    font: 12px/1.2em Verdana,Arial,Helvetica,sans-serif;
    padding: 3px 0;
}
.item_title {
    padding: 0 0 5px;
}
.item_cost {
    padding: 0 0 8px;
    text-align: center;
}
.item_cost_inner {
    background: none repeat scroll 0 0 #ff5a00;
    color: #fff;
    padding: 0 5px 1px;
}
.ui-dialog table tr td + td {
    padding: 10px;
    text-align: left;
    width: 10%;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: segoe ui,Arial,sans-serif;
    font-size: 1em;
}
input.f_count {
    text-align: right;
    width: 36px;
}
span.recount {
    text-decoration: underline;
}
span.recount:hover {
	cursor: pointer;
    text-decoration: none;
}
.ui-dialog table tr td + td + td {
    padding: 10px;
    text-align: center;
    width: 40%;
}
span.amount {
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
}
.ui-dialog table tr td#all_sum_td {
    font-size: 20px;
    padding: 10px;
    text-align: right;
    width: 100%;
}
.ui-dialog-buttonset {
    padding: 5px;
    text-align: right;
}

div.ui-dialog-titlebar a.ui-dialog-titlebar-close[role="button"], div.ui-dialog-titlebar a.ui-dialog-titlebar-close.ui-state-hover[role="button"] {
    background: none repeat scroll 0 0 #ece8da;
    border: medium none !important;
    float: right;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 16px !important;
}
/* ************ */
button.add_to_busket { cursor: pointer; }