*{ /* Required for FireFox to print past page1 */
overflow: visible !important;
}

body {
background: white;
}

/* Remove unwanted elements */
#header, #navbar_top, #subnavbar, #sidenavbar, #footer, #browse_location, #clients, #document_viewer, #lot_header_button_bar, #auction_status_dropdown, #auction_status_box, #bid_info_box, .contact_form{
display: none;
}

#page{
background:none;
}


/* Ensure the content spans the full width */
#page, #main_page, .main_page_content{
width: 100% !important;
margin: 0px;
background-image:none;
background: transparent;
color: black;
float:none; /* This fixes the won't-print-past-page-1 bug re-intruduced in FF3.6 */
}

table, div{
width:auto !important;
}

	#normal_logo_table{
	width:100% !important;
	}

div.lot_information_header{
width:98%;
margin-bottom:20px;
}

.long_desc h1, .ld_working_int_table{
width:98% !important;
}

/* Improve color contrast of links */
a:link, a:visited {
color: #520;
background: transparent;
font-weight: bold;
text-decoration: underline;
}

/* Display the thank you note */
#thank_you_note, #idr_print_note{
display:inherit !important;
border: 1px solid #666;
padding: 10px;
}

img.thank_you_logo{
float:left;
}

p.thank_you_text, p.idr_print_text{
margin-top:20px;
text-align:center;
float:right;
width:80%;
display:inline;
font-weight:bold;
font-size:.8em;
}

p.idr_print_text{
padding-left:20px;
width:90%;
}
