﻿
#tbl_searchResult
{
     background-color:#e1e1e1; text-align:center; direction:rtl; max-width:160px; border:1px solid black;
}

            .trActive
            {
                 background-color:Yellow;
            }
            
            
            #divItemsCan
            {
                   width:700px; height:700px; border:1px solid red;
            }
            #divSearchResult
            {
                 position:absolute; z-index:99999; 
                 
                 
                   display:none;
            }
            
            #tbl_searchResult tr:hover
            {
                background-color:Yellow;
                cursor:hand; cursor:pointer;
               
            }
        .divItem
        {
             border:1px solid gray; width:300px;  padding:5px;
            
        }
          .txtItem
        {
        }
          .rtl
        {
             direction:rtl; text-align:right;
        }
        
        .tdCode
        {
             width:100px;
        }
        
        .tdName
        {
             width:200px;
        }
        
        .trHead
        {
            background-color:Gray; color:White;
        }
 .trFindedItem
 {
      padding:5px;  border-bottom:1px dotted red;
 }