/**
* pfv.css
* PC World
* 
* adapted from print.css by author Gregg Butensky <gbutensky@metadesign.com>
* @version version 1.0
* @since version 1.0
* 
* This document contains the following sections:
* 	HTML Entities
* 
* 
* GENERAL COMMENTS:
* 
* THIS IS FOR DISPLAY OF PRINTABLE VERSION TEMPLATE ONLY
* CHANGES CALLED OUT WITH /******** MARKS
* 
*/


/* ****************** */
/* classes added to address as-yet-undesigned PCW modules: */
.printHide {
	display:					none;
}
.printShow {
	display:					block;
}
/* ****************** */


/* ****************** */
/* LAYOUT CHANGES 	*/
/* ****************** */

body {
	background:					transparent;
}

.container {
	width:						100%;
	margin:						0px;
}

.layoutMain {
	width:						100%;
}

.areaHeader {
	width:						100%;
	height:						auto;
	filter:						progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, sizingMethod=scale src='http://images.pcworld.com/images/header/hd_shadow.png');
}
html>body .areaHeader {
	background:					none;
}

.areaBanner,
.areaFooter,
.areaMainTop,
.areaMainLeft {
	display:					none;
}

.areaMain {
	width:						100%;
	background-color:			transparent;
	border:						0px;
}

.areaMainRight,
.areaMainRightBtm {
	width:						100%;
}

.areaHeader,
.areaMain,
.areaMainRight,
.areaMainRightBtm {
	margin:						0px;
	padding:					0px;
}

.sectionCol1 {
	display:					none; /* assumption: printable content won't appear in 1-col section */
}

.sectionCol2,
.sectionColB,
.sectionCol3,
.sectionColC,
.sectionCol4 {
	width:						auto;
}


/* ****************** */
/* MODULE CHANGES 	*/
/* ****************** */

/* header */
#hdSkybox,
#hdToolbar,
.hdLogo {
	display:					none;
}

.hdLogoPrint {
	display:					block;
}

/* ads */
.tower,
.halfpage,
.showcase,
.buttonad2x1,
.buttonad2x1n,
.buttonad1x1,
.buttonad1x2,
.adSponsored,
.adRel1,
.adRel2 {
	display:					none;
}

/* article */
.artPgNav,
.toolbarCont,
.artSubhdCont,
.subhdCont {
	display:					none;
}

.artCont {
	width:						100%;
	margin:						0px;
	padding:					0px;
}

.artImgCont2Col {
	margin-left:				10px;
}

.artCommentsPost,
.commentNav {
	display:					none;
}



/*new additions*/


/*article/columnist*/

.artSeriesNavFormMenu,
.artSubhd,
.commentEntry {
	display:					none;
}

.artSeriesNavTitle {
	font-size: 24px;
	font-weight: bold;
}

/*reviews*/
.prodGalleryThumb,
.prodTabItemMid,
.reviewFinderBtnGrayOff,
.reviewFinderInstruct, 
.btnGetReviews, 
.closeBtnBlk,
.reviewFinderElement {
	display:					none;
}

.testCenterIcon {
	border: 0;
}

/* ads */
.adMkt2Colw  {
	display:					none;
}


/* download */
.srchResultsNav {
	display:					none;
}
table.nonsortable {
	display:					none;
}

/* generic */
.artTitle {
	font-size: 24px;
	font-weight: bold;
}

table.sortable td {
	padding-right: 15px;
}

table.unsortable tr {
	display:					none;
}








