/* 
Template: 	StyleItemDetail.css
Purpose: 	Additional styles for live detail.cfm, imagepage & morepics_show pages
History:
001 041125 0000 ak	Created File
*/

/* Product Details */	
	.DetailTable { margin: 0em; padding: 0em; border: 0em; width: 800px; background-color: #000000; color: #000000; }
	.DetailTable tr { margin: 0em; padding: 0em; background-color: #ffffff; }
	.DetailTable td { vertical-align: top; margin: 0em; padding: 0.4em; color: #4a5564; }
	.DetailTable strong { color: #000000; font-weight: bold; }
	.DetailTable strong.CurrentPrice { color: #cc0000; font-weight: bold; }
	.DetailTable span.CurrentPrice { color: #cc0000; }
		
	.DetailBox { margin: 0em; padding: 0em; border: 0em; width: 800px; }
	.DetailBox p.Description { display: inline; color: #4a5564; }	
	.Inquire { float: right; width: 150px; height: inherit; padding: 0.1em; margin: 0em; text-align: right; }
		.Inquire A:link {font-weight: bold; font-size: 130%; }
		.Inquire A:visited {font-weight: bold; font-size: 130%; }
		.Inquire A:active { font-weight: bold; font-size: 130%; }
		
	h2.ProductTitle { color: #000000; font-weight: bold; font-size: 130%; display: inline; }
	h3.ProductHilite  { color: #cc0000; font-weight: bold; font-size: 100%; display: inline; }
	h3.ProductPrice  { color: #000000; font-weight: normal; font-size: 100%; display: inline; } 