﻿/* products_select   产品筛选样式  
--------------------------------------------------------------------*/
.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%;
	border-bottom:solid 1px #e2e2e2;
	padding:10px 0;
	overflow:hidden;
	*padding-bottom:10px;
	_padding-bottom:10px;
	line-height:30px;
}
.products_select ul li .select_name{
	float:left;
	width: 80px;
	color:#000;
	text-align:right;
}
.products_select ul li .select_list{
	float:right;
	width: 830px;
	text-align:left;
}
.products_select ul li .select_list a{
	padding:0px 20px;
	white-space:nowrap;
	border:solid 2px #fff;
	margin-bottom:10px;
	border-right: 1px solid #c0c0c0;
    /*width: 80px;*/
    line-height: 20px;
    height: 20px;
    display: inline-block;
}
.products_select ul li .select_list .cur{
	color:#da0c28;
	border: 1px solid #da0c28;
	    border-radius: 3px;
}
.products_select ul li .select_list .cur:hover{
	text-decoration:none;
}


.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) repeat-x left -40px;
	border:1px solid #dddddd;
	border-top:none;
}
.products_select .products_more:hover{
	background:url(../../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) no-repeat center top;
}
.products_select .on .select_icon{
	background:url(../../img/common/ico_12.gif) no-repeat center top;
}









