
#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: #c00 !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;
	}

/*  for searchresult.aspx page: item #  */
tr.tGrey
	{
	font-size: 0.9em;
	}

.dataGridTable tr
	{
	border-bottom: 2px solid #fff;
	}

.PagingStyle td
	{
	padding: 0 1em 1px 0;
	font-size: 1em;
	font-weight: bold;
	background-color: #e2e2e2; 
	border-bottom: 1px solid #999 !important;
	border-top: 1px solid #999;
	}
	

/************************/
/* 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; */	
	}