#filter-menu .f-item input {
	width: 78px;
	height: 20px;
}

#filter-menu .f-item input.input-keyword {
	width: 100%;
}

.hot_more{
	font-family:arial, verdana, Helvetica, sans-serif;
}
.hot_more.buy{
}

.hot_more.buy a.more_icon{
	margin:6px 5px 0 0;
	display:block;
	padding:0 10px;
	background:rgba(255,255,255,0.75);
	height:28px;
	line-height:28px;
	border-radius:5px;
	color:#dd2a2a;
	transition:all 0.15s ease-out;
}

.hot_more.buy a.more_icon:hover{
	text-decoration:none;
	background:rgba(255,255,255,1);
}

.conditionShow {
	overflow: hidden;
	margin: 0 auto;
	width: 696px;
	padding: 10px 0 0 0;
}

.conditionShow p {
	padding: 5px 10px 3px 10px;
	background: #4194c3;
	/*border-left:3px solid #4194c3;*/
	margin: 0 0 8px 0;
	color: #FFF;
	border-radius: 3px;
	overflow:hidden;
}

.conditionShow p b{
	font-size:13px;
	float:right;
}

.conditionShow p b o{
	padding:0 5px;
}

.conditionShow div {
	float: left;
	width: calc(100% - 105px);
}

.conditionShow span {
	border: 1px solid #D4D4D4;
	padding: 0px 5px 0 10px;
	float: left;
	display: block;
	margin:3px 5px 2px 0;
	color: #A3A3A3;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.15s ease-out;
}

.conditionShow span i {
	margin: 4px 3px 0 8px;
	color: #CFCFCF;
	font-weight: lighter;
	float: right;
	cursor: pointer;
}

.conditionShow span:hover {
	border: 1px solid #4194c3;
}

.conditionShow span:hover i {
	color: #4194c3;
}

.conditionShow a {
	float:right;
	font-weight: bolder;
	color: #dd2a2a;
	border: 1px solid #CCC;
	padding: 5px 10px 3px 10px;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
