/*
$HeadURL: svn://dev.comminternet.com/projects/store/trunk/web/common/stylesheets/frontend_print.css $
$LastChangedRevision: 250 $
$LastChangedDate: 2005-10-10 09:28:21 -0400 (Mon, 10 Oct 2005) $
*/

@import url(frontend_screen.css);
@import url(store_print.css);

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

#pageSidebar
{
    display: none;
}

#pageContent
{
    position: absolute;
    padding: 0;
    background-image: none;
}

#pageTop
{
    display: none;
}

#cxMenu0
{
    display: none;
}