/* 
Template: 	StyleProducts.css
Purpose: 	Additional styles for live products.cfm page
History:
001 052705 3122 ak	Created File
*/

/* Products */	
	h3.MainCategory  {color: #990000; font-weight: bold; display: inline; font-size: 100%}
	.ListCategory {margin:0em; padding:0em; border:0em; width: 250px; font-size: 90%}
	.ListCategory td {vertical-align:top; padding:0.2em; }
	.ListCategory li {list-style:none; margin: 0em 0em 0em 1em; line-height: 160%;}

/* Featured Items */			
	.ListByACategory {margin:0em; padding:0em; border:0em;}
	.ListByACategory td {vertical-align:top; padding: 0.2em; font-size: 90%}	
	.ListByACategory .FeaturedItem {margin:  0em 0em 0.2em 0em; padding: 0.2em; width: 150px;
			background-color: #ffffff; border: 0.1em solid #000033;
			color: #7a3f00; font-weight: bold; font-size: 80%; text-align: center;}			
		.CatDisplay {display:inline; font-size: 80%; font-weight: normal;}	
	.FeaturedHeading {margin: 0em 0em 0.2em 0em; padding: 0.2em; width: 150px; background-color: #E2EFFF;
			border: 0.1em solid #000033; color: #003f7a; font-weight: bold; font-size: 90%; text-align: center}
			
