/* 
Template: 	StyleListItems.css
Purpose: 	Additional styles for live listings.cfm page
History:
001 041125 0000 ak	Created File
*/

/* Listing Items */
	.ListingTable {margin: 0em; padding: 0em; border: 0em; width: 99%; background-color: #ffffff; 
				color:#000066; font-size: 80%;}
	html>body .ListingTable {width: 100%;}		
	.ListingTable tr.odd {background-color: #ffffff;}			
	.ListingTable td {margin: 0em; padding: 0.1em; color: #000000;}
	.ListingTable .ListingTableNumber {margin: 0em; padding: 0.1em; background-color: #cccccc; width: 10px;
	 			vertical-align: top; color: #000000; font-weight: bold; text-align: center; white-space: nowrap;}
	.ListingTable .ListingTableTitle {margin: 0em; padding: 0.1em; color: #ffffff; font-weight: bold;
				background-color: #cccccc;  vertical-align: top; white-space: nowrap;}		
		.ListingTableTitle a:link, .ListingTableTitle a:visited {text-decoration: underline; color: #0000cc; font-weight: bold;}
		.ListingTableTitle a:active, .ListingTableTitle a:hover {text-decoration: underline; color: #00cc00; font-weight: bold;}				
	.ListingTable .ListingTablePic {margin: 0em; padding: 0.1em; width: 95px; vertical-align: middle; }
	.ListingTable .ListingTableDesc {margin: 0em; padding: 0.1em; vertical-align: top; white-space: normal; color: #000000; font-size: 90%}
	.ListingTable .ListingTablePrice {margin: 0em; padding: 0.1em; width: 95px; vertical-align: Top; 
				white-space: nowrap; text-align: right;  background-color: #cccccc;}	
		.ListingTablePrice span {color: #009900; font-weight: bold; }
		.ListingTablePrice p {display: inline; font-weight: bold;}
		
	.DisplaySort {margin: 0em; padding: 0.1em; border: 0em; width: 600px; background-color: #ffffff; 
				 font-size: 80%}
	.DisplaySort td {margin: 0em; padding: 0.1em;}
	
	.PageNumber {margin: 0em;}