
#ProdDetail
	{
	position: relative;
	overflow: auto;
	}

#ProdLinks
	{
	position: relative;
	float: right;
	width: 150px;
	}

#ProductPricing
	{
	width: 33%;
	height: auto;
	}

#ProductOptions
	{
	width: 67%;
	height: auto;
	}

#ImageDisplay  /*Table holding image in the search pages*/
	{
	width: 200px;
	}

.ProductDetailHeader /*overwrite the H1 tag*/
	{
	width: auto;
	line-height: 1em;
	/*border-bottom: none !important;*/
	}

.ProductDetailPic
	{
	float: right;
	width: 170px; 
	margin: 0px; 
	padding: 0px; 
	}

.PriceTable
	{
	font-family: tahoma, helvetica, sans-serif;
	line-height: 1.2em;
	float: right;
	background: url('../images/pic_pricing_details.gif') no-repeat 0 0;
	height: 150px;
	width: 200px;
	}

h2.ProdDescriptionHeading /*overwrite H2 tag*/
	{
	margin-top: 15px;
	/*border-top: 1px solid #004d9f;		/*should match "horizontalBorder" class in content.css*/
	padding-top: 15px;
	padding-bottom: 5px;
	background-position: 0 7px;
	}

.RecommendedHeading
	{
	display: block;
	padding: 3px;
	font: 1.4em tahoma,verdana,helvetica,sans-serif;
	}

.ProductDescriptionClose
	{
	/*border-bottom: 1px dashed #cccbc9;	/*should match "horizontalBorder" class in content.css*/
	}

.PriceButton
	{
	margin: 3px 0;
	}

.ItemPriceSpacerTop
	{
	height: 30px;
	}

.ItemPriceSpacerBot
	{
	height: 15px;
	}

.ItemPriceRow
	{
	padding-right: 15px;
	height: 20px;
	text-align: right;
	}

.ItemNumRow
	{
	color: #5F6368;
	text-align: right;
	vertical-align: center;
	height: 20px;
	padding-right: 18px;
	padding-top: 10px;
	}

.ItemSavingsRow
	{
	padding-right: 15px;
	height: 20px;
	}

.ProdPic
	{
	position: relative;
	float: right;
	margin: 10px 15px;
	}

.TableSpacer
	{
	position: relative;
	height: 10px;
	}

.ItemCategory
	{
	font-weight: bold;
	}

.listPrice, .salePrice, .savings
	{
	/*font-family: verdana, helvetica, sans-serif;*/
	}

.listPrice
	{
	color: #333;
	}

.salePrice
	{
	color: #4a6d9d !important;
	font-weight: bold !important;
	}

.savings
	{
	color: #666;
	}

.salePriceSearch, .listPriceSearch  /* specifically for search pages */
	{ 
	font-family: verdana, helvetica, sans-serif; 
	font-size: 10pt;
	}
 
.listPriceSearch
	{
	text-decoration: line-through;
	}

.salePriceSearch
	{
	color: #c00;
	font-weight: bold;
	}

.ItemDescription
	{
	line-height: 1.6em;
	}

/************************
	Product Overviews
*************************/

h2.obs, h2.pro, h2.tap, hx.analyz {padding: 0 0 5px 20px; clear: both; margin-top: 10px; border-bottom-width: 1px;}
h2.obs {background: url('../images/topic_observer.gif') no-repeat 0 4px;}
h2.pro {background: url('../images/topic_probes.gif') no-repeat 0 4px;}
h2.tap {background: url('../images/topic_ntaps.gif') no-repeat 0 4px;}
h2.analyz {background: url('../images/topic_analyz.gif') no-repeat 0 4px;}
.prod {padding: 0 0 20px 0; overflow: auto; width: 95%; margin-left: 10px;}
.prod p {float: right; width: 65%; padding: 0; margin: 0}
.prod p img {margin: 3px 3px 0 0}
.last {margin-right: 0 !important}


.prodBoxes
	{
	padding: 0 0 20px 0;
	overflow: auto;
	width: 95%;
	margin-left: 10px;
/*	border-top: #c5b591 */
	}
	
.prodBoxes h3
	{
	font: 12pt, arial, verdana, sans-serif;
	color: #274776;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: #c5b591 3px solid;
	}

.prodBoxes p
	{
	float: right;
	width: 75%;
	padding: 0 5px 0 5px;
	margin: 0
	}
	
.prodBoxes p img
	{
	top: 10px;
	float: left;
	margin: 3px 3px 3px 3px;
	
	}
	
.lastBoxes
	{
	margin-right: 0 !important
	}

/************************/
/* SET FONT SIZES       */
/************************/

.PriceTable
	{
	font-size: 8pt;
/*	font-size: 1em; */
	}
	
.listPrice, .salePrice
	{
	font-size: 10pt;
	line-height: 1.5em;
	}
	
.ItemCategory, .ItemDescription, .Attributes
	{
/*	font-size: 0.8em; */
	}

.ProductDetailHeader /*overwrite the H1 tag*/
	{
/*	font-size: 2em; */	
	}

