﻿.dropdownList 
{
    position: relative;
    float: left;
    background: white;
    border: 1px solid #7d9fd0;
    width: 170px;
    height: 27px;
    cursor: default; left:4px;
    z-index: 20;
}

.dropdownList-hovered
{
    border: 1px solid #7d9fd0;
}

.dropdownList .display div
{
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    font-size: 13px;
}

.dropdownList .options
{
    display: none;
    padding: 0px 7px 0px 7px;
    position: absolute;
    background: #fff;
    border: 1px solid #6398E3;
    top: 100%;
    left: -460px;
    width: 615px;
    z-index: 10;
}

.dropdownList .options td
{   
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
}

.dropdownList .options td div
{   
    cursor: pointer;
    padding-left: 26px;
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dropdownList .options sup
{   
    color: red;
}

.dropdownList .options .hovered
{   
    background-color: #A4C6F6;
}

.dropdownList .options .seperator
{   
    font-size: 14px;
    color: #377DBB;
    padding-left: 3px;
    padding-top: 7px;
    border-top: 1px solid #ccc;
}

.dropdownList .arrow
{
    position: absolute;
    top: 1px;
    left: 100%;
    margin-left: -23px;
    width: 22px;
    height: 25px;
    /*background:url(/themes/default/images/arrow.png) no-repeat; */
    background-color: #eee;  
    background-position: center;
}

.dropdownList .arrowsmall
{
    position: absolute;
    top: 1px;
    left: 100%;
    margin-left: -18px;
    width: 17px;
    height: 19px;
    padding-top: 6px;
    /*background:url(/themes/default/images/arrow.png) no-repeat; */
    background-color: #eee;  
    background-position: center;
}

.dropdownList .arrow-hovered
{
    background-color: #7d9fd0;
}