/* CSS Document */


body {
	margin: 0px;
}

body, form, input, select, option {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.disablePrint {
     display: none;
}

.printOnly {
	display: block;
	}
	
img.mastheadImage {
	width: 670px;
	}
	
img.oneColImage {
	width: 325px;
	}
	
table.pageContainer, table.toptabsPageContainer, #footer {
	width: 670px;
	}
	
#productInfo {
	width: 670px;
	}
	
#productInfo #leftColumn, #productSpecs #leftColumn {
	float: left;
	width: 325px;
	padding-right: 9px;
	}
	
#productInfo #rightColumn, #productSpecs #rightColumn {
	float: left;
	width: 325px;
	padding-left: 9px;
	}
	
#productSpecs #leftColumn {
	width: 240px;
	}
	
#productSpecs #rightColumn {
	width: 410px;
	}
	
#topSubTabs table {
	width: 670px;
	}	
	
