@charset "utf-8";
/* CSS Document */

/* CSS Document */
/*-------------------
*Description:        base.css
*Version:            v1.0(2011-08-04 13:13)
*Website:            http://www.bookuu.com
*Author:             eilianson(eilianson@163.com)
*update:             eilianson(2011-04-13 13:13)
-------------------*/

/* whole situation CSS define */
html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,lable,textarea,p,blockquote,td,img {margin:0;padding:0;}
body{background:#fff}
html,body{height:100%;}
a:link {color:#0092d2; text-decoration:none;}/*248ac1*/
a:visited {color:#0092d2; text-decoration:none;}
a:hover {color: #fc4c0f; text-decoration:underline;}
a:active {color: #fc4c0f;}
em {font-style:normal;}
h1,h2,h3,h4,h5,h6,strong {font-weight:800;font-size:100%;}
label, input, select {vertical-align:middle;}
img, button {background:none;border:none;}
ol,ul,li {list-style-type:none;}
table,td {border:none;border-collapse:collapse}
ins{font-size:12px; color:#fc4c0f; font-weight:bold; text-decoration:none; padding:0 2px; font-family:Verdana, Geneva, sans-serif;}
del{font-size:12px; padding:0 2px; 
		background: url(../images/bg_price_del_20110516.png) repeat-x 0 9px;
		color: #9C9C9C;
		font-family: Arial;
		text-decoration:none;
	}
i{font-family:Verdana, Geneva, sans-serif; color:#80a44e; font-size:12px; padding:0 2px; font-style:normal;}
hr{border-top: 1px dashed #999999; border-bottom: 0px dashed #999999; height: 1px; color: #FFFFFF; margin: 8px 0px; padding:0 0;}
.block{display:block;}
.none{display:none;}
.blankW {background:#fff;}
.blank3 {clear:both; height:3px; overflow:hidden; display:block;}
.blank6 {clear:both; height:6px; overflow:hidden; display:block;}
.blank7 {clear:both; height:7px; overflow:hidden; display:block;}
.blank9 {clear:both; height:9px; overflow:hidden; display:block;}
.blank10 {clear:both; height:10px; overflow:hidden; display:block;}
.blank9w {background:#ffffff; clear:both; height:9px; overflow:hidden; display:block;}
.blank12 {clear:both; height:12px; overflow:hidden; display:block;}
.blank15 {clear:both; height:15px; overflow:hidden; display:block;}
.blank20 {clear:both; height:20px; overflow:hidden; display:block;}
.fB{font-weight:bold;}
.f12px{font-size:12px;}
.f14px{font-size:14px;}
.f16px{font-size:16px;}
.f18px{font-size:18px;}
.f24px{font-size:24px;}
.f36px{font-size:36px;}
.relative{position:relative; top:0; left:0;}
.red{color:#F00;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.hidden{display:none;}
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*
/* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac*/
.layout{width:1000px; margin:0 auto;}
.container,.footer{width:1000px; margin:0 auto;}
.w1000{width:1000px;}
.margin10{margin-top:10px;}

.item {
	width: 160px;
}
.item .pic {
	width: 158px;
	height: 150px;
	border: solid 1px #ddd;
	text-align: center;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.item .pic:hover{border:#aaa 1px solid;}
.item .pic a{
		display:table-cell;
        width:158px;
        height:148px;
		text-align:center;
        vertical-align:middle;
        /* for ie vertical hack */
        *display:block;
        *font-family:Arial!important;
        *font-size:129px;
        *line-height:1;
}
.item .pic a img{width:120px; vertical-align:middle}
.item .desc{clear:both;}
.item .price{clear:both;}

#bknav-site{
	clear: both;
	height: 32px;
	background:#f0f0f0 url(../images/headerm20110803_bg.gif) repeat-x 0 -45px;
	min-width:1000px;
}
#site-nav-bd {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	padding: 2px 0;
	z-index: 10000;
	color:#333;
}
#bknav-site .login-info {
	float: left;
}
#bknav-site .login-info a,#bknav-site .login-info a:link{color:#fc4c0f;}
#bknav-site .bkquick-menu {
	position: absolute;
	right: 0;
	top: 1px;
}
#bknav-site .bkquick-menu li{
	float: left;
	margin-left: -1px;
	padding:0px 10px;
	line-height:28px;
	background:url(../images/txtline20110803_bg.gif) no-repeat right 7px;
}
#bknav-site .bkquick-menu li a,#bknav-site .bkquick-menu li a:link{color:#333;}
#bknav-site .bkquick-menu li.cart,#bknav-site .bkquick-menu li.sitehelp{
	position:relative;
}
#bknav-site .bkquick-menu li.cart{z-index:10000;}
#bknav-site .bkquick-menu li.cart .cart-a,#bknav-site .bkquick-menu li.sitehelp .help-a{
	display: block;
	font-size: 12px;
	color: #333;
	position: relative;
	height: 20px;
	line-height: 20px;
	float: left;
	padding: 0 10px;
	padding-right:19px;
	cursor: pointer;
	z-index: 10001;
	background: white;
	border: #EDDADE 1px solid;
	margin-top:3px;
}
#bknav-site .bkquick-menu li.cart .cart-a{padding-right:10px;}
#bknav-site .bkquick-menu li.cart .cart-a em.aicon{
	width:13px; 
	height:11px;
	display:block;
	float:left;
	background:url(../images/headerm20110803_bg.gif) no-repeat -247px -219px;
	margin: 5px 5px 0 0;
	font-size:0;
}
#bknav-site .bkquick-menu li.cart .cart-a span.cartnum{
	font-size:12px; 
	font-weight:bold; 
	font-family: 'simsun';
	color: #F50;
	
	}
#bknav-site .bkquick-menu li.cart .cart-a b.arricon,#bknav-site .bkquick-menu li.sitehelp .help-a b.arricon{
	width: 8px;
	height: 4px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: 8px;
	right: 7px;
	background:url(../images/headerm20110803_bg.gif) no-repeat -252px -230px;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
}	

#bknav-site .bkquick-menu li.cart .cart-a:hover,#bknav-site .bkquick-menu li.sitehelp .help-a:hover{color:#fc4c0f}
#bknav-site .bkquick-menu li.cart .cart-a:hover b.arricon,#bknav-site .bkquick-menu li.sitehelp .help-a:hover b.arricon{
	-moz-transform:rotate(180deg);
	-moz-transform-origin:50% 50%;
	-webkit-transform:rotate(180deg);
	-webkit-transform-origin:50% 50%;
	-o-transform:rotate(180deg);
	-o-transform-origin:50% 50%;
	transform:rotate(180deg);
	transform-origin:50% 50%;
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	}
#bknav-site .bkquick-menu li.cart .cart-a b.arricon{display:none;}
#bknav-site .bkquick-menu li.cart .site-cart-content{
	position: absolute;
	top:23px;
	left:10px;
	width:282px;
	padding:10px;
	overflow:hidden;
	border:1px solid #D8D8D8;
	background:white;
	font-size:12px;
	display:none;
	z-index:8004;
}
#bknav-site .bkquick-menu li.cart .noitemlist{
	color: #C33;
	height: 20px;
	overflow: hidden;
	clear: both;
	display:none;
}
#bknav-site .bkquick-menu li.cart a.siteviewcart{
	float: right;
	display: inline-block;
	height: 20px;
	height: 22px;
	line-height: 19px;
	line-height: 22px;
	_line-height: 21px;
	width: 113px;
	text-align: center;
	color: white;
	background:url(../images/popcatio.png) no-repeat 0 0;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
}
#bknav-site .bkquick-menu li.cart .siteprolist{clear:both;}
#bknav-site .bkquick-menu li.cart .siteprolist li{
	margin:0; 
	padding:0; 
	line-height:18px; 
	background:#FFF; 
	clear:both; 
	width:100%;
	height:60px; 
	overflow:hidden;
	border-bottom:#eee 1px solid;
	margin-bottom:8px;
}

