
Table.TableText Table select {font-size: 0.9em !Important}

#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: 320px;
	line-height: 1em;
	}

.ProductDetailPic
	{
	float: right;
	width: 170px; 
	margin: 0px; 
	padding: 0px; 
	}

.PriceTable
	{
	font: 0.9em tahoma,verdana,sans-serif;
	float: right;
	background: url('../images/pic_pricing_details.png') no-repeat 0 0;
	width: 200px;
	height: 129px;
	}

.ProdDescriptionHeading
	{
	margin-top: 15px;
	padding-top: 15px;
	}

.ProductDescriptionClose
	{
	border-bottom: 1px solid #aaa;
	}

.PriceButton
	{
	margin: 3px 0;
	}

.ItemPriceSpacerTop
	{
	height: 30px;
	}

.ItemPriceSpacerBot
	{
	height: 15px;
	}

.ItemPriceRow
	{
	padding-right: 15px;
	height: 20px;
	text-align: right;
	}

.ItemNumRow
	{
	color: #555;
	text-align: right;
	vertical-align: center;
	height: 20px;
	padding-right: 18px;
	}

.ItemSavingsRow
	{
	padding-right: 15px;
	height: 20px;
	font-weight:bold;	
	}

.ProdPic
	{
	position: relative;
	float: right;
	margin: 10px 15px;
	}

.TableSpacer
	{
	position: relative;
	height: 10px;
	}

.ItemCategory
	{
	font-weight: bold;
	}

.listPrice, .salePrice, .savings
	{
	font-family: tahoma,verdana,sans-serif;
	line-height: 1.5em;
	}

.listPrice
	{
	font-weight: normal;
	color: #000;
	font-size: 1.1em;
	}

.salePrice
	{
	color: #c90000;
	font-weight: bold;
	font-size: 1.1em;
	}

.savings { color: #666;}

.listPriceSearch { text-decoration: line-through;}

.salePriceSearch
	{
	color: #c90000;
	font-weight: bold;
	}

/*  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: #eee; 
	
	}
 
#prodDetails li	{padding-bottom: 0 !important}
	
#prodDetails .datasheetBox
	{
	border:none !important;
	background: url('../images/datasheet-box-bg.png') no-repeat top center;
	min-height: 100px;
	padding: 25px 0 10px 0;
	margin: 10px 0 0 15px;
	width: 200px;
	}

.OrderOptionsRow
	{
	background: url('../images/pic_order_options.gif') repeat-x 0 0;
	font-weight:bold;
	color: #444;
	}

.OrderOptionsRow td {padding:3px 0; border-bottom: 1px solid #888;}
.OrderOptionsRow td td {padding:3px 0; border-bottom: none !important}

#refineResults { padding: 2px 5px 0 0; }
#refineResults select { padding: 0; margin:0;}

.RecommendedHeading
	{
	display: block;
	padding: 3px;
	font: bold 1.3em tahoma,verdana,helvetica,sans-serif;
	}
 
/************************/
/* Products.aspx        */
/************************/
 
.productClassBox
	{
	position: relative;
	height: auto;
	width: 100%;
	overflow: auto;
	background: url("../images/product_class_bg.gif") repeat-y 0 0;
	margin-left: 5px;
	border: none;
	display: none;
	}
 
.productListing
	{
	position: relative;
	width: auto;
	background: url("../images/product_listing_bg.gif") no-repeat 0 10px;
	margin: 15px 0;
	padding: 0 0 0 45px;
	height: 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;
	}

#prodDetails .TableText { font-size: 0.95em !important;}
 
.pricingNotes
	{
	clear: right;
	float: right;
	color: #900;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 0.8em !important;
	line-height: 1.1em;
	width: 200px;
	}

.pricingNotes img { margin-top: 0.5ex}

.specialNotes
	{
	display: block;
	color: #fff; 
	background-color: #900; 
	text-align: left;
	padding: 3px 8px;
	margin: 1em 0;
	border: 1px solid #000;
	width: auto;
	}