.all-sort-list {
	position: relative;
	width: 190px;
	background-color:#fff;
	height: 400px;
	z-index: 9999;
	text-align: left;
}

.all-sort-list .item {
	height: 49px;
	border-top: 1px solid rgba(0,0,0,0.05);
}

.all-sort-list .item.bo {
	border-top: none;
}

.all-sort-list .item h3 {
	width: 190px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-indent: 15px;
	overflow: hidden;
	color: #333;
	cursor: pointer;
	position: relative;
	z-index: 14;
}


.all-sort-list .item h3:hover{
	background-color:rgba(0,0,0,0.03);
}

.all-sort-list .item a {
	color: #000;
	text-decoration: none;
}

.all-sort-list .item a:hover {
	font-weight: bold;
	color: #E4393C;
}

.all-sort-list .item-list {
	display: none;
	position: absolute;
	width: 700px;
	height: 400px;
	background-color:#fafafa;
	left: 190px;
	top: 0px;
	z-index: 9999;
	font-size: 12px;
}

.item-list .subitem {
	float: left;
	width: 690px;
	padding: 0px 4px 0px 8px;
}

.item-list .subitem dl {
	border-top: 1px solid #EEE;
	padding: 10px 0px;
	overflow: hidden;
	zoom: 1;
}

.item-list .subitem .fore1 {
	border-top: none;
}

.item-list .subitem dt {
	float: left;
	width: 90px;
	line-height: 22px;
	text-align: left;
	padding: 6px 6px 0px 10px;
	font-weight: 700;
	color: #E4393C;
}

.item-list .subitem dt a {
	color: #E4393C;
	text-decoration: none;
}

.item-list .subitem dd {
	float: left;
	width: 580px;
	padding: 3px 0px 10px;
	overflow: hidden;
}

.item-list .subitem dd em {
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0px 8px;
	margin-top: 5px;
}

.item-list .subitem dd em a, .item-list .cat-right dd a {
	color: #666;
	text-decoration: none;
}

.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.item-list .cat-right {
	float: right;
	width: 210px;
}

.item-list .cat-right dl {
	width: 194px;
	padding: 6px 8px;
}

.item-list .cat-right dd {
	padding-top: 6px;
	line-height: 22px;
	overflow: hidden;
	padding: 3px 0px 0px;
}

.item-list .cat-right dt {
	padding: 3px 6px 0px 0px;
	font-weight: 700;
	color: #E4393C;
}

.item-list .cat-right dd a:hover {
	color: #666;
}