#bknav-site .bkquick-menu li.cart .siteprolist .mini-cart-img {
	display: inline-block;
	float: left;
	width: 40px;
	height:50px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}
#bknav-site .bkquick-menu li.cart .siteprolist .mini-cart-img img{width:40px;}
#bknav-site .bkquick-menu li.cart .siteprolist .mini-cart-title {
	height: 48px;
	line-height: 16px;
	overflow: hidden;
	width: 161px;
	float:left;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
}
#bknav-site .bkquick-menu li.cart .siteprolist .mini-cart-title a{color:#666;}
#bknav-site .bkquick-menu li.cart .siteprolist .mini-cart-title a:hover{ color:#fc4c0f;}
#bknav-site .bkquick-menu li.cart .siteprolist .mini-cart-del{
	float:right;
	margin-top:8px;
	margin-right:8px;
	white-space: nowrap;
}
#bknav-site .bkquick-menu li.cart .siteprolist .mini-cart-del a{color:#0092D2;}
#bknav-site .bkquick-menu li.cart .siteprolist .mini-cart-count {
	float:right;
	color: #999;
	font-family: arial,verdana;
}
#bknav-site .bkquick-menu li.cart .siteprolist .mini-cart-count strong{color: #F50; margin-left:4px;}

#bknav-site .bkquick-menu li.cart .siteprolist .siteviewdiv{width:100%; float:left;}
#bknav-site .bkquick-menu li.cart .siteprolist .siteviewdiv .siteviewcart{margin:0;}


