/* -------------------------------------------- */
/* 		Results Page							*/
/* -------------------------------------------- */

#results{
	margin:0px;
	padding:10px;
	width:100%;
	color:#666666;
	font-size:12px;
	text-align:left;
}
#results th{ border-bottom: 1px solid #6699CC; color:#333333; background-color:#CCCCCC;}
#results td{ border: 1px solid #D8DFFE; padding-left:5px; padding-right:5px; }
#results img{ max-width:65px; width:65px; height:auto; border:none; }
#results a{ color:#000000; text-decoration:underline; border:none; }
#results thead{ cursor:pointer}


#results .odd{ background-color:#FFFFFF;}
#results .even{ background:#C6CFE1;}

#results .sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	float:right;
}

#results .sort-arrow.descending {
	background-image:		url("../images/designScripts/downsimple.png");

}

#results .sort-arrow.ascending {
	background-image:		url("../images/designScripts/upsimple.png");
}