.box {
	position: relative;
}
.filter-box {
	height: 221px;
	width: 274px;
	border: 1px solid #CCC;
	margin: 0px 17px 20px;
	padding: 7px;
	box-shadow: 0px 0px 26px 1px #ACACAC;
	display: inline-block;
	background: #E6E6E6;
}
.filter-box h4:after, .filter-box h4:before {
	content: '';
	position: absolute;
}
.filter-box h4 {
	text-align: center;
	position: relative;
	color: white;
	margin: 0 -18px 10px -18px;
	padding: 7px 0;
	background: #9C9C9C;
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
	clear: both;
}
.filter-box h4:before, .filter-box h4:after {
	border-style: solid;
	border-color: transparent;
	bottom: -10px;
}
.filter-box h4:before {
	border-width: 0 10px 10px 0;
	border-right-color: #555;
	left: 0;
}
.filter-box h4:after {
	border-width: 0 0 10px 10px;
	border-left-color: #555;
	right: 0;
}
.filter-content {
	position: relative;
}
.filter-content2 {
	position: relative;
}
.filter-content select {
	margin: 2px 0px;
	height: 23px;
}
.filter-content .button {
	float: right;
	margin: 3px 10px 0px 0px;
}

.filter-content .three {
	margin: 0px 0px 8px;
	color: #000;
	
}
.filter-content .three > div {
	display: inline-block;
	margin: 0px 5px;
	color: #000;

}
.filter-content .three select {
	width: 79px;
}
.filter-content .two {
	margin: 0px 0px 8px;
	color: #000;
}
.filter-content .two > div {
	display: inline-block;
	margin: 0px 5px;
	color: #000;
}
.filter-content .two select {
	width: 125px;
}


.filter-content .two-s {
	margin: 0px 0px 8px;
	color: #000
}
.filter-content .two-s > div {
	display: inline-block;
	margin: 0px 5px;
	color: #000
}
.filter-content .two-s .model {
	width: 150px;
	color: #000;
}
.filter-content .two-s .year {
	width: 80px;
	color: #000;
}


.filter-content .one {
	margin: 0px 0px 8px;
}
.filter-content .one > div {
	/* display: inline-block; */
	display:block;
	margin: 0px 5px;
	color: #000
}
.filter-content .one select {
	width: 120px;
}
.filter-content .disable {
	color: #A3A3A3;
	background: #CFCFCF;
	cursor: default;
}
.filter-content .disable:hover {
	color: #A3A3A3;
	background: #CFCFCF;
}
//
.filter-content2 select {
	margin: 2px 0px;
	height: 23px;
}
.filter-content2 .button {
	float: right;
	margin: 3px 10px 0px 0px;
}

.filter-content2 .three {
	margin: 0px 0px 8px;
	color: #000;
	
}
.filter-content2 .three > div {
	display: inline-block;
	margin: 0px 5px;
	color: #000;

}
.filter-content2 .three select {
	width: 79px;
}
.filter-content2 .two {
	margin: 0px 0px 8px;
	color: #000;
}
.filter-content2 .two > div {
	display: inline-block;
	margin: 0px 5px;
	color: #0000;
}
.filter-content2 .two select {
	width: 125px;
}


.filter-content2 .two-s {
	margin: 0px 0px 8px;
	color: #CC3333
}
.filter-content2 .two-s > div {
	display: inline-block;
	margin: 0px 5px;
	color: #CC3333
}
.filter-content2 .two-s .model {
	width: 150px;
	color: #CC3333
}
.filter-content2 .two-s .year {
	width: 80px;
	color: #CC3333
}


.filter-content2 .one {
	margin: 0px 0px 8px;
}
.filter-content2 .one > div {
	display: inline-block;
	margin: 0px 5px;
	color: #CC3333
}
.filter-content2 .one select {
	width: 150px;
}
.filter-content2 .disable {
	color: #A3A3A3;
	background: #CFCFCF;
	cursor: default;
}
.filter-content2 .disable:hover {
	color: #A3A3A3;
	background: #CFCFCF;
}

.auto .ajaxload {
	margin-left: 30px;
	display: none;
}

/* RESULT */
.result-avto td {
	vertical-align: top;
	padding: 0px 20px 0px 0px;
}
/* END*/

/* tabs */
.htabs {
	border-bottom: none;
}
.htabs {
	/*margin-bottom: 1px;*/ /* HULA */
}
.htabs > a{
	//border-radius: 5px 5px 0px 0px;
	border: 1px solid #BBC1C7;
}
.htabs > .selected {
	border-bottom: none;
	padding-bottom: 7px;
	background: white;
}
.tabs-filter {
	//border: 1px solid #BBC1C7;
	//border-radius: 0px 5px 5px 5px;
	padding: 15px;
	    padding-bottom: 3px;
}
.tabs-filter > a {
	position: absolute;
	bottom: 20px;
	left: 250px;
}
.tabs-filter .button {
	float: none;
	//position: absolute;
	//top: 200px;
	left: 190px;
}
.disc {
width:100%;
}
.tabs-filter .two-s .year {
	width: 100px;
}

/*
display: inline-block;
width: 57px;
font-size: 90%;
*/
.filter-content.box-content select {
	width: 100%;
}
.filter-content.box-content .button {
	float: none;
	margin: 10px auto 0px;
	display: block;
}
.filter-content.box-content .auto {
	text-align: center;
}
.filter-content.box-content .ajaxload {
	margin: 10px 0px 0px;
}
#filter-tire0{
background: url('../image/444443.png');
background-position: 155px;
background-repeat: no-repeat;
border-right: 1px solid #BBC1C7;
background-size: 57%;}
#filter-disc0{
background: url('../image/rims.png');
background-position: 402px;
background-repeat: no-repeat;
background-size: 35%;



border-right: 1px solid #BBC1C7;
}
.ghx{
min-height: 252px;
}
#filter-auto0{
background: url('../image/344333.png');
background-position: 402px;
background-repeat: no-repeat;
background-size: 35%;
/* border: 1px solid #BBC1C7; */

  }
