.sb-custom { cursor: pointer; display: inline; position: relative; width: 100%; padding: 0; margin: 0; } .sparkbox-custom { display: none; } .no-js .sparkbox-custom { display: block; } .sb-select:focus {} .sb-select { background: url('../images/cselect-arrow.png') no-repeat top right !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; text-shadow: 1px 1px 1px #fff; cursor: pointer; border: none !important; color: #444; height: 23px; padding: 2px 0 0 10px !important; margin: 0 !important; position: relative; text-decoration: none; z-index: 1; width: 49px; *z-index:1; } .sb-dropdown { background: #f3f3f3; -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5); box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: none; left: 1px; list-style: none; margin: 2px 0 0 0; padding: 0; position: absolute; top: 1.5em; z-index: 999; border: 1px solid #ccc; width: 100px; *z-index: 999; } .sb-dropdown a { color: #444; display: block; padding: 5px; text-decoration: none; } .sb-dropdown a:hover, .sb-dropdown .selected { background: #dcdcdc; }