/* ORDERING PAGE DEFINITIONS */

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

#ordering .tabbed-box 
{
  width               : 100%;
  height              : 449px;
  background-color    : #b8f8d4;
}

#ordering .tabbed-box .tabs li 
{
  list-style          : none;
  float               : left;
  width               : 146px;
}

#ordering .tabbed-box .tabs li a 
{
  display             : block;
  width               : 146px;
  padding             : 4px 0;
  text-align          : center;
  text-decoration     : none;
  color               : #fff;
  background-color    : #0f9d39; 
  border-left         : 1px solid #fff;
  border-bottom       : 1px solid #11a552;
  font-family         : Arial, Helvetica, sans-serif;
  font-size           : 10pt;
  line-height         : 20px;
}

#ordering .tabbed-box .tabs li a:hover 
{
  color               : #000;
  background-color    : #6ee062;
}

#ordering .tabbed-box .tabs li a:focus 
{
  outline             : none; 
}

#ordering .tabbed-box .tabs li a.active 
{
  color               : #000;
  background-color    : #f5ef39;
}

#ordering .tabbed-content 
{
  clear               : both;
  margin              : 10px 10px 10px 0;
  padding             : 3px;
  width               : 875px;
  height              : auto;
  background-color    : #b8f8d4;
  border              : 0;
}

#ordering .tabbed-content .inner-wrapper
{
  border              : 0;
}

#ordering .tabbed-content .inner-wrapper .content
{
  clear               : both;
  width               : 890px;
}

#ordering .tabbed-content .inner-wrapper .content .terms
{
  height              : 415px;
  overflow            : auto;
  padding             : 15px;
  margin-top          : 10px;
}

#ordering .tabbed-content .inner-wrapper .content h2
{
  font-family         : Georgia, serif;
  font-size           : 16pt;
  font-weight         : bold;
  color               : #127a3f;
  font-variant        : small-caps;
  text-align          : center;
  padding-top         : 10px;
  padding-bottom      : 14px;
}

#ordering .tabbed-content .inner-wrapper .content h3
{
  font-family         : Georgia, serif;
  font-size           : 11pt;
  font-weight         : bold;
  color               : #127a3f;
  font-variant        : small-caps;
  line-height         : 14pt;
}

#ordering .tabbed-content .inner-wrapper .content p
{
  font-family         : Georgia, serif;
  font-size           : 10pt;
  color               : #0a582c;
  text-align          : justify;
  line-height         : 13pt;
  padding             : 4px 0 10px 0;
}

#ordering .tabbed-content .inner-wrapper .content .column1
{
  position            : absolute;
  top                 : 32px;
  left                : 15px;
  width               : 430px;
}

#ordering .tabbed-content .inner-wrapper .content .column2
{
  position            : absolute;
  top                 : 32px;
  left                : 450px;
  width               : 430px;
}

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

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



