.sbHolder{
        background: url(../img/quote-dropdown-bg.png) repeat-x;
	font-size: 12px;
	font-weight: normal;
	height: 29px;
	position: relative;
	width: 262px;
        float:left;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 29px;
        background: url(../img/quote-dropdown-bg.png) repeat-x;
	left: 0;
	line-height: 29px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 232px;
        text-align: left;
        font-weight: bold;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #0099cc;
        font-size: 15px;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/quote-arrow.png) no-repeat;
	display: block;
	height: 29px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;	
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 29px;
	width: 262px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
        text-align: left;
        font-size: 15px;
        font-weight: bold;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #0099cc;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #0099cc;
}
.sbOptions li.last 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: #0099cc;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}


.customSelect {
    background-image: url("../images/arr-down.png");
    background-position: 95% 60%;
    background-repeat: no-repeat;
    border: 1px solid #23aae7;
    height: 37px;
    margin-left: 20px;
    width: 180px;
}
.customSelect.customSelectHover {
}
.customSelect.customSelectOpen {
}
.customSelect.customSelectFocus {
}
.customSelectInner {
    margin: 4px 0 0 5px;
}

.sbHolder-small {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    position: relative;
    width: 102px;
}
.sbSelector-small {
    border: 1px solid;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    height: 23px;
    left: 0;
    line-height: 23px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: 5px;
    top: 0;
    width: 103px;
}
.sbSelector-small:link, .sbSelector-small:visited, .sbSelector-small:hover{
	color: #0099cc;
        font-size: 15px;
	outline: none;
	text-decoration: none;
}
.sbOptions-small {
    background-color: #fff;
    font-size: 12px !important;
    list-style: outside none none;
    margin: 0 !important;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 27px !important;
    width: 102px;
    z-index: 1;
}
.sbOptions-small li {
    font-size: 14px;
    padding: 0 5px;
    text-align: left;
}
.sbOptions-small a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions-small a:link, .sbOptions-small a:visited{
	color: #0099cc;
	text-decoration: none;
}
.sbOptions-small a:hover,
.sbOptions-small a:focus,
.sbOptions-small a.sbFocus{
	color: #0099cc;
}
.sbOptions-small li.last a{
	border-bottom: none;
}
.sbOptions-small .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions-small .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #0099cc;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions-small .sbSub{
	padding-left: 17px;
}
.sbToggle-blue{
	background: rgba(0, 0, 0, 0) url("../img/new-icons/arrow-down.png") no-repeat scroll 75% 45%;
	display: block;
	height: 29px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
}
