﻿  #accordion
        {
            list-style: none;
            margin: 30px 0;
            padding: 0;
            height: 320px;
            overflow: hidden;
          
          /*   border : solid thin #000000; */
            
        }
        #accordion h3
        {
            border-bottom: 1px solid silver;
            background-color: #dfdfdf;
            text-align: center;
            height: 30px;
            padding-top: 9px;
            font-size: 20px;
            font-weight: bold;
            color: #000066;
            font-family: Times New Roman;
        }
        .javaP
        {
            line-height: 20px;
            font-size: 12px;
        }
        #accordion li
        {
            float: left;
            display: inline;
            height: 420px;
            width: 35px;
           /* border : solid thin #000000; */ 
            overflow: hidden;
            text-decoration: none;
             /* font-size: 16px;
            margin-left:-6px;
            padding-right :5px; */
        }
        #accordion li img
        {
            border: none;
            float: right;
            width: 32px;
             height:320px;
            background: url(../images/blade_grey.png) no-repeat center;
           /*  border : solid thin red;   */
        }
        #accordion li img:hover
        {
            border: none;
            float: right;
            width: 32px;
             height:320px;
            background: url(../images/blade_grey_sel.png) no-repeat center;
        }
        #accordion li img:visited
        {
            border: none;
            float: right;
             width: 32px;
             height:320px;
            background: url(../images/blade_grey_sel.png) no-repeat center;
        }
        #accordion li div.hover
        {
            background: #ffffff;
            width: 480px;
        }
        #accordion li.active
        {
          width: 480px;
           
            
        }
        .allDiv
        {
            width: 430px;
            height: 390px;
            direction: rtl;
          
           
            margin-top :7px;
            margin-bottom :-20px;
              margin-right: 35px;
             margin-left: -49px;
        }
        .allDiv1
        {
            width: 410px;
            height: 390px;
            direction: rtl;
            margin-right: 34px;
        }
         