@charset "utf-8";
/* 
		Blakes Boats ----------
    Document   : print_global.css
    Created on : 23-03-2009
    Author     : Chris McKee
		Media			 : Print Stylesheet
    Description:
        GLOBAL PRINT STYLES, styles that are applied globally to the site
				for the purpose of prodiding a printable site. Sizes in PT or PX please
*/
html{ font-size:14pt; } /* Set BASE Font Size */
*{color:#000;}
body{ width:26cm; }
ul li, ol li{ list-style:none;}
ul li ul, ol li ol, ul li ol, ol li ul{ list-style:disc inside; }
a{ text-decoration:none;}
#accessnav, .hide,#nav,#footer,.printer,.availnprice,.ext-txt
{display:none;}

