.s-hidden { visibility: hidden; padding-right: 10px; }

.select { cursor: pointer; display: inline-block; position: relative; font: normal 12px/25px Arial, Sans-Serif; vertical-align: middle; margin-right: 50px; /*border:1px solid #ccc;*/ }

.styledSelect { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #555; width: 80px; padding: 0 25px 0 0; height: 25px; font-size: 14px; line-height: 26px; text-align: center; border: none; background: #ebebeb url(/images/select.jpg) right center no-repeat; }

/*.styledSelect:after { content:""; width:0; height:0; border:5px solid transparent; border-color:black transparent transparent transparent; position:absolute; top:9px; right:6px;
}
.styledSelect:active, .styledSelect.active { background-color:#eee;
}*/
.options { display: none; position: absolute; width: 103px; top: 25px; right: 0; left: 0; z-index: 999; margin: 0 0; padding: 0 0; list-style: none; border: 1px solid #ccc; height: 130px; overflow: scroll; overflow-y: visible; background-color: #ebebeb; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.options li { text-align: center; padding: 5px 0; margin: 0 0; border-bottom: 1px solid #dfdfdf; }

.options li:hover { background-color: #39f; color: white; }
