#new_div {
	display: none;
	font-size: 14px;
	color: #fff;
	margin: 0;
	border-top: 1px solid #aaa;
}

#new_div_inner {
	background: rgba(255, 255, 255, 0.1);
	padding: 0px 217px;
}

#new_div_inner .column_spec{
	width: 84%;
}

#new_div_right {
	background: rgba(222, 226, 237, 0.9);
}

#new_div_inner > div {
	display: inline-block;
}

/* info div */
#info_div {
	border-bottom: 1px solid #666;
	position: relative;
	padding: 5px;
}

#show_num {
	color: rgb(255, 226, 197);
	font-weight: bold;
	font-size: larger;
}

#total_num {
}

/* filter div */
#filter_div {
	position: relative;
	border-radius: 5px;
	overflow: auto;
	padding: 5px 0;
}

#filter_div fieldset {
	padding: 2px 0px;
	border-radius: 5px;
	/*border: 1px solid #666;*/
	margin-bottom: 10px;
}

#filter_div fieldset input {
	display: inline-block;
	color: rgb(17, 17, 17);
	border-radius: 5px;
	border: 1px solid rgb(255, 226, 197);
}

#filter_div label {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 0px;
}

#filter_div input[type='checkbox'] {
	margin-right: 2px;
	margin-bottom: 7px;
}

/* 清除按鈕的樣式 */
#new_div button {
	float: right;
	padding: 2px 10px 2px;
	margin-left: 5px;
}

#new_div .btn-danger:hover{
    background-color: #c9302c;
}


#new_div button:hover{
    border: 1px solid;
    background-color: #8e7552;
}

#new_div button:focus{
    outline: none; 
}

/* 價錢欄位 */
#min_price, #max_price {
	width: 70px;
	height: 20px;
}

legend {
	font-size: 14px !important;
	font-weight: bold;
	margin-bottom: 0px !important;
	padding: 0 5px 0 !important;
	display: block;
	color: rgb(255, 226, 197);
}

label {
	font-weight: normal !important;
}