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

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

/*==================================
red curvy example
====================================*/


ul.newList * {margin:0; padding:0;}
ul.newList a {color: #000; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:290px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}

.newListSelected_large {margin-top:5px; width:364px; height:16px; color:#000; padding:3px 0 0 6px;  background:url(select-bg-large.png) no-repeat;}
.newListSelected_large span {width:363px; display:block;}
.newListSelected_large .selectedTxt {width:340px; overflow:hidden; padding:0 23px 0 0;}

.newListSelected_medium { margin-top:5px; width:132px; color:#000; height:16px; padding:3px 0 0 6px; float:left; background:url(select-bg-medium.png) no-repeat;}
.newListSelected_medium span {width:131px; display:block;}
.newListSelected_medium .selectedTxt {width:110px; overflow:hidden; padding:0 23px 0 0;}

.newListSelected_small { width:36px; color:#000; height:16px; padding:3px 0 0 6px; display:inline-block; background:url(select-bg-small.png) no-repeat;}
.newListSelected_small span {width:41px; display:block;}
.newListSelected_small .selectedTxt {width:17px; overflow:hidden; padding:0 23px 0 0;}

ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}

.hiLite {background:#650101!important; color:#fff!important;}
.hiLite a {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:pointer;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

.newListSelected_large:hover{cursor:pointer}
.newListSelected_medium:hover{cursor:pointer}
.newListSelected_small:hover{cursor:pointer}

ul.newList{width:350px;}
ul.newList li:hover{ cursor:pointer; /*width:350px;*/}
ul.newList li a:hover{cursor:pointer; text-decoration:none;}

