﻿.key2grid
        {
            position: relative;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            z-index: 100;
            padding-bottom: 7px;
            border-bottom:1px solid #e5e5e5;
            margin:9px 0 -4px 10px;
            width: /*226px*/auto;
        }
        .ktg:hover
        {
            cursor: pointer;
        }
        
        .ksign
        {
            background: url(/images/plus-style.jpg) left top no-repeat;
            width: 10px;
            height: 10px;
            display: inline-block;
            margin-left: 6px;
        }
        .ksignm
        {
            background: url(/images/minus-style.jpg) left top no-repeat;
            width: 10px;
            height: 10px;
            display: inline-block;
            margin-left: 6px;
        }
        
.hover-content {border: #e5e5e5 solid 1px;padding: 8px 10px 0; bottom: 0px;  width:111px; display:none; position:absolute; left:136px; background:#fff; border-bottom:0;}
.hover-content div.ppmenu{padding: 0 0 6px; margin:0; position:relative; line-height:14px;}
.hover-content div.ppmenu img {margin: 0 6px 0 0; position: absolute; top: 2px; display:inline-block; width:15px; height:auto;}
.hover-content div.ppmenu span.text{ display:inline-block; width:100px; position: relative; top: 2px; margin-left: 20px; color:#666666;}
.cls{ clear:both; display: block;}
