table.basket{
	margin-top:10px;
}
.basket {
	border: 2px solid #330066;
	border-spacing: 0px;
	margin-top: 20px;
}
.basket td, .basket th {
	padding: 2px 0.5em;
	
}
.basket th, .basket thead td, .basket tfoot td {
	text-align:left;
	font-weight: bold;
	background-color: #1c0f60;
	padding: 3px;
	color:white;
}
.basket td {
	background-color: #F6F6FE;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px;
	color: #330066;
}
.checkout{
  border-collapse: collapse;
  border-spacing: 0px;
  border: 3px solid #330066;
}
.checkout td, .checkout th {
	padding: 2px 0.5em;
	border: 1px solid #000;
}
.checkout th, .checkout thead td, .checkout tfoot td {
	background-color: #FFCC00;
	/*background-color: #5747AF;*/
	border: 3px solid #330066;
	font-weight: bold;
}
.checkout td {
	background-color: #ddf;
	border: 1px solid #330066;
}

.cost {
	text-align: right;
}
.quantity {
	text-align: center;
}
.basket .action {
	text-align: center;
}
.weblink {
	list-style-image: url(../../images/star.gif);
}
p
{
font-family: Arial, Helvetica, sans-serif;
}
.text
{
	font-family: Arial, Helvetica, sans-serif;
}