#basket {
   font-size:90%;
   width:100%;
   margin:0;
   padding:0;
}

#basket input.delegate-count {
   width:30px;
}

#basket th {
   text-align:left;
   padding:5px 0 5px 0;
}

#basket tr.discount td {
   font-size:80%;
   line-height:80%;
   overflow:hidden;
   padding-bottom:3px;
}

#basket tr.border {
   height:2px;
}

#basket tr.discounts td {
   font-weight:bold;
}

#basket tr.border td {
   height:2px;
   line-height:2px;
   overflow:hidden;
   border-bottom:1px dashed #333333;
}

#actions {
   overflow:auto;
   padding:10px 70px 10px 0;
}

#actions a{
   float:right !important;
}
