/* RESULTS DISPLAY */
	#results{
		empty-cells: show;
	}	
	#results td{
		padding:3px;
	}
	#results tr.title td, #results tr.title th{
		font-weight:bold;
		background-color:#FAFAFA;
		text-align:left;
		border-bottom:2px solid #CCCCCC;
	}
	#results tr.no-hover{
		background-color:transparent;
	}
	#results tr.no-hover td{
		empty-cells: show;
		border-bottom:1px solid #CCCCCC;	
	}
	#results tr.hover{
		empty-cells: show;
		background-color:#EEEEEE;
	}
	#results tr.hover td{
		border-bottom:1px solid #CCCCCC;
	}
	
	/*  --table sorting arrow span --
	#results span{
		position:relative;
		top:-20px;
		left:-10px;
		width:20px;
		float:left;
	}
	*/
	#results .order-none{
		/*color:#000000;
		background-color:464646;*/
	}
	#results .order-asc{
		/*color:#FFFFFF;
		background-color:#000000;*/
	}
	#results .order-desc{
		/*color:#FFFFFF;
		background-color:#FF0000;*/
	}
	
