/**** By Tag ****/

/* main page heading */
h1
{
  height:49px;
  width:786px;
  overflow:hidden;
  border-bottom:1px solid #c2e2f1;
  background:url(/images/shopping-carts/heading.png) no-repeat top left;
  text-indent:-1000px;
}

/**** By Class ****/

div.content
{
  padding:5px 20px 31px 0;
  width:766px;
  overflow:hidden;
}

/* content boxes */
.box
{
  padding:15px;
  min-height:169px;
  height:auto !important;
  height:169px;
  border-top:1px solid #c2e2f1;
  background:url(/images/shopping-carts/box-background.gif) repeat-x top left;
}

/* buttons */
div.buttons
{
  width:100%;
  overflow:hidden;
}
div.buttons a.button:link, div.buttons a.button:visited
{
  float:left;
  margin-right:10px;
}

/* product information tables */
div.specs { padding-bottom:10px; }
div.specs table
{
  width:290px;
  border-collapse:collapse;
}
div.specs td, div.specs th
{
  padding:5px;
  border:1px solid #192757;
  color:#192757;
}
div.specs td { font-size:.79em; }
div.specs th { font-weight:bold; }
div.specs thead th
{
  background:#192757;
  text-align:right;
  color:#fff;
}

/**** By ID ****/

/* content columns */
#col1, #col2 { float:left; }
#col1 { width:456px; }
#col2
{
  padding:5px 0 0 20px;
  width:290px;
}

/* subheading */
#col1 h2 { padding:5px 5px 5px 15px; }

/* upper area of second column */
#col2-top { padding-bottom:20px; }
#col2-top div.spacer
{
  height:10px;
  overflow:hidden;
}

/* product photo */
#product-photo { padding:10px 0; }

/* recycled steel logo */
#recycled-steel { padding-top:10px; }
