﻿.cart 
{
    padding:3px;
    border-style:solid;
    border-width:1px;
    border-color:Silver;
}

.cart tr
{
    padding:3px;
    margin:0px;
}

.cart th 
{
    background-color:#2b8dc2;
    color:#fff;
    padding-left:8px;
    padding-right:8px;
}

.cart td
{
    padding-left:12px;
    padding-right:12px;
}

.cartqty 
{
    text-align:center;
}

.cartantal 
{
    position:absolute;
    background-color:Red;
    font-size:xx-small; 
    vertical-align:top;
    margin-left:3px;
    /*margin:2px;
    padding:3px;*/
    
    background: radial-gradient( center -9px, circle closest-side, white 0, red 26px );
    background: -moz-radial-gradient( center -9px, circle closest-side, white 0, red 26px );
    background: -ms-radial-gradient( center -9px, circle closest-side, white 0, red 26px );
    background: -o-radial-gradient( center -9px, circle closest-side, white 0, red 26px );
    background: -webkit-radial-gradient( center -9px, circle closest-side, white 0, red 26px );
    background-color: red;
    border: 2px solid white;
    border-radius: 12px; /* must be 1/2 of ( border-width*2 + width ) */
    box-shadow: 1px 1px 1px black;
    color: white;
    font: bold 17px/15px Helvetica, Verdana, Tahoma;
    height: 18px; /* height + padding-top must equal width */
    padding-top: 2px; /* height + padding-top must equal width */
    text-align: center;
    width: 20px;    
}

.cartstreck 
{
    border-top:1px dotted black;
}