﻿.widget.smallcart.shoppingcartdropdown {
    background: none repeat scroll 0 0 white;
    border: 1px solid #bbb;
    box-shadow: 0 0 11px #bbb;
    display: none;
    padding: 1px 12px 12px;
    position: fixed;
    top: 52px;
    width: 322px;
    z-index: 10000;
}

div.smallcart div.cart div.noItems
{
    padding: 5px 0px;
    text-align: center;
}

div.smallcart
{
    margin: 3px;
}

div.smallcart table
{
    width: 100%;
    border-collapse: collapse;
}

div.smallcart td
{
    border-bottom: 2px solid #e0e1e2;
    padding: 6px 4px;
}

div.smallcart td.image
{
    width: 45px;
}

div.smallcart td.image img
{
    max-width: 40px;
    max-height: 60px;
}

div.smallcart td.details div.unitPrice
{
    text-align: right;
}

div.smallcart td.details div.description
{
    min-height: 36px;
}

div.smallcart td.linetotal
{
    min-width: 80px;
    text-align: center;
}

div.smallcart td.total, div.smallcart td.qty
{
    min-width: 40px;
    text-align: center;
}

div.smallcart td.linetotal div.quantity
{
    font-weight: bold;
}

div.smallcart div.totals
{
    margin: 9px 3px 3px;
    padding: 5px;
    overflow: auto;
    background: #e0e1e2;
}

div.smallcart tfoot {
    background: #e0e1e2;
    font-weight: bold;
}

div.smallcart tfoot td {
    border-bottom: 40px solid white;
    border-top: 40px solid white;
}

div.smallcart div.totals div.left
{
    float: left;
    line-height: 20px;
    margin-left: 6px;
    margin-top: 9px;
    width: 140px;
}

div.smallcart div.totals div.right .label
{
    font-weight: bold;
}

div.smallcart div.totals div.right
{
    float: right;
    margin: 10px 10px 0 0;
    text-align: center;
}