.comboboxContainer {
    border: medium none;
    color: #5c5959 !important;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    outline: medium none;
    text-align: left;
}
.comboboxValueContainer {
    background: url("../images/combo_lt_bg.gif") no-repeat scroll left top transparent;
    text-align: left;
    width: 180px !important;
}
.comboboxValueContent {
    font-size: 1em;
    font-weight: bold;
    max-height: 15px;
    padding-left: 15px;
    text-align: left;
}
.comboboxValueContent2 {
    font-size: 1em;
    font-weight: bold;
    max-height: 15px;
    padding-left: 15px;
    text-align: left;
}
.comboboxDropDownContainer {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 2px solid #FFFFFF;
    left: 0;
    outline: medium none;
    overflow: hidden;
    padding-left: 0;
    position: absolute;
    text-align: left;
    z-index: 100;
}
.comboboxDropDownButton {
    background-image: url("../images/combo_rtdd.gif");
    height: 24px;
    width: 34px;
}

.comboboxGroupItemHeader {
    display: block;
    font-weight: bold;
    outline: medium none;
}
.comboboxGroupItemContainer {
    left: 0;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    z-index: 100;
}
.comboboxItem {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #8E8E8E;
    cursor: pointer;
    display: block;
    font-style: normal;
    font-weight: normal;
    padding: 3px 10px;
}
.comboboxItemHover {
    background-color: #F3F3F3;
    color: #8E8E8E;
}
.comboboxGroupItemContainer .comboboxItem {
    margin-left: 0;
    padding-left: 20px;
}