td.cartheader {
	border-bottom: 1px solid #7c7c7c;
	font-weight: bold;
}
td.cartitem {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.smalltext {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul.basket {
	margin: 0;
	padding-left: 25px;
	list-style-type: decimal;
	text-shadow: #000000 0 0 0px;
	list-style-position: outside;
	text-indent: 0;
	
}
ul.basket li {
	margin: 0;
	padding: 0;
}
table.data {
	border-collapse: collapse;
}
table.data td {
	border: solid 1px black;
	padding: 5px;
}
th.basket_header {
	background-color: #dfdfdf;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
}
.noborder {
	border-style: none;
	width: 10px;
}

div.throwPile {
	text-align: center;
	margin: 20px;
	padding: 20px;
	border: 2px solid gray;
	font: bold 24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.message {
	text-align: center;
	font-weight: bold;
}
