.d {
  width:100%;
  margin:1em 0 1em 0;
  font-size:0.85em;
}

.d thead th, 
.d thead td {
  font-weight:bold;
  color:#FAF6E6;
}

.d thead th {
  background-color:#5A3D2B;
}

.d thead td {
  background-color:#9A6748;
}

.d thead a {
  text-decoration:none;
  color:#FFF; 
}

.d th,
.d td {
  padding:0.3em 0.4em 0.2em 0.5em;
  vertical-align:top;
  text-align:left;
  font-weight:normal;
}

.d tbody th {
  line-height:1.6em;
  background-color:#F1E4B4;
}

.d tbody td {
  background-color:#faf6e6;
}

.d tbody input {
  width:30em;
}

.d tbody textarea {
  width:99%;
  height:10em;
}

#FormErrors {
  display:none;
  font-size:0.85em;
}

.compare {
  border-left:solid 1px #B5BD8A;
}

.compare thead th {
  background-color:#9A6748;
  font-size:1.2em;
  text-align:center;
  font-weight:bold;
  color:#FFF; 
}

.compare th,
.compare td {
  border-right:solid 1px #B5BD8A;
  border-bottom:solid 1px #B5BD8A;
}

.compare td {
  text-align:center;
}

.compare .area {
  text-align:center;
}

.rates {
  width:60%;
}

form tbody input.checkbox {
  padding:1em;
  width:2em;
}

#content td ul {
  list-style-image:none;
} 
