/* Tables */

table {
  font-size:0.85em; 
  width:100%; 
}

.specs thead {
  background-color:#A6CE39;
  color:#fff;  
  padding:0 0 0 5px;
  line-height:3em;
}

.specs thead th {
  text-align:left;
  width:auto;
}

.specs tbody th {
  text-align:left;
  width:270px;
  border-bottom:#ADADAC solid 1px;
}

.specs tbody {
  line-height:2.5em;
}

th .small {
  font-size:0.85em;
  line-height:1.1em;
  font-weight:normal; 
}

.specs tbody td {
  width:270px;
  border-bottom:#ADADAC solid 1px;
}

.d {
  margin:1em 0 1em 0;
  border:#fff solid 1px;
  border-top:0;
  border-right:0;
  font-size:1em;
}

.d th {
  font-weight:normal;
  text-align:right;
}

.d th,
.d td {
  border:#fff solid 1px;
  border-bottom:0;
  border-left:0;
  padding:0 0.2em 0 0.3em;
  line-height:1.8em;   
}


.d tbody th {
  background-color:#DBEBB0;
  width:30%;
}

.d thead th,
.d .head th {
  background-color:#ffd55f;
  font-weight:bold;
  line-height:2.2em;
}

textarea {
  width:280px;
  height:100px;
}

input {
  width:200px;
}

input.auto {
  width:auto;
  vertical-align:middle;
}

a.adcategory {
  color:#fff;
}
a.adcategory:hover {
  color:#006A77;  
}
