
/*==================================
Hide lists on page load
====================================*/

.stylish-select ul.newList {left:-9999px;  max-height:300px; overflow: auto;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0; }
ul.newList a {color: #000; text-decoration:none; display:block;font-size: 12px;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:350px; background:#eeedeb; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:350px; text-align: left; background: #eeedeb; line-height: 45px; height:45px; padding:0px 0 0 6px; float:left; background: #eeedeb url(bg_select_bx.png) center right no-repeat;}
.newListSelected:hover{cursor: pointer;cursor: hand; }
.newListSelected span {width:324px; display:block;}
ul.newList li a {padding:0px 8px; display: block;font-size: 12px;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:350px; overflow:hidden; line-height: 45px;height:45px; padding:0 23px 0 0;}
.hiLite {background:#CCC!important; color:#fff!important;font-size: 12px;}
.hiLite a {background:#CCC!important; color:#fff!important;font-size: 12px;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus { cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}