/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/samdiegos.com/trunk/web/common/stylesheets/store_print.css $
$LastChangedRevision: 6705 $
$LastChangedDate: 2009-08-26 11:33:23 -0400 (Wed, 26 Aug 2009) $
*/

@import url(store_screen.css);

/*
This file generally should modify styles defined in the screen stylesheet for printing as necessary.
*/

.address,
#pageBottom,
#leftContent,
form
{
	display: none;
}

#rightContent
{
	width: 700px;
	display: block;
	margin: 0 auto;
}

#pageContainer.checkoutComplete #pageContent h1.print
{
	display: block;
}