
#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;
	}

.ProdPic
	{
	position: relative;
	float: right;
	margin: 10px 15px;
	}

.ProductDetailPic  /* div box containing the product pic on the detail.aspx pages */
	{
	float: right;
	width: 170px; 
	margin: 0px; 
	padding: 0px; 
	}

.PriceTable
	{
	font-family: 'trebuchet ms', georgia, serif;
	line-height: 1.2em;
	float: right;
	background: url('../images/pic_pricing_details.gif') no-repeat 0 0;
	height: 150px;
	width: 200px;
	}

.ProdDescriptionHeading
	{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 3px double #c03;
	}

.ProductDescriptionClose
	{
	border-bottom: 3px double #c03;
	}

.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;
	}

.ItemSavingsRow
	{
	padding-right: 15px;
	height: 20px;
	}

.TableSpacer
	{
	position: relative;
	height: 10px;
	}

.ItemCategory
	{
	font-weight: bold;
	}

/*
.RecommendedProduct
	{
	color: #c00;
	font-size: 11pt;
	font-weight; Bold;
	background-color: red;
	}
*/

.listPrice, .salePrice, .savings
	{
	font-family: 'trebuchet ms', Georgia, Serif;
	}

.listPrice
	{
	color: #000;
	line-height: 1.5em;
	}

.salePrice
	{
	color: #33c;
	font-weight: bold;
	line-height: 1.5em;
	}

.savings
	{
	color: #333;
	}

.salePriceSearch, .listPriceSearch  /* specifically for search pages */
	{ 
	font-family: arial, verdana, sans-serif; 
	}
 
.listPriceSearch
	{
	text-decoration: line-through;
	}

.salePriceSearch
	{
	color: #D05D00;
	font-weight: bold;
	}

/************************/
/* Products.aspx        */
/************************/

.productClassBox
	{
	position: relative;
	height: auto;
	width: 480px;
	overflow: hidden;
	background: url("../images/product_class_bg.gif") repeat-y 0 0;
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	display: none;
	}

.productListing
	{
	position: relative;	
	left: 5px;
	background: url("../images/product_listing_bg.gif") no-repeat 0 10px;	
	margin: 15px 0;
	padding: 0 0 0 45px;
	height: auto;
	width: auto;
	overflow: auto;
	}

.productListing h3
	{ 
	margin: 0;
	padding: 0;
	}

.productListing p
	{
	margin: 5px 0;
	padding: 0 25px 0 0;
	}
	
.productListingRight
	{
	position: relative;
	float: right;
	width: 180px;
	height: auto;
	overflow: auto;
	text-align: center;
	margin: 0;
	padding: 0 0 5px 0;
	}

/***************************/
/* Product Info Switching  */
/***************************/

#prodInfoBox {position: relative; width: 470px; padding: 10px; margin: 15px 0;}

#prodInfoMenu {position: relative;}

#infoArea {position: relative; clear: both; padding: 0 8px; margin: 10px 0 0 0; background-color: #F5F5F5; width: 100%; height: 300px; overflow: auto; border: 1px solid #e2e2e2;}

#infoOverview, #infoSpecs, #infoSensors, #infoDemo {display: none;}

a.piLink, a.piLinkOn
	{
	display: block; 
	color: #fff !important; 
	background: url('../images/info_area_button.gif') repeat-x 0 0; 
	float: left; 
	height: 32px; 
	width: auto; 
	text-decoration: none !important;
	margin: 0 10px 10px 0;
	padding: 6px 5px 0 5px;
	background-color: none;
	}
a.piLinkOn
	{
	color: #fff !important;			
	background: url('../images/info_area_button_on.gif') repeat-x 0 0;			
	}
a:hover.piLink, a:hover.piLinkOn, a:active.piLink, a:active.piLinkOn
	{
	color: #036 !important;
	background: url('../images/info_area_button_mo.gif') repeat-x 0 0;
	background-color: #fff !important;
	}

#infoArea img {border: 1px solid #d6d6d6;}
#infoArea h3 {color: #333;}

.tableSpacer
	{
	height: 1px; 
	background-color: #999; 
	padding: 1px 0 0 0;
	}


/************************/
/* SET FONT SIZES       */
/************************/

.PriceTable
	{
	font-size: 8pt;
/*	font-size: 1em; */
	}
	
.listPrice, .salePrice, .salePriceSearch, .listPriceSearch
	{
	font-size: 10pt;	
	}
	
.ItemCategory, .ItemDescription, .Attributes
	{
/*	font-size: 0.8em; */
	}

.ProductDetailHeader /*overwrite the H1 tag*/
	{
	font-size: 2em; 
	}