@CHARSET "UTF-8";


div.order{
    padding-left:10px;
    padding-right:10px;
    padding-top:24px;
    zoom: 1;
}

div.total, td.total, th.total{
    background-color:#DDDDDD;
    text-align:right;
    padding-right:18px;
}

th.total{
    padding-top:10px;
}

/****************************** links */
a.order_product_link, a.order_product_link:active, a.order_product_link:hover, a.order_product_link:visited{
    /*class for order*/
    color:black;
    text-decoration:none;
}

.agreement{
    background-color:#DDDDDD;
}
form.style_1 input.agreement{
    background: #DDDDDD;
}

form.style_1 td.hinted_top,
form.style_1 tr.hinted_top td {
    border-top: 1px dotted gray;
}

form.style_1 td.hinted_bottom,
form.style_1 tr.hinted_bottom td {
    border-bottom: 1px dotted gray;
}

td.total_legend {
/*    text-align: right;*/
    line-height: 100%;
}

#delivery_taxes td {
    padding-top: 5px;
    padding-bottom: 0px;
    line-height: 100%;
}

#delivery_taxes td.first {
    padding-top: 10px;
}

#delivery_taxes td.last {
    padding-bottom: 10px;
}

/* BUTTONS */
.button span.block_switch {
    background: #10509A url('../images/yxo_btn_l.gif') 0px 0px no-repeat;
}

.button span.block_switch button {
    height: 20px;
    padding: 0 5px;
    background: url('../images/yxo_btn_r.gif') right 0px no-repeat;
    width:130px;
}

#voucher_form .controls .button {
    float: none;
}
