/* prodpage.css | 04.05.05 | Product Pages */

#content table, #overview table, #specs table, #content table.overview, #content table.specs {
  border: solid #6999c9;
  border-width: 1px 0;
}

#overview table th, table#size th, #content table.overview th {
  background-color: #e3ecf9;
  border-bottom: 1px solid #6999c9;
}


div#specs { margin-top: 2em; }
#specs table th, #content table.specs th { width: 150px; }
#specs table tr.colhead th { border-bottom: 1px solid #6999c9; width: auto; }       /* Needed for specs table on spiral.html as <th> elements in first row as well */

#content div.packaging {
  float: left;
  margin: 1em 1em 2em 0;
  padding: 0;
  width: 127px;       /* Need to set a width on non-replaced floated elements otherwise they tend to zero */
}

#content div.packaging img {
  float: left;          /* Floated parent (div about) expands to fit size of floated content (this img) */
  margin: 0;
}

#content div.packaging p, #content div.packaging h3 {
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: none;
  clear: left;
  color: #315c87;
  font: 10px Verdana, Arial, sans-serif;
  margin: 0;
  padding: 2px 2px 2px 5px;
  width: 118px;
}

div#application, div.application { margin-top: 3em; }
div#application img, div.application img { margin: 0.5em 2em 2em 0; }
div#application img.vertical { clear: both; }

