@charset "UTF-8";
.sort-bar {
	width:1198px;
	height: 40px;
	background: #F6F6F6;
	border-bottom: 1px solid rgb(153,153,153);
}

.sort-bar span{
	float:left;
	padding:0 10px;
	height:40px;
	line-height: 40px;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
}

.sort-bar ul{
	float:left;
	width:600px;
	margin-top:5px;
}

.sort-bar li{
	height:28px;
	line-height:28px;
	width:auto;
	padding:0 20px;
	color:white;
	text-align:center;
	border: 1px solid #bcbcbc;
	background-color: #bcbcbc;
	float:left;
	font-family: SimSun;
	position: relative;
	margin-right: 10px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#sort-sales,#sort-price{
	text-align: left;
	padding:0 25px 0 15px;
}

.sort-bar li i{
	width: 11px;
	height: 6px;
	display: block;
	position: absolute;
	right:9px;
	z-index:10000;
	background-image: url(//xygh.gec123.com/goods/img/sort.png);
}

.sort-bar li i.asc{
	background-position:0 -6px;
	top:7px;
}

.sort-bar li i.desc{
	background-position:0 0;
	bottom:7px;
}

.sort-bar li:hover{
	background-color:#cccccc;
	cursor: pointer;
}

.sort-bar li.sort-selected{
	background-color:white;
	border-color: #B10000;
	color:#B10000;
}

.sort-bar li.sort-selected i.asc{
	background-position:-11px -6px;
}

.sort-bar li.sort-selected i.desc{
	background-position:-11px 0;
}

.sort-bar li.sort-selected i.asc-light{
	background-position:-22px -6px;
}

.sort-bar li.sort-selected i.desc-light{
	background-position:-22px 0;
}

#providers table p{
	white-space: nowrap;
	line-height:25px;
}

#providers table td.count{
	text-align: center;
	padding-left:0;
}

#providers table td[qq]{
	text-align: center;
	padding-left:0;
}

#providers table .quote{
	font-family: '微软雅黑 Regular', '微软雅黑';
	font-size: 17px;
	color: #D52B00;
}

#providers table .quote-time{
	color: #999;
}

#providers table .action{
	padding:0;
	position: relative;
	clear:both;
}
#providers table .actionOld{
	padding:0;
	position: relative;
	text-align: center;
}
#providers table .action .action_left{
	float:left;
	width:75px;
	height:22px;
}
#providers table .action .action_right{
	float:left;
	background-color:#d9534f;
	border-color: #d43f3a;
	margin-left:10px;
	margin-top:20px;
	width:40px;
	height:22px;
}
#providers table .action .action_right:hover{
	float:left;
	background-color:#d43f3a;
	margin-left:10px;
	margin-top:20px;
	width:40px;
	height:22px;
	cursor:pointer;
}
#providers table .action .action_right a{
	margin-top:10px;
	margin-left:6px;
	text-decoration:none;
	color:white;
	font-family: Helvetica, Arial, 'Lucida Grande', sans-serif, SimSun;
	font-size:13px;
}
#providers table .action .comment{
	margin-top:27px;
	width:90px;
	text-align:center;
	margin:0 auto;
}
/*menu*/
.menu-wrap {
	position: relative;
	*top:17px;
	*left: 0;
	z-index: 2;
		top: 20px;
	left: -7px;
    width: 90px;
}
.menu-wrapOld {
	top: -12px;
	left: 9px;
}
.operation-menu-trigger {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: absolute;
	top: 0px;
	left: 36px;
	*left: 32px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.disabled .current-item {
	background: #D5D5D5 !important;
	border-color: #CACACA !important;
	cursor: default !important;
}


.operation-menu-trigger .current-item {
	color: #0188cc;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 17px;
	height: 17px;
}
.option-menu-trigger .current-itemOld{
	padding: 2px 7px;
}
.operation-menu-trigger .current-item .item-text{
	line-height:18px;
}

.operation-menu-trigger-hot .current-item {
	padding: 1px 6px;
	border: 1px solid #f47c02;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f99236;
	background: -moz-linear-gradient(top, #fa9b3d 0, #f99236 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa9b3d),
		color-stop(100%, #f99236) );
	background: -webkit-linear-gradient(top, #fa9b3d 0, #f99236 100%);
	background: -o-linear-gradient(top, #fa9b3d 0, #f99236 100%);
	background: -ms-linear-gradient(top, #fa9b3d 0, #f99236 100%);
	background: linear-gradient(top, #fa9b3d 0, #f99236 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA9B3D',
		endColorstr='#F99236', GradientType=0 )
}

.operation-menu-trigger .icon-pull-down {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	margin-top: -4px;
	background: url("//xygh.gec123.com/goods/img/goodsDetail/icons.png") no-repeat scroll
		5px -210px transparent
}

.operation-menu-trigger-hot .icon-pull-down {
	background-position: 5px -230px
}

.custom-menu {
	display: none;
	background-color: #fff;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}

.custom-menu a {
	color: #0188cc;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.custom-menu li {
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	cursor: pointer;
	line-height: 21px;
	height: 21px;
	padding: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	*margin-top: -3px
}

.custom-menu li.first {
	border-top: 1px solid #c4c4c4;
	border-radius: 3px 3px 0 0;
	line-height: 20px;
	height: 20px;
	*margin-top: 0
}

.custom-menu li.last {
	border-bottom: 1px solid #c4c4c4;
	border-radius: 0 0 3px 3px;
	line-height: 20px;
	height: 20px
}

.custom-menu li.split {
	border-top: 1px solid #e9e9e9;
	line-height: 20px;
	height: 20px
}

.custom-menu li.hover {
	line-height: 19px !important;
	height: 19px !important;
	color: #fff;
	border: 1px solid #f47c02 !important;
	background: #fa9b3d;
	background: -moz-linear-gradient(top, #fa9b3d 0, #f99236 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa9b3d),
		color-stop(100%, #f99236) );
	background: -webkit-linear-gradient(top, #fa9b3d 0, #f99236 100%);
	background: -o-linear-gradient(top, #fa9b3d 0, #f99236 100%);
	background: linear-gradient(top, #fa9b3d 0, #f99236 100%)
}

.custom-menu li a,.custom-menu li span {
	display: block;
	padding:0 10px;
	font-size:13px;
}

.custom-menu li.hover a,.custom-menu li a:hover {
	text-decoration: none;
	color: white
}

.custom-menu li.disabled a:link,.custom-menu li.disabled a:visited,.custom-menu li.disabled a:hover
	{
	color: #a1a1a1 !important
}

.view-comment, .view-comment-null{
	position: relative;
	top: 8px;
	*top: 50px;
}

.view-comment {
	left: 6px;
	color: #4285F4;
	cursor:pointer;
}

.view-comment-null{
	left: -3px;
	color: #999;
}

.view-comment:hover {
	color: #025CF3;
	text-decoration: none;
}

.jump .btn{
	vertical-align: top;
}



