#home {
  width: 736px;
}

#homeTitle {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin: 6px 0px 8px 0px;
}

#learnMore {
  font-size: 10px;
}

#leftColumn {
  margin-left: 8px;
  float: left;
  width: 388px;
}

#rightColumn {
  margin-right: 10px;
  float: right;
  width: 320px;
}

/*------------------------------*/
/* buy and sell                 */
/*------------------------------*/

#buy, #sell {
  background-color: #FFF;
  border: #000 solid 1px;
  width: 387px;
  margin-bottom: 10px;
}

#buy img, #sell img {
  float: left;
  padding: 5px;
}

#buy p, #sell p {
  padding: 10px;
  text-align: center;
  margin: 0px;
}

a img {
  border: none;
}

/*------------------------------*/
/* recent / best buy listings   */
/*------------------------------*/

.pane {
  border-collapse: collapse;
  background-color: #FFF;
  border: 1px solid #000;
  margin-bottom: 10px;
  width: 388px;
  margin-left: 1px;
}

.pane th {
  background-image: url('../images/global/orangegradient.jpg');
  border-bottom: 1px solid #000;
  height: 23px;
  padding: 0px 5px;
}

#contentContainer .pane td {
  padding: 0px 5px;
}

.pane td a {
  text-decoration: none;
}

.pane td a:hover {
  text-decoration: underline;
}

.price {
  text-align: right;
  vertical-align: top;
}

.tableBlurb p {
  margin: 8px 0px;
  font-style: italic;
}

.viewAll {
  font-weight: normal;
  text-align: right;
}

#contentContainer .pane .lastItem {
  padding-bottom: 10px;
}

/*------------------------------*/
/* ref number                   */
/*------------------------------*/

#refNumber {
  background-color: #FFF;
  border: 1px #000 solid;
  width: 319px;
  margin-bottom: 10px;
}

#refNumber form {
  padding: 8px;
  margin: 0px;
}

#refNumber input {
  width: 60px;
}

/*------------------------------*/
/* featured listings            */
/*------------------------------*/

#featuredListings {
  border: none;
}

#featuredListings table {
  border: 1px solid #000;
  border-collapse: collapse;
  margin-left: 1px;
}

#featuredListings td {
  padding: 0px;
  border: #000 1px solid;
  height: 23px;
  background: url('../images/global/orangegradient.jpg');
  font-weight: bold;
  text-align: center;
}

#featuredListings td a {
  color: #000;
  text-decoration: none;
  padding: 4px 28px 1px 28px;
}

#featuredListings td:hover {
  border: #000 1px solid;
  height: 23px;
  background: url('../images/global/orangegradientreverse.jpg');
  font-weight: bold;
  text-align: center;
}

#featuredListings td.selected {
  border: #000 1px solid;
  height: 23px;
  background: #000;
  font-weight: bold;
  text-align: center;
}

#featuredListings td.selected a {
  color: #FFF;
}

#featuredListings img {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 7px;
}

#featuredListings img {
  border-top: none;
}

/*------------------------------*/
/* news boxes                   */
/*------------------------------*/

.news {
  background-color: #FFF;
  border: 1px solid #000;
  width: 319px;
  height: 87px;
  margin-bottom: 10px;
}

.news img {
  margin: 5px;
  float: left;
  border: 1px solid #000;
}

.news p {
  padding: 3px;
  margin: 0px;
}

/*------------------------------*/
/* links                        */
/*------------------------------*/

#links p {
  font-weight: bold;
  text-decoration: underline;
}
