﻿
        .suggestionsBox
        {
            position:absolute;
            left: 0px;
            margin: 0px 0px 0px 0px;
            border: 1px solid #817F82;
            z-index:999;
        }
        .suggestionList
        {
            margin: 0px;
            padding: 0px;
        }
        .suggestionList table
        { border:none; width:100%;}
        .suggestionList td
        {
            text-indent:3px;
            cursor: pointer;
            height:25px;
            line-height:25px;
            background-color:White; 
            text-align:left;
             font-size:12px;
        }
        
        .suggestionKeyword{ color:Black; z-index:99; }
        .cookkeyword{color:Blue;}
        

        .searchDiv .suggestionList td,.searchR .suggestionList
        { width:490px;}
        .searchDiv .suggestionsBox
        { 
            top:39px;
            *top:39px;
            left:-1px;
            }
            
            /*首页智能提示层*/
            #search .suggestionList td,#search .suggestionList
        { width:540px;}
        #search .suggestionsBox
        { 
            top:56px;
            *top:54px;
            }
            