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

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

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0; font-size:12px;}
ul.newList a {color: #7C7C7C; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#7C7C7C; width:290px; background:#333; position:absolute;   top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:285px; color:#7C7C7C; height:19px; padding:3px 0 0 6px; float:left; background:url(../img/select-bg.gif) no-repeat; font-size:12px;}
.newListSelected span {width:284px; display:block;}
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:258px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#333!important; color:#eee!important;}
.hiLite a {background:#333!important; color:#eee!important;}
.newListHover {background:#666!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}
