#baskettable {
	width: 600px;
	font-size: 1.1em;
}


table {
  border-collapse: collapse;
  border: 1px solid #424E70;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#ItemCol {
  border: none;
}

thead {
  background-color: #424E70;
  border-top: 1px solid #424E70;
  border-bottom: 1px solid #424E70;
  color: #fff;
}

th {
  font-weight: normal;
  text-align: left;
}

#baskettable th, td {
  padding: 5px;
}

#baskettable input.submit {
	font-size: 1.0em;
}

#baskettable .rowbg {
	background-color: #F5F5F5;
}

#baskettable .rowbg_odd {
	background-color: #FFFFFF;
}

#PriceCol {
	width: 100px;
}

#QtyCol {
	width: 110px;
}

.updatebutton {
	font-size: 0.8em;
}

.basketright {
	text-align:right;
}

.delivery {
	font-size: 1.0em;
}