/* CSS Document */

.comboboxContainer { background-color: #ce017b;color: #fff;outline:none;font-size:10px} 
.comboboxValueContainer { /**background: url(images/comboboxDisplayValueBlack.gif) repeat-x left top;**/} 
.comboboxValueContent {/** padding-left: 3px;**/ text-transform: uppercase;padding-left: 6px;} 
.comboboxDropDownContainer { left:93px !important;/**border-right: solid 1px #000; border-bottom: solid 1px #000; border-left: solid 1px #aaa; border-top: solid 1px #aaa;**/ background: #fff; overflow: hidden; padding-left: 0px; cursor: pointer;outline:none; } 
.comboboxDropDownButton { width: 18px; height: 17px; background-image: url(../images/magenta_2.jpg); } 
.comboboxGroupItemHeader { display: block; background: #000; color: #fff; } 
.comboboxGroupItemContainer { padding-left: 10px;} 
.comboboxItem {background-color: #000;color: #b3b3b3; text-transform: lowercase; font-weight: normal; font-style: normal;padding-left: 6px; } 
.comboboxItemHover { background-color: #333333; color: #b3b3b3; text-transform: lowercase;/** padding-left: 6px;**/ }
