body {
  margin: 0;
  font-family: Verdana, Sans-serif, Arial;
  font-size: 80%;
  background: #fff;
}

body table {
  font-size: 100%;
}

table table {
  font-size: 100%;
}

ul ul {
  font-size: 100%;
}

ol ol {
  font-size: 100%;
}

h1 {
  color: #00913e;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: #000000;
  font-size: 120%;
  font-weight: bold;
}

td {
  vertical-align: top;
}

img {
  vertical-align: middle;
}

div.header {
  background: #efefef;
}

img.title {
  margin: 10px;
}

table.specs {
  border: 1px solid #ccc;
  width: 100%;
}

table.specs td, th {
  border: 1px solid #ccc;
}

table.specs td.section, th {
  color: #000000;
  background: #efefef;
  font-size: 110%;
  font-weight: bold;
  white-space: nowrap;
}

table.specs td.label {
  font-weight: bold;
}

.highlight {
  color: #33cccc;
}

a img {
  border: 0;
}

td.main {
  width: 100%;
  padding: 8px;
}

table.results {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: none;
  border-right: none;
  width: 100%;
}

table.results td {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: none;
  border-right: none;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

table.results td.pad-sides {
  padding-left: 20px;
  padding-right: 20px;
}

table.results td.pad-right {
  padding-right: 20px;
}

table.results td.compare {
  background: #efefef;
  text-align: center;
}

table.results td.checkbox {
  background: #efefef;
  text-align: center;
  width: 25px;
}

table.bar-top, table.bar-bottom {
  width: 100%;
  border: 0;
}

table.bar-top td {
  padding-bottom: 5px;
}

table.bar-bottom td {
  padding-top: 5px;
}

table.search {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
}

table.search td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  background-color: #efefef;
}

table.categ {
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

table.categ td {
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  background-color: #efefef;
}

div.link {
  text-align: center;
}

table.buy {
  border: 1px solid #ccc;
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}

table.buy td, th {
  border: 1px solid #ccc;
  width: 200px;
}

table.buy th {
  color: #000000;
  background: #cfc;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.adsense-left {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.adsense-right {
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}

ul.categories li {
  margin-bottom: 2em;
}

/* CSS Tabs */
#menu {
  border-bottom: 1px solid #666;
  margin: 0;
  padding-bottom: 19px;
  padding-left: 10px;
}

#menu ul, #menu li	{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu a:link, #menu a:visited	{
  background: #cfc;
  border : 1px solid #666;
  color: #666;
  float: left;
  font-weight: bold;
  line-height: 14px;
  margin-right: 8px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

#menu a:link.active, #menu a:visited.active	{
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #000;
}

#menu a:hover {
  color: #f00;
}
	
body#section-1 #menu li#nav-1 a, 
body#section-2 #menu li#nav-2 a,
body#section-3 #menu li#nav-3 a,
body#section-4 #menu li#nav-4 a {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #000;
}

#menu ul a:hover {
  color: #f00 !important;
}

#body {
  clear: both;
  margin: 10px;
}

