/**** Styles Specifically for the Products Home Page ****/

/* Columns */
div.pageCol1, div.pageCol2 { float:left; }
div.pageCol1 { width:590px; }
div.pageCol2 { width:137px; }

/* Title */
h1.title
{
  margin-bottom:20px;
  height:48px;
  width:590px;
  background-image:url(/products/images/main-title.gif);
}

/* Listing Table */
table.productList td
{
  padding-bottom:10px;
  vertical-align:top;
}
table.productList td.images { width:185px; }
table.productList td.images a:link, table.productList td.images a:visited
{
  display:block;
  position:relative;
  height:104px;
  width:183px;
  overflow:hidden;
  border:1px solid #000;
}
table.productList td.images img
{
  display:none;
  position:absolute;
}
table.productList td.content
{
  padding:10px;
  width:542px;
}

/* "Find Your Bed" Link */
a#findBed:link, a#findBed:visited
{
  display:block;
  height:112px;
  width:137px;
  overflow:hidden;
  background:transparent url(/images/common/find-bed.gif) no-repeat top left;
  text-decoration:none;
}
a#findBed:hover { background-position:0 -112px; }
a#findBed:active { background-position:0 -224px; }
a#findBed span { display:none; }

/* Links Menu Below "Find Your Bed" Link */
div.findLinks
{
  margin-top:10px;
  padding:5px;
  border:1px solid #0397d6;
  font-size:11px;
  line-height:1.5em;
}