.selectBox-options {
	padding: 20px 0 !important;
}

/* Dropdown control */
.selectBox-dropdown {
    position: relative;
    text-decoration: none;
    text-align: left;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #3B444B !important;
    font-size: 26px;
    background: url(../i/right_border.png) no-repeat right bottom, url(../i/left_border.png) no-repeat left bottom;
    display: block;
    line-height: 25px;
    font-weight: bold;
	padding-bottom: 10px;
}

.filter hr{margin-top: -4px;border-top: 2px solid #C0C0C0;}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {

}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: auto !important;
}

.selectBox-dropdown .selectBox-arrow {
	display: inline-block;
    width: 20px;
    height: 26px;
    background: url(../i/filter_arrow.png) no-repeat 6px 1px;
    margin-left: 7px;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 230px;
    min-height: 1em;
    background: rgba(255,255,255, 0.94);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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 LI A {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    color: #3B444B;
}

.selectBox-options LI.selectBox-hover A {
   opacity: 0.7;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	opacity: 0.7;
}

.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 {
    
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}