﻿ .iDiv
        {
            border-right: #aaa 1px solid;
            border-top: #aaa 1px solid;
            font-size: 12px;
            background: url('../images/select_bg.gif') no-repeat right top;
            vertical-align: middle;
            border-left: #aaa 1px solid;
            cursor: default;
            color: #333;
            text-indent: 4px;
            line-height: 20px;
            border-bottom: #aaa 1px solid;
            position: absolute;
            height: 20px;
            padding-right:10px;
        }
        .iDiv_over
        {
            background-position: 100% 100%;
            color: #f96;
        }
        .iDiv_out
        {
            background-position: 100% 0px;
            color: #333;
        }
        .cDiv
        {
            border-right: silver 1px solid;
            border-top: silver 1px solid;
            z-index: 1;
            background: #f7f7f7;
            overflow: auto;
            border-left: silver 1px solid;
            cursor: default;
            border-bottom: silver 1px solid;
            position: absolute;
            moz-user-select: none;
        }
        .cDiv ul
        {
            padding-right: 0px;
            padding-left: 0px;
            font-size: 12px;
            padding-bottom: 0px;
            margin: 0px;
            padding-top: 0px;
            liststyle: none;
        }
        .cDiv ul li
        {
            text-indent: 4px;
            line-height: 20px;
            height: 20px;
        }
