
/* SUB-LIST ITEM li a */
a.ui-corner-all,
.stylish-select ul.newList a { margin: 0; padding: 0; color: #000000; display: block; padding: 6px 8px; text-decoration: none; font-size:1.2em; font-weight:500; }
/* SUB-LIST ITEM li */
li.ui-menu-item,
.stylish-select ul.newList * { margin: 0; padding: 0; }
/* WHOLE SUB-LIST ul */
.ui-selectmenu-menu .ui-menu,
.stylish-select ul.newList { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; color: #000000; list-style: none outside none; margin: 0; overflow: auto; padding: 0; height: auto; padding-top: 5px;
  padding-bottom: 5px;}
/* WHOLE SUB-LIST DIV-container */
.ui-selectmenu-menu,
.stylish-select .SSContainerDivWrapper { left: 0; margin: 3px 0 0; padding: 0; position: absolute; top: 22px; width: 161px; z-index: 3000; display: none; height: 76px; left: 0; top: 21px; visibility: visible; position: absolute; top: 0; }
/* when Open */
.ui-selectmenu-open { display: block; }
/* current BOX */
.stylish-select .selectedTxt { height: 21px; overflow: hidden; padding: 0 23px 0 0; width: 128px; } 
/* current Big BOX */
.ui-selectmenu-button > a,
.stylish-select .newListSelected { background: url("/assets/img/sorting.gif") no-repeat scroll 95% 6px transparent; border: 1px solid #D1D1D1; float: left; font-size: 12px; font-weight: 500; padding: 3px 0 0 6px; width: 155px; position: relative; height: 21px; }
.ui-selectmenu-button > a:hover { text-decoration:none; }

@media screen and (min-width: 1280px) {
  .ui-selectmenu-button > a,
  .stylish-select .newListSelected,
  a.ui-corner-all,
  .stylish-select ul.newList a  {
    font-size: 14px;
  }
}
