/*
    FORMS -- Select
*/

.comboFix .custom-select-wrapper {display:inline-block;zoom:1;vertical-align:top;*display:inline}
.comboFix .combo-title {display:inline-block;zoom:1;line-height:34px;*display:inline;padding-right:5px;}

.active-state {z-index:999;}
.custom-select-wrapper {position:relative; font-size:12px;}
.msie .custom-select-wrapper {display:inline}
.custom-select-item {position:relative; height:34px;}
.custom-select-item .custom-select-item-left {padding-left:7px; background:#000; height:100%; background:url(../../Images/extend/combo.png?uid=-1696139812) no-repeat left top;}
.custom-select-item .custom-select-item-right { height:100%;background:url(../../Images/extend/combo.png?uid=-1696139812) no-repeat right -44px;}
.custom-select-item .custom-select-item-text {width:100%; height:28px; padding-top:6px;line-height:22px;color:#333333;font-size:12px;}
.custom-select-item .custom-select-item-text.wIco {background:url(../../Images/ico_combo_cash.png?uid=-1696139812) no-repeat left center;padding-left:28px;}
.custom-select-wrapper select {position:absolute; left:-10000px; font-family:"Tahoma","Lucida Grande"; font-size:inherit; border:1px solid #dedede; color:#333;}
.custom-select-wrapper select.active {left:0px;}