#bknav-site .bkquick-menu li.cart .sitecart-hover{border:1px solid #D8D8D8; border-bottom:0;}
#bknav-site .bkquick-menu li.cart .sitecart-hover b.arricon,#bknav-site .bkquick-menu li.sitehelp .help-hover b.arricon{
	-moz-transform:rotate(180deg);
	-moz-transform-origin:50% 50%;
	-webkit-transform:rotate(180deg);
	-webkit-transform-origin:50% 50%;
	-o-transform:rotate(180deg);
	-o-transform-origin:50% 50%;
	transform:rotate(90deg);
	transform-origin:50% 50%;
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/*系统消息*/
#bknav-site .bkquick-menu .msg{ display:block; _padding-top:3px; margin:0 6px;}
#bknav-site .bkquick-menuli.sysmsg-on{background:#f0f0f0; top:-1px;}
#bknav-site .bkquick-menu li#sysmsg{ position:relative;}
#bknav-site .bkquick-menu li#sysmsg li{ background:#f0f0f0;}
/*#bknav-site .bkquick-menu li#sysmsg-bd a{position:absolute; top:20px; _top:19px; left:-5px;margin:6px;border:solid 1px; background:#f0f0f0;  width:86px; display:block; overflow:hidden; zoom:1;}*/
#sysmsg-bd{background:#f0f0f0; position:absolute; top:20px; _top:19px; left:-6px; width:86px; display:block; overflow:hidden; zoom:1; margin:0 6px;}
.msg-bak{height:5px;}


#bknav-site .bkquick-menu li.sitehelp .help-a{border:#f0f0f0 1px solid; background:#f0f0f0; z-index:9999;}
#bknav-site .bkquick-menu li.sitehelp .help-hover{border:1px solid #D8D8D8; border-bottom:0; background:#FFF;}
#bknav-site .bkquick-menu li.sitehelp .sitehlpe-content{width:77px; position:absolute; top:23px; left:10px;  background:#FFF; border:#d8d8d8 1px solid; display:none;}
#bknav-site .bkquick-menu li.sitehelp .sitehlpe-content dd{line-height:22px; text-align:center;}
#bknav-site .bkquick-menu li.sitehelp .sitehlpe-content dd a{display:block; line-height:22px;}
#bknav-site .bkquick-menu li.sitehelp .sitehlpe-content dd a:hover{background:#f8f8f8;}
#bknav-site .bkquick-menu li.sitephone{background:none;}
#bknav-site .bkquick-menu li.sitephone em{display:block; width:75px; height:15px; line-height:15px; font-size:0; background:url(../images/headerm20110803_bg.gif) no-repeat 0 -363px; margin-top:7px;}

