/* jquery special selectbox jquery.selectbox-0.2.min.js CSS styles
-----------------------------------------------------------*/

.sbHolder{ border:0; font-size:12px; height:30px;position:relative;width:34px;z-index:98;position:relative;background:none;background:url(images/search-mag-btn.png) no-repeat 0 0 transparent;}

.sbHolder:hover { background:url(images/search-mag-btn.png) no-repeat 0 0 transparent /*#FFCD31;*/}

.sbHolder:focus .sbSelector{}
.sbSelector{display:block;height:30px;left:0;line-height:30px;outline:none;overflow:hidden;position:absolute;text-indent:-9999px;top:0;width:auto;}

.sbSelector:link,.sbSelector:visited,.sbSelector:hover{color:#EBB52D;outline:none;text-decoration:none;}
.sbToggle{background:url(select-icons.png) 0 -116px no-repeat;display:block;height:30px;outline:none;position:absolute;right:0;top:0;width:30px;}
.sbToggle:hover{background:url(select-icons.png) 0 -167px no-repeat;}
.sbToggleOpen{background:url(select-icons.png) 0 -16px no-repeat;}
.sbToggleOpen:hover{background:url(select-icons.png) 0 -66px no-repeat;}
.sbHolderDisabled{background-color:#3C3C3C;border:solid 1px #515151;}
.sbHolderDisabled .sbHolder{}
.sbHolderDisabled .sbToggle{}
.sbOptions { background: none repeat scroll 0 0 #fff; border: 1px solid #EBEBEB; left: -1px; list-style: none outside none; margin: 0; overflow-y: auto; padding: 0; position: absolute; top: 30px; width: 162px; z-index: 1; margin-top:-2px; }

.sbOptions li{padding:0 7px;}
.sbOptions a{border-bottom:1px solid #E2E2E2; display:block;outline:none;padding:7px 0 7px 3px;}
.sbOptions a:link,.sbOptions a:visited{text-decoration:none; font-size:10px;}
.sbOptions a:hover,.sbOptions a:focus,.sbOptions a.sbFocus{/*color: #FDD14C;*/}

.sbOptions a:hover {  background: url("images/arrow-brown-link.png") no-repeat scroll right center transparent;}


.sbOptions li.last a{border-bottom:none;}

.sbOptions li:last-child a { border-bottom:none;}

.sbOptions .sbDisabled{border-bottom:dotted 1px #515151;color:#999;display:block;padding:7px 0 7px 3px;}
.sbOptions .sbGroup{border-bottom:dotted 1px #515151;color:#EBB52D;display:block;font-weight:700;padding:7px 0 7px 3px;}
.sbOptions .sbSub{padding-left:17px;}

