@charset "utf-8";
/* CSS Document */
/* Style specific to the listing page */

.listingheader {
  /*border-style: solid;
  border-color: #cdcdcb;
  border-width: 1px 0px 1px 0px;*/
  padding-top: 10px;
  color: black /*#514378*/;
}

.listingheader .head1 {
  display: block;
  font-family: Verdana;
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
}

.listingheader .head2 {
  display: block;
  font-family: Verdana;
  font-size: 15px;
}

#itemtext {
  /*padding-top: 13px;*/ margin-bottom: 9px;
}

#itemtext td { padding: 4px 0 2px 0; }

#text {
  margin-right: 30px;
}

#itempic {
  padding-top: 13px;
}

.framed {
  padding: 2px;
  border: 1px solid #999999;
}

a.no_href:hover { cursor: pointer; }

