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

.stylish-select ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;text-align: left;}
ul.newList a {color: #000; text-decoration:none; display:block;font-family:Arial Black;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; background:#f90835; position:absolute;  border:1px solid #000; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {font-size:11px; color:#000; height:22px; padding:3px 13px 0 6px; float:left; background:#f90835 url(../_img/box_bg.gif) no-repeat right;}
.newListSelected span {width:64px; display:block;}
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {font-family:Arial Black;font-size:12px;overflow:hidden; height:16px; padding:0;cursor:pointer;}
.hiLite {background:#f90835!important; color:#fff!important;}
.hiLite a {background:#f90835!important; color:#fff!important;}

.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}