.listings {
  height: 504px;
  min-height:504px;
  height:auto !important;
}

dl.listing {
  list-style: none inside;
  font-size: 12px;
  border: 1px solid #a7a9a4;
  width: 189px;
  height: 158px;
  margin: 4px 8px 4px 0px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  background: url(../img/listingback.jpg) repeat-x top left;
}

dl.third {
  margin-right: 0px;
}

dl.listing dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1em;
  height: 1.1em;
  margin: 10px 8px 5px;
  display: block;
  overflow: hidden;
  white-space: pre;
}

dl.listing dd.thumb {
  width: 71px;
  height: 87px;
  margin: 0px 8px 5px 10px;
  float: left;
  display: inline;
}

dl.listing dd.desc {
  margin-right: 5px;
}

dl.listing dd.price {
  clear: both;
  font-weight: bold;
  color: #b50e05;
  margin: 0px 10px;
  padding-top: 5px;
  width: 169px;
  display: block;
  line-height: 16px;
}

dl.listing dd.price a.buy {
  float: right;
  text-decoration: none;
  color: #4c524e;
  background: url(../img/buy-icon.gif) no-repeat right center;
  padding-right: 20px;
}

hr.endlisting {
  border: 0px;
  border-top: 1px solid #a7a9a4;
  font-size: 1px;
  height: 1px;
  clear: both;
  margin: 8px 0;
}

#sedesc {
	margin: 5px;
	padding:5px;
	font-size:12px; 
	height:350px;
	overflow:scroll; 
}

#sedesc h1 {
	width: auto;
	height: auto;
	font-size: 15px;
	border-bottom:1px dotted #cccccc;
	text-indent: 0;
	background-image: none;
	line-height: 1.5em;
	margin-bottom:10px;
}

#sedesc h2 {
	font-size: 13px;
	color:#990000; 
	line-height: 1.5em;
}

#sedesc p {
	margin: .8em 0 .8em 0;
	line-height: 1.5em;
	font-size:12px;
}

img.loadingproduct { margin:70px 0px 0px 80px; }

