td.details-control {
    background: url('/js/jquerydatatables/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/js/jquerydatatables/details_close.png') no-repeat center center;
}

#nav-cart-count {
    top: 5px;
    left: 34px;
    font-weight: 700;
    font-family: arial,sans-serif;
    position: absolute;
    line-height: 16px;
    width: 20px;
    text-align: center;
    min-width: 25px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #cc0000;
    color: #fff;
    font-size: 12px;

}
