/********************* PRINT STYLE SHEET *****************/

/********************* ROOT ELEMENTS *********************/

body
{
	background: white;
	font-size: 12pt;
}

/************************* DIV ELEMENTS **********************/

#header, #footer, #rightCol, div.viewMoreLink, #leftCol
{
	display: none;
}

#leftCol, #middleCol
{
	width: 100%;
	height: 1%;
}

/************************* LINK ELEMENTS **********************/

a:link, a:visited
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/********************** SEARCH TABLE STYLES ****************/

div.searchByColLeft, div.searchByColRight
{
	float: left;
	text-align: left;
	margin-right: 20px;
}

table.searchByTable td
{
	padding: 2px;
}

/******************** RECENTLY LISTED ITEMS ***************/
div.recentlyListedItem
{
	width: 100%;
	float: left;
}

div.recentListedPic
{
	float: left;
	margin-right: 10px;
}

div.recentListedInfo
{
	float: left;
}