.comboboxContainer { 
border: none;
cursor: pointer;
} 

.comboboxValueContainer { background: url(../images/combobox/bg.png) no-repeat left top; } 
.comboboxValueContainer2 { background: url(../images/combobox/bg2.png) no-repeat left top; }
.comboboxValueContainer3 { background: url(../images/combobox/bg3.jpg) no-repeat left top; }
.comboboxValueContainer4 { background: url(../images/combobox/bg3_white.png) no-repeat left top; }

.comboboxValueContent { padding-left: 3px; } 

.comboboxDropDownContainer { 
border: solid 1px #e36f11;
border-top: none; 
background: #fff; overflow: hidden; 
padding-left: 3px; 
cursor: pointer; 
}

.comboboxDropDownContainer2 { 
border: solid 1px #4f4d4e;
border-top: none; 
background: #fff; overflow: hidden; 
padding-left: 3px; 
cursor: pointer; 
} 
.comboboxDropDownContainer3 { 
border: solid 1px #a6a5a5;
border-top: none; 
background: #fff; overflow: hidden; 
padding-left: 3px; 
cursor: pointer; 
} 


.comboboxDropDownButton { 
width: 17px; height: 18px; 
background-image: url(../images/combobox/buttons.png); 
}

.comboboxDropDownButton2 { 
width: 17px; height: 18px; 
background-image: url(../images/combobox/buttons2.png); 
}
.comboboxDropDownButton3 { 
width: 17px; height: 18px; 
background-image: url(../images/combobox/buttons3.png); 
} 
 
.comboboxGroupItemHeader { display: block; background: #000; color: #fff; } 

.comboboxGroupItemContainer { padding-left: 10px; } 

.comboboxItem { 
background: #fff; 
color: #4f4d4e; 
font-weight: normal; font-style: normal; 
} 

.comboboxItemHover { 
background-color: #d2d2d2; 
color: #4f4d4e; 
}
.comboboxValueContent3 {
padding-left: 18px;
text-align: left;
}
