﻿    .basketUp
    {
        padding-top: 5px;
    }
    .basketUp a
    {
        text-decoration: underline;
    }
    .basketUp a:hover
    {
        text-decoration: underline;
    }
    .basketPrice
    {
        font-weight: bold;
        padding-top: 3px;
        font-size:12px;
        color:#A50021;
    }
    .basketQuantity
    {
        border-bottom: dotted 1px gray;
        padding-top: 3px;
        padding-bottom: 5px;
        height: 15px;
    }
     #basket a,#basket a:visited
    {
        color: #008FC6;
        font-size:12px;        
    }
