.selectBox-dropdown {
    position: relative;
    text-decoration: none;
    outline: none;
    display: inline-block;
    cursor: default;
    margin: 4px 0px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	padding:5px 12px!important;
	width: 100%!important;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;

}
.price-dropdown-min {
width: 47%;float: left;
    margin: 6px 0px;
	
}
.price-dropdown-max {
width: 48%;float: right;
    margin: 6px 6px;
}
@media (min-width:768px) and (max-width:1024px) {
	.price-dropdown-min {
	width: 100%;
	margin-right: 0px;
	font-size: 14px;
    float: none!important;
	}
	.price-dropdown-max {
	width: 100%;
	margin-left: 0px;
	font-size: 14px; 
    float: none!important;
	}
}
.price-dropdown-min .selectBox-dropdown,.price-dropdown-max .selectBox-dropdown {
    position: relative;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}
.selectBox.dropdown.selectBox-disabled .selectBox-label{
	color: #999;
}
.selectBox.dropdown .selectBox-label{
	color: #333;
	text-decoration:none;
}
.selectBox.dropdown .selectBox-label:hover {
	cursor: pointer;
	text-decoration:none;
}

.selectBox-dropdown .selectBox-arrow:hover {
	cursor: pointer;
}

.selectBox.dropdown.selectBox-dropdown:hover {

cursor: pointer;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border: 1px solid #ddd;
    cursor: pointer;
    outline: none;
	text-decoration:none; 
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
	border-left: 1px solid #eee;
    background:#f5f5f5 url(../../images/arrow.png) 50% center no-repeat;
}
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 998;
    max-height: 300px;
    color: #000;
    background: #fff;
    overflow: auto;
	text-decoration:none;
}
.selectBox-inline {
    width: 250px;
    outline: none;
    border:1px solid #ccc;
    background: #FFF;
    display: inline-block;
    overflow: auto;
	text-decoration:none;
}
.selectBox-inline:focus {
    border-color: #666;
}
.selectBox-options{
	    box-shadow: 0px 3px 7px #ccc!important;
}
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
 	text-decoration:none;
}

.selectBox-options LI A {
    padding: 0.6em 1em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
 	text-decoration:none;
    font-family: 'Open Sans', sans-serif;

}
.selectBox-options LI.selectBox-hover A {
    background-color: #e2e2e2;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
    cursor: pointer;
}
.selectBox-options LI.selectBox-selected A {
    background-color: #e2e2e2;
    cursor: pointer;
    color: #000;
 	text-decoration:none;
}
.selectBox-options .selectBox-optgroup {
    color: #333;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}
.selectBox.selectBox-disabled {
	color: #ff0000;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .10;
	border-color: #000;
	background-color: #fff;
}
.selectBox-disabled .selectBox-label {
	color: #777;
	text-decoration: none;

}
.selectBox-label:hover,.selectBox-label {
	color: #333;
	text-decoration: none;

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