.selecter-element { *left: -999999px; position: absolute; opacity: 0; }

.selecter { position: relative; z-index: 1; float: left; width: 82px; *padding-top: 1px;}
.selecter .selecter-selected { position: relative; z-index: 49; overflow: hidden; display: block; height: 15px;   padding: 9px 8px; background: #fff url(images/select.png) 59px center no-repeat; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.13; color: #3d5177; text-transform: uppercase; cursor: pointer; text-overflow: clip; border-radius: 2px; }

.selecter .selecter-options { position: absolute; top: 100%; left: 0; z-index: 50; overflow: auto; overflow-x: hidden; display: none; max-height: 300px; width: 80px; *width: auto; padding: 0; margin: 0; border-width: 1px; border-style: solid; border-color: #d6d8d9; background: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); border-radius: 2px; }

.selecter .selecter-group { display: block; border-width: 1px; border-style: solid; border-color: #fdfdfd; background: #fff; font-size: 11px; color: #999; text-transform: uppercase; }

.selecter .selecter-item { overflow: hidden; display: block; width: 66px; padding: 8px 10px; margin: 0; background: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.13; color: #3d5177; text-transform: uppercase; cursor: pointer; text-overflow: ellipsis; }
.selecter .selecter-item:hover { background: #4e6694; color: #fff; }
.selecter .selecter-item ~ .selecter-item { border-top: 1px solid #d0d0d0; }

.select-small { width: 65px; }
.select-small .selecter-selected { background-position: 41px center; }
.select-small .selecter-options { width: 65px; }
.select-small .selecter-item { width: 49px; }

.select-large { width: 104px; }
.select-large .selecter-selected { background-position: 79px center; }
.select-large .selecter-options { width: 104px; }
.select-large .selecter-item { width: 108px; }

/* Open */
.selecter.open { z-index: 3; }
.selecter.open .selecter-selected { z-index: 51; }