/* cart */

ul.ul { display: block; width: 740px; margin: 0; padding: 0; font-size: 11px; }

/* header items */
li.hli { 
	position: relative; float: left; clear: both; width: 100%; height: 25px; margin: 0; padding: 2px 0; border: 1px solid #c9a6a6;
	list-style: none; background: #ffffff; font-weight: bold;
}
li.hli span { position: relative; float: left; height: 100%; border-right: 1px solid #000000; text-align: center; color: #000000; }
li.hli span.pic { width: 40px; }
li.hli span.product { width: 470px; padding: 0 0 0 4px; text-align: left; }
li.hli span.price { width: 100px; }
li.hli span.quantity { width: 90px; }
li.hli span.op { width: 25px; border: none; }

/* list items */
li.li { position: relative; float: left; clear: both; width: 100%; height: 100%; margin: 0; padding: 2px 0; border-bottom: 1px solid #D90000; list-style: none; }
li.li:hover { background: #ffc1d1; }
li.li a { margin: 0; padding: 0; border: 0; background: none; text-decoration: underline; color: #000; }
li.li a:hover { border: 0; background: #f6edef; }
li.li img { border: 0; }
li.li span { position: relative; float: left; height: 100%; margin: 0; padding: 0; border-right: 1px solid #D93755; text-align: center; color: #000; }
li.li span.pic { width: 40px; }
li.li span.pic img.cart { width: 35px; }
li.li span.product { width: 470px; padding: 0 0 0 4px; text-align: left; font-weight: bold; color: #000000; }
li.li span.product em { font-style: normal; font-weight: bold; font-size: 11px; color: #e40000; }
li.li span.price { width: 100px; }
li.li span.quantity { width: 90px; }
li.li span.quantity input { width: 25px; height: 20px; margin: 3px 0 0 0; border: 1px solid #ecdbdb; font-size: 11px; }
li.li span.op { width: 24px; text-align: center; }
* html li.li span.op { width: 25px; }
li.li span.op a img { margin: 0; padding: 0; background: none; text-decoration: none; }
li.li span.op img { margin: 0 0 0 2px; padding: 2px 0; border: 0; cursor: pointer; }

/* cart footer operations */
.cart-footer-ops { position: relative; clear: both; width: 100%; text-align: center; }
.cart-footer-ops a { color: #b74e43; text-decoration: underline; }
.cart-footer-ops a:hover { color: #805757; text-decoration: none; }

.amright { margin-right: 30px; }

/* total */
li.total {
	position: relative; float: left; clear: both; width: 99%; height: 18px; margin: 1px 0 0 0; padding: 2px 4px 0 0; border-bottom: 1px solid #eee;
	list-style: none; background: #fff2f2; text-align: right; font-weight: bold; font-size: 11px; color: #751311;
}
li.total span { font-weight: bold; font-size: 11px; color: #d71c18; }
li.total select.tyre-sch { display: inline; float: none; width: 100px; margin: 0; border: 1px solid #dcdcdc; background: #f0f0f0; font-size: 11px; }