
/**
 * Inventory Homes
 */

#inventory-homes H1 {
  color: #0068a6; 
}

#inventory-homes .group {
  border-top: 1px solid #0068a6;
  background: url('/images/bgs/gradient.jpg') top repeat-x;
}

#inventory-homes .partition {
  height: 30px;
  background: url('/images/bgs/gradient.jpg') repeat-x;
}

#inventory-homes B {
  color: #0068a6;
}

#inventory-homes H3 {
  margin-top: 40px;
  color: #0068a6;
  font-family: Times,serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-transform: none;
}

#inventory-homes .home_logo {
  float: left;
  width: 188px;
  padding-top: 20px;
  text-align: center;
}

#inventory-homes .contact {
  float: left;
  width: 200px;
  background: url('/images/bgs/neighborhoods/partition.gif') top left no-repeat;
}

#inventory-homes .contact .padding {
  padding-top: 4px;
  padding-left: 16px;
}

#inventory-homes TABLE {
  float: left;
  width: 590px;
  border-collapse: collapse;
  background: #fcfbfa;
}

#inventory-homes TABLE TR TD,
#inventory-homes TABLE TR TH {
  border: 1px solid #e8e8e8;
  padding: 2px 6px 2px 4px;
  white-space: nowrap;
}

#inventory-homes TABLE TR TD A {
  text-decoration: none;
  color: #cc0000;
}

#inventory-homes TABLE TR TD A:hover {
  text-decoration: underline;
  color: #cc0000;
}

#inventory-homes TABLE THEAD TR TH,
#inventory-homes TABLE THEAD TR TH.header {
  font-size: 10px;
  font-weight: normal;
  border-bottom: 3px solid #edeceb;
}

#inventory-homes TABLE THEAD TR TH.header {
  cursor: pointer;
}

#inventory-homes TABLE THEAD TR TH.headerSortUp,
#inventory-homes TABLE THEAD TR TH.headerSortDown {
  border-bottom: 3px solid #cc0000;
}

#inventory-homes TABLE TBODY TR TD.model {
  color: #cc0000;
  text-transform: uppercase;
  white-space: normal;
}

#inventory-homes TABLE TBODY TR.odd TD {
  background: #f6f5f4;
}

#inventory-homes TABLE TBODY TR:hover TD {
  color: #cc0000;
}

#inventory-homes .up-arrow {
  clear: both;
  text-align: right;
  margin: 16px 0px;
}

#inventory-homes .neighborhood {
  border-bottom: 1px solid #dddcdb;
}

