#basket {
	float: left;
	width: 596px;
	padding: 12px 18px;
}
#basket #safe {
	clear: both;
	float: left;
	min-height: 15px;
	padding: 3px 18px 0 0;
	font-size: 70%;

	background: #ffffff url(/images/bulletPadlock.gif) no-repeat right 3px;
	color: #434343;
}
#basket_default table {
	width: 100%;
	margin: 0 0 1em;
}
#basket_default td,#basket_default th {
	padding: 0 3px 0 3px;
	vertical-align: middle;
	font-size: 70%;
	text-align: left;

	background-color: #e7e7e7;
	color: #434343;
}
#basket_default tr {
	height: 18px;
}
#basket_default #basket_default_header th,#basket_default #basket_default_header td {
	background-color: #5289af;
	color: #ffffff;
}
#basket_default tr.totals th,#basket_default tr.totals td {
	background-color: #ffffff;
	color: #434343;
}
#basket_default td .name {
	font-weight: bold;
}
#basket_default tr.totals th {
	background-color: #e7e7e7;
	color: #434343;
}
#basket_default tr.totals td.subtotal {
	background-color: #e7e7e7;
	color: #434343;
}
#basket_default tr.totals td.total {
	font-size: 80%;
	font-weight: bold;

	background-color: #e7e7e7;
	color: #dc1414;
}
#basket_default td a {
	background-color: #e7e7e7;
	color: #5289af;
}
#basket_default td a:hover {
	background-color: #e7e7e7;
	color: #ff7800;
}




/* matts nasty css */

#basket_default input {
	margin: 0;
	width:70%;

	border: 1px solid #919191;
}
#basket_default input.short{
	width:35%;
}
#basket_default input.invaliddata{
	background-color:#eeeeee;
}

#basket_default input.button,#basket_default input.submit {
	font-size: 70%;
	font-weight: bold;
	cursor: pointer;
	width:auto;

	background-color: #ff7800;
	color: #ffffff;
	border: 0;
}

#basket_default input.button {
	float: left;
}
#basket_default input.submit {
	float: right;
}
#basket_page_titles{
	margin:0 0 10px;
	height:32px;
}
#basket_page_titles div{
	font-size:80%;
	width:25%;
	float:left;
	text-align:center;
	padding:8px 0;
}

#basket_page_titles div.current_page{
	font-weight:bold;
	background-color:#e7e7e7;
}
