body {
  margin:0;
  padding:0;
  text-align:center;
  font:normal 70% Arial,Helvetica,sans-serif;
  color:#333;
  background:#fff;
}

a {
  color:#666;
}
a:hover {
  text-decoration:none;
}
a * {
  cursor:pointer;
}

h1 {
  margin:0 0 0.6em 0;
  font-size:2.2em;
  font-weight:normal;
  color:#445;
}
h2 {
  margin:0 0 0.4em 0;
  font-size:1.2em;
}
h3 {
  margin:0 0 0.3em 0;
  font-size:1em;
}
h4,
h5,
h6 {
  font-size:1em;
}

p {
  margin:0 0 1em 0;
  line-height:1.2em;
}

ul {
  margin:0 0 1em 20px;
  padding:0;
}
ul.links {
  margin:0 0 1em 0;
  padding:0;
  list-style:none;
}
ul.links li {
  padding:0 0 0 10px;
  background:url('/_images/back-links.gif') no-repeat 0 0.5em;
}
ul.bold li {
  font-weight:bold;	
}

img {
  border:0;
}

form {
  margin:0 0 1em 0;
  line-height:1.2em;
}
input,select,textarea {
  font:normal 1em Arial,Helvetica,sans-serif;
}
input.text, input.checkbox, select {
  border:1px solid #7f9db9;
}
input.text {
  padding:1px 4px;
}
input.checkbox {
  margin:0 4px 0 0;
}
input.button {
  width:auto;
  padding:2px 7px;
  overflow:visible;
  font-weight:bold;
  color:#fff;
  background:#3c4149 url('/_images/back-button.gif') repeat-x top;
  border:0;
}
input.largebutton {
  padding:7px;
}

div.row {
  clear:both;
  margin:2px 0;
}
div.row .label {
  float:left;
  width:40%;
  padding:3px 0 0 0;
}
.error {
  color:#d00;
}
div.row .error {
  margin:0 0 5px 0;
}

.textleft {
  text-align:left;
}
.textright {
  text-align:right;
}
.textcenter {
  text-align:center;
}
.floatleft {
  float:left;
}
.floatright {
  float:right;
}

body#popup {
  padding:10px;
  background:#e3e3e3;
  text-align:left;
}

div#popupwrap {
  padding:10px;
  background:#fff;
}
div#popupwrap.postcode {
  min-height:388px;
}
div#popupwrap.sizes {
  min-height:240px;
}
div#popupwrap h1 {
  font-size:1.5em;
  font-weight:bold;
}

form#postcode {
  display:block;
  padding:10px;
  background:#d2d2d2 url('/_images/back-postcodeentry.gif') repeat-x left top;
}
form#postcode p {
  font-weight:bold;
}

div#bandinfo {
  padding:0 0 10px 0;
}
div#bandinfo img {
  float:right;
}
div#bandinfo h1 {
  float:left;
  width:140px;
}
div#bandinfo h2 {
  float:left;
  clear:left;
  width:140px;
}
div#bandinfo p {
  float:left;
  clear:left;
  width:140px;
}
div#bandinfo:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

table#deliveries {
  width:100%;
}
table#deliveries tr th{
  padding:8px;
  background:#333;
  color:#fff;
  text-align:left;
}
table#deliveries tr td {
  padding:8px;
  background:#f2f2f2;
  color:#000;
  text-align:left;
}
table#deliveries tr td.date {
  font-weight:bold;
}
table#deliveries tr.even td {
  background:#e2e2e2;
}
