#basket_default {
	float: left;
	width: 100%;
}
#basket_default table {
	width: 100%;
	margin: 0 0 1.2em;
	font-size: 75%;
	line-height: 1.7em;
}
#basket_default th,
#basket_default td {
	padding: 3px;
}
#basket_default th {
	text-align: left;
}
#basket_default #basket_default_header th {
	border-bottom: 1px solid #999999;
}
#basket_default tr.odd td {
	background-color: #f0f0f0;
	color: #444444;
}
#content #basket_default tr.subtotal th.label,
#content #basket_default tr.delivery th.label,
#content #basket_default tr.ordertotal th.label {
	text-align: left;
	padding: 0 0 0 600px;
}
#content #basket_default tr.odd td a {
	background-color: #f0f0f0;
	color: #000000;
}
#content #basket_default tr.odd td a:hover,
#content #basket_default tr.odd td a:focus,
#content #basket_default tr.odd td a:active {
	background-color: #f0f0f0;
	color: #ff6600;
}
#basket_default tr.even td {
	background-color: #e9e9e9;
	color: #444444;
}
#content #basket_default tr.even td a {
	background-color: #e9e9e9;
	color: #000000;
}
#content #basket_default tr.even td a:hover,
#content #basket_default tr.even td a:focus,
#content #basket_default tr.even td a:active {
	background-color: #e9e9e9;
	color: #ff6600;
}
#content #basket_default input{
	width:2em;
}
#content #basket_default table tr.totals input{
	width:auto;
}
#content #basket_default input.button{
	width:auto;
}
#content #basket_default button.button{
	width:auto;
}
#content #basket_default input.submit{
	width:auto;
}
#basket_default table img {
	float: left;
	width: 50px;
	height: 50px;
	padding: 3px;
	border: 0;
}
#basket_default table input,
#basket_default table textarea {
	width: 14em;
	border: 1px solid #777777;
}
#basket_default table input.button {
	width: auto;
	background-color: #ff6600;
	color: #ffffff;
	border: 1px solid #ff6600;
	font-weight: bold;
	cursor: pointer;
}
#basket_default .buttons {
	float: left;
	width: 100%;
	margin: 0 0 1.2em;
}
#basket_default .buttons input {
	float: left;
	background-color: #636363;
	color: #ffffff;
	border: 1px solid #636363;
	font-size: 75%;
	font-weight: bold;
	cursor: pointer;
}
#basket_default .buttons input.submit {
	float: right;
	background-color: #ff6600;
	color: #ffffff;
	border: 1px solid #ff6600;
}
