/* Basket/Order Summary */
#orderSummaryContainer {
	width: 650px;
	margin: 0 auto;
}
#orderSummaryContainer table.order {
	margin: 1em auto 0 auto;	
	border: 1px #ffffff solid;
	border-collapse: collapse;
	width: 650px;
}
#orderSummaryContainer table.order th {
	text-align: left;
}
#orderSummaryContainer table.order th, #orderSummaryContainer table.order td {
	padding: 3px;
}
#orderSummaryContainer table.order thead th {
	color: #ffcc33;
	border-bottom: 1px #ffffff solid;
}
#orderSummaryContainer table.order tbody th.heading, #orderSummaryContainer table.order tbody td.details {
	white-space: nowrap;
}
#orderSummaryContainer table.order tbody th {
	border-bottom: 1px #ffffff dotted;
	border-left: 1px #ffffff dotted;
	font-weight: bold;
	vertical-align: top;

}
#orderSummaryContainer table.order tbody td {
	border-bottom: 1px #ffffff dotted;
	vertical-align: top;
}
#orderSummaryContainer table.order tbody td.price {
	text-align: right;
	border-left: 1px #ffffff dotted;
	border-right: 1px #ffffff dotted;
}
#orderSummaryContainer table.order tfoot th {
	color: #ffcc33;
	text-align: right;
}
#orderSummaryContainer table.order tfoot td.price {
	text-align: right;
	font-weight: bold;
}

/* Basket info */
#orderSummaryContainer p.basketInfo {
	text-align: center;
	margin-bottom: 24px;	
}

/* Checkout link */
a.checkout {
	display: block;
	width: 135px;
	height: 40px;
	background-image: url('/images/buttons/checkout.gif');
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: 9999px;
	margin: 0 auto;
}
a.checkout:hover {
	background-position: bottom left;
	
}
#orderSummaryContainer h2 {
   font-size: 8pt;
   color: #ffcc33;
   font-weight: normal;
   text-transform: uppercase;
   border-bottom: 0;
}

/* Tweak the colours for the admin page */
#main #orderSummaryContainer h2, #main #orderSummaryContainer table th {
	color: #000000;
	font-weight: bold;
}
#main #orderSummaryContainer table.order, #main #orderSummaryContainer table.order thead th, #main #orderSummaryContainer table.order tbody th, #main #orderSummaryContainer table.order tbody td, #main #orderSummaryContainer table.order tbody td.price {
	border-color: #000000;
}
#main #orderSummaryContainer table {
	margin-bottom: 1em;	
}
