body
{
  padding: 5px;
  color: #000000;
  background-color: #ffffff;
  font-family: Verdana, Helvetica, Arial, _sans;
  font-weight: normal;
  font-size: 10pt;
}

h1
{
  font-weight: bold;
  font-size: 1.1em;
}

#colour_list
{
  padding: 5px;
  margin-bottom: 10px;
}

.colour_swatch
{
  border: 0;
  width: 35px;
  height: 20px;
  overflow: hidden;
}

#size_container
{
  height: 60px;
  margin-bottom: 5px;
}

#size_list
{
  padding: 5px;
}

#size_list .size
{
  margin: 0 5px 0 5px;
  padding: 2px;
  border: solid 1px #000000;
  background-color: #c0c0c0;
  font-size: 0.8em;
}

#size_list .size a
{
  color: #000000;
  text-decoration: none;
}

#size_list .size a:hover
{
  color: #404040;
  text-decoration: none;
}

#size_notes
{
  padding: 5px;
  background-color: #ffffa0;
  color: #800000;
  border: solid 1px #800000;
  position: absolute;
}

#colour_notes
{
  padding: 5px;
  background-color: #ffffa0;
  color: #800000;
  border: solid 1px #800000;
  position: absolute;
}

