/* Adjust the page to be full width */
#main_container {
	background:white;
	background-image:none;
	padding:0;
}

/* Hide some elements from print view */
#searchlinkrow { display:none; }
#headerbox { display:none; }

/* Insert bullets before titles on auction list page */
.auction_title { padding:0;background-image:none; }
.auction_title:before { content:url(../images/li.gif); }

/* Inser the main logo in the left column */
#left_column h1.page_title:before { content:url(../images/main_logo.png); }

/* Insert the specialists menu and hide the ul list version for printing */
.specialist:after { content:url(../images/specialists2.png); }
ul#leftmenu { display:none; }

/* Attach this class to hide other elements */
.printhide { display:none; }
