﻿#tabs
{
  font-size: 90%;
  margin: 20px 0;
  background-color: #ccd2ca;
  background: #ccd2ca;
  border: 0px;
}
#tabs ul
{
  background: #ccd2ca;
  width: 600px;
  padding-top: 4px;
  border: 0px;
}
#tabs li
{
  margin-left: 8px;
  list-style: none;
}
* html #tabs li
{
  display: inline; /* ie6 double float margin bug */
}

#tabs ul li a
{
  text-decoration: none;
  padding: 8px;
  color: #406637;
  font-weight: bold;
}
#tabs ul li.active
{
  background: #CEE1EF;
}
#tabs ul li.active a
{
  color: #333333;
}
#tabs div
{
  background: #eef3ec;
  clear: both;
  padding: 20px;
  min-height: 200px;
  border-width: 1px;
}
#tabs div h3
{
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#tabs div p
{
  line-height: 150%;
}
