	
/* OTHER
**************************************************/

	/* Fading Tooltips By Dustin Diaz*/
	body div#toolTip { 
		position:absolute;
		z-index:1000;
		text-align:left;
		padding:0 5px 0 0;
		min-height:1em;
		background: url(../img/tooltip_right.gif) top right no-repeat;
	}
	body div#toolTip p { 
		margin:0;
		padding:4px 0 4px 4px;
		color:#000;
		font-size:9px; 
		background: url(../img/tooltip_left.gif) top left no-repeat;
	}
	body div#toolTip p em { 
		display:block;
		margin-top:3px;
		color:#f60;
		font-style:normal;
		font-weight:bold; 
	}
	body div#toolTip p em span { 
		font-weight:bold;
		color:#fff; 
	}

	
/* AUTOCOMPLETE
********************************************************/

	
    #autocomplete_choices .autocomplete{
	}
    #autocomplete_choices .selected { 
	  background-color: #888; 
	  color: #000;
      cursor:pointer;
	 }
	
    #autocomplete_choices .hideChoice {display: hidden; }
	
    div.auto_complete {
      position:absolute;
      background-color: #fff;
      border:1px solid #888;
	  color: #000;
      margin:0px;
      padding:0px;
    }
	
    #autocomplete_choices ul  {
      list-style-type: none;
      background-color: #fff;
      margin:5px;
	  color: #000;
      width:200px;
      padding:5px;
    }
	
    #autocomplete_choices li.sectionbreak {
		border-top: 1px dotted black; 
		margin-top: 10px;
	}
	
    #autocomplete_choices span.hidefromsearch {
		display:none;
	}
	
    #list {
      margin:0;
      margin-top:10px;
      padding:0;
	  color: #000;
      list-style-type: none;
      width:250px;
	  display:block;
    }
	
    #list li {
      margin:0;
	  color: #000;
      margin-bottom:4px;
      padding:5px;
      border:1px solid #888;
      cursor:move;
    }
	
    #autocomplete_choices .selected .genres_Racing{ 
	  display: block;
	  background-color: #B5C8D7; 
	 }
	
	
    #autocomplete_choices .selected .genres_Fighting{ 
	  display: block;
	  background-color: #C46F80; 
	 }	
	