/* PRODUCTS PAGE DEFINITIONS */

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

#products .tabbed-box 
{
  height              : 380px;
  background-color    : #b8f8d4;
  overflow            : auto;
}

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

#products .tabbed-box .tabs li a 
{
  display             : block;
  width               : 175px;
  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;
}

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

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

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

#products .tabbed-content 
{
  clear               : both;
  margin-left         : 1px;
  margin-top          : 10px;
  margin-bottom       : 10px;
  background-color    : #b8f8d4;
  width               : 873px;
}

#products .tabbed-content .inner-panel
{
  padding-top         : 10px;
  min-height          : 383px;
  overflow            : hidden;
  margin-bottom       : 5px;
}

#products .tabbed-content .inner-panel .product-group
{
  width               : 100%;
  min-height          : 330px;
}

#products .tabbed-content .inner-panel .product-group .left-side
{
}

#products .tabbed-content .inner-panel .product-group .left-side img
{
  width               : 400px;
  padding-right       : 15px;
}

#products .tabbed-content .inner-panel .product-group .right-side
{
  padding-left        : 5px;
  margin-right        : 5px;
  margin-left         : 405px;
}
   
#products .tabbed-content .inner-panel .product-group .right-side h3
{
  font-family         : Georgia, serif;
  font-size           : 15pt;
  font-weight         : bold;
  color               : #127a3f;
  padding-bottom      : 10px;
  font-variant        : small-caps;
}

#products .tabbed-content .inner-panel .product-group .right-side p
{
  font-family         : Georgia, serif;
  font-size           : 10pt;
  color               : #0a582c;
  text-align          : justify;
  line-height         : 13pt;
  padding-bottom      : 10px;
}

#products .tabbed-content .inner-panel .product-group .right-side p.thinbox
{
  border              : 1px solid #000;
  padding             : 5px 5px 5px 5px;
  margin-bottom       : 5px;
  margin-left         : 5px;
}

#products .tabbed-content .inner-panel .product-group .right-side .table-container
{
  width               : 100%;
  vertical-align      : top;
}

#products .tabbed-content .inner-panel .product-group .right-side .table-container table
{
  border              : 1px solid #11a552;
  width               : 99%;
}

#products .tabbed-content .inner-panel .product-group .right-side tr

{
  line-height         : 11pt;
}

#products .tabbed-content .inner-panel .product-group .right-side th
{
  font-family         : Arial, Helvetica, sans-serif;
  font-size           : 9pt;
  font-weight         : bold;
  color               : #0b5723;
  background-color    : #fcf8aa;
  text-align          : left;
  padding             : 0.2em 0.5em; 
  border              : 0px;
  border-bottom       : 1px solid #9999aa;
}

#products .tabbed-content .inner-panel .product-group .right-side th.price,
#products .tabbed-content .inner-panel .product-group .right-side td.price,
#products .tabbed-content .inner-panel .product-group .right-side tr td.price,
#products .tabbed-content .inner-panel .product-group .right-side tr.odd td.price
{
  text-align          : right;
}

#products .tabbed-content .inner-panel .product-group .right-side td
{
  border              : 0px;
  border-bottom       : 1px solid #9999aa;
  border-left         : 1px solid #9999aa;
  padding             : 0.2em 0.5em;
  font-family         : Arial, Helvetica, sans-serif;
  font-size           : 9pt;
  text-align          : left; 
}

#products .tabbed-content .inner-panel .product-group .right-side td.small
{
  font-size           : 8pt;
}

#products .tabbed-content .inner-panel .product-group .right-side tr td
{
  color               : #000;
  background-color    : #6ee062;
  border-bottom       : 1px solid #11a552;
}

#products .tabbed-content .inner-panel .product-group .right-side tr.odd td 
{
  color               : #000;
  background-color    : #fff;
}

#products .tabbed-content .inner-panel .clear
{
  width               : 100%;
  height              : 25px;
}

