/* Revised 5/04/2009 */

TH {
	font-family: 'Lucida Grande', Ariel, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: bottom;
}
TR.white {
	background-color: white;
	vertical-align: top;
}
TR.gray {
	background-color: #EEEEEE;
	vertical-align: top;
}
TR.listing {
	vertical-align: bottom;
}
TR.listingGray {
	background-color: #EEEEEE;
}
TR.lastLineGray {
	background-color: #EEEEEE;
}
TD.scale {
	font-weight: bold;
	text-align: center;
}
TD.partNumber {
	font-weight: bold;
	text-align: left;
	width: 9em;
}
TD.FMWPartNumber {
	font-weight: bold;
	text-align: left;
	min-width: 7em;
}
TD.description {
	text-align: justify;
}
TD.longDescription {
	text-align: left;
	width: 22em;
}
TD.size {
	text-align: center;
}
TD.suggestedRetail {
	text-align: right;
	vertical-align: bottom;
	width: 5em;
}
TD.FMWPrice {
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	min-width: 5em;
}
TD.suggestedRetail:first-letter {
	vertical-align: super;
	font-size: small;
}
TD.FMWPrice:first-letter {
	vertical-align: super;
	font-size: small;
}
img.part {
	float: left;
	padding-right: 7px;
}