.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {overflow: hidden}

.order-select {
    width:215px;
    float:left;
    border:0px solid #44271C;
    padding:6px;
    margin:0em 5px;
}
.order-select .content {
    background:#E1C6AF;
    padding:1em;
    min-height:12em;
    _height:12em;
}
.order-select .title {
    font-size:1.2em;
    font-weight:bold;
}
.order-select-continue .content, .order-select-registration .content {
    text-align:center;
}
.order-select-continue .content .title, .order-select-registration .content .title {
    display:block;
    padding-top:3.5em;
}
.order-select-login form table {
    width:100%;
    margin-top:1em;
}
.order-select-login form table .text {
    width:100px;
}

table.eshop-cart {
    margin:1em 0em;
    width:100%;
    padding-bottom: 32px;
}
table.eshop-cart th, table.eshop-cart td {
    padding:0.8em 0.5em;
    text-align:left;
    vertical-align: middle;
}
table.eshop-cart th {
    background:#E1C6AF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
table.eshop-cart td {
    background:#e6ded3b3;
    border-bottom:9px solid #f7f4ed;
    vertical-align:middle;
}
table.eshop-cart td.product {
    vertical-align:top;
    padding: 10px 2px 13px 20px;
}
table.eshop-cart tr.even td {
    background:#F3F3F3;
}
table.eshop-cart td.price {
    text-align:center;
}
table.eshop-cart th.price {
    text-align:center;
}
table.eshop-cart td.totalPrice {
    font-weight:bold;
}
table.eshop-cart .productName {
    font-size:1.3em;
    font-weight:bold;
    font-family:Arial, sans-serif;
}
table.eshop-cart .productName a {
    color:#44281C;
}
table.eshop-cart .productAttribs {
    color:#838383;
    font-size:0.9em;
    margin:0.5em 0em 0.8em 0em;
    line-height: 16px;
}

input.eshop-cartItemCount {
    width:50px;
}

input.eshop-giftCardNr {
    width: 120px;
    height: 25px;
    padding: 0px 0px 0px 10px;
}

.eshop-cart-btns-func {
    float:left;
}
.eshop-cart-btns-order {
    float:right;
    text-align:right;
}
.eshop-cart-btns-func a, .eshop-cart-btns-order a {
    font-weight:bold;
    color:#000;
    cursor:pointer;
    text-decoration:none;
}
input.eshop-cart-btn-recalculate {
    background-image:url(images/cart.png);margin-bottom:0.5em;
    padding:0em 0em 0em 16px;
    background-color:#FFF;
    background-position: left center;
    background-repeat:no-repeat;
    border:none;
}
/*
span.eshop-cart-btn-empty {
    background:url(images/cart_remove.png) left center no-repeat;
    padding:0.3em 0em 0.3em 18px;
}
*/
span.eshop-cart-btn-empty {
    background: url('images/button-empty.png') no-repeat left 0px;
    display: block;
    float: left;
    width: 132px;
    height: 60px;
    margin-left: 10px;
}
span.eshop-cart-btn-empty a{
    display: block;
    width: 125px;
    height: 50px;
}
span.eshop-cart-btn-empty a span{
    display: none;
}
span.eshop-cart-btn-order {
    font-size:1.3em;
    background:url(images/cart_go.png) 5px 50% no-repeat #FFF200;
    padding:0.3em 0.5em 0.3em 25px;
}

span.eshop-cart-remove {
    background:url(images/cart_delete.gif) no-repeat left center;
    padding:0.3em 0em 0.3em 18px;
}
.eshop-cart-add {
    background:url(images/cart_add.gif) no-repeat left center;
    padding:0.3em 0em 0.3em 18px;
}

.eshop-cart-totalPrice {
    text-align:right;
    margin-bottom:0.5em;
    font-size:1.5em;
    font-weight:bold;
}
.eshop-cart-totalPrice .price {
    font-size:120%;
    font-weight:bold;
}
.eshop-cart-totalPrice .priceSKK, .eshop-cart-totalPrice .priceEUR {
    font-size:1.0em;
    display:block;
    padding:0em;
    background:none;
    font-weight:normal;
}

.eshop-cart-prices {
    text-align:right;
    margin-bottom:0.5em;
}
.eshop-cart-prices .price {
    font-size:1.0em;
}

.eshop-order-stepper {
    float:left;
    width:300px;
    margin:0 10px 1em 0;
    padding:10px 0;
}
.eshop-order-stepper ol, .eshop-order-stepper ul {
    margin:0em;
    padding:0 0 0 2em;
}
.eshop-order-stepper a {
    color:#000000;
    line-height: 25px;
    font-size: 15px;
}
.eshop-order-stepper a.done {
    color:#999999;
}
.eshop-order-stepper a.active {
    font-weight:bold;
    color:#CE3234;
}
.eshop-step-descr {
    float:right;
    width:370px;
    margin:0 0 3em 0;
    padding:11px;
    -moz-border-radius:8px;
    line-height: 20px;
    background-color: #e1c6af;
    border-radius: 5px;
    min-height: 68px;
}
.eshop-step-descr p {
    margin:0 0 0.5em 0;
    padding:0px;
}

table.eshop-summary {
    border:0px solid #997E6C;
    margin:1em 0em;
    width:100%;
    padding: 1px 0px 0px 20px;
}
table.eshop-summary th, table.eshop-summary td {
    padding:0.3em 0.5em;
    text-align:left;
    vertical-align: middle;
}
table.eshop-summary th {
    background: #e6ded3;
    border-bottom: 3px solid #F7F4ED;
    padding: 10px 1px 11px 12px;
}
table.eshop-summary td {
    background: #E6DED380;
    border-bottom: 3px solid #F7F4ED;
    vertical-align:middle;
}
table.eshop-summary td.product {
    vertical-align:top;
}
table.eshop-summary tr.even td {
    background:#F3F3F3;
}
table.eshop-summary td.price {
    text-align:right;
}
table.eshop-summary th.price {
    text-align:center;
}
table.eshop-summary th.totalPrice {
    text-align:right;
}
table.eshop-summary td.totalPrice {
    font-weight:bold;
}
table.eshop-summary .productName {
    font-size:1.1em;
    font-weight:bold;
    font-family:Arial, sans-serif;
}
table.eshop-summary .productName a {
    color:#242424;
}
table.eshop-summary .productAttribs {
    color:#3A3A3A;
    font-size:0.9em;
    margin:0.5em 0em 0.8em 0em;
}

table.eshop-summary-vertical th {
    width:25%;
    vertical-align:middle;
}
table.eshop-summary-vertical td {
    width:70%;
    vertical-align:middle;
    line-height: 20px;
}


.eshop-conditions {
    height:120px;
    padding:1em;
    background:#E6DED3;
    overflow:auto;
    margin-bottom:1em;
}

.eshop-buttons {
    margin-top:1em;
    padding:1em 0em;
    border-top:1px solid #616161;
}
.eshop-order-btns-reset {
    float:left;
    line-height:4.9em;
}
.eshop-order-btns-reset span.eshop-cart {
    background:url(images/cart.png) left center no-repeat;
    padding:1.3em 0em 0.3em 30px;
}
.eshop-order-btns-reset span.eshop-cart a {
    color:#616161;
    font-weight:bold;
    letter-spacing: 0.6px;
    font-size: 17px;
    padding: 0px 0px 0px 15px;
    text-transform: uppercase;
}

.eshop-order-btns-reset span.eshop-cart-cancel {
    background:url(images/cart_delete.png) left center no-repeat;
    padding:0.3em 0em 0.3em 18px;
}
.eshop-order-btns-reset span.eshop-cart-cancel a {
    color:#A29696;
    font-weight:bold;
}

.eshop-order-btns-commit {
    float:right;
    width:50%;
    text-align:right;
    line-height: 23px;
}

#eshopOrderCommit, #eshopGoOrder {
    font-size:1.6em;
    font-weight:bold;
}

