.category_select, .manufacturer_select {
	display: inline-block;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	vertical-align: bottom;
}

.category_select {
	line-height: 2.2em;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.go_button {
    background: orange;
    padding: .5em;
    border-radius: 11px;
    color: #8b3100;
    text-decoration: none;
    border: 1px solid;
    box-shadow: inset 0px 1px 1px #fbdd00;
}

.go_button:hover {
    background: #f6e636;
    color: #dd7d00;
}

.searcher {
    background: #eeeeee;
background: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%);
background: linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
border: 1px solid #c9c9c9;
height: 40px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
padding: 8px;
margin: 0 0 20px 0;
min-width:922px;
box-sizing: border-box;
height: 58px;
width:1200px;
max-height: 58px;
}

.cat_field {
    width: 250px;
	height: 37px;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	padding: 2px 0 2px 10px;
	font-size: 1.0em;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	color:  #ef7e00;
	font-weight: bold;
	box-shadow: inset 0px 0px 3px gray;
	background: white;
	z-index: 98;
}


.cat_field:active {
	background: orange;
	background: linear-gradient(to bottom, #ffb453 0%,#ffa200 100%);
}

.arrow_down {
    background-image: url(/image/ic.png);
    background-position: -1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    width: 33px;
    z-index: 200;
    background-size: contain;
	border-left: 2px solid #CBCBCB;
	
}

.cat_list {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	float: left;
	width: 13.5em;
}

.cat_list:first-of-type {
	border-right: 1px solid #CBCBCB;
}

.cat_item:not(:last-child) {
	border-bottom: 1px solid #CBCBCB;
}

.cat_list:first-of-type .cat_item:last-child {
	border-radius: 0px 0px 0px 5px;
}
.cat_list:first-of-type .cat_item:first-child {
	border-radius: 5px 0px 0px 0px;
}

.cat_list:last-of-type .cat_item:last-child {
	border-radius: 0px 0px 5px 0px;
}
.cat_list:last-of-type .cat_item:first-child {
	border-radius: 0px 5px 0px 0px;
}

.sr_list li + li {
	border-bottom: 1px solid #CBCBCB;
}


.sr_list li:first-child {
	border-radius: 5px 5px 0 0;
}

.sr_list li:last-child {
	border-radius: 0 0 5px 5px;
	border: none;
}
.sr_list li:only-child {
	border-radius: 5px;
}


.manufacturer_select {
	position: relative;
}
.manufacturer_select > div:first-child {
	position: relative;
}



#pr_max::-webkit-input-placeholder {
	color: #ef7e00;
}     
#pr_max::-moz-placeholder {
	color: #ef7e00;
}             
#pr_max:-moz-placeholder {
	color: #ef7e00;
}        
#pr_max:-ms-input-placeholder {
	color: #ef7e00;
}     
#pr_min::-webkit-input-placeholder {
	color: #ef7e00;
}     
#pr_min::-moz-placeholder {
	color: #ef7e00;
}             
#pr_min:-moz-placeholder {
	color: #ef7e00;
}               
#pr_min:-ms-input-placeholder   {
	color: #ef7e00;
}  
#search_input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: bold;
	color: #ef7e00;
}     
#search_input::-moz-placeholder {
    font-size: 14px;
     font-weight: bold;
	color: #ef7e00;
}              
#search_input:-moz-placeholder{
    font-size: 14px;
     font-weight: bold;
	color: #ef7e00;
}               
#search_input:-ms-input-placeholder    {
    font-size: 14px;
     font-weight: bold;
	color: #ef7e00;
} 

::-moz-placeholder {
  opacity: 1;
}

#search_input:focus, #pr_min:focus, #pr_max:focus {
    outline: none;
}

.error {
	padding: 8px;
	box-sizing: border-box;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-shadow: 0px 0px 1px #b7b7b7;
	color: #545454;
	background: #f6f6f6;
	border-bottom: 1px dotted;
}

.error:only-child {
	border: none;
}

.cat_selector {
    display: inline-block;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
	position: absolute;
	z-index: 99;
	box-shadow: 0 0 22px gray;
min-width: 31em;
box-sizing: border-box;
min-height: 33.6em;
width: 31em;


}
.cat_item, .search_result {
    padding: 8px;
    /*box-sizing: border-box;*/
	cursor: pointer;
	background: linear-gradient(to bottom, #f6f6f6 0%,#fff 100%);
	text-shadow: 0px 0px 1px #b7b7b7;
	color: #545454;
	margin:0;
}

.search_result:hover {
    background: linear-gradient(to bottom, #ffa200 0%,#ff7500 100%);
    color: white;
}

.cat_item:hover {
    background: linear-gradient(to bottom, #ffa200 0%,#ff7500 100%);
    color: white;
}

.cat_item:hover:active {	
	background: orange;
	background: linear-gradient(to bottom, #ffb453 0%,#ffa200 100%);	
}

#pr_min, #pr_max {
	box-shadow: inset 0px 0px 3px gray;
	width: 100px;
	height: 37px;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	font-size: 1.1em;
	color: #1f0099;
	border-radius: 10px;
}

#search_input {
	box-shadow: inset 0px 0px 3px gray;
	width: 200px;
    height: 37px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    font-size: 1.1em;
    position: relative;
    color: #1f0099;
    border-radius: 10px;
    transition: 200ms;
}

#search_input:focus, #pr_min:focus, #pr_max:focus {
    box-shadow: inset 0px 0px 3px #febc00;
}
.tt {
	padding:0;
	margin: 0;
	list-style: none;
}
#tip {
	display: inline-block;
position: absolute;
width: 100%;
z-index: 99;
}

.searcher ul li > span {
     color: #6c6868;
}

.searcher ul li > span:first-of-type {
    border-right: 1px solid #c2c2c2;
    padding: 10px 10px 10px 0;
}

.searcher ul li > span:not(:first-of-type) {
    margin-right: 10px;
    margin-left: 10px;
}

.sr_list {
	display: inline-block;
    list-style: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	width: 100%;
	border: 1px solid gray;
	border-radius: 5px;
}

.reset {
	height: 26px;
	width: 26px;
	background: url(/image/cross.png);
	background-size: 33%;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid gray;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	top: 8px;
	box-shadow: inset 0 0 1px black;
	transition: 200ms;
	margin: 0 10px 0 10px;
}

.reset:active {
    box-shadow: inset 0 0 8px black;
}

.links > li > div {
  background-color: #f5f5f5;
  display: none;
  position: absolute;
  border: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
  padding: 10px 0;
  margin-left: -2px;
  z-index: 14;
}
.links li:hover div {
  display: table;
}
.links div li {
  float: none !important;
}

@media (max-width: 1220px) {
    .searcher ul li > span:not(:first-of-type) {
        display: none;
    }
    .searcher ul li > span:first-of-type {
        margin-right: 10px;
    }
	.searcher {
		width: 940px;
	}
}