/* 
Template: 	StyleProducts.css
Purpose: 	Additional styles for live products.cfm page
History:
001 052705 3122 ak	Created File
*/

/* Products */	
	h3.MainCategory  {color:#cc0000; font-weight:bold; font-size: 90%; display:inline;}
		h3.MainCategory a:link, h3.MainCategory a:visited {text-decoration: underline; color: #cc0000; 
				font-weight: bold;}
		h3.MainCategory a:active, h3.MainCategory a:hover {text-decoration: none; color: #000099; 
				font-weight: bold; background-color: #eeeeee;}						
	
	.ListCategory {margin:0em; padding:0em; border:0em; width: 100%}
	.ListCategory .ListCategoryColumn { vertical-align:top;}
	.ListCategory td.ListCategoryColumn { padding:0.2em; font-size: 90%; width: 200px}
	.ListCategory td.ColumnSpace {padding:0em; width: 2px}
	/*.ListCategory ul {display:inline;}*/
	.ListCategory li {list-style:none; margin:  0em 0em 0em 1em;}
		.ListCategoryColumn a:link, .ListCategoryColumn a:visited { font-weight: normal; }
		.ListCategoryColumn a:active, .ListCategoryColumn a:hover {	font-weight: normal; }						
	.ListCategory td.FeaturesColumn {vertical-align:top; padding:0.1em; width: 220px;}

			
