/* CSS Document */

table.singleBorder {    
  clear: both;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	margin-bottom: 1em;
}
table.singleBorder th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	font-weight: bold;
}
table.singleBorder td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
}

.maxWidth {
  width: 100%;
}

.colLeft {
  text-align: left;
}

.colRight {
  text-align: right;
}

.colCentre {
  text-align: center;
}

.cartQty {
  width: 40px;
  text-align: right;
}

.cartCost {
  width: 85px;
  text-align: right;
}