#tabs {margin-bottom:20px;}

#tabs table {font-size:0.9em; border-collapse:collapse; width:100%; }
#tabs table th {border-bottom:2px #bbb solid; color:#c82c00; padding:20px 5px 5px; text-align:left;}
#tabs table td {vertical-align:top; padding:5px;}
#tabs table tr {border-bottom:1px #efefef solid;}

#overview dl.img {
  padding-left:120px;
}

#overview dl.img dt {
  display:inline;
  width:120px;
  margin-left:-120px;
  text-align:center;
  float:left;
}

#overview dd {
  margin-left:20px;
}

.product-box {
    float: left;
    width: 230px;
    margin-right:20px;
    margin-bottom: 20px;
    text-align: center;
}

.product-box-wide {
    float: left;
    width: 300px;
    margin-right:20px;
    margin-bottom: 20px;
    text-align: center;
}

.product-box .description, .product-box-wide .description {
    clear:both;
    font-size: 0.9em;
}

