.stylish-select .SSContainerDivWrapper { left:-9999px;}
.stylish-select .SSContainerDivWrapper { position:absolute; top:22px; left:0; z-index:2; min-width: 176px; }

.stylish-select .newListSelected { width:168px; color:#676767; height:30px; line-height: 26px; white-space: nowrap; padding:3px 0 0 8px; float:left; background:url(/img/select-bg.png) no-repeat; cursor:pointer;}

.stylish-select ul.newList { color:#000; background:#fff; border:1px solid #ccc; overflow:auto; box-shadow:1px 1px 3px rgba(0,0,0,0.2); line-height:20px; }
.stylish-select ul.newList a { color: #000; text-decoration:none; display:block; padding:3px 8px; }

.stylish-select ul.newList li a:focus {	-moz-outline-style: none; }

.stylish-select .selectedTxt { width:140px; overflow:hidden; height:30px; padding:0 25px 0 0; }

.stylish-select .hiLite { background:#5BAA2C !important; color:#fff !important; }

.stylish-select .newListHover { background:#ddd; cursor:pointer; }

.stylish-select .newListDisabled,
.stylish-select .newListItemDisabled,
.stylish-select .newListOptionDisabled { opacity: 0.6; }

/*
.stylish-select .newListSelHover,
.stylish-select .newListSelFocus { background-position:0 -22px;	cursor:default;}
*/

.stylish-select .newListOptionTitle { font-weight:bold; }
.stylish-select .newListOptionTitle ul { margin:3px 0 0; }
.stylish-select .newListOptionTitle li { font-weight:normal; }
