/* products_select   产品筛选样式  
--------------------------------------------------------------------*/
.pro_fl{
	max-width: 1185px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	}
.products_select {
	width: 100%;
	/*background:#f9f9f9;*/
}
.products_select .products_cot_1 {
	overflow:hidden;
}
.products_select .products_cot_2 {
	/*overflow:hidden;
	display:none;*/
}

.products_select ul li{
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f3f3f3;
}
.products_select ul li .select_name{
	float:left;
	width: 10%;
	color:#333;
	text-align: center;
	line-height:44px;
	font-size:14px;
}
.products_select ul li .select_list{
	float:left;
	width: 90%;
	text-align:left;
}
.products_select ul li .select_list a{
	float: left;
	margin:5px;
	white-space: nowrap;
	padding: 10px;
	width: auto;
	color:#666;
	border-radius:3px;
}
.products_select ul li .select_list .cur{
	color: #fff;
	background-color: #fc0;
}
.products_select ul li .select_list a:hover{
	text-decoration:none;
	color: #fff;
	background-color: #fc0;
}


.products_select .products_more{
	width: 100%;
	text-align:center;
	*margin-top:-4px;
	_margin-top:-4px;
}
.products_select .products_more{
	position:relative;
	width: 100px;
	height:25px;
	line-height:25px;
	margin:auto;
	display:block;
	background:url("../../img/common/Gui.gif"/*tpa=http://www.molatr.com/img/common/Gui.gif*/) repeat-x left -40px;
	border:1px solid #f3f3f3ddd;
	border-top:none;
}
.products_select .products_more:hover{
	background:url("../../img/common/Gui.gif"/*tpa=http://www.molatr.com/img/common/Gui.gif*/) repeat-x left -80px;
	color:#424242;
	text-decoration:none;
	border-top:none;
}
.products_select .products_more .select_icon{
	width:5px;
	height:9px;
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	background:url("../../img/common/ico_11.gif"/*tpa=http://www.molatr.com/img/common/ico_11.gif*/) no-repeat center top;
}
.products_select .on .select_icon{
	background:url("../../img/common/ico_12.gif"/*tpa=http://www.molatr.com/img/common/ico_12.gif*/) no-repeat center top;
}









