html{
	background:#2D2D2D;
}
body{
	overflow-x:hidden;
	word-wrap:break-word;
	background:#fff;
}
.wrapper{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.bground{
	padding:0 0 10px;
	position:relative;
}
.main{
	width:945px;
	float:left;
	padding:0 0 10px;
}
.sidebar{
	width:250px;
	float:right;
	padding:10px 0;
}
.pannel-left{
	width:236px;
	float:left;
	padding:0 0 10px;
}
.pannel-bg{
	background:#fff;
	border:1px solid #ddd;
	padding:0 0 15px;
	margin:0 0 15px;
}
.pannel-right{
	width:210px;
	float:right;
	padding:0 0 10px;
}
.pannel-main{
	width:955px;
	float:right;
	padding:0 0 10px;
	min-height:600px;
}
.box-qc{
	text-align:center;
	margin:0 0 25px;
}
.box-qc img{
	max-width:250px;
}
.adbar-left{
    position:absolute;
    left:0;
    text-align:left;
    top:133px;
    width:162px;
    z-index:1002;
}
.adbar-left .adfix{
	top:0;
	padding-left:42px;
}
.fixed{
	position:fixed;
}
.adbar-right{
    position:absolute;
    right:-172px;
    text-align:left;
    top:69px;
    width:162px;
    z-index:1;
}
.adbar-right .adfix{
	top:0;
}
.adbar-right img, .adbar-left img{
	max-width:160px;
}
.detail-qc{
	text-align:center;
	margin:0 0 25px;
}
.detail-qc .dq-item{
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
}
.m-expand{
	background:url(../images/menu-expand.png) no-repeat center center;
	width:32px;
	height:32px;
	cursor:pointer;
	display:none;
	float:left;
	margin:-1px 0 0 5px
}
/*navigator*/
.navigator{
	height:30px;
	width:100%;
	background:#323232;
}
.menu-top{
	float:left;
	margin:6px 0 0;
}
.menu-top li{
	float:left;
}
.menu-top li:before{
	content:"|";
	float:left;
	color:#fff;
	margin:0 7px;
}
.menu-top li:first-child:before{
	content:"";
	margin:0;
}
.menu-top li a{
	font-size:11px;
	font-weight:normal;
	color:#fff
}
.menu-top li.active a, .menu-top li:hover a{
	color:#ccc;
}
.box-menu{
	padding:15px 0 10px 20px;
	width:170px;
}
.box-menu .row{
	padding:0 0 3px;
}
.box-menu a{
	font-size:12px;
	line-height:16px;
	border-right:none;
	color:#333;
	font-weight:normal;
	padding:0 !important;
}
.box-menu a:hover{
	text-decoration:underline;
	color:#fda301 !important;
}
.pushnew{
	height:21px;
	background: url(../images/pushnew-label.png) no-repeat right bottom #e53238;
	padding:6px 10px 0;
	float:right;
	border:1px solid #fff;
}
.pushnew-label{
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	vertical-align:top;
}
/*end navigator*/
/*header*/
.header{
	min-height:128px;
}
.header-inner{
	min-height:88px;
}
.logo{
	float:left;
	/*margin:20px 0 0;*/
	margin:0px 0 0;	
}
.hcommit{
	float:left;
	padding:0 70px 5px 0;
/*	margin:10px 0 0 180px;*/
	margin:10px 0 0 30px;
	border-right:1px dashed #8c8c8c;
}
.hcommit .hc-box{
	width:62px;
	height:36px;
	border:1px solid #d3d3d3;
	text-align:center;
	margin:0 0 10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.hcommit .hc-box span{
	margin-top:-2px;
}
.hcommit .col1, .hcommit .col2, .hcommit .col3, .hcommit .col4{
	width:64px;
	float:left;
}
.hcommit .col-line{
	float:left;
	width:78px;
	height:40px;
}
.hcommit .hc-line{
	height:40px;
	background:url(../images/commit-line.png) no-repeat center center;
}
.hcommit p{
	font-size:11px;
	color:#a59999;
	font-weight:bold;
	display:block;
	text-align:center;
}
.hcommit .col1 p{
	margin:0 -10px;
}
.hcommit .col3 p{
	margin:0 -47px;
}
.hcommit .col4 p{
	margin:0 -17px;
}
.box-admin{
	float:right;
	margin:30px 0 0;
	text-align:right;
}
.box-admin h2{
	font-size:11px;
	color:#8c8c8c;
	font-weight:normal;
}
.menu-admin{
	display:block;
}
.menu-admin li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	background:url(../images/menu-admin-li.png) no-repeat right center;
}
.menu-admin li:last-child{
	background:none;
}
.menu-admin li a{
	display:block;
	padding:0 5px 0 1px;
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.menu-admin li.active a, .menu-admin li:hover a{
	color:#555;
}
.search-outer{
	float:left;
	border:1px solid #ccc;
	margin:4px 0 0 7px;
}
.search-box{
	height:29px;
	background:#fff;
}
.search-inner{
	height:29px;
	float:left;
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ececec), color-stop(25%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: -o-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: linear-gradient(to bottom, #ececec 0%, #ffffff 25%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff', GradientType=0);
}
.search-inner .text{
	border:none;
	width:420px;
	float:left;
	padding:7px;
	border-left:1px dashed #ccc;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:#fff;
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ececec), color-stop(25%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: -o-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: linear-gradient(to bottom, #ececec 0%, #ffffff 25%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff', GradientType=0);
}
.search-inner .select{
	border:none;
	padding:6px 4px;
	height:29px;
	float:left;
	width:160px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:#fff;
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ececec), color-stop(25%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: -o-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #ffffff 25%, #ffffff 100%);
	background: linear-gradient(to bottom, #ececec 0%, #ffffff 25%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff', GradientType=0);
}
.search-box .btn-search{
	float:left;
	border:none;
	background: url(../images/btn-search.png) no-repeat center center transparent;
	width:40px;
	height:29px;
	text-indent:-999px;
	border-left:1px solid #ddd;
}
.search-box .btn-search:hover{
	background: url(../images/icons/icon-search.png) no-repeat center center transparent;
}
.hotline{
	float:right;
	padding:7px 10px 0 25px;
}
.hotline span{
	margin:5px 5px 0 0;
	float:left;
}
.hotline label{
	font-size:11px;
	color:#fff;
	line-height:12px;
}
.menu-outer{
	margin:16px 0 0;
	background:#f5af02;
	height:39px;
}
.menu-click{
	height:37px;
	width:236px;
	margin:1px 0 0 1px;
	position:relative;
	z-index:1000;
	float:left;
	background:#f9f9f9;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#f9f9f9));
	background: -webkit-linear-gradient(top, #f9f9f9, #ededed);
	background: -moz-linear-gradient(top, #f9f9f9, #ededed);
	background: -ms-linear-gradient(top, #f9f9f9, #ededed);
	background: -o-linear-gradient(top, #f9f9f9, #ededed);
}
.menu-click .menu-title{
	font-size:12px;
	cursor:pointer;
	color:#333;
	height:22px;
	display:block;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #fafafa;
	padding:9px 0 0 15px;
	margin:3px 0 0;
	background:url(../images/menu-click.png) no-repeat center right;
}
.menu-click .menu-title b{
	font-size:14px;
}
.menu-click .menu-color{
	background: url(../images/menu-popup.png) no-repeat top left;
	background-size:100% 3px;
	height:3px;
	width:100%;
	position:absolute;
	top:35px;
	left:0;
	z-index:1002;
}
.menu-popup{
	position:absolute;
	z-index:1001;
	top:35px;
	left:-1px;
	height:421px;
	width:236px;
	background:#fff;
	border:1px solid #f5af02;
	border-top:3px solid #transparent;
	display:none;
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
	box-shadow:3px 3px 3px rgba(0,0,0,0.1);
}
.menu-outer div.menu-click:hover .menu-popup, .menu-outer .active .menu-popup{
	display:block;
}
.menu-line{
	background:#ccc;
	height:1px;
	margin:0 15px;
}
.menu-sub1{
	padding:5px 0 9px;
}
.menu-sub1 li{
	display:block;
	padding:0 15px;
}
.menu-sub1 li a{
	font-size:12px;
	font-weight:normal;
	color:#333;
	display:block;
	padding:4px 0;
	line-height:16px;
}
.menu-sub1 li h4{
	display:block;
	font-size:12px;
	font-weight:bold;
}
.menu-sub1 li h5{
	display:block;
	font-weight:normal;
	color:#999;
}
.menu-sub1 li:hover a, .menu-sub1 li.active a, .menu-sub1 li:hover a h4,  .menu-sub1 li.active a h4{
	color:#f5af02;
}
.menu-expand{
	position:absolute;
	top:-3px;
	left:236px;
	border-top:3px solid #f5af02;
	border-bottom:1px solid #ccc;
	z-index:99;
	width:500px;
	height:421px;
	display:none;
	background: url(../images/popup-expand.png) repeat-y top left #fff;
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
	box-shadow:3px 3px 3px rgba(0,0,0,0.1);
}
.menu-sub1 li:hover .menu-expand{
	display:block;
}
.menu-expand-click{
	text-align:right;
	padding:7px 15px;
}
/*end header*/
/*slider*/
.slider-outer{
	height:430px;
	margin:0 0 12px 243px;
}
.slider-wrapper{
	width:630px;
	height:412px;
	border:1px solid #ccc;
	float:left;
	position:relative;
	margin:5px 0 0;
}
.heart-slider .prev, .heart-slider .next, .promotion-slider .prev, .promotion-slider .next{
	position:absolute;
	display:none;
	width:11px;
	height:21px;
	background:url(../images/slider-arrow.png) no-repeat 0 0;
	text-indent:-9999px;
	z-index:200;
	border:0;
	top:50%;
	margin:-10px 0 0;
}
.heart-slider .prev, .promotion-slider .prev{
	left:15px;
}
.heart-slider .next, .promotion-slider .next{
	background-position:-11px 0;
	right:15px;
}
div.heart-slider:hover a.prev, div.heart-slider:hover a.next, div.promotion-slider:hover a.prev, div.promotion-slider:hover a.next{
	display:block;
}
.heart-slider .pagination, .promotion-slider .pagination{
	display:inline-block;
	position:absolute;
	right:10px;
	bottom:7px;
	z-index:201;
}
.heart-slider .pagination li, .promotion-slider .pagination li{
	float:left;
	margin:0 7px 0 0;
}
.heart-slider .pagination li a, .promotion-slider .pagination li a{
	display:block;
	background:url(../images/slider-button.png) no-repeat -11px 0;
	width:11px;
	height:11px;
	color:#fff;
	text-indent:-9999px;
	border:0;
	margin-left:4px;
	font-size:11px;
	float:left;
	opacity:0.8;
	text-align:center;
}
.heart-slider .pagination li.current a, .promotion-slider .pagination li.current a{
	background:url(../images/slider-button.png) no-repeat 0 0;
	opacity:1;
}
.promotion-outer{
	height:340px;
	border:1px solid #ccc;
	margin:0 0 20px;
}
.promotion-slider{
	position:relative;
	height:340px;
	overflow:hidden;
	background:#fff;
}
.promotion-slider .slides_container{
	height:340px;
}
.commit-wrapper{
	width:744px;
	height:100px;
	border:1px solid #ccc;
	float:right;
	margin:8px 0 0;
	position:relative;
	z-index:1;
}
.commit-more{
	position:absolute;
	z-index:2;
	top:12px;
	right:0;
	background:#868484;
	color:#fff !important;
	font-size:10px;
	font-weight:normal;
	padding:2px 10px;
}
.commit{
	padding:10px 0 0 15px;
}
.commit .commit-title{
	height:24px;
}
.commit .commit-title img{
	font-size:20px;
	color:#f5af02;
	font-weight:normal;
}
.commit .commit-content{
	overflow:hidden;
	padding:9px 0 0;
}
.commit .commit-content p{
	font-size:11px;
	color:#333;
}
.commit .commit-content .commit-col1{
	float:left;
	width:220px;
}
.commit .commit-content .commit-col2{
	float:left;
	width:220px;
}
.commit .commit-content .commit-col3{
	float:left;
	width:280px;
}
/*end slider*/
/*center*/
.center-banner{
	float:left;
	margin:5px 0 0 5px;
}
.center-banner .cb-item{
	border:1px solid #c7c7c7;
	margin:0 0 6px;
	width:318px;
	height:132px;
	overflow:hidden;
}
.center-banner .cb-item:last-child{
	margin:0;
}
.center-banner .cb-item img{
	width:100%;
	min-height:132px;
}
.boxhome{
	padding:0 0 15px;
	overflow:hidden;
}
.bh-left{
	height:335px;
	width:236px;
	float:left;
}
.bh-right{
	float:right;
	width:957px;
	height:335px;
}
.boxhome .category-menu li:nth-child(4){
	display:none;
}
.boxhome .category-more ul li:nth-child(4){
	display:block;
}
.home-item{
	float:left;
	width:218px;
	height:250px;
	position:relative;
	padding:0 50px;
	border-right:1px dotted #dcdcdc;
}
.home-item .item-sale{
	background:url(../images/item-sale.png) no-repeat;
	width:84px;
	height:35px;
	color:#fff;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	position:absolute;
	left:20px;
	top:10px;
	z-index:2;
}
.home-item .item-img{
	width:175px;
	height:175px;
	margin:0 auto;
	overflow:hidden;
}
.home-item .item-img a{
	width:175px;
	height:175px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.home-item .item-img img{
	max-width:175px;
	max-height:175px;
}
.home-item .item-link{
	font-size:12px;
	color:#6c6c6c;
	font-weight:normal;
	display:block;
	line-height:16px;
	height:16px;
	overflow:hidden;
	margin:7px 0 5px;
}
.home-item .item-price{
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	padding:0 4px;
}
.home-item .bid-time{
	float:right;
	font-weight:normal;
	color:#999;
}
.home-item .item-row{
	padding:0 4px;
	font-size:11px;
	color:#999;
}
.home-item .item-time{
	text-align:right;
	float:right;
	margin:-2px 0 0;
}
.home-item .count-bid{
	font-size:12px;
	color:#666;
	margin:0 5px 0 0;
}
.home-item .two-row{
	height:auto;
	max-height:31px;
}
.onlyslider-other{
	padding:15px 0 14px;
}
.onlyslider-other .home-item{
	border-right:none;
	width:214px;
	padding:0 10px;
}
/*end center*/
/*bid*/
.boxhome-wrapper{
	margin:0 0 15px;
}
.boxhome-title{
	height:42px;
}
.boxhome-title .lb-name{
	float:left;
	font-size:24px;
	font-weight:normal;
	color:#333;
	margin:8px 0 0 5px;
}
.boxhome-title .lb-more{
	float:right;
	font-size:12px;
	font-weight:normal;
	margin:20px 10px 0 0;
}
.boxhome-inner{
	height:335px;
	border:1px solid #ccc;
}
.boxhome-left{
	height:335px;
	width:236px;
	float:left;
	background:#faf9f9;
	border-right:1px solid #ccc;
}
.boxhome-right{
	float:right;
	width:961px;
	height:335px;
}
.bid-list li{
	height:55px;
	border-bottom:1px solid #ccc;
}
.bid-list li a{
	font-size:13px;
	color:#666;
	font-weight:normal;
	display:block;
	padding:19px 5px 0 12px;
	height:36px;
}
.bid-list li:hover, .bid-list li.active{
	background:#f0efef;
}
.bid-list li:hover a, .bid-list li.active a{
	color:#333;
}
.bid-other{
	/*overflow:hidden;*/
	padding:15px 0;
}
.bid-other .big-item{
	margin:0;
}
.bid-other div.big-item:hover .big-shadow{
	background:#fff;
	border:1px solid transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	z-index:inherit;
}
.bid-other div.big-item:hover .item-link{
	height:16px;
}
/*end bid*/
/*deals*/
.deal-list li{
	height:83px;
	border-bottom:1px solid #ccc;
	padding:0 7px 0 10px;
}
.deal-list li h3{
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-transform:uppercase;
	display:block;
	padding:10px 0 5px;
}
.deal-list li h3 span{
	text-transform:none;
	color:#999;
}
.deal-list li p{
	text-align:right;
	padding:7px 0 0;
}
.deal-list li a{
	font-size:13px;
	font-weight:normal;
}
.deal-list li.daily p{
	padding:33px 0 0;
	display:block;
}
.deal-list li.daily span{
	float:left;
	font-size:13px;
	font-weight:bold;
}
.deal-list li:hover, .deal-list li.active{
	background:#f0efef;
}
.sale-list{
	overflow:hidden;
}
.sale-list .big-item{
	margin:0;
}
.sale-list div.big-item:hover .big-shadow{
	background:#fff;
	border:1px solid transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	z-index:inherit;
}
.sale-list div.big-item:hover .item-link{
	height:32px;
}
/*end deals*/
/*footer*/
.footer-text{
	overflow:hidden;
	background:#323232;
	color:#fff;
	padding:10px 0;
	line-height:18px;
}
.footer-text p{
	font-size:11px;
}
.footer-text .ft-left{
	float:left;
	font-size:11px;
}
.footer-text .ft-right{
	float:right;
	text-align:right;
	font-size:11px;
}
.footer-row{
	overflow:hidden;
}
.footer-left{
	float:left;
	width:530px;
	padding:12px 0 0;
}
.footer-right{
	float:right;
	width:530px;
	padding:12px 0 0;
}
.footer-row:first-child .footer-left, .footer-row:first-child .footer-right{
	border-bottom:1px dotted #dcdcdc;
	min-height:175px;
}
.footer .row{
	margin:0 0 12px;
	font-size:11px;
	line-height:18px;
}
.footer p{
	font-size:11px;
	line-height:18px;
}
.footer p b{
	color:#000;
}
.footer a{
	color:#000;
	font-weight:normal;
}
.footer a:hover{
	text-decoration:underline;
}
.footer h3{
	text-transform:uppercase;
	color:#000;
	font-size:11px;
	font-weight:bold;
}
.footer-keyword{
	color:#a5a5a5;
	font-size:11px;
	line-height:18px;
	padding:10px 0;
	overflow:hidden;
	max-height:81px;
	text-align:justify;
	border-top:1px dotted #dcdcdc;
}
.footer-keyword a{
	font-size:11px;
	font-weight:normal;
	color:#a5a5a5;
}
.footer-keyword .fk-inner{
	margin:0 90px 0 130px;
}
.footer-logo{
	float:left;
	width:115px;
	margin:12px 0 0;
}
.footer-logo img{
	width:115px;
	height:auto;
}
.footer-verify{
	float:right;
	margin:10px 0 0;
}
/*footer*/
/*small item*/
.homecat-view{
	float:left;
	width:243px;
	padding:10px 0 0;
	text-align:center;
}
.homecat-view .homecat-thumb{
	width:243px;
	height:350px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.homecat-view .homecat-thumb img{
	max-width:243px;
	max-height:350px;
}
.homecat-view .btn-homecat{
	background:#323232;
	color:#fff;
	text-transform:uppercase;
	padding:7px 25px;
	display:inline-block;
	vertical-align:top;
	margin:10px 0 0;
}
.homecat-submenu{
	padding:12px 0;
	border-bottom:1px solid #eee;
	overflow:hidden;
	margin:0 25px 0 0;
}
.homecat-submenu ul li{
	float:left;
	padding:0 12px;
	background:url(../images/homecat-submenu.png) no-repeat left center;
	line-height:16px;
}
.homecat-submenu ul li a{
	font-size:11px;
	font-weight:normal;
	color:#323232;
}
.homecat-submenu ul li a.active, .homecat-submenu ul li:hover a{
    color:#000;
	text-decoration:underline;
}
.homecat-content{
	margin:0 0 0 243px;
}
.small-list{
	overflow:hidden;
	padding:15px 0 0;
}
.small-list .small-item{
	margin:0 5px;
}
.small-item{
	float:left;
	width:162px;
	height:190px;
	position:relative;
	z-index:1;
	margin:0 auto;
}
.small-item .item-sale{
	background:url(../images/item-sale-small.png) no-repeat;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:0 0 0 10px;
	width:51px;
	height:37px;
	position:absolute;
	z-index:2;
	top:8px;
	right:12px;
}
.small-item .bid-status{
	padding: 3px 0;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.small-item .item-img{
	width:120px;
	height:120px;
	background:#fff;
	border:1px solid #adadad;
	margin:0 auto;
	overflow:hidden;
}
.small-item .item-img a{
	width:120px;
	height:120px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.small-item .item-img img{
	max-width:120px;
	max-height:120px;
}
.small-item .item-link{
	font-size:12px;
	color:#323232;
	font-weight:bold;
	display:block;
	line-height:16px;
	height:17px;
	overflow:hidden;
	padding:0 4px;
	margin:7px 0 5px;
	text-align:center;
	text-transform:uppercase;
}
.small-item .item-price{
	text-align:center;
	font-size:12px;
	color:#323232;
	font-weight:bold;
}
.small-item .item-unprice{
	text-align:center;
	font-size:13px;
	color:#999;
	font-weight:bold;
}
.small-item .item-unprice a{
	font-weight:normal;
	color:#999;
}
.small-item .count-bid{
	font-size:13px;
	color:#666;
	margin:0 5px 0 0;
}
.small-item .item-row{
	padding: 0 4px;
	font-size: 11px;
	color: #999;
}
.item-time{
	padding:3px 0;
	text-align:center;
	line-height:15px;
	font-size:12px;
	color:#999;
}
.small-item .end-time{
	text-align:center;
	font-size:13px;
	color:#999;
}
.item-time .time-val{
	display:inline-block;
	margin:0 2px;
	padding:0 3px;
	background:#6c6c6c;
	color:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.category-menu li, .hotauction-menu li{
	display:none;
}
.hotauction-menu li:nth-child(1), .hotauction-menu li:nth-child(2){
	display:block;
}
.category-menu li:nth-child(1), .category-menu li:nth-child(2), .category-menu li:nth-child(3), .category-menu li:nth-child(4){
	display:block;
}
.category-more{
	height:40px;
	width:50px;
	float:right;
	position:relative;
	z-index:10;
}
.category-more .category-icon{
	height:40px;
	width:60px;
	margin-left:-10px;
	background:url(../images/category-more.png) no-repeat center center;
	display:block;
	cursor:pointer;
}
.category-more ul{
	display:none;
	position:absolute;
	z-index:11;
	top:40px;
	right:0;
	background:#fff;
	width:230px;
	border-bottom:1px solid #eee;
	-moz-box-shadow:-2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:-2px 2px 2px rgba(0,0,0,0.1);
	box-shadow:-2px 2px 2px rgba(0,0,0,0.1);
}
div.category-more:hover ul{
	display:block;
}
.category-more ul li{
	float:none;
	height:auto;
	margin:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.category-more ul li a{
	font-size:12px;
	text-transform:none;
	height:auto;
	padding:7px 12px;
	text-align:right;
}
.category-more ul li:nth-child(1), .category-more ul li:nth-child(2), .category-more ul li:nth-child(3), .category-more ul li:nth-child(4){
	display:none;
}
/*end small item*/
/*seller list*/
.best-seller .grid{
	padding:12px 0;
	margin:0 10px;
	border-bottom:1px dotted #ccc;
}
.best-seller .grid .img{
	float:right;
	height:inherit;
}
.best-seller .grid .g-content{
	margin-left:0;
	margin-right:58px;
}
.best-seller .grid .g-title{
	color:#546982;
}
.best-seller .grid .g-title span{
	color:#999;
	font-weight:normal;
	padding:0 3px;
}
.best-seller .grid label{
	font-size:12px;
	display:inline-block;
	color:#333;
}
.best-seller .grid .g-row{
	font-size:11px;
	color:#999;
	line-height:20px;
	padding-bottom:10px;
}
.bs-more{
	padding:20px 10px 19px;
	text-align:right;
}
.bs-more a{
	font-size:13px;
	color:#546982;
}
/*end seller list*/
/*home news*/
.home-news{
	overflow:hidden;
}
.home-news .col1, .home-news .col2, .home-news .col3{
	float:left;
	width:308px;
}
.home-news .col1{
	margin:0 10px 0 0;
}
.home-news .col2{
	margin:0 10px 0 0;
}
.home-news .winget-content{
	min-height:217px;
}
.hn-list{
	padding:15px 10px 10px 12px;
}
.hn-list li{
	padding:7px 0 7px 15px;
	background:url(../images/hn-list.png) no-repeat left 11px;
}
.hn-list li a{
	color:#222;
	font-weight:normal;
	display:inline-block;
	height:15px;
	overflow:hidden;
}
.guest-comment{
	margin:8px 20px;
	background:url(../images/guest-comment.png) no-repeat top left;
	font-size:13px;
	color:#222;
	line-height:24px;
	text-indent:37px;
	padding:10px 0 0;
}
.guest-line{
	border-top:2px solid #ddd;
	margin:0 20px;
	height:8px;
	background:url(../images/guest-arrow.png) no-repeat 70% 0 ;
}
.guest-user{
	height:66px;
	margin:5px 20px 10px;
}
.guest-user .gu-avatar{
	float:right;
	height:55px;
	width:55px;
	border:2px solid #d0d1d2;
	overflow:hidden;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.guest-user .gu-avatar img{
	height:55px;
	width:55px;
}
.guest-user .gu-name{
	/*float:right;*/
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 10px 0 0;
	color:#a59999;
}
/*end home news*/
/*history*/
.history-winget{
	margin:0 0 25px;
}
.history-outer{
	overflow:hidden;
}
.other-product{
	float:right;
	height:245px;
	width:980px;
	border-left:1px solid #ccc;
	margin:15px 0;
	padding:10px 0 0 15px;
	overflow:hidden;
}
.winget-title-col2{
	margin-left:192px;
	height:35px;
}
.other-product .small-item{
	float:none;
}
.other-outer{
	overflow:hidden;
}
.other-outer .other-product{
	border-left:none;
	padding:10px 0 0 5px;
	width:inherit;
	float:none;
}
.history-list{
	float:left;
	width:190px;
	padding:5px 0 0;
}
.history-list .grid{
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	margin:0 5px;
}
.history-list .grid:last-child{
	border-bottom:none;
}
.best-seller .grid .g-row{
	font-size:11px;
	color:#999;
	line-height:14px;
}
.history-list .grid .g-title{
	font-weight:normal;
	height:32px;
	display:block;
	overflow:hidden;
	margin-right:0;
}
.history-list .grid span{
	font-size:13px;
	font-weight:bold;
	color:#ff0000;
}
/*end history*/
/*tree*/
.menu-tree{
	min-height:21px;
	padding:7px 0;
	clear:both;
}
.menu-tree .menu-bullet{
	vertical-align:middle;
	padding:0 3px;
}
.menu-tree a{
	font-size:11px;
	font-weight:normal;
	vertical-align:middle;
	color:#646464;
}
.menu-tree .menu-black{
	font-weight:bold;
}
.lb-filter{
	display:inline-block;
	vertical-align:middle;
	background:#dddbdb;
	padding:2px 7px;
	font-size:11px;
	font-weight:normal;
	color:#333;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.lb-filter a{
	font-weight:normal;
	color:#333;
	font-size:11px;
}
.lb-filter .filter-close{
	font-size:11px;
	font-weight:normal;
	color:#333;
	padding:0 0 0 7px;
	cursor:pointer;
}
.menu-tree .lb-filter{
	margin:4px 0 0 5px;
}
.search-text{
	padding:0 0 15px;
	line-height:18px;
}
.search-text a{
	font-size:12px;
	color:#323232;
	font-weight:normal;
}
/*end tree*/
/*pannel left*/
.winget-menu{
	padding:7px 0 5px 10px;
}
.menu-left{
	padding:0 0 5px 5px;
}
.menu-left li{
	padding:5px 0 7px 8px;
}
.menu-left li a{
	color:#333;
	font-size:12px;
	font-weight:normal;
	display:block;
}
.menu-left li:hover a, .menu-left li.active a{
	color:#0173bd;
}
.pannel-left .box-list{
	padding:5px 5px 5px 0;
	max-height:210px;
	overflow:auto;
}
.pannel-left .box-list a{
	background:url(../images/menu-list-li.png) no-repeat left 6px;
}
.pannel-left .box-list a .count-number{
	color:#0173bd;
}
.pannel-left .box-list a:hover{
	text-decoration:none;
	color:#0173bd;
}
.ad-left{
	margin:0 0 10px;
	/*border:1px solid #ddd;*/
}
.ad-left img{
	max-width:236px;
    margin-bottom: 10px;
}
.box-size{
	padding:15px 0;
}
.box-size .size-item{
	line-height:22px;
	padding:2px 7px;
	text-align:center;
	font-size:12px;
	color:#333;
	cursor:pointer;
	margin:0 4px 4px 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.box-size span.size-item:hover{
	color:#86b817;
}
.box-size .selected{
	color:#86b817;
}
/*end pannel left*/
/*big item*/
.big-list{
	padding:0 0 30px;
}
.big-item{
	float:left;
	width:237px;
	height:310px;
	position:relative;
	margin:10px 0 0;
}
.big-item .big-shadow{
	padding:13px 5px 10px 13px;
	min-height:300px;
	width:220px;
	position:absolute;
	border:1px solid transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	transition:box-shadow 0.25s ease 0s, min-height 0.35s ease 0s;
	-moz-transition:box-shadow 0.25s ease 0s, min-height 0.35s ease 0s;
	-webkit-transition:box-shadow 0.25s ease 0s, min-height 0.35s ease 0s;
	-o-transition:box-shadow 0.25s ease 0s, min-height 0.35s ease 0s;
}
.big-item .item-sale{
	background:url(../images/item-sale.png) no-repeat;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	width:84px;
	height:35px;
	position:absolute;
	z-index:2;
	top:25px;
	right:3px;
}
.big-item .item-img{
	width:210px;
	height:210px;
	border:1px solid #ccc;
	margin:0;
	overflow:hidden;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.big-item .item-img img{
	max-width:210px;
	max-height:210px;
}
.big-item .item-shadow-left, .big-item .item-shadow-right{
	background:url(../images/item-shadow.png) no-repeat center center;
	width:4px;
	height:225px;
	position:absolute;
	z-index:1;
	top:13px;
}
.big-item .item-shadow-left{
	left:10px;
}
.big-item .item-shadow-right{
	right:10px;
}
.big-item .item-link{
	font-size:12px;
	color:#0173bd;
	font-weight:normal;
	display:block;
	line-height:16px;
	height:16px;
	overflow:hidden;
	padding:0 4px;
	margin:7px 0 5px;
}
.big-item .item-price{
	font-size:13px;
	color:#ff0000;
	font-weight:bold;
	padding:0 4px;
}
.big-item .item-buynow{
	font-size:13px;
	color:#666;
	font-weight:normal;
	padding:2px 4px;
}
.big-item .bid-time{
	float:right;
	font-weight:normal;
	color:#999;
}
.big-item .item-row{
	padding:0 4px;
	font-size:11px;
	color:#999;
}
.big-item .item-time{
	text-align:right;
	float:right;
	margin:-2px 0 0;
}
.big-item .count-bid{
	font-size:13px;
	color:#666;
	margin:0 5px 0 0;
}
div.big-item:hover .big-shadow{
	background:#fff;
	border:1px solid #ccc;
	z-index:6565;
	-moz-box-shadow:0 0 4px rgba(51,65,80,0.35);
	-webkit-box-shadow:0 0 4px rgba(51,65,80,0.35);
	box-shadow:0 0 4px rgba(51,65,80,0.35);
}
div.big-item:hover .item-link{
	height:inherit;
}
/*end big item*/
/*category*/
.category-box{
	overflow:hidden;
	padding:0 0 25px 25px;
}
.category-list{
	float:left;
	width:290px;
	padding:15px 0;
}
.category-label{
	display:block;
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
}
.category-ul{
	padding:0 0 7px 15px;
}
.category-ul li{
	padding:5px 0;
}
.category-ul li a{
	font-size:12px;
	font-weight:normal;
	color:#333;
}
.category-ul li a:hover, .category-label:hover{
	text-decoration:underline;
}
.category-line{
	clear:both;
	height:1px;
	background:#ccc;
	margin:0 25px 0 0;
}
/*end category*/
/*product detail*/
.product-detail{
	overflow:hidden;
	padding:0 0 20px;
}
.pd-left{
	float:left;
	width:452px;
	min-height:300px;
}
.pd-right{
	float:right;
	width:730px;
	min-height:300px;
}
.pd-left .image-view{
	width:450px;
	text-align:center;
	border:1px solid #eee;
}
.pd-left .image-view img{
	max-width:450px;
	max-height:500px;
}
.pd-left .image-desc{
	text-align:center;
	padding:10px 0 0;
	color:#666;
}
.pd-left .image-view #wrap{
	display:inline-block;
}
.pd-left ul{
	margin:12px 0 10px;
	overflow:hidden;
}
.pd-left ul li{
	float:left;
	margin:0 2px 2px 0;
	width:70px;
	height:70px;
	text-align:center;
	border:1px solid #ccc;
}
.pd-left ul li img{
	width:70px;
	height:70px;
}
.pd-left ul li:hover{
	border:1px solid #000;
}
.pd-line{
	height:2px;
	background:url(../images/pd-line.png) no-repeat 0 0;
	background-size:100% 100%;
}
.pd-title .row{
	padding:0 0 7px;
}
.pd-title h1{
	font-size:22px;
	font-weight:normal;
	color:#323232;
	line-height:24px;
}
.pd-title a{
	font-weight:normal;
}
.pd-title .share-button{
	margin:0 0 0 8px;
}
.pd-info{
	overflow:hidden;
	padding:15px 0 0;
}
.pd-center{
	float:left;
	width:460px;
}
.pd-sidebar{
	float:right;
	width:252px;
}
.pd-sidebar .grid, .pannel-left .grid{
	border-bottom:1px dotted #ccc;
	min-height:75px;
	padding:7px 8px 3px;
}
.pd-sidebar .grid:last-child, .pannel-left .grid:last-child{
	border-bottom:none;
}
.pd-sidebar .grid .img, .pannel-left .grid .img{
	width:50px;
	height:70px;
	float:right;
}
.pd-sidebar .grid .img img, .pannel-left .grid .img img{
	max-width:50px;
}
.pd-sidebar .grid .g-content, .pannel-left .grid .g-content{
	margin-left:0;
	margin-right:60px;
}
.pd-sidebar .grid .g-row, .pannel-left .grid .g-row{
	color:#999;
}
.pd-sidebar .grid label, .pannel-left .grid label{
	font-size:12px;
	display:inline-block;
	width:83px;
	color:#333;
}
.pd-sidebar .grid span, .pannel-left .grid span{
	color:#86b817;
}
.pd-sidebar .grid .lb-code, .pannel-left .grid .lb-code{
	font-weight:bold;
}
.pd-sidebar .view-more, .pannel-left .view-more{
	padding:7px 8px;
	text-align:right;
}
.pd-sidebar .view-more a, .pannel-left .view-more a{
	font-size:11px;
	font-weight:normal;
}
.pd-sidebar .view-more a span, .pannel-left .view-more a span{
	color:#000;
}
.pd-center .row{
	padding:0 0 10px;
	color:#333;
	line-height:18px;
}
.pd-center .color-green{
	color:#86b817;
	font-weight:bold;
}
.pd-center .color-orange{
	color:#f5af02;
}
.pd-center label{
	font-size:12px;
	font-weight:bold;
	color:#333;
	width:125px;
	float:left;
}
.pd-center .pd-textouter{
	min-height:18px;
}
.pd-center .text{
	width:50px;
	margin:-3px 0 0;
}
.pd-center select{
	vertical-align:top;
	width:110px;
}
.pd-center .medium-text{
	vertical-align:top;
	width:85px;
	margin:-3px 0 0;
}
.pd-center .old-price{
	font-size:14px;
	text-decoration:line-through;
	color:#999;
}
.pd-center .big-red{
	color:#e53238;
	font-weight:bold;
}
.pd-center .pd-center-dotted{
	height:1px;
	border-bottom:1px dotted #ccc;
	margin:5px 0;
}
.pd-center h5{
	color:#333;
	font-weight:normal;
	display:block;
	padding:5px 7px;
	background:#fffbed;
	border:1px solid #fde1c7;
}
.pd-center h6{
	font-size:12px;
	font-weight:normal;
	color:#F00;
	padding:4px 7px;
	display:block;
	border:1px dashed #000;
}
.pd-center .ul-bank{
	padding:0;
	display:inline-block;
}
.pd-center .btn-viewbank{
	font-weight:normal;
	float:right;
	font-size:11px;
	color:#696969;
	margin:8px 0 0;
}
.pd-center .lb-info{
	font-size:11px;
}
.pd-center .box-button{
    background:#fafafa;
    margin: 5px 0 0;
    padding: 12px 10px 10px;
	border:1px solid #eee;
	min-height:70px;
}
.pd-center .box-button label{
    width: 115px;
}
.pd-center .box-button .pd-textouter{
    margin-left: 115px;
}
.pd-center .buy-button{
	float:right;
	padding:15px 12px !important;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal !important;
	text-align:center;
	min-width:120px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.pd-center .bb-line{
	height:1px;
	background:#ccc;
	border-bottom:1px solid #fff;
	margin:10px 0;
}
.pd-center .redbg{
	cursor:auto;
	background:#d6051f !important;
	float:right;
	padding:15px 12px !important;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal !important;
	text-align:center;
	min-width:120px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.support-tab{
	padding:15px 15px 30px;
}
.support-tab .commit{
	width:730px;
	margin:0 auto;
}
.service-info{
	line-height:18px;
	color:#333;
	padding:10px 0 0;
}
.service-info p{
	padding:0 0 7px;
	color:#333;
}
.dotted-green{
	background:#86b817;
	width:4px;
	height:4px;
	display:inline-block;
	vertical-align:top;
	margin:8px 5px 0 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.index1{
	padding-left:27px !important;
	background:url(../images/icons/01.png) no-repeat 0 2px;
	display:block;
}
.index2{
	padding-left:27px !important;
	background:url(../images/icons/02.png) no-repeat 0 2px;
	display:block;
}
.index3{
	padding-left:27px !important;
	background:url(../images/icons/03.png) no-repeat 0 2px;
	display:block;
}
.bid-info{
	line-height:18px;
	color:#333;
}
.bid-info p{
	padding:0 0 7px 24px;
	color:#333;
}
.bid-info .dotted-green{
	float:left;
	margin:8px 0 0 -9px;
}
.bid-step{
	background:url(../images/bid-step-intro.png) no-repeat top left;
	height:26px;
	margin:3px 0 7px;
}
.bid-step .step-number{
	color:#fff;
	display:inline-block;
	padding:0 12px 0 6px;
}
.item-info{
	padding:15px;
	background:#faf9f9;
}
.item-info h5{
	font-weight:normal;
	display:block;
	padding:0 0 10px;
}
.item-info .row{
	display:inline-block;
	width:475px;
	padding:0 0 7px;
	vertical-align:top;
}
.item-info .row label{
	display:inline-block;
	width:109px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	padding:0 15px 0 0;
	vertical-align:top;
}
.item-info .row span{
	display:inline-block;
	vertical-align:top;
	width:345px;
}
.box-language{
	float:right;
	margin:9px 15px 0 0;
}
.box-language a{
	font-weight:normal;
	color:#333;
	margin:0 0 0 7px;
}
.box-language a img{
	margin:0 5px 0 0;
}
.box-language a:hover{
	text-decoration:underline;
}
.item-detail{
	padding:15px;
}
.detail-list{
	padding:30px 0 10px 20px;
}
.detail-list .small-item{
	float:none;
	margin:0 auto;
}
.support-icon{
	overflow:hidden;
	padding:10px 0 0 5px;
	position:relative;
}
.box-icon{
	width:114px;
	height:125px;
	float:left;
}
.box-icon .bborder{
	width:72px;
	height:72px;
	margin:0 auto;
	border:2px solid #999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.box-icon .btext{
	font-size:11px;
	color:#666;
	text-align:center;
	padding:7px 0 0;
}
.support-line{
	width:50px;
	height:125px;
	float:left;
	background:url(../images/support-line.png) no-repeat center 30px;
}
.support-line2{
	width:50px;
	height:35px;
	background:url(../images/support-line2.png) no-repeat center center;
	position:absolute;
	z-index:1;
	top:107px;
	left:453px;
}
.support-line3{
	width:50px;
	height:35px;
	background:url(../images/support-line3.png) no-repeat center center;
	position:absolute;
	z-index:1;
	top:107px;
	left:769px;
}
.support-space1{
	height:125px;
	width:492px;
	float:left;
}
.pay-logo{
	width:172px;
	float:left;
}
.pay-wrapper{
	padding:10px 0 0;
}
.pay-wrapper .pay-title{
	background: url(../images/icons/check.png) no-repeat;
	padding:2px 0 5px 28px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.pay-wrapper .pay-content{
	overflow:hidden;
	padding:5px 0 10px 30px;
	line-height:18px;
	color:#666;
}
.ul-bank{
	overflow:hidden;
	padding:7px 0 0;
}
.ul-bank li{
    float: left;
    padding: 0 6px 5px 0;
}
.ul-bank li a{
    background-position:0 0;
    background-repeat:no-repeat;
    border:1px solid #F4F4F4;
    border-radius:3px 3px 3px 3px;
    float:left;
    height:35px;
    width:35px;
	text-align:center;
}
.ul-bank li a:hover{
    background-position:0 -40px;
    border-color:#222;
}
.ul-bank span{
	margin:2px 0 0;
}
.commit-detail{
	padding:10px 10px 0;
}
.commit-detail .cd-item{
	padding:0 0 10px;
	min-height:50px;
	line-height:16px;
}
.commit-detail .cd-item .cd-content{
	margin-left:65px;
}
.commit-detail .cd-item h4{
	font-size:12px;
	color:#0066b2;
}
.commit-detail .cd-item p{
	font-size:11px;
	color:#323232;
}
.pd-facebook{
	max-width:100%;
	overflow:hidden;
}
.sp-info{
	background:#d6051f;
	padding:10px;
	color:#fff;
	margin-bottom:10px;
}
.sp-all{
	text-align:right;
	padding:0 15px 10px;
}
.sp-all a{
	font-weight:normal;
}
.sp-root{
	padding:10px;
	background:#fbe39e;
	margin:0 0 15px;
}
/*end product detail*/
/*info*/
.info-control{
	padding:7px 0 0;
}
.info-control .box-text{
    color:#999;
    display:inline-block;
    padding:4px 0 0;
}
.info-control .box-text b{
    color:#333;
}
.info-control .text{
	width:150px;
	border-right:none;
}
.info-control .button-green{
	line-height:22px;
	height:23px;
}
.item-tab{
	height:23px;
	padding:15px 0 0;
}
.item-tab ul li{
	float:left;
	margin:0 1px 0 0;
	background:#CCC;
	height:23px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.item-tab ul li a{
	display:block;
	padding:4px 12px 0;
	height:19px;
	font-weight:normal;
	color:#333;
}
.item-tab ul li.active, .item-tab ul li:hover{
	background:#EC820B;
}
.item-tab ul li.active a, .item-tab ul li:hover a{
	color:#fff;
}
.item-save{
	padding:10px 0;
}
.item-save table.tfull th, .item-save table.tfull td{
	padding:5px 10px;
}
.menu-product{
	padding:7px 0;
}
.menu-product a{
	font-weight:normal;
}
.menu-product .ym-name{
	font-size:14px;
	text-transform:uppercase;
}
.menu-product span{
	color:#999;
}
.menu-item .m-thumb{
	width:90px;
	float:left;
}
.menu-item .m-thumb img{
	width:90px;
}
.menu-item .m-content{
	margin-left:100px;
}
.menu-item .m-row{
	padding:0 0 5px;
	text-align:left;
}
.menu-item h5{
	font-size:12px;
	color:#333;
}
.menu-item label{
	width:90px;
	font-size:12px;
	font-weight:bold;
	color:#666;
	display:inline-block;
}
.menu-item span{
	color:#999;
}
.seller-info{
	padding:20px 0 17px 30px;
}
.seller-info .row{
	padding:0 0 12px;
	width:100%;
	clear:both;
}
.seller-info label{
	width:110px;
	float:left;
	font-size:12px;
	color:#333;
}
.seller-info .text-outer{
	margin-left:110px;
	font-size:12px;
	color:#333;
}
.seller-info .text-outer a{
	font-size:12px;
	font-weight:bold;
	color:#0064d2;
}
.seller-info .text-outer span{
	color:#86b817;
}
.seller-table{
	overflow:hidden;
}
.seller-table table.tfull{
	width:355px;
	float:left;
	margin:0 7px 20px;
}
.seller-table table.tfull th, .seller-table table.tfull td{
	padding:10px 5px;
	color:#333;
}
.seller-table table.tfull th{
	text-align:left;
	padding:10px;
}
.e-green{
	color:#86b817 !important;
}
.e-red{
	color:#e53238 !important;
}
.seller-review{
	padding:20px 14px 0 7px;
}
.seller-review table.tfull{
	margin:0 0 20px;
}
.seller-review table.tfull th, .seller-review table.tfull td{
	padding:10px;
	text-align:left;
	color:#333;
	border-right:none;
}
/*end info*/
/*news*/
.news-list{
	padding:0 0 20px;
}
.news-list .grid{
	border-bottom:1px dotted #ccc;
	padding:15px 5px 10px;
	min-height:110px;
}
.news-list .grid .img{
	border:1px solid #bfbfbf;
	width:139px;
	height:102px;
	background:#fff;
	position: relative;
	z-index:2;
}
.news-list .grid .img:before{
  	z-index: -1;
  	position: absolute;
  	content: "";
  	bottom: 15px;
  	left: 10px;
  	width: 70%;
  	top: 80%;
  	max-width:300px;
  	background: #777;
  	-webkit-box-shadow: 0 14px 4px #777;
  	-moz-box-shadow: 0 14px 4px #777;
  	box-shadow: 0 15px 4px #777;
  	-webkit-transform: rotate(-3deg);
  	-moz-transform: rotate(-3deg);
  	-o-transform: rotate(-3deg);
  	-ms-transform: rotate(-3deg);
  	transform: rotate(-3deg);
}
.news-list .grid .img a{
	width:135px;
	height:98px;
	display:block;
	border:2px solid #fff;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.news-list .grid .img img{
	max-width:135px;
	max-height:98px;
}
.news-list .grid .g-content{
	margin-left:150px;
}
.news-list .grid .g-title{
	color:#86b817;
}
.news-list .grid span{
	font-size:11px;
}
.news-list .grid .view-more{
	font-size:11px;
	margin:0 5px 0 0;
}
.menu-other{
	padding:0 0 20px;
}
.menu-other ul{
	margin:-1px 12px 0;
}
.menu-other ul li{
	padding:15px 0 7px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
}
.menu-other ul li a{
	font-size:14px;
	color:#333;
	font-weight:normal;
}
.menu-other ul li:hover a, .menu-other ul li.active a{
	color:#f5af02;
	text-decoration:underline;
}
.box-support{
	padding:10px 15px 0;
}
.box-support .row{
	padding:0 0 10px;
}
.box-support .color-blue{
	color:#0064d2;
}
.line-bottom{
	border-bottom:1px dotted #ccc;
}
.faq-list{
	padding:10px 5px 10px 17px;
}
/*end news*/
/*detail*/
.box-detail{
	padding:15px 5px 25px;
}
.detail-title{
	font-size:14px;
	font-weight:bold;
	color:#86b817;
	padding:0 0 5px;
}
.detail-time{
	color:#999;
	font-size:11px;
	padding:0 0 5px;
}
.detail-content{
	font-size:12px;
	line-height:22px;
	color:#333;
}
.detail-content *{
	font-size:12px;
	color:#333;
}
.detail-content img{
	max-width:100%;
	height:auto;
}
/*end detail*/
/*promotion*/
.promotion-list{
	padding:0 0 30px 15px;
	height:332px;
	overflow:hidden;
}
.promotion-list .big-item{
	margin:10px 30px 20px;
}
.activeall .promotion-list, .activeall .promotion-list div.big-item:hover .item-link{
	height:inherit !important;
}
.promotion-list div.big-item:hover .item-link{
	height:32px;
}
.showallproduct{
	width:128px;
	height:28px;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	float:left;
	cursor:pointer;
	padding:8px 0 0;
	margin:-15px 64px 0 50%;
}
a.showallproduct:hover{
	text-decoration:underline;
	color:#fff;
}
.more-green{
	background:url(../images/showallproduct.png) no-repeat 0 0;
}
.more-red{
	background:url(../images/showallproduct.png) no-repeat 0 -36px;
}
.more-blue{
	background:url(../images/showallproduct.png) no-repeat 0 -72px;
}
.more-orange{
	background:url(../images/showallproduct.png) no-repeat 0 -108px;
}
/*end promotion*/
#livechat-compact-container,
#livechat-full {
    left: 20px; 
    right: auto;
}
#livechat-eye-catcher{
	left: 10px; 
    right: auto !important;
	bottom:-6px !important;
}
/*ctv*/
.ctv-outer{
	overflow:hidden;
	padding:10px 0 0;
	clear:both;
}
.ctv-sidebar{
	width:380px;
	float:right;
}
.ctv-login{
	background:#faf9f9;
	border:1px solid #ccc;
	padding:15px 25px 15px;
	margin:0 0 15px;
}
.ctv-login h2{
	font-size:18px;
	color:#86b817;
	padding:0 0 5px;
	display:block;
	border-bottom:1px solid #ccc;
}
.ctv-login .form{
	padding:25px 0;
}
.ctv-login .form label{
	width:120px;
	padding:8px 0 7px;
}
.ctv-login .form h6{
	padding:7px 0 0;
}
.ctv-login .form .text-outer{
	margin-left:120px;
}
.ctv-login .form .text{
	width:180px;
	padding:7px 4px;
}
.ctv-login .form .button{
	margin:10px 0 0;
}
.ctv-login .ctv-bottom{
	text-align:right;
}
.ctv-login .ctv-bottom a{
	font-weight:normal;
	padding:0;
}
.ctv-login .ctv-bottom a:hover{
	text-decoration:underline;
}
.ctv-info{
	float:left;
	width:590px;
}
.ctv-list{
	padding:5px 15px;
}
.ctv-index{
	border-bottom:1px solid #f1f1f1;
	padding:10px 0;
}
.ctv-index a{
	text-transform:uppercase;
	font-size:12px;
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}
.ctv-index p{
	padding:7px 0 0;
	display:block;
	color:#777;
}
.ctv-index a:hover{
	color:#EC820B;
}
.ctv-info .support-tab{
	padding:15px 0 30px;
}
.ctv-info .pay-wrapper .pay-content{
	line-height:22px;
}
#ctv-menu{
	width:378px;
	top:10px;
	z-index:100;
}
.ctv-register{
	background:#fff;
	border:1px solid #ccc;
	padding:15px 25px 15px;
	margin:0 0 15px;
}
.ctv-register h2, .ctv-getlink h2{
	font-size:18px;
	color:#86b817;
	padding:0 0 5px;
	display:block;
	border-bottom:1px solid #ccc;
}
.ctv-register .form, .ctv-getlink .form{
	padding:25px 0;
}
.ctv-register .form .text{
	width:180px;
}
.ctv-register .form .button, .ctv-getlink .form .button{
	margin:10px 0 0;
}
.ctv-getlink{
	padding:15px 25px 15px;
	background:#fff;
}
.ctv-getlink h6 a{
	font-weight:normal;
	color:#3A5979;
}
.ctv-getlink h6 a:hover{
	text-decoration:underline;
}
.ctv-getlink .ctv-gettext{
	display:inline-block;
	padding:4px 0 0;
}
.ctv-getlink table.tfull th, .ctv-getlink table.tfull td, .ctv-getlink table.tfull caption{
	padding:10px 3px;
}
/*end ctv*/
/*support*/
.adfix-support{
	padding-left:0 !important;
	top:5px !important;
}
.ebay-support{
	border:1px solid #ccc;
	width:160px;
	padding:0 0 3px;
	background:#fff;
	display:none;
}
.ebay-support h2{
	display:block;
	margin:1px 1px 5px;
	background:#f5af02;
	font-size:12px;
	font-weight:normal;
	padding:4px 5px;
	color:#fff;
}
.ebay-support .row{
	padding:0 2px 5px 5px;
	font-size:11px;
}
.ebay-support a{
	font-size:11px;
	font-weight:normal;
}
.ebay-support p{
	font-size:11px;
}
.ebay-support .close-support{
	float:right;
	margin:0 3px 0 0;
	font-weight:bold;
	cursor:pointer;
	display:none;
}
.ebay-minisupport{
	background:#0064d2;
	width:50px;
	height:55px;
	position:absolute;
	z-index:2;
	text-align:center;
	cursor:pointer;
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
}
.ebay-minisupport p{
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
}
.icon-minisupport{
	background:url(../images/icons/minisupport.png) no-repeat;
	width:38px;
	height:35px;
	display:inline-block;
	margin:3px 0 0;
}
.social-google, .social-facebook{
	padding:0 0 5px;
}
.ebay-support .close-support{
	display:block;
}
.social-all{
	margin:0 0 0 132px;
	display:none;
}
/*end support*/
/*search-suggest*/
.search-suggest{
    position: absolute;
    min-height: 50px;
    width: 100%;
    top: 30px;
    border: 1px #f00 solid;
    z-index: 99999999;
    background: #f1f1f1;
    /*opacity: 0.2;*/
}
/*end search-suggest*/
/*filter*/
.filter-other{
    overflow:hidden;
    height:300px;
    width:625px;
    border:1px solid #eee;
}
.filter-left{
    float:left;
    width:174px;
    height:300px;
    overflow:auto;
    border-right:1px solid #eee;
}
.filter-right{
    float:right;
    width:450px;
    height:300px;
    overflow:auto;
}
.filter-left ul li{
    border-bottom:1px solid #eee;
}
.filter-left ul li a{
    font-size:12px;
    color:#000;
    font-weight:normal;
    padding:7px 10px;
    display:block;
}
.filter-left ul li.active, .filter-left ul li:hover{
    background:#f4f4f4;
}
.filter-left ul li.active a, .filter-left ul li:hover a{
    color:#f47a20;
}
.filter-title{
    font-size:18px;
    color:#333;
    padding:7px 0 7px 15px;
}
.filter-title a{
    font-size:11px;
}
.filter-right .box-check{
    margin:0 0 0 10px;
}
.filter-right .box-check .row{
    padding:5px 0 6px 8px;
    /*height:15px;*/
    float:left;
    overflow:hidden;
    width:200px;
}
.filter-right .box-check label{
    height:15px;
    overflow:hidden;
    /*display:inline-block;*/
    max-width:150px;
    vertical-align:top;
}
.filter-right .box-check label:hover{
    color: #0173bd;
    cursor: pointer;
}
.filter-right .box-check input[type=checkbox] {
    margin: 1px 7px 0 0;
    float: left;
}
.filter-right .box-check span {
    color: #999;
    margin: 0 0 0 3px;
}
/*end filter*/
/*search page*/
.search-form{
	padding:15px 15px;
	background:#fcfcfc;
}
.search-form .long-text{
	width:400px;
}
.search-form .search-lb{
	display:inline-block;
	vertical-align:top;
	padding:4px 0 0;
	margin:0 5px;
}
.search-result{
	padding:15px 10px;
}
.search-content{
	padding:0 10px 15px;
	line-height:18px;
}
.search-content a{
	font-weight:normal;
}
.page-top .page-result{
	color:#666;
	display:inline-block;
	vertical-align:top;
	padding:4px 0 0;
}
.page-top select{
	width:70px;
}
.search-winget{
	margin:0 0 15px;
}
.search-winget .sw-title{
	text-transform:uppercase;
	padding:0 0 7px;
	font-size:13px;
	font-weight:bold;
	color:#333;
}
.search-near li{
}
.search-near li .sn-title{
	border:1px solid #ccc;
	display:block;
	padding:7px 15px;
	color:#333;
}
.search-winget .search-count{
	display:none;
}
.search-winget li.active .search-count{
	display:block;
}
.search-winget .search-count .grid{
	border-bottom:1px solid #fbfbfb;
	padding:5px 0;
}
.search-winget .search-count .grid:last-child{
	border-bottom:none;
}
.search-winget .search-count .grid .img{
}
.search-winget .search-count .grid .img a{
	display:table-cell;
	width:50px;
	height:50px;
	text-align:center;
	vertical-align:middle;
}
.search-winget .search-count .grid .img img{
	max-weight:50px;
	max-height:50px;
}
.search-winget .search-count .grid .g-title{
	color:#333;
	font-weight:normal;
}
.search-winget .search-count .grid .g-cost{
	color:#ff0000;
}
.box-content-email{
	max-width:555px;
	margin:auto;
	border:1px solid #DDD;
	box-shadow:0px 0px 5px rgba(0,0,0,0.3)
}
/*end search page*/

.logo-mastercard{
	margin-top: 20px;
	margin-right: 10px;	
}
.textouter-border h6{
	border:1px solid #D9D9D9;
	background:#f9f9f9;
}