/*Hide lists on page load*/
.stylish-select ul.newList {left:-9999px;}
/*estilos*/
ul.newList * {margin:0; padding:0;font-size:12px;}
ul.newList a {color: #4C4C4C; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; position:absolute;  border:1px solid #FFF; top:22px; left:0; overflow-x:hidden; z-index:9999;}
.newListSelected {width:213px; color:#000; height:19px; padding:0px 0 0 6px; float:left; background:url(../images/dropdown.jpg) no-repeat; background-position: 202px 0px; background-color:#A8DFE4;}
.newListSelected span {display:block;}
ul.newList li a {padding-left:10px; display: block; width: 208px; background-color:#A8DFE4;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {overflow:hidden; height:16px; padding:2px 23px 0 0;}
.hiLite a {background:#CCC!important; color:#fff!important;}
.newListHover {background:#999!important; color:#000!important; cursor:default;}
#billing_form .newListSelected , #shipping_form .newListSelected {width:164px; background-position: 153px 0px; text-align:left;} 
#billing_form ul.newList li a , #shipping_form ul.newList li a {width:159px;} 
#card-form-left .newListSelected  {width:164px; background-position: 153px 0px; text-align:left; } 
#card-form-left ul.newList li a {width:160px;}
#card-form-right .newListSelected  {width:79px; background-position: 68px 0px; text-align:left;} 
#card-form-right ul.newList li a {width:74px;}
#register-form .newListSelected  {width:164px; background-position: 153px 0px; text-align:left; }
#register-form ul.newList li a {width:159px;}
#special-td .newListSelected  {width:79px; background-position: 68px 0px; text-align:left; }
#special-td ul.newList li a {width:74px;}
