* {
  scrollbar-base-color: scrollbar;
  scrollbar-darkshadow-color: threeddarkshadow;
  scrollbar-face-color: threedface;
  scrollbar-highlight-color: threedhighlight;
  scrollbar-shadow-color: threedshadow;
  scrollbar-track-color: default;
  scrollbar-3dlight-color: threedlightshadow;
  scrollbar-arrow-color: buttontext;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #1E3451;
}
body, td, input, select, textarea {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
}
body, td {
  color: #264C72;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #f00;
  text-decoration: none;
}
a:hover {
  color: #00f;
}
input.bordered, textarea.bordered, input.button {
  border-top: #ccc solid 1px;
  border-bottom: #4e4e4e solid 1px;
  border-right: #4e4e4e solid 1px;
  border-left: #ccc solid 1px;
}
td.leftBorder {
  border-left: 1px #C3CDD8 solid;
}
td.bold {
  font-weight: bold;
}
span.inStock {
  color: #E01036;
}
#colours td {
  padding-bottom: 9px;
}
#colours td.padding {
  padding-right: 7px;
}