/* This formats the lots in the search results. 
------------------------------------------------------------------------------------------------
There are four distinct tables on this page, you can control your design on a per table basis

catalogueTitle - displays the sales name OR the page position e.g. Page 22 of 30 

NOTE: this uses td NOT table - this allows the spacing below the text using padding

lotHeader - this table contains the sale information and in horizontal layouts the function links

lotBody - this table  contains the thumbnail image, the lot description, and in the vertical layouts the function links

lotFooter - this table  contains the estimate, and also sold for on archive sales 
------------------------------------------------------------------------------------------------
There are also controls for modifying the look and feel of individual parts of the page within the tables

a.lotFunctionLinks - controls the format of the links to Detail View, Sale Info, Enquiry, and Bid and Track

p - controls the spacing of the function links (only relevant to vertical configuration and this CSS)

.lotSaleNo, .lotSaleDateTime, .LotDescription, .LotEstimate, .lotSaleName - controls the relevant text

a.lotHeaderlink - controls the link from the saleno in the header

NOTE: These are not necessarily defined below, you may need to add them
------------------------------------------------------------------------------------------------
*/

td.catalogueTitle {
	font-size: 20px;
	padding: 0px 1px 30px 1px;
	}
	
table.lotHeader {
	font-size: 12px;
	background-color: #BBB;
	}

table.lotbody {
	font-size: 12px;
	}

table.lotfooter {
	font-size: 10px;
	font-weight: bold;
	background-color: #BBB;
	text-valign: middle;
	padding: 1px 1px 1px 1px;
	}

a.lotFunctionLinks {
	font-size: 10px;
	text-decoration: none;
	}

p {
	margin: 0 0 0 0;
	line-height: 1.6em;
	}
	
.lotSaleNo {
	font-weight: bold;
	}
	
.lotSaleDateTime {
	font-size: 10px;
	}
	
.lotSaleName {
	font-weight: bold;
	}

td.lotFootertext {
	}

