/*
$HeadURL: svn://dev.comminternet.com/projects/store/trunk/web/common/stylesheets/frontend_print.css $
$LastChangedRevision: 347 $
$LastChangedDate: 2006-03-22 23:59:49 -0500 (Wed, 22 Mar 2006) $
*/

@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,
#pageTop,
#pageBottom,
#left
{
    display: none;
}

#pageContent
{
    position: absolute;
    left: 15px;
    margin-left: 0;
}

#pageContent *
{
    color: black;
}