.basket_items
{
    display: block;
}

.basket_items li
{
    width: 185px;
}

.basket_items .product
{
    background-color: transparent;
    border-bottom: 1px solid #111111;
    margin: 0 10px;
    padding: 8px 0;
}

.basket_items .product .radius
{
    display: none;
}

.basket_items .product .picture
{
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.basket_items .product .rightSide
{
    width: 120px;
}

.basket_items .product .name
{
    font-family: Trebuchet MS, Verdana;
    display: block;
    padding-bottom: 20px;
}

.basket_items .product .description
{
    display: none;
}

.basket_items .product .price
{
    font-family: Trebuchet MS, Verdana;
    right: 0;
    left: auto;
    font-size: 12px;
}

form.basket_summary
{
    height: 45px;
    padding-left: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.basket_summary fieldset
{
    line-height: 45px;
    font-family: Trebuchet MS;
    font-weight: bold;
}

.basket_summary .btn
{
    bottom: 10px;
    position: absolute;
    right: 10px;
    width: auto;
}

.basket_summary .btn input
{
    display: block;
    width: auto;
    margin: 0;
    padding-top: 0 !important;
}

.basket_summary .btn .radius
{
    width: 5px;
    height: 5px;
    margin: 0;
}

.basketEmpty
{
    display: block;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}