/* auctions */

.history { clear: both; margin: 0 0 3px; padding: 5px 5px 0; border-bottom: 1px solid #2854cc; }
.history big { text-transform: uppercase; font: bold 12px Arial, Tahoma; color: #d90000; }

/* header rows */
li.hli span.customer_name { width: 510px; }
li.hli span.price { width: 100px; }
li.hli span.date_added { width: 105px; }

/* list rows */
li.li span.customer_name { width: 510px; }
li.li span.price { width: 100px; }
li.li span.date_added { width: 105px; }

/* acutions select */
select.combo { display: block; width: 100%; margin-bottom: 5px; border: 1px solid #87b2ed; background: #e5f0ff; font-size: 11px; z-index: 0; }

