﻿       .bst-pllist{
            position:relative;
            width:100px;
            text-align:center;
            color:#737373;
            background-color:#fff;


            -ms-user-select: none; /* IE 10+ */
            -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            user-select: none;
        }
        .bst-pllist .button, .bst-pllist .item{
            height:20px;
        } 
        .bst-pllist .button{
            position:relative;
            width:100%;
            /*height:20px;*/
            border:solid 1px #ccc;

            background-image:url('../img/pl-btn-n.png');
            background-position: right;
            background-repeat:no-repeat;
        }
        .bst-pllist .button:hover{
            background-image:url('../img/pl-btn-h.png');
        }
        .bst-pllist .button:active{
            background-image:url('../img/pl-btn-p.png');
        }


        .bst-pllist .list{
            position:absolute;
            width:100%;
            border:solid 1px #ccc;
            background-color:#fff;
            margin-top:-1px;
            /*border-left:solid 1px #ccc;
            border-right:solid 1px #ccc;
            border-bottom:solid 1px #ccc;*/
        }
        .bst-pllist .item{
            position:relative;
            width:100%;
            /*height:20px;*/
        }
        .bst-pllist .item:hover{
            background-color:#fff;
            color:#8f8f8f;
        }
        .bst-pllist .item:active{
            background-color:#e5e5e5;
            color:#737373;
        }
        .bst-pllist .selected{
            background-color:#e5e5e5;
            color:#737373;
        }