/* @override 
	http://autotrader.wp/wp-content/themes/autotrader-deluxe/assets/css/selectBox/jquery.selectBox.css */

.price-dropdowns-container {
		float: left;
		width: 270px;
		margin-right: 9px;
	}
	.year-dropdowns-container {
float: left;
		width: 270px;
		margin-right: 9px;
	}
.price-dropdown-min {
width: 49%;   display: inline-block;



}
.price-dropdown-max {
width: 49%;     display: inline-block;

	float: left;
}
.year-dropdown-min {
width: 49%;   display: inline-block;


}
.year-dropdown-max {
width: 49%;     display: inline-block;

	float: left;
}
@media (min-width:768px) and (max-width:1024px) {
	.price-dropdown-min,.year-dropdown-min {
	width: 100%;
	margin-right: 0px;
	 font-size: 14px;
	}
	.price-dropdown-max,.year-dropdown-max {
	width: 100%;
	margin-left: 0px;
	font-size: 14px;
	}
}
.price-dropdown-min .selectBox-dropdown,.price-dropdown-max .selectBox-dropdown
,.year-dropdown-min .selectBox-dropdown,.year-dropdown-max .selectBox-dropdown {
    position: relative;
    text-decoration: none;
    outline: none;
    vertical-align: middle;cursor: pointer;
 
 

    font-size: 13px;
	padding: 8px 13px !important;
	width: 137px!important;
	line-height: 160%;
	text-align: left;

}

.page-template .advSearch{padding: 15px;}

.page-template .selectBox-options{
        border: 1px solid #ccc;
          width: 230px!important;
}


.page-template .selectBox-dropdown {
    position: relative;
    text-decoration: none;
    outline: none;
    display: inline-block;
    cursor: default;
    margin: 6px 0px;
    font-size: 13px;
    font-family: 'Open Sans' , sans-serif;
       padding: 4px 13px !important;
    width: 100%!important;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px #fafafa;

}

.map-search .selectBox-dropdown {
    position: relative;
    text-decoration: none;
    outline: none;
    display: inline-block;
    cursor: default;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    border-radius: 0px;
	font-weight: 500;
    padding: 6px 13px !important;
    width: 126px !important;
    display: inline;
	float: ;
    background: #fafafa;

	box-shadow: none;
}
.selectBox-dropdown {
    position: relative;
    text-decoration: none;
    outline: none;
    display: inline-block;
    cursor: default;
    margin: 10px 10px 30px 0px;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    border-radius: 2px;
	font-weight: 500;
    padding: 6px 13px !important;
    width: 176px !important;
    float: left;
    background: #eee;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.3);
}
.selectBox.dropdown.selectBox-disabled .selectBox-label{
    color: #999;
}
.selectBox.dropdown .selectBox-label{
    color: #333;
}
.selectBox.dropdown .selectBox-label:hover {

cursor: pointer;
}

.selectBox-dropdown .selectBox-arrow:hover {

cursor: pointer;
}

.selectBox.dropdown.selectBox-dropdown:hover {

cursor: pointer;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
    cursor: pointer;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 72%;


    background:#fff url(../../images/arrow.png) 50% center no-repeat;
}
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 998;
    max-height: 500px;
    color: #000;
    background: #fff;
    overflow: auto;
}
.selectBox-inline {
    width: 250px;
    outline: none;
    border:1px solid #ccc;
    background: #FFF;
    display: inline-block;
    overflow: auto;
}
.selectBox-inline:focus {
    border-color: #666;
}
.selectBox-options{
        border: 1px solid #ccc;
        box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3);
}
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options LI A {
    padding: 0.4em 1em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #333;
    font-size: 13px;

}
.selectBox-options LI.selectBox-hover A {
    background-color: #f1f1f1;
    color: #000;
    cursor: pointer;
}
.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;
}
.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;

}
.selectBox-label {
color: #333;


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