/* 
Template: 	StyleHome.css
Purpose: 	Additional styles for live index.cfm page
History:
001 041125 0000 ak	Created File
*/

/* Home Page */
	.BargainStore { float: right; padding: 1.5em; width: 100px; background-color: #ffff99; border: 2px solid black; 
		text-align: center; margin-bottom: 2em; margin-left: 1em; font-weight: bold; font-size: 130%; }
		.BargainStore A:link, .BargainStore A:visited, .BargainStore A:active, .BargainStore A:hover { color: #cc0000; }
	h2.homeSubTitle { color: #ff0000; display: inline; font-weight: bold; font-size: 130%; }	

	.FeaturedHeading { margin: 0em; padding: 0.1em; width: 800px; background-color: #edf2f5;
			color: #cc0000; font-weight: bold; font-size: 130%; text-align: center}
	.FeaturedTable { margin: 0em; padding: 0em; border: 0em; width: 800px;}
	.FeaturedTable td { vertical-align:top; padding: 0.1em; width: 200px; font-size: 90%;}
	.FeaturedTable .FeaturedDisplay { color: #cc0000; font-weight: bold;  text-align: center;}
	.FeaturedTable .CatDisplay { text-align: right; margin-top: 0.3em }
	.FeaturedTable span.FeaturedPrice {color: #cc0000}	