div.search-pagination {
  font-size: 0.85em;
  line-height: 22px;
}

span.search-pagination-left {
  float: left;
}

span.search-pagination-right {
  float: right;
}

div.search-pagination a {
  color: #000;
}

div.search-pagination a:hover {
  color: #f00;
}

div.search-pagination a.next-page {
  padding: 0 10px 0 0;
}

div.search-pagination a.prev-page {
  padding: 0 10px 0 5px;
}

form#search-go-to-listing
{
	clear: both;
	float: left;
	margin: 0;
	padding: 4px 4px;
}

form#search-go-to-listing input.num
{
	width: 3em;
}

form#search-go-to-listing input.submit
{
	padding: 0;
	font-size: 10px;
}


div#search-results {
  clear: both;
}

div#search-results div.result {
  position: relative;
  float: left;
  width: 226px;
  height: 300px;
  
  font-size: 0.85em;
  
  background-image: url('../images/g-search-results-listing-shadow-m.gif');
  background-repeat: repeat-y;
}

div#search-results div.result-top {
  height: 8px;
  background-image: url('../images/g-search-results-listing-shadow-t.gif');
  background-repeat: no-repeat;
}

div#search-results div.result-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 8px;
  width: 226px;
  
  background-image: url('../images/g-search-results-listing-shadow-b.gif');
  background-position: bottom left; /* ie 6 ignores our 8px height and uses the font size */
  background-repeat: no-repeat;
}

div#search-results div.result dl {
  margin: 0 10px;
}

div#search-results div.result h4 {
  margin: 0 6px 5px 6px;
  text-align: center;
  font-size: 1em;
}

div#search-results div.result h4 a {
  color: #000;
}

div#search-results div.result h4 a:hover {
  color: #f00;
}

div#search-results div.result dd span.price {
  color: #c00;
}

div#search-results div.result div.thumb {
  position: absolute;
  bottom: 40px;
  left: 58px;
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/g-listing-thumb-frame.gif);
  background-repeat: no-repeat;
}

div#search-results div.result div.thumb img {
  margin: 4px;
}

div#search-results div.result ul.member-tools {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  
  margin: 0;
  padding: 0;
  
  list-style-type: none;
  font-size: 1.1em;
  text-align: center;
}

div#search-results div.result ul.member-tools li.expiry_date {
  display: block;
  
  color: #888;
}

div#search-results div.result ul.member-tools li {
  display: inline;
}

div#search-results div.result ul.member-tools img {
  vertical-align: middle;
}

div#search-results div.result ul.member-tools a {
  color: #444;
}

div#search-results div.result ul.member-tools a:hover {
  color: #f00;
  text-decoration: none;
}

div#search-results div.result div.subclass-badge {
  position: absolute;
  top: 197px;
  left: 1px;
  
  padding: 3px;
  
  font-size: 0.9em;
  
  border: 1px solid #000;
  background-color: #fff;
}

div#search-results div.result div.delisted-badge-wrapper {
  position: absolute;
  top: 182px;
  left: 1px;
  right: 1px;
  
  border: 1px solid #000;
}

div#search-results div.result div.delisted-badge
{
  padding: 3px;
  
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  
  background-color: #fff;
  color: #999;
  
  filter:alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}

p#search-no-results {
  margin: 0;
  padding: 30px 0;
  font-weight: bold;
}

h1 {
  margin: 0;
  padding: 0;
  background-image: none;
  font-size: 1.5em;
}

form#refine_search
{
  float: right;
}