
	/* site */

	body
	{
		text-align: left !important;
		padding: 0px 30px 15px 30px;
	}

	#site
	{
		width: auto !important;
	}

	form
	{
		display: none !important;
	}


	/* header */

	#header
	{
		display: none !important;
	}


	/* content */

	#content
	{
		height: auto !important;
		width: auto !important;
	}

	#content .block
	{
		display: none !important;
	}

	#content .block.printMailPdf
	{
		display: inline !important; /* needed for wrapping on multiple pages */
		width: 100% !important;
		float: none !important;
		padding-bottom: 6px !important;
		overflow: auto !important;
	}

	.buttonSmall
	{
		display: none !important;
	}

	.occasionResult
	{
		border: 1px solid #CCD9F2;
		background-color: transparent !important;
	}
	.occasionResult:hover
	{
		border: 1px solid #CCD9F2 !important;
	}

	.occasionResult b.data
	{
		margin-left: 5px;
	}

/*
	.detailThumbsButtons
	{
		display: none !important;
	}

	.detailThumbsViewPane, .detailThumbs
	{
		width: auto;
		height: 250px !important;
		white-space: normal !important;
		overflow: show !important;
		position: relative !important;
		float: none;
	}
	.detailThumbs img
	{
		float: none;
	}
*/

	#detailsContainer01
	{
		margin: 50px 0px 10px 0px;
	}
	#detailsExtra
	{
		height: auto;
	}

	#occasionNavigation
	{
		display: none !important;
	}

	.detailLabel
	{
	}

	.detailSpan
	{
		float: none !important;
		width: auto;
	}

	#map_canvas
	{
		float: none !important;
	}


	/* footer */

	#footer
	{
		display: none !important;
	}


