﻿#miniCart
{
    background: url(images/cartBg.png) no-repeat bottom right;
    margin: 0 13px 0 0;
    font-size: 11px;
    text-align: right;
}

#miniCart a
{
    background: url(icons/basket.png) no-repeat 5px 50%;
    padding: 3px 5px 3px 30px;
}

#miniCart a.BasketButton
{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
#miniCart:hover
{
    background-image: url(images/cartBg_h.png);
}


.CartGrid
{
    border-collapse: collapse;
    font-size: 90%;
    width: 100%;
    border: 1px solid #ddd;
}

.CartGrid h5
{
    font-size: 9px;
}

.CartGrid th
{
    background: url(images/pnlHeadBg1.gif) repeat-x;
    color: #333;
}
.CartGrid td
{
    border: 1px solid #ddd;
    padding: 3px;
}

.productPrices, .cartChangeItems, .cartItemPrice
{
    text-align: center;
}

td.productImage
{
    width: 70px;
    padding: 4px 0;
}
td.productDetails
{
    padding: 3px 10px;
}
td.productPrices
{
    white-space: nowrap;
}
.productPrices small
{
    font-size: 8px;
}
td.cartChangeItems
{
    padding: 0 10px;
}
td.cartItemPrice
{
    padding-right: 10px;
    white-space: nowrap;
}


.cartChangeItems
{
}

.cartChangeItems div
{
    display: block; /*width:20px;*/
}

.cartChangeItems div input
{
    display: inline;
    padding: 0;
    margin: 0;
}

.CartSumarize
{
    text-align: right;
    margin-top: 20px;
}

.CartSumarize strong
{
    font-size: 14px;
    font-weight: normal;
}

.CartSumarize b
{
    font-weight: bold;
}


#OrderSetup
{
    padding: 25px 0 0 0;
}


h3.orderPanel
{
    padding: 8px;
    font-size: 10px;
    margin-bottom: 10px;
    background: url(images/pnlHeadBg1.gif);
}

#OrderSetup table td
{
    padding: 10px;
}

#OrderSetup table td label
{
    padding: 5px;
}

#OrderSetup table td.cellHalf
{
    padding: 10px 0;
    width: 50%;
}
#OrderSetup table td.cellHalf table
{
    width: 100%; /*border:1px solid #c0c0c0;*/
    margin-top: 10px;
}

table.CartSumarizeTable
{
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}
table.CartSumarizeTable th
{
    text-align: left;
    font-weight: normal;
    width: 450px;
}
table.CartSumarizeTable td
{
    text-align: right;
}

table.CartSumarizeTable th, table.CartSumarizeTable td
{
    padding: 5px;
}
table.CartSumarizeTable tr.final
{
    padding: 10px 5px;
    border-top: 1px solid #c0c0c0; /*background:#C7E8F6;*/
}


.DataTable
{
    border-collapse: collapse;
}

.DataTable th
{
    font-weight: bold;
    text-align: left;
    background: #abc;
}

.DataTable th, .DataTable td
{
    padding: 2px 10px 2px 1px;
}

.DataTable td
{
    border-bottom: 1px solid #666;
}

