/* ORDERING PAGE DEFINITIONS */

#ordering
{
  position            : relative;
  background          : #b8f8d4;
  width               : 895px;
  height              : 400px;
  border              : 1px solid #11a552;
  margin-top          : 10px;
  overflow            : auto;
}

#ordering .column1
{
  position            : absolute;
  top                 : 0;
  left                : 0;
  width               : 430px;
}

#ordering .column2
{
  position            : absolute;
  top                 : 0;
  left                : 435px;
  width               : 430px;
}

#ordering .column1 h3,
#ordering .column2 h3
{
  font-family         : Georgia, serif;
  font-size           : 13pt;
  color               : #127a3f;
  padding-bottom      : 4px;
  font-variant        : small-caps;
  padding             : 15px 0 3px 10px;
}

#ordering .column1 p,
#ordering .column2 p
{
  font-family         : Georgia, serif;
  font-size           : 10pt;
  color               : #0a582c;
  text-align          : justify;
  padding             : 0 15px 0 10px;
  line-height         : 13pt;
}