#top-header{height:169px; background:#FFF; min-width:1000px;}
#search-content{clear:both; height:97px;}
#search-content .container{width:920px;}
#search-content .container .bklogo{width:260px; height:45px; font-size:0px; color:#FFF; text-indent:-9999px;overflow:hidden; background:url(../images/headerm20110803_bg.gif) no-repeat 0 0; display:block; margin-top:22px; float:left;}
#search-content .container .bksearch{float:right; margin-top:22px;}
#search-content .container .bk-s-pannel{width:580px; height:40px; background:url(../images/searchm20110803_bg.gif) no-repeat 0 0; float:left;}
#search-content .container .bk-s-pannel .crt-r{height:35px; background:url(../images/searchm20110803_bg.gif) no-repeat right -40px; padding:5px 0 0 5px;}
#search-content .container .bk-s-input{width:460px; padding-left:10px; height:30px; line-height:30px; border:0; background:url(../images/searchm20110803_bg.gif) no-repeat 0 -80px; float:left;}
#search-content .container .bk-s-onblur{width:435px; padding-left:35px; height:30px; line-height:30px; border:0; background:url(../images/searchm20110803_bg.gif) no-repeat 0 -110px; float:left;}
#search-content .container .bk-s-ibtn{width:99px; height:30px; line-height:30px; border:0; background:url(../images/searchm20110803_bg.gif) no-repeat 0 -140px; float:left; cursor:pointer;}
#search-content .container .bk-s-ibtn:hover{ background-position:-99px -140px;}

#search-content .container .ad-s-txt{line-height:40px; margin-left:10px; float:left; color:#0092D2;}
#search-content .container .ad-s-txt a{ color:#0092D2;}
#search-content .container .bk-s-hotwords{clear:both; width:660px; line-height:35px; height:26px; overflow:hidden;}
#search-content .container .bk-s-hotwords strong{color:#333; font-size:12px;}
#search-content .container .bk-s-hotwords a{padding:0 5px; color:#333;}


#channel-wrap{height:72px; clear:both; background:url(../images/headerm20110803_bg.gif) repeat-x 0 -77px;}
#channel-wrap .main-channel{height:35px; clear:both; position:relative; z-index:9995;}
.a_category{display:block; width:206px; height:33px; float:left; background:url(../images/headerm20110803_bg.gif) no-repeat 0 -285px; margin-top:2px; position:relative; z-index:9995;}
/*#a_category:hover{background-position:0 -318px;}*/
.a_catehover{background-position:0 -318px;}
.a_catelink{width:206px; height:33px; position:absolute; top:0; left:0; z-index:9995; display:block;}

