/* 
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: 825px; background-color: #29A4CD;
				color: #0E3745; font-size: 90%}
	.DetailTable tr {margin: 0em; padding: 0em; background-color: #F4FAFC;}
	.DetailTable td {vertical-align:top; margin: 0em; padding: 0.3em 0.2em;}
	.DetailTable strong {color: #0E3745; font-weight: bold}
	.DetailTable strong.CurrentPrice {color: #990000; font-weight: bold;}
	.DetailTable span.CurrentPrice {color: #990000;}
		
	.DetailBox { margin: 0em; padding: 0em; border: 0em; width: inherit; }
	.Inquire {float: right; width: 250px; height: inherit; padding: 0.1em; margin: 0em; text-align: right}
		.Inquire A:link {font-weight: bold; font-size: 105%}
		.Inquire A:visited {font-weight: bold; font-size: 105%}
		.Inquire A:active { font-weight: bold; font-size: 105%}
		
	h2.ProductTitle {color: #990000; font-weight: bold;  font-size: 95%; display: inline;}
	h3.ProductHilite  {color: #990000; font-weight: bold;  font-size: 90%; display: inline;}
	h3.ProductPrice  {color: #0E3745; font-size: 90%; display: inline;}
