/* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: 1px solid #dedede;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: none repeat scroll 0 0 #F6F6F6;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    display: inline-block;
    cursor: pointer;
    height: 18px;
    padding: 0 3px 6px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {

}

.selectBox-dropdown.selectBox-menuShowing-bottom {
}

.selectBox-dropdown.selectBox-menuShowing-top {
}

.selectBox-dropdown .selectBox-label {
    padding: 0 2px 0 3px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    line-height:22px;
    
}


/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    background: #FFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
    border: 1px solid #b8b8b8;
    -moz-box-shadow: 0px 8px 13px 4px rgba(0,0,0,0.1), 0px 4px 4px rgba(0,0,0,0.1),0px 0px 13px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 8px 13px 4px rgba(0,0,0,0.1), 0px 4px 4px rgba(0,0,0,0.1),0px 0px 13px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 13px 4px rgba(0,0,0,0.1), 0px 4px 4px rgba(0,0,0,0.1),0px 0px 13px 4px rgba(0,0,0,0.1);
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}
.selectBox-options {
    margin-top: 1px;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
}
.selectBox-options.selectBox-options-bottom{
	
}

.selectBox-options LI A {
    line-height: 22px;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    color: #000;
}

.selectBox-options LI.selectBox-hover A {
    background: linear-gradient(to bottom, #686868 0%, #1D1D1D 100%) repeat scroll 0 0 transparent;
    text-decoration: none;
    cursor: pointer;
    color:#fff;
    background-color: #000;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}


.OLDselectBox-arrow {
    font-family: "wo-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 2px;
    text-align: right;
    text-transform: none;
    vertical-align: middle;
    content: "\24";
}


.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    font-size:16px;
    padding: 0;
    left: 135;
    top:0;
    width: 16px;
}

.selectBox-dropdown .selectBox-arrow:before {
    font-family: "wo-icons";
    content: "\24";
}
@font-face {
        font-family: "wo-icons";
        src:url("../../fonts/wo-icons.eot");
        src:url("../../fonts/wo-icons.eot?#iefix") format("embedded-opentype"),
            url("../../fonts/wo-icons.woff") format("woff"),
            url("../../fonts/wo-icons.ttf") format("truetype"),
            url("../../fonts/wo-icons.svg#wo-icons") format("svg");
        font-weight: normal;
        font-style: normal;
}
.askbidMarketSelector {
    margin-bottom: -20px;
}
.askbidMarketSelector .title {
    float:left;
    margin: 8px 0 0 0;
    font-weight: bold;
    color:#515151;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
}
.askbidMarketSelector .selector {
    float:right;
    margin: 8px 0 0 0;
}
.selectBox-label.ico-delayed:before,
.ico-delayed a:before,
.selectBox-label.ico-realtime:before,
.ico-realtime a:before{
            font-family: "wo-icons";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            padding-right: 4px;
            vertical-align: -2px;
            text-align: right;
            font-size:16px;
            color:#00734b;
 }
.selectBox-label.ico-delayed:before,
.ico-delayed a:before {
            content:"\26";
 }
 .selectBox-label.ico-realtime:before,
.ico-realtime a:before {
            content:"\25";
 }
.marketSelectionButton {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FAFAFA 35%, #F6F6F6 100%) repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 18px;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 30px;
}