
.wrap_select .sbToggle{
    background: url(../images/select.jpg) 0 0 no-repeat;
    display: block;
    height:15px;
    outline: none;
    position: absolute;
    right: 10px;
    top: 12px;
    width:28px;
}
.wrap_select .sbToggle:hover{
    background: url(../images/select.jpg) 0 0 no-repeat;
}
.wrap_select .sbToggleOpen{
    background: url(../images/select.jpg) 0 0 no-repeat;
}
.wrap_select .sbToggleOpen:hover{
    background: url(../images/select.jpg) 0 0 no-repeat;
}


.wrap_select .sbHolder{
    background:url(../images/item.jpg) repeat-x left top;
    border: solid 1px #d5e7f1;
    font-family: 'Conv_ITCAvantGardeMM';
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    font-weight: normal;
    height: 36px;
    position: relative;
    width:96%;
	border-radius:3px;
	margin:0 auto;

}
.wrap_select .sbSelector:link, .sbSelector:visited, .sbSelector:hover  { color:#fff;}

.wrap_select .sbOptions{
    background-color: #2f647f;
    border: solid 1px #b3d3e5;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}
.left_container .wrap_select .sbOptions li{
    padding: 0 7px;
	background:none;
}
.left_container.wrap_select .sbOptions a{
    border-bottom: dotted 1px #b3d3e5;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.wrap_select .sbOptions a:link, .sbOptions a:visited{
    color: #fff;
    text-decoration: none;
}
.wrap_select .sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #fff;
}
.wrap_select .sbOptions li.last a{
    border-bottom: none;
}
.wrap_select .sbOptions .sbDisabled{
    border-bottom: dotted 1px #fff;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.wrap_select .sbOptions .sbGroup{
    border-bottom: dotted 1px #fff;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.wrap_select .sbOptions .sbSub{
    padding-left: 17px;
}

.wrap_select .sbOptions a { border-bottom:1px solid #fff;}
.wrap_select .sbHolder:focus .sbSelector{

}
.wrap_select .sbSelector{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width:100%;
	
}
.wrap_select .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #646363;
    outline: none;
    text-decoration: none;
}
/*<select name="select_data" id="select_data" tabindex="1">
        <option value="1">Samuel Sample’s INHOUSE A</option>
        <option value="2">Samuel Sample B</option>
        <option value="3">Samuel Sample C</option>
        
    </select>*/
