h2,
h3,
h4 {
    line-height: 130%;
}


/* NAVIGACE V KOŠÍKU */
ul.cart-navigation {
    list-style-type: none;
    margin: 20px 0;
    min-height: 15px;
    _height: 15px;
}
ul.cart-navigation li {
    background: transparent url('/media/nw_eshop_page_base/cart-navigation-arrow.png') no-repeat right 2px;
    padding: 0 15px 0 0;
    float: left;
    margin: 0 5px 0 0;
}
ul.cart-navigation li.last {
    background-image: none;
    padding-right: 0;
    margin-right: 0;
}

/* OBECNÉ TLAČÍTKO */
div.order-buttons {
    margin: 15px 0;
}
div.order-buttons button {
    cursor: pointer;
}
div.order-buttons button.bt-cart-next {
    font-weight: bold;
}

/* TABULKA V KOŠÍKU */
div.form-div {
    margin: 15px;
}
form#cart-form h2 {
    font-size: 120%;
    margin: 15px 0;
}
table.products {
    border: 1px solid #000;
    border-collapse: collapse;
}
table.products,
table.products th,
table.products td {
    border: 1px solid #000;
    padding: 3px 5px;
}
table.products td a img {
    border: 0 none;
}
table.products td.price {
    text-align: right;
}
table.products td.trash {
    text-align: center;
}
table.products td.input_count {
    text-align: center;
}
table.products td.input_count input {
    text-align: center;
    width: 25px;
}

/* NADPISY PLATEB */
strong.headline {
    display: block;
}
strong.headline {
    float: right;
    font-weight: normal;
    margin: 15px 0;
}
strong.headline span {
    font-weight: bold;
    margin-left: 5px;
}
#total_price_with_fees strong.headline span,
div.flow-total-price strong.headline span,
strong.headline.after_discount span {
    font-size: 150%;
}

/* FORMULÁŘOVÉ PRVKY */
label.radio-main-label {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}

.form-item {
    display: block;
}
.form-radiobuttons {
    margin: 5px 0 5px 15px;
}
#transit-methods,
#payment-methods {
    margin: 15px 0;
}

.form-item input,
.form-item textarea,
.form-item select {

}
div.form-field {
    position: relative;
    margin: 10px;
}
div.form-field label {
    float: left;
    width: 150px;
}
div.form-field textarea,
div.form-field select,
div.form-field input {
    width: 150px;
}
div.form-field select {
    width: 155px;
}
div.form-field textarea {
    height: 150px;
    width: 350px;
}
div.form-field input.zipcode {
    text-align: center;
    width: 40px;
}

div.transit_way,
div.payment_way,
div.transit_way strong,
div.payment_way strong {
    margin-left: 15px;
}
div.transit_way h4,
div.payment_way h4 {
    margin-bottom: 10px;
    margin-top: 10px;
}
div.transit_way strong,
div.payment_way strong {
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}
div.transit_way strong span,
div.payment_way strong span {
    font-weight: bold;
}
span.info-title {
    font-weight: bold;
    margin-right: 5px;
}
div.billing-shipping-info {
    margin-left: 15px;
}

/* KOŠÍK LEVÉ MENU */
#nw_eshop_cart_module {
}
#nw_eshop_cart_module a.more {
    background: transparent url('/media/nw_eshop_page_base/ico-cart.png') no-repeat left top;
    display: block;
    margin: 10px 0;
    padding: 0 0 0 25px;
}
