/*
Title:      CSS Print
Author:     Martin Cayouette, martin.cayouette@nurun.com
Updated:    May 20 2008

Content:	General
			Home
			Press Releases & News
			Cool Stuff
			Showroom - All Models
			Showroom - All Packages
			Showroom - Compare Models
			Showroom - Features
			Showroom - Specification
			Showroom - Accessories
			Showroom - Reviews
			Showroom - Video & Pictures

*/

/* ---[ General ]------------------------------- */
html {
	background: #fff;
	}
body {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 10pt;
	text-align: left;
	}
h1, h2, h3 {
	font-family: arial,verdana,helvetica,sans-serif;
	}
	
#nav,
#header-flash,
#sendtofriend_c,
#sidebar-b,
#footer,
#other-brp-products,
#sub-nav-menu,
#mcms-console-edit_c {
	display:none;
	}

/* ---[ Home ]------------------------------- */
#scroller-box #pics-left,
#scroller-box #pics-right {
	display: none;
	}

/* ---[ Press Releases & News ]------------------------------- */
body#news div.back,
body#news div.pager,
body#news div.line  {
	display:none;
	}

/* ---[ Cool Stuff ]------------------------------- */
body#cool-stuff #coolstuff-nav,
div#coolstuff-content #pager-product,
body#cool-stuff #detail-navigation {
	display:none;
	}
body#cool-stuff .pac-description p.name {
	font-weight: bold;
	text-transform: uppercase; 
	}
body#cool-stuff .pac-description p.description,
body#cool-stuff div.available-colors p.name,
body#cool-stuff div.available-sizes p.name {
	text-transform: uppercase;
	text-decoration: underline;
	}

/* ---[ Showroom - All Models ]------------------------------- */
body#showroom #content div.models-on p.off,
body#showroom #content div.models-off p.on {
	display:none;
	}

/* ---[ Showroom - All Packages ]------------------------------- */
#packages-footer,
#all-packages p.button {
	display: none;
	}
	
/* ---[ Showroom - Features ]------------------------------- */
body#features #content p.view,
body#features #content p.view-none,
body#features #color-price #next {
	display: none;
	}
	
/* ---[ Showroom - Specification ]------------------------------- */
body#specifications div.more-next {
	display: none;
	}
body#specifications dl dt {
	font-weight: bold;
	text-transform: uppercase; 
	}
body#specifications dl dl dt,
body#specifications dl.advanced dl dt {
	text-transform: none;
	}
	
/* ---[ Showroom - Accessories ]------------------------------- */
body#accessories div.more-pac,
body#accessories #next {
	display: none;
	}
body#accessories p.pac-title {
	font-weight: bold;
	text-transform: uppercase; 
	}

/* ---[ Showroom - Reviews ]------------------------------- */
body#reviews p.quote {
	font-size: 20px; 
	}
body#reviews #all-awards div.award p.name,
body#reviews #all-press p.name {
	font-weight: bold;
	text-transform: uppercase; 
	}

/* ---[ Showroom - Video & Pictures ]------------------------------- */
a img {
	border: medium none;
	}