table.giftcard-add {
    width: 100%;
    margin: -16px 10px 40px 0px;
}
table.giftcard-add th {
    text-align: right;
    padding: 11px 24px 11px 15px;
    border-bottom: 13px solid #f7f4ed;
    background: #E1C6AF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
table.giftcard-add td {
    text-align: right;
    padding: 5px;
}

.totalPriceTable {
    width: 100%;
}
.totalPriceTable td {
    text-align: right;
    vertical-align: top;
}
.totalPriceTable td.price {
    width: 95px;
}
.totalPriceTable td.itemsPrice {
    font-size: 1.1em;
    font-weight: bold;
}
.totalPriceTable td.giftcardsPrice {
    font-size: 1.1em;
    font-weight: bold;
    color: #FF0000;
}
.totalPriceTable td.total {
    font-weight: bold;
}
.totalPriceTable td .totalPrice {
    font-size: 1.3em;
    font-weight: bold;
    border-top: 1px solid #000000;
}
.totalPriceTable td .priceSKK, .totalPriceTable td .priceEUR {
    font-size:1.0em;
    display:block;
    padding:0em;
    background:none;
    font-weight:normal;
}

button.button-eshop {
    background:#AFD494;
    border:none;
    color:#5b5a3a;
    font-weight:bold;
    padding:0.7em 1.3em;
    margin-bottom:0.2em;
    font-size:1.8em;
    cursor:pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
}
button.button-eshop span{
    display: none;
    
}

button.button-giftcard {
    background: url('images/button-giftcard.png') no-repeat left center;
    display: block;
    width: 148px;
    height: 60px;
}
button.button-continue {
    background: url('images/button-continue.png') no-repeat left 0px;
    display: block;
    float: left;
    width: 138px;
    height: 60px;
    margin-left: 10px;
}
button.button-cartreload {
    background: url('images/button-cartreload.png') no-repeat left 0px;
    display: block;
    float: left;
    width: 136px;
    height: 60px;
    margin-left: 10px;
}
button.button-order,
a.button-order 
 {
    background: url('images/button-order.png') no-repeat left top;
    display: block;
    float: left;
    width: 267px;
    height: 54px;
    margin-left: 30px;
}
.gombik {

    height: 30px;
    width: 231px;
    vertical-align: middle;
    background-color: #714d3f99;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0px;
    padding: 16px 5px 30px 10px;
    border-radius: 5px;
    cursor: pointer;
}