div#sales_results_header
  {
  background-image: url(../img/sales_results_header_bg.jpg);
  background-repeat:no-repeat;
  margin-top:15px;
  position:relative;
  }

div.sales_result_header
  {
  padding-top:80px;
  padding-left:25px;
  padding-right:5px;
  width:445px;
  height:466px;
  float:left;
  }

div#auction_results_header
  {
  }

div#ncp_results_header
  {
  }

div.tombstone_link_area
  {
  background-repeat:no-repeat;
  height:124px;
  width:436px;
  margin-left:2px;
  }

div.tombstone_link_area.auction
  {
  background-image: url(../img/proven_results_bg.png);
  position:absolute;
  bottom:17px;
  left:27px;
  }

div.tombstone_link_area.ncp
  {
  background-image: url(../img/dedication_success_bg.png);
  position:absolute;
  bottom:17px;
  left:499px;
  }

div.sales_result_header p
  {
  padding-left: 0;
  padding-right: 0;
  font-size:1em;
  color:#fff;
  line-height:1.4em;
  }

div.sales_result_header div.float_left
  {
  width:330px;
  color:#fff;
  padding-left:10px;
  }

div.sales_result_header p
  {
  }

div.sales_result_header p img
  {
	  padding-right:10px;
	  padding-left:10px;
  }

/* Archive table */
#archive_table {
font-family:Helvetica, Verdana, Arial, sans-serif;
width:955px;
border-collapse:collapse;
color:#474143;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}


	#archive_table td {
	text-align:center;
	border-bottom:1px solid #aea8a7;
	padding:5px;
	font-size:12px;
	}
	
		#archive_table .left{
		text-align:left;
		}
		
		#archive_table .lot{
		font-weight:bold;
		}
		
		#archive_table .status{
		font-style:italic;
		}

	#archive_table tr.negotiated
	  {
	  background-color:#bbbbff;
	  }

	#archive_table tr.auction_sale
	  {
	  background-color:#bbffbb;
	  }
	
	#archive_table tr.in_negotiation
	  { 
	  background-color:#ffffbb;
	  }

	/* Heading Width Styling */
	.archive_table .lot_col {
	width:50px;
	}

	.archive_table .date_col {
	width:80px;
	}

	.archive_table .prop_col {
	width:auto;
	}

	.archive_table .status_col {
	width:100px;
	}
	
/* END Archive table */

div.tombstone_link_area a
  {
  margin-left:33px;
  margin-top:55px;
  }

p.sr_float_left
  {
  width:49%;
  float:left;
  text-align:center;
  }

div.sales_fact
  {
  width:290px;
  padding-left:15px;
  padding-right:15px;
  float:left;
  }

div.sales_fact_header
  {
  text-align:center;
  padding-top:5px;
  font-size:1.0em;
  height:45px;
  }

div.sales_fact_figure
  {
  text-align:center;
  padding-top:5px;
  font-weight:bold;
  font-size:18pt;
  }
