@charset 'utf-8';

div.selectbox-wrapper {
    position: absolute;
    background-color: #0a0a0a;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
    font: 11px 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
    text-align: left;
    overflow: none;
}

div.selectbox-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.selectbox-wrapper ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 4px 0 4px 10px;
    width: 140px; /* 150px */
    cursor: pointer;
    background: none;
    background-color: #0a0a0a;
    color: #8c8c8c;
    font-size: 11px;
}

div.selectbox-wrapper ul li.selected {
    background-image: none;
    background-color: #363636;
    color: #0a0a0a;
}

.selectbox {
    margin: 0 0 0 10px;
    padding: 7px 0 0 10px;
    font: 11px 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
    width: 140px; /* 150px */
    height: 22px; /* 29px */
    display: block;
    text-align: left; 
    background: url('/gfx/bg_select.gif') right;
    cursor: pointer;
    border: none;
    color: #8c8c8c;
}

select {
    background: url('/gfx/bg_select.gif') right;
    padding: 7px 0 0 10px;
    font: 11px 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
    width: 140px; /* 150px */
    height: 22px; /* 29px */
}

