.c2-sb-wrap { position: relative; width: 100%; }
.c2-sb-inner-wrap { position: relative; height: 23px; border: 1px solid #ccc; width: 100%; background: #fff; }
.c2-sb-wrap .c2-sb-text { position: relative; display: inline; float: left; height: 13px; overflow: hidden; padding: 5px 4px; border: 0 none; color: #999; font-size: 13px; line-height: 13px; cursor: pointer; white-space: nowrap; }
.c2-sb-wrap .c2-sb-button { position: absolute; right: 0; top: 0; width: 24px; height: 23px; font-size: 0px; line-height: 0px; text-indent: -4000px; background: url(images/sprite.png) no-repeat -215px -289px; cursor: pointer; }
.c2-sb-wrap .c2-sb-list-wrap { display: none; position: absolute; left: 0px; top: 100%; border: 1px solid #ccc; background: #fff; min-width: 100%; max-height: 170px; overflow-x: hidden; }
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list { display: block; position: relative; list-style-type: none; padding: 0px; margin: 0px; display: block; overflow-x: hidden; }
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item { display: block; width: 100%; padding: 0px; margin: 0px; }
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link { display: block; padding: 4px 5px 4px 30px; margin: 0px; height: 12px; line-height: 12px; white-space: nowrap; text-decoration: none; color: #878686; font-size: 12px; }
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link:hover,
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link-active { background: #efefef; }
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link-active { background: #efefef url(images/icon-tick.png) no-repeat 0 0; }

/* States */
.c2-sb-wrap,
.c2-sb-wrap .c2-sb-inner-wrap,
.c2-sb-wrap .c2-sb-text,
.c2-sb-wrap .c2-sb-button { z-index: 10; }
.c2-sb-wrap .c2-sb-list-wrap { z-index: 6; }

.c2-sb-closing,
.c2-sb-closing .c2-sb-inner-wrap,
.c2-sb-closing .c2-sb-text,
.c2-sb-closing .c2-sb-button { z-index: 15; }
.c2-sb-closing .c2-sb-list-wrap { z-index: 11; }

.c2-sb-open,
.c2-sb-open .c2-sb-inner-wrap,
.c2-sb-open .c2-sb-text,
.c2-sb-open .c2-sb-button { z-index: 20; }
.c2-sb-open .c2-sb-list-wrap { z-index: 16; }

.c2-sb-focused { outline: 0; }