.product_search_container{
	float:left;
	width:100%;
}

.product_search_layer{
	width:1100px;
	margin:0 auto;
}

.f_product_search{
	float:left;
	width:1100px;
}
.search_top_bg_container{
	float:left;
	width:100%;
	height:50px;
	background:#f4f4f4;
	border-bottom:1px solid #dadada;
}

.search_top_layer{
	width:1100px;
	margin:0 auto;
}

.f_search_top{
	float:left;
	width:1100px;
	height:50px;
}

.search_title{
	float:left;
	width:100%;
	height:50px;
	/*background:#f4f4f4;
	border:1px solid #dadada;*/
}

.search_title_txt{
	float:left;
	font-size:13px;
	color:#666666;
	margin-top:16px;
	margin-left:20px;
}

.search_input_layer{
	float:right;
	margin-top:9px;
	margin-right:20px;
}

.search_input{
	float:left;
}

.s_input{
	width:250px;
	padding:7px;
	border:1px solid #ccc;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	color:#999999;
}

.search_btn{
	float:left;
	background:#666666;
	color:#ffffff;
	height:31px;
	line-height:31px;
	width:80px;
	text-align:center;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.search_btn:hover{
	cursor:pointer;
	background:#086127;
}

.seach_category_list_layer{
	float:left;
	width:1100px;
	border:1px solid #dadada;
	border-top:0px;
}

.search_list_title{
	float:left;
	width:1100px;
	height:35px;
	border-bottom:1px dashed #dadada;
}

.search_list_txt{
	float:left;
	font-size:14px;
	color:#666666;
	margin-left:20px;
	margin-top:8px;
}

.s_l_font01{
	font-size:13px;
	color:#888888;
}

.category_btn{
	float:right;
	height:35px;
	width:100px;
	text-align:center;
	line-height:35px;
	background:#db4e41;
	color:#ffffff;
}

.category_btn:hover{
	cursor:pointer;
	background:#1469ab;
}

.category_btn_over{
	background:#1469ab;
}

.search_list_layer{
	float:left;
	width:1100px;
	height:200px
}

.search_list{
	float:left;
	margin-top:10px;
	margin-left:20px;
}

.search_box{
	float:left;
	width:200px;
	height:180px;
	border-right:1px dashed #dadada;
	margin-right:20px;
}

.box_ul{
	float:left;
	width:200px;
}

.box_ul li{
	float:left;
	width:170px;
	padding:5px;
	font-size:13px;
}

.box_li{
	color:#666666;
}

.box_li:hover{
	cursor:pointer;
	background:#f1f1f1;
}

.box_li_ovar{
	background:#666666;
	color:#ffffff;
}

.box_li_ovar2{
	background:#888888;
	color:#ffffff;
}

.box_li_ovar3{
	background:#a4a4a4;
	color:#ffffff;
}

.foot_container{
	float:left;
	width:100%;
	margin-top:20px;
	border-top:1px solid #dadada;
	padding-top:20px;
	padding-bottom:20px;
	background:#ffffff;
}

.foot_txt{
	float:left;
	margin-left:30px;
	line-height:150%;
	font-size:13px;
	color:#666666;
}














