@import "common.css";

div.basket {
	margin-left: 20px;
	margin-right: 20px;
}

table.basket {
	border: 1px solid #0062be;
	table-layout: fixed;
	width: 99%;
}

table.basket td {
/*	border-right: 1px solid #808080;
	border-left: 1px solid #808080; */
	padding-left: 5px;
	padding-right: 5px;
}

table.basket th {
	background: #0062be url("/app/images/bg_blue_gradient.gif");
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

table.basket .stock {
	text-align: right;
	width: 5em;
}

table.basket tr td,
table.basket tr th
 {
	border-bottom: 1px solid #0062be;
}

table.basket tr.subtotal th {
	text-align: right;
	font-weight: bold;
	background: white;
	color: black;
}

table.basket th.action{
	width: 20px;
}

table.basket th.part {
	min-width: 15em;
	width: 20%;
	text-align: left;
}

table.basket th.desc {
	min-width: 15em;
	width: auto;
	text-align: left;
}

table.basket th.qty {
	width: 50px;
	text-align: right;
}

table.basket td.qty {
	text-align: right;
}

table.basket td.qty input {	
	margin: 0;
	width: 35px;
	text-align: right;
}

table.basket th.price {
	text-align: right;
	width: 8em;
}

table.basket th.discount {
	text-align: right;
	width: 5em;
}

table.basket th.total {
	text-align: right;
	width: 9em;
}

table.basket td.discount{
	text-align: right;
}
table.basket td.price {
	text-align: right;
}
table.basket td.total {
	text-align: right;
}

div.notes {
	margin: 10px 0 20px 0;
	float: left;
	width: 27em;
}

div.notes textarea {
	width: 99%;
	margin: 5px 0 0 0;
	overflow: auto;
}

div.totals {
	margin: 10px 5px 20px 0;
	text-align: right;
	float: right;
	clear: right;
}

div.totals button, 
div.totals input {
	right: 0;

}

table.totals td.delivery {
	width: auto;
	padding-left: 1em;
}

table.totals th {
	text-align: right;
}

table.totals td {
	padding: 5px;
	width: 7em;
	text-align: right;
}

table.totals tr.grand_total {
	font-size: larger;
	border-top: 1px solid #808080;
}

div.small_print {
	clear: right;
	font-size: smaller;
	padding: 20px 5px 0 5px;
}

table.card_details th {
	font-size: smaller;
}

div.card_details {
	overflow: auto;
}

table.payment td.hints {
	font-style: italic;
	padding: 0 0 0 15px;
}

table.payment th {
	color: #0062be;
	text-align: left;
	padding: 0 5px 0 0;
}

table.payment {
	margin: 20px 0 20px 0;
}

table.addresses {
	width: 99%;
}

table.addresses .address {
	width: 20em;
	text-align: left;
}

table.addresses .summary {
	width: 30em;
	text-align: left;
	padding-right: 50px;
}

table.addresses .notes {
	width: auto;
	text-align: center;
}

table.addresses th {
	border-bottom: 1px solid #808080;
	padding: 10px;
}

table.addresses td.notes {
	background: #efefef;
}

table.addresses td {
	border-bottom: 1px solid #0062be;
	padding: 10px;
	vertical-align: middle;
}

table.confirm {
	border: 1px solid #0062be;
	table-layout: fixed;
	width: 99%;
}

table.confirm td {
	padding: 5px;
}

table.confirm th {
	background: #0062be url("/app/images/bg_blue_gradient.gif");
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

table.confirm tr td,
table.confirm tr th
 {
	border-bottom: 1px solid #0062be;
}

table.confirm tr.subtotal th {
	text-align: right;
	font-weight: bold;
	background: white;
	color: black;
}

table.confirm .part {
	min-width: 15em;
	width: 20%;
	text-align: left;
}

table.confirm .desc {
	min-width: 15em;
	width: auto;
	text-align: left;
}

table.confirm .batch {
	width: 5em;
	text-align: right;
}

table.confirm .condition {
	width: 5em;
	text-align: right;
}

table.confirm .release {
	width: 5em;
	text-align: right;
}

table.confirm .qty {
	text-align: right;
	width: 5em;
}

table.confirm .discount{
	text-align: right;
	width: 5em;
}

table.confirm .price {
	text-align: right;
	width: 7em;
}

table.confirm .total {
	text-align: right;
	width: 7em;
}

#processing {
	margin: 10px;
	text-align: center;
}

iframe#payment {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 500px;
	border: 1px solid #808080;
	display: none;
}

#three_dee_info {
	display: none;
}

table.order_details {
	border: 1px solid #808080;
	margin: 5px;
}

table.order_details th {
	text-align: left;
	padding: 2px 5px;
	border: 1px solid #808080;
}

table.order_details td {
	padding: 2px 5px;
	border: 1px solid #808080;
}
