.tinyform {
  margin: 8px 10px 8px 10px;
  background-color: #c6dcf4;
  color: black;
  padding: 10px;
  height: 78px;
}
.tinyform select {
  width: 120px;
}
.bigbox .top {
  width: 631px;
}
.bigbox .top td.image {
  width: 450px;
}
.bigbox .top td.about ul {
  margin-left: 0;
  padding-left: 15px;
}
.bigbox .left .links, .bigbox .right .links {
  background-color: #cccccc;
  padding: 4px 4px 7px 14px;
  width: 272px;
  height: 56px;
  margin: 2px 9px 12px 9px;
}
.bigbox .left .links div, .bigbox .right .links div {
  float: left;
  margin: 0; padding: 0;
}
.bigbox .left .links ul, .bigbox .right .links ul {
  margin-top: 0; padding-top: 0;
  margin-bottom: 0; padding-bottom: 0;
}
.bigbox .right .links {
  width: 292px;
}
#content .bottom {
  margin-right: 10px;
}
#content .bottom table.models {
  margin: 20px 20px 0 12px;
}
.filter {
  padding: 5px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
.filter span, .filter input, .filter select {
  position: relative;
  vertical-align: middle;
}
.model {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 120px;
  height: 140px;
  overflow: hidden;
  padding: 5px;
  margin: 0 0 20px 15px;
}
.thumb {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.thumb * {
  vertical-align: middle;
}
.thumb span {
  display: inline-block;
  height: 100%;
}
.cap {
  text-align: center;
  line-height: 13px;
}
#pager {
  text-align: center;
  margin: 10px;
}
#pager span {
  border: 1px solid #ccc;
  margin: 0 1px;
}
#pager span:hover {
  border: 1px solid #000;
}
