/*------------------------------------------------------------------------------
print.css
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
display: none
------------------------------------------------------------------------------*/
#fw-login,
#fw-cart,
#fw-my,
#fw-topnav,
#fw-subnav,
#fw-sidebar,
#fw-bannerarea,
#fw-pageheader,
#productnavitem-tabnav, 
#productaccessories, 
ul.propertylist li.file, 
.shoppingCart .box3, 
.shoppingCart #ordernav, 
td.hideWhenPrinting, th.hideWhenPrinting,
div#printDetails,
div.leftButton {
	display: none !important;
}


/*------------------------------------------------------------------------------
background: none
------------------------------------------------------------------------------*/
body,
#fw-header,
#fw-content {
	background-image: none !important;
}

/*------------------------------------------------------------------------------
width: auto
------------------------------------------------------------------------------*/

#canvas, #fw-page, #productinfo {
    width: auto !important;
}

/*------------------------------------------------------------------------------
other
------------------------------------------------------------------------------*/
#fw-logo {
	margin-top: 0 !important;
}

#fw-header, #footer {
    padding: 10px 0px !important;
}

#footer {
    border-top: solid 1px #FCB040; 
}

.productnavitem, .productnavitem h4 {
    display: block !important;
    clear: both;
}
div.confirmContainer
{
	border: solid 1px #cecece;
	font-size: 1.5em;
	width: 100%;
}


/*------------------------------------------------------------------------------
eof
------------------------------------------------------------------------------*/