#allsort-content{width:206px; position:absolute; top:33px; left:0; z-index:9995; display:none;}
#allsort-content .sort-box-t{clear:both; height:7px; line-height:7px; font-size:0; background:url(../images/headerm20110803_bg.gif) no-repeat 0 -351px;}	
#allsort-content .sort-box-c{clear:both; background:url(../images/navm20110803_bg.gif) repeat-y 0 0; padding:0 10px; width:186px; float:left;}
#allsort-content .sort-box-c li{height:28px; line-height:28px; padding-left:12px; border-bottom:#e2f5fd 1px solid; position:relative; z-index:9993; cursor:pointer;}
#allsort-content .sort-box-c li .countmun{font-size:12px; font-family:Arial, Helvetica, sans-serif; position:absolute; z-index:1000; left:100px; top:5px; color:#999;}
#allsort-content .sort-box-c li .arrcon{width:4px; height:8px; line-height:8px; font-size:0; position:absolute; top:10px; right:5px; z-index:100; background:url(../images/headerm20110803_bg.gif) no-repeat -78px -363px;}
#allsort-content .sort-box-c li a.nav-a{color:#333;}
#allsort-content .sort-box-c li.allsort-hover{background:#696967; color:#FFF; z-index:9994;}
#allsort-content .sort-box-c li.allsort-hover a,#allsort-content .sort-box-c li.allsort-hover a:hover{color:#FFF;}
#allsort-content .sort-box-c li.allsort-hover .countmun{color:#FFF;}
#allsort-content .sort-box-c li.allsort-hover .arrcon{background-position:-94px -363px;}
#allsort-content .sort-box-c h3{display:block; clear:both; font-size:12px; font-weight:bold; padding:3px 0 0 5px; line-height:24px;}
#allsort-content .sort-box-c h3 a{color:#158fbd;}
.allsort-popup{display:none; position:absolute; top:0; left:160px; z-index:10000; background:#fff; border:#696967 3px solid; width:550px; height:auto; cursor:default;}
.allsort-popup .lst-subcategory{padding:10px; padding-top:5px; float:left;}
.allsort-popup .lst-subcategory dl{ background:url(../images/underline20110803_bg.gif) repeat-x 0 bottom; width:530px; float:left; padding:5px 0;}
.allsort-popup .lst-subcategory dl a{cursor:pointer;}
.allsort-popup .lst-subcategory dl:hover,.allsort-popup .lst-subcategory dl.lsthover{background:#f0fbff url(../images/underline20110803_bg.gif) repeat-x 0 bottom;}
.allsort-popup .lst-subcategory dl dt{width:85px; padding-left:5px; float:left; display:block; font-size:12px; font-weight:bold; line-height:26px;}
.allsort-popup .lst-subcategory dl dt a{cursor:pointer;}
.allsort-popup .lst-subcategory dl dd{line-height:26px; display:block; float:left; width:430px;}
.allsort-popup .lst-subcategory dl dd a{
	cursor:pointer;
	float:left; 
	line-height:26px; 
	background:url(../images/txtline20110803_bg.gif) no-repeat 0 -118px; 
	padding-left:8px; 
	margin-right:8px; 
	color:#666;
	display: inline-block;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	}
#allsort-content #allsortlist .lst-subcategory dl dt a{color:#179ed1;}
#allsort-content #allsortlist .lst-subcategory dl dd a{color:#666;}
#allsort-content #allsortlist .lst-subcategory dl dd a:hover{color:#fc4c0f;}
.allsort-popup .lst-subcategory dl.inlineback{float:left; width:auto;}
.allsort-popup .lst-subcategory dl.inlineback dt{width:80px; height:26px; overflow:hidden;}
.allsort-popup .lst-subcategory dl.inlineback dd{display:none;}

#allsorttxt{background:#e6f7fe; line-height:24px; padding-left:5px; font-size:12px; font-weight:bold;}
#allsorttxt a{color:#333}

.catelilist_02 .allsort-popup{top:-29px;}
.catelilist_03 .allsort-popup{top:-58px;}
.catelilist_04 .allsort-popup{top:-87px;}
.catelilist_05 .allsort-popup{top:-116px;}
.catelilist_06 .allsort-popup{top:-145px;}
.catelilist_07 .allsort-popup{top:-174px;}
.catelilist_08 .allsort-popup{top:-203px;}
.catelilist_09 .allsort-popup{top:-150px;}
.catelilist_010 .allsort-popup{top:-261px;}
.catelilist_011 .allsort-popup{top:-290px;}
.catelilist_012 .allsort-popup{top:-150px;}
.catelilist_013 .allsort-popup{top:-348px;}
#allsort-content .sort-box-b{clear:both; height:5px; line-height:5px; font-size:0; background:url(../images/headerm20110803_bg.gif) no-repeat 0 -358px;}

#col-nav{width:780px; float:right;}
#col-nav li{float:left; position:relative; padding-right:1px; background:url(../images/txtline20110803_bg.gif) no-repeat right -26px; line-height:35px;}
#col-nav li a,#col-nav li a em{height:35px; line-height:35px;font-size: 14px;font-weight: bold; display:block; color:#FFF; float:left; cursor:pointer;}
#col-nav li a:hover{background:#444;}
#col-nav li a em{padding:0 25px; }
#col-nav li.selected{background:none;}
#col-nav li.selected a{background:url(../images/headerm20110803_bg.gif) no-repeat 0 -149px; color:#179fcf;}
#col-nav li.selected a em{background:url(../images/headerm20110803_bg.gif) no-repeat right -184px; color:#179fcf;}
#col-nav li.selected a:hover{background:url(../images/headerm20110803_bg.gif) no-repeat 0 -149px; color:#179fcf;}
#col-nav li.selected a:hover em{background:url(../images/headerm20110803_bg.gif) no-repeat right -184px; color:#179fcf;}

#sub-nav-bot{height:36px; line-height:36px; clear:both; overflow:hidden;}
#sub-nav-bot a{background:url(../images/txtline20110803_bg.gif) no-repeat right -85px; padding:0 8px; color:#333;}
#sub-nav-bot a:link{color:#333;}
.index-nav-hot{padding-left:212px;}


/* cancel order goes below */
.cancel-order {width: 230px; background: #f2f2f2; border: 1px solid #999; position: fixed; left:50%; top:50%; padding: 15px; z-index:9999; _position:absolute; _top:expression(documentElement.scrollTop + 350);}
.cancel-order p {line-height: 18px; padding-right: 20px; margin-bottom: 10px;}
.cancel-order .btn_1 {display: block; float: left; height: 20px; width: 60px; margin: 12px 0 8px; line-height: 20px; text-align: center; color: #fff; background: url(../index/images/btn_1.png) no-repeat 0 0;}
.cancel-order .btn_1:hover {font-weight: bold; text-decoration: none;}
.cancel-order .coy {margin-left: 15px; margin-right: 20px} 
.cancel-order .con {background-position: 0 -20px;}
.cancel-order .mid_btn {margin: 8px auto; float: none;}
.cancel-order div {text-align: center;}


.page-turning{ margin-top:15px; padding:10px 0; text-align:center; display:block; overflow:hidden; zoom:1;}
.page-turning ul{ float:right;}
.page-turning li{ float:left; padding:0 8px; height:22px; line-height:22px;}
.page-turning a, .page-turning span{ height:22px; line-height:22px; display:inline-block; padding:0 7px;}
.page-turning a{ margin:0 1px; border:#ccc solid 1px; color:#248ac1; text-decoration:none;}
.page-turning .page-mun a:hover, .page-turning .page-mun span.on, .page-turning .page-mun a.on{ color:#fff; background:#22a8db; border:#2394be solid 1px; text-decoration: none;}

/*底部搜索*/
.bk-search s, .bk-search .search, .bk-search .but{ background:url(../images/header_bg.png) no-repeat; display:inline-block; zoom:1;}
.bk-search{ width:645px; _width:600px; _float:left;}
.bk-search s{ width:8px; height:40px;}
.bk-search s.search-l{ background-position:0 0;}
.bk-search s.search-r{ background-position:-121px 0; width:5px;}
.bk-search .search{ background-position:0 -41px; height:36px; background-repeat:repeat-x; padding:4px 0 0 1px; float:left;}
.bk-search .search .inp{ width:450px; height:30px; line-height:30px; padding:1px 10px; _padding:1px 9px; border:0; background:none; font-size:14px; color:#999; margin-top:2px\9; float:left;}
.bk-search .but{ background-position:0 -166px; width:99px; height:28px; border:0; font-size:0; line-height:0; overflow:hidden; zoom:1; _text-indent:-10000px; margin-top:2px; cursor:pointer;}
.bk-search .but:hover{ background-position:-103px -166px; width:99px; height:28px; border:0; text-indent:-10000px; margin-top:2px; cursor:pointer;}
.ad-s-txt{ height:40px; line-height:40px; margin-left:10px; width:50px;}
.ad-s-txt a{ vertical-align:middle; color:#0092d2;}
.bk-h-search{ width:auto; clear:both; height:26px; overflow:hidden; padding-top:8px;}
.bk-h-search a{ padding:0 5px;}
.footer-search{ border-top:#ccc solid 1px; border-bottom:#ccc solid 1px; background:#f5f5f5; padding:15px 0; display:inline-block; width:100%; margin:10px auto;}
.bk-f-search{ float:none; margin:0 auto; width:584px;}
.bk-f-search .search .inp{ border:#ccc solid 1px; width:450px; height:26px; line-height:26px; background:#FFF; position:relative; margin:1px 0 0 -3px;}

.not-sucess-bg{width:644px; height:308px; background:url(../index/images/nond-bg.gif) no-repeat 0 0; margin:0 auto;}
.not-sucess-bg h1{width:260px; padding-left:85px; font-size:24px; font-weight:bold; color:#fc4c0f; line-height:70px; height:70px; margin:0 auto; background:url(../index/images/big-gth_bg.png) no-repeat 0 0;}
.not-sucess-bg .youcan{width:345px; margin:0 auto; padding-top:10px; text-align:center;}
.not-sucess-bg h1.payok{background:url(../index/images/big-pay_bg.png) no-repeat 0 0; color:#61982b; width:280px;}
.shoping-paybke{padding:0 42px;}
.shoping-paybke li{line-height:30px;}