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

.order-select {
    width:175px;
    float:left;
    border:1px solid #44271C;
    padding:2px;
    margin:0em 5px;
}
.order-select .content {
    background:#DDE1E5;
    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 table.form {
    width:100%;
    margin-top:1em;
}
.order-select-login table.form .text {
    width:100px;
}

table.eshop-cart {
    border:1px solid #2E3136;
    margin:1em 0em;
    width:100%;
}
table.eshop-cart th, table.eshop-cart td {
    padding:0.3em 0.5em;
    text-align:left;
    vertical-align: middle;
}

table.eshop-cart th.r, table.eshop-cart td.r {
    text-align:right;
}

table.eshop-cart th.c, table.eshop-cart td.c {
    text-align:center;
}

table.eshop-cart th.l, table.eshop-cart td.l {
    text-align:left;
}

table.eshop-cart th {
    background:#DDE1E5;
    border-bottom:1px solid #2E3136;
}
table.eshop-cart td {
    background:#FFF;
    border-bottom:1px solid #2E3136;
    vertical-align:bottom;
}
table.eshop-cart td.product {
    vertical-align:top;
}
table.eshop-cart tr.even td {
    background:#F3F3F3;
}
table.eshop-cart td.price {
    text-align:right;
}
table.eshop-cart th.price {
    text-align:center;
}
table.eshop-cart td.totalPrice {
    font-weight:bold;
}
table.eshop-cart .productName {
    font-size:1.1em;
    font-weight:bold;
    font-family:Arial, sans-serif;
}
table.eshop-cart .productName a {
    color:#242424;
}
table.eshop-cart .productAttribs {
    color:#3A3A3A;
    font-size:0.9em;
    margin:0.5em 0em 0.8em 0em;
}

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


.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-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-totalPrice {
    text-align:right;
    margin-bottom:1em;
    font-weight:bold;
}
.eshop-cart-totalPrice .price {
    font-size:1.3em;
}
.eshop-cart-totalPrice .priceSKK, .eshop-cart-totalPrice .priceEUR {
    font-size:1.0em;
    display:block;
    padding:0em;
    background:none;
    font-weight:normal;
}

.eshop-order-stepper {
    float:left;
    width:200px;
    margin:0 5px 1em 0;
    padding:0px 0;
}
.eshop-order-stepper ol, .eshop-order-stepper ul {
    margin:0em;
    padding:0 0 0 2em;
}
.eshop-order-stepper a {
    color:#000000;
}
.eshop-order-stepper a.done {
    color:#666666;
}
.eshop-order-stepper a.active {
    font-weight:bold;
    color:#000000;
}
.eshop-step-descr {
    float:right;
    width:350px;
    margin:0 0 1em 0;
    padding:10px;
    border:1px solid #000000;
    -moz-border-radius:8px;
}

table.eshop-summary {
    border:1px solid #2E3136;
    margin:1em 0em;
    width:100%;
}
table.eshop-summary th, table.eshop-summary td {
    padding:0.3em 0.5em;
    text-align:left;
    vertical-align: middle;
}

table.eshop-summary th.r, table.eshop-summary td.r {
    text-align:right;
}

table.eshop-summary th.c, table.eshop-summary td.c {
    text-align:center;
}

table.eshop-summary th.l, table.eshop-summary td.l {
    text-align:left;
}

table.eshop-summary th {
    background:#DDE1E5;
    border-bottom:1px solid #2E3136;
}
table.eshop-summary td {
    background:#FFF;
    border-bottom:1px solid #2E3136;
    vertical-align:bottom;
}
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:30%;
    vertical-align:top;
}
table.eshop-summary-vertical td {
    width:70%;
    vertical-align:top;
}


.eshop-conditions {
    height:200px;
    padding:1em;
    background:#E2E2E2;
    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:1.9em;
}
.eshop-order-btns-reset span.eshop-cart {
    background:url(images/cart.png) left center no-repeat;
    padding:0.3em 0em 0.3em 18px;
}
.eshop-order-btns-reset span.eshop-cart a {
    color:#616161;
    font-weight:bold;
}

.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:#F00;
    font-weight:bold;
}

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

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

.totalPriceTable {
    margin:0 0 0 auto;
}
.totalPriceTable td {
    text-align: right;
    vertical-align: middle;
    padding:3px 10px 5px 10px;
}
.totalPriceTable td.price {
    font-weight:bold;
}
.totalPriceTable tr.total td { border-top: 1px solid #000000; }
.totalPriceTable tr.total td.price {
    font-size:2.5em;
    font-weight: normal;
}
