
.basket_table {
    font-family:verdana,arial,helvetica, sans-serif; 
    color:#003E6A; 
    border: 1px solid #999999;
    padding:2px;
    }
        
.basket_colour1 {background:#EFEFEF}
.basket_colour2 {background:#EFEFEF}

.basket_th {
    background-color: #EDEDED;
    font-size: 1.0em;
    font-weight:bold;
    }
 
.basket_td {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 8pt; 
    font-weight: normal;
    color: black;
    border-left: 1px solid white;     
    border-top: 2px solid white;
    }
    
a.basket_title {
    font-family: verdana,arial,helvetica,sans-serif; 
    font-size: 8pt;
    font-weight: bold;
    color:#003e6a;
    text-decoration: none; 
    }
a.basket_title:hover {
    color:#0000CC;        
    }    
    
.basket_description {
    font-family: verdana,arial,helvetica,sans-serif; 
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
    text-decoration: none; 
    }    
    
.basket_weight {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 6pt;
    color: #666666;
    }    
    
.basket_update_button {
    background: #CCCCCC;
    width: 45px;
    font-size: 8pt;
    }    
    
.basket_options {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 8pt; 
    font-weight: bold;
    color: #999999;
    }      