.sb_wrapper{
	margin:0;
	padding:0;
	position: absolute;
	width:327px;
    z-index: 100;	
}
.sb_wrapper input[type="text"],
ul.sb_dropdown{
	border:1px solid #fff;
	background: #fafafa; 
	background: #fff; 
	font-size:16px;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	outline:none;
    padding: 3px 5px 0;
	text-shadow:1px 1px 1px #fff;
	width:220px;
	float:left;
	margin:3px 0px;
	height:25px;
}
ul.sb_dropdown{
	background:#f2f2f2;
    border: 1px solid #DDDDDD;
	color:#333333;
	height:300px;
    margin-top: -2px;	
	float:left;
	list-style:none;
	width:298px;
	padding:6px 5px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
ul.sb_dropdown li{
	font-size:12px;
	line-height:32px;
	height:32px;
	float:left;
	width:50%;
    font-style: normal;
    font-weight: normal;
    text-shadow: none;
}
ul.sb_dropdown li input[type="checkbox"]{
	float:left;
	margin:8px 4px 0 5px;
}
ul.sb_dropdown li.sb_filter{
	width:318px;
    border-bottom: 1px solid #F9F9F9;
	clear:both;
	font-size:12px;
    margin-top: 5px;	
    margin-bottom: 20px;	
	text-transform:uppercase;
	letter-spacing:1px;
	color:#444;
	height:16px;
	line-height:16px;
    padding: 1px 0 0 5px;
	-moz-box-shadow:0px 0px 2px #777;
	-webkit-box-shadow:0px 0px 3px #555 inset;
	-box-shadow:0px 0px 3px #555 inset;

}
span.sb_up,
span.sb_down{
	position:absolute;
	top:3px;
	left:0px;
	width:14px;
	height:30px;
	background-color:#f2f2f2;
	background-position:center center;
	background-repeat: no-repeat;
	z-index:10;
	border:1px solid #fff;
	-moz-box-shadow:1px 0px 1px #ddd;
	-webkit-box-shadow:1px 0px 1px #ddd;
	-box-shadow:1px 0px 1px #ddd;
	
}
span.sb_up{
	background-image:url(../img/up.png);
}
span.sb_down{
	background-image:url(../img/down.png);
}
input.sb_search{
	background:#fff url(../img/search.png) no-repeat center center;
	height:25px;
	width:27px;
	float:left;
	border:none;
	margin:3px 0px;
	border:1px solid #fff;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	-box-shadow:1px 1px 3px #555;
	outline:none;
	cursor:pointer;
}
input.sb_search:hover{
	background-color:#fff;
}

.maincontent .listing-comparison-checkbox{
    width: 125px;
    float: right;
}

.maincontent .add-top-margin{
    margin-top: 5px;
}

.input-group.input-group-1 .add-top-margin {
    font-weight:  bold;
}
.maincontent .trim-selection-bar {
    background: none repeat scroll 0 0 #E4E4E4;
    color: #302F2F;
    font-weight: 300;
    height: auto;
    margin: 10px;
    padding: 10px 15px;
    overflow: hidden;
}

.maincontent .drivetrain-selection-bar {
    background: none repeat scroll 0 0 #E4E4E4;
    color: #302F2F;
    font-weight: 300;
    height: auto;
    margin: 10px;
    padding: 10px 15px;
    overflow: hidden;
    width: 47.9%;
    float: left;
}

.maincontent .sel-trim input[type="radio"]
{
    vertical-align: baseline;
}
.maincontent .text-us-vdp {
    background: none repeat scroll 0 0 #f2f1f1;
    color: #102398;
    font-size: 18px;
    font-weight: bold;
    margin-top: 28% !important;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}
.maincontent .summary-price-used-listing {
	width: 100%;
	background: #f2f1f1;
	padding: 10px;
	margin: 20px 0 0;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	font-size: 16px;
	color: #131313;
}
.maincontent .permit-text{
font-size:12px;padding-left:5px;
}
@media (max-width: 768px){
    .maincontent .btn-submit{
    height: 34px;
    font-size: 16px;
}
.maincontent .vehicle-list-cell{
    margin-top: 40px;
}
}
