
/************************/
/* Order Options        */
/************************/

.OrderOptionsRow #ProductDetail11_OrderOptionsCell
	{
	border-bottom: 1px solid #aaa;
	font-style: italic;
	font-weight: bold;
	color: #0172a7;
	margin-bottom: 5px;
	}

.RecommendedRow
	{
	background: url('../images/pic_order_options.gif') repeat-x 0 0;
	font-weight:bold;
	color: #fff;
	}

.RecommendedRow td {padding:3px 0; border-bottom: 1px solid #888;}
.RecommendedRow td td {border-bottom:none;}

Table.TableText Table select {font-size: 0.9em !Important}
	
	
/************************/
/* Product Details      */
/************************/

#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;
	}

h1.ProductDetailHeader /*overwrite the H1 tag*/
	{
	width: auto;
	line-height: 1em;
	border-bottom: none !important;
	background-position: 0 -2px;
	}

.ProductDetailPic /* box holding prod image */
	{
	float: right;
	width: 160px; 
	margin: 0; 
	padding: 0; 
	}

.ProdPic, .ProdPic2  /* actual image ID on buy page */
	{
	position: relative;
	float: right;
	margin: -5px 0 5px 1.5em;
	}

.ProdPic2 {margin:1em 0 1em 0;float:left;} /*searchresults.aspx image ID */

.PriceTable
	{
	font-family: tahoma, helvetica, sans-serif;
	line-height: 1.2em;
	float: right;
	background: url('../images/pic_pricing_details.png') no-repeat 0 5px;
	width: 200px;
	margin: -5px 0 0 0;
	}


h2.ProdDescriptionHeading /*overwrite H2 tag*/
	{
	/*border-top: 1px solid #015d88;		should match "horizontalBorder" class in content.css*/
	margin-top: 2ex;
	padding: 0 0 3px 0;
	background-position: 0 7px;
	color: #015d88;
	font-size: 1.3em;
	}

h3
	{
	margin-top: 2ex;
	padding: 0 0 3px 0;
	background-position: 0 7px;
	color: #015d88;
	font-size: 1.1em;
	}
	
.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: 0; }

.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;
	}

.TableSpacer
	{
	position: relative;
	height: 10px;
	}

.ItemCategory
	{
	font-weight: bold;
	}

.listPrice, .salePrice, .savings
	{
	/*font-family: verdana, helvetica, sans-serif;*/
	}

.listPrice
	{
		color: #015d88;
	}

.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: #015d88;
	font-weight: bold;
	}

.ItemDescription
	{
	line-height: 1.6em;
	width:350px !important;
	}

/*  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;
	}

#refineResults { padding: 2px 5px 0 0; }
#refineResults select { padding: 0; margin:0;}

/************************/
/* 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; */	
	}