﻿#ViewBasket
{
    border: 0px solid red;
}

#ViewBasket img
{
    border: none;
    margin-right: 10px !important;
}

#ViewBasket .VATStatus
{
    text-align: right;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 5px;
}


#ViewBasket .basket
{
    border: solid 1px #ccc;
    width: 100%;
}

#ViewBasket .header
{
    height: 40px;
    background-color: #efefef;
    font-weight: bold;
}

#ViewBasket .item
{
    height: 80px;
}

#ViewBasket .price
{
    text-align: center;
    width: 80px;
}

#ViewBasket .qty
{
    text-align: center;
    width: 50px;
}

#ViewBasket .qty input
{
    width: 25px;
    padding-left: 5px;
}

#ViewBasket .name
{
    text-align: left;
    padding-left: 5px;
}

#ViewBasket .del
{
    text-align: center;
    width: 20px; /*background-image: url(/Skin/Backgrounds/delete.gif);     background-position: center;*/
}

.total
{
    float: right !important;
    width: 290px;
    padding: 5px;
    border: solid 1px #ccc !important;
    margin: 20px 0 0 0 !important;
    text-align: right;
}

.total th
{
    width: 180px;
}

.buttons
{
    text-align: right;
    float: right;
    margin: 20px 0 0 0 !important;
    border: 0px solid red;
}
