/* Search As you type styles */

   .quickSearchResultDivUnselected
    {
        background: white;
        border: 1px solid white;
        margin-left: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .quickSearchResultDivSelected
    {
        background: #EEEEEE;
        border: 1px solid #7f9db9;
        margin-left: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

   .totalResultsDisplay
   {
	 text-align:right;
	 font-weight:bold;
	 background-color:#FFFFFF;
	 color:#006600;
   }

   .searchResultsDetailsDiv
   {
	 display:none; 
	 word-wrap: break-word; 
	 margin-left:8px;
   }

   .oddResults
   {
	 background-color: #eee;
   }
   
   .otherSearchProvidersDiv
    {
		 background-color:#4A4A4A;
		 background-position:center;
    }

	.searchAsYouTypeDiv
	{
        padding: 1;
        position: absolute;
        border: 1px solid #7f9db9;
        background: white;
        font-size: x-small;
	}

	.otherSearchProvidersIcon
	{
		width:20; 
		height:20
	}