/* tables */
table.cart {
	font-family:arial;
	font-size:13px;
	margin:1px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.cart thead tr th, table.cart tfoot tr th {
	background-color: #BB1B8A;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
}
table.cart thead tr .header a{
	display:block;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-decoration:none;
}
table.cart tbody td {
	color: #BB1B8A;
	padding: 8px 4px;
	vertical-align: top;
	border-right: 1px solid #BB1B8A;
}
table.cart tbody td img.handle{
	cursor:move;
	padding-right:10px;
}
table.cart tbody tr.even td {
	background-color:#E8E9F5;
	border: 1px solid #FFF;
}
table.cart tbody tr.odd td {
	background-color:#FFFFFF;
	border: 1px solid #FFF;
}
table.cart thead tr .headerSortUp a {
	display:block;
	background-image: url(images/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-decoration:none;
}
table.cart thead tr .headerSortDown a {
	display:block;
	background-image: url(images/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-decoration:none;
}
table.cart thead tr .headerSortDown, table.cart thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.cart input.xsmall {
	width: 50px;
	margin: 0;
	padding: 0;
	text-align: right;
}

table.total {
	font-family:arial;
	font-size:16px;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.total td {
	color: #BB1B8A;
	padding: 4px;
}

/* ====================== */
/* Action Buttons         */
/* ====================== */
	
a.delete {
	display: block;
	padding: 1px 8px;
	color: #fff;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin: 0px 2px 0 12px;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 0.9em;
	font-weight: bold;
}

a.delete {
	background: #FF0000;
	
}
a.delete:hover {
	color: #fff;
	text-decoration:none;
}
