
.basket-table {
    border-collapse:collapse;
    width:100%;
}

.basket-table th, .basket-table td {
    padding:0.2em 0.3em;
    border:1px solid #000;
    text-align:center
}

.basket-table td.description {
    text-align:left
}

.basket-table th {
    background:#faec1a url(../img/arrow_black.gif) no-repeat 0.3em center;
    text-align:left;
    padding-left:1.4em  
}

.basket-table th:hover {
    background:#e2e2e2 url(../img/arrow_black.gif) no-repeat 0.3em center;
}

.basket-table th a {
    color:#000;
    text-decoration:none
}

.basket-table th a:visited {
    color:#000;
    text-decoration:none
}

.basket-table input.quantity {
    width:5em;
    text-align:center
}

.basket-table th#grand-tot {
    background:#ea4729;
    text-align:right;
    color:#fff
}
.basket-table td.grand-tot, .basket-table th#grand-tot {
    padding-top:1em
}
.basket-table td.grand-tot{
    background:#e2e2e2;
    font-weight:bold
}

.basket-table .top-row th {
    background:#fff;
    font-weight:normal;
    text-align:center
}
.basket-table .top-row th span {
    font-weight:bold
}
.basket-table .top-row th.highlight{
    background:#fcf58d;
}
.basket-table td.highlight{
    background:#fcf58d;
}

.basket-table .top-row th#basket-code {
    border-top:none;
    border-left:none;
    color:#fff
}
.basket-table .top-row th#basket-del {
    border-top:none;
    border-right:none;
    color:#fff
}
.submit-block {
    text-align:right;
    padding:2em 0 0.5em 0
}
.submit-block-top {
    text-align:right;
    padding:0.5em 0 2em 0
}

.action-block {
    float:right
}


a.order-button {
    background:#ea462a url(../img/order_icon_confirm.gif) no-repeat 11em center;
    font-weight:bold;
    display:block;
    width:13em;
    border:3px solid #ea462a
}
a.order-button:hover, a.order-button:visited:hover {
    border:3px solid #bf3923
}

a.order-button span {
    background:transparent url(../img/arrow_on_red.gif) no-repeat 5px center;
    display:block;
    padding:0.3em 20px 0.3em 15px;
}

a.order-button:link, a.order-button:visited, a.order-button:active {
    color:#fff;
    text-decoration:none
}

