/* @override http://t26.local.practical.cc/stylesheets/cart_items.css */

#cart_contents th.quantity span {
  display: inline;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: -1px;
  width: 15px; height: 15px;
  background: url('/images/help/icon.png') no-repeat;
}
#cart_contents #cart_qnty_help {
  position: relative;
  padding-right: 25px;
}
#cart_contents th.quantity span b {
  display: none;
}

#cart_contents .disclaimers {
  font-size: 13px;
  text-align: right;
  margin-left: 75px;
  margin-right: 10px;
}
.disclaimers p {
  margin-bottom: 10px;
}

.cart_header {
	margin: 5px;
	font-weight: normal;
	font-size: 18px;
}

.ci_header {
	padding: 0px;
	margin: 0 5px 0px;
}

#cart_contents {
	background: url(/images/slashplusline.gif) no-repeat left top;
	padding: 4px 8px 0;
	margin: 0;
}

#cart_contents table.cart {
	width: 100%;
}

#cart_contents .cart .spacer_row td {
	height: 14px;
	padding: 0;
	border: 0;
}

#cart_contents table.cart td,
#cart_contents table.cart th {
	text-align: left;
	padding: 2px 6px;
	font-size: 12px;
}

#cart_contents .cart .quantity {
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

#cart_contents .cart .quantity input {
	margin-right: 1px;
	text-align: right;
	width: 44px;
}

#cart_contents .cart .price {
	text-align: right;
	padding-right: 8px;
}

#cart_contents table.cart td {
	padding: 4px 6px 5px;
	border-bottom: 1px solid #e5e5e5;
}

#cart_contents table.cart td a.ci_name,
a.ci_name {
	background: url(/images/arrow.gif) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}

a.dl_link {
	text-decoration: none;
}

#cart_contents table.cart td a.ci_name:hover,
a.ci_name:hover,
a.dl_link:hover {
	color: rgb(242, 37, 144);
	text-decoration: underline;
}

#cart_contents table.cart td.icon.delete {
	width: 10px;
	text-align: center;
	padding-left: 0;
}

#cart_contents table.cart tr.header_row th {
	border-bottom: 1px solid #e5e5e5;
	color: #8a8a8a;
	text-transform:	uppercase;
	font-weight: bold;
	padding-top: 12px;
}

#cart_contents .cart tr.subtotal th,
#cart_contents .cart tr.subtotal td {
	font-size: 14px;
	padding-top: 16px;
	width: 54px;
	text-align: right;
	padding-bottom: 18px;
}

#cart_contents .cart tr.subtotal th {
	padding-right: 5px;
}

#cart_contents table.cart tr.subtotal td {
	border: none;
	padding-right: 8px;
}

#cart_contents .cart tr.subtotal .remove_all {
	font-size: 10px;
	padding-top: 0;
	text-align: left;
}

#cart_contents .cart tr.subtotal .remove_all a {
	color: #aaa;
}

.cart_actions {
	border-top: 1px solid #ddd;
	text-align: right;
	padding: 6px;
	background: #f5f8f8;
}

.cart_actions a {
	margin-left: 10px;
}

#cart_contents table.cart tr.noitems td {
	border: none;
	padding: 40px;
	font-size: 16px;
	text-align: center;
}
