﻿.list
{
    border: 1px solid rgb(0, 0, 0);
    overflow: auto; /*visibility: hidden;*/
    text-align: left;
    position: absolute;
    z-index: 1000;
    background-color: rgb(255, 255, 255);
    list-style-type: none;
    text-indent: 12px;
    padding: 0px;
    margin: 0px;
    cursor: hand;
    cursor: pointer;
    display: none;
    min-height: 50px;
    max-height: 250px;
    width: 248px;
    line-height: 15px;
}

.list .hover
{
    background-color: Gray;
}

.selectContainer
{
    width: 300px;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    cursor: default;
}

.selectContainer .left
{
    background-image: url(pics/combo_left.gif);
    width: 6px;
    height: 100%;
    float: left;
}

.selectContainer .right
{
    background-image: url(pics/combo_right.gif);
    width: 21px;
    height: 100%;
    float: right;
    cursor: pointer;
    cursor: hand;
}

.selectContainer .middle
{
    background-image: url(pics/combo_middle.gif);
    margin-left: 6px;
    margin-right: 21px;
    background-repeat: repeat-x;
    height: 100%;
}


