/* -------------------------------------------------------------
                     JF Web Style
      
      Author:hanbingfeng
      Create Date:13.08.05	  Last Mondify Date:13.11.15
      ===================================================

------------------------------------------------------------- */
body{
	font:12px/150% Arial,Verdana,"\5b8b\4f53";
	color:#162544;
	background:#f3f3f3;
	_background-image:url(about:blank);
	_background-attachment:fixed;
}
img{
	vertical-align: middle;
}
.hide{display: none;}
.float-left{float:left !important;}
.float-right{float:right !important;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.hide-text {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: rgba(0, 0, 0, 0);
    font: 0px/0 a;
    text-shadow: none;
    overflow: hidden;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.inner{
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------------------------
                        	Index Style
------------------------------------------------------------- */

/*=--------------- #header ------------------=*/

header{
	position: relative;
	z-index: 10;
	height: 115px;
	background: #fff;
}

.logo{
	width: 190px;
}

/*=----- Search -----=*/

.search{
	position: relative;
	margin: 50px 20px 0 80px;
	width: 470px;
	height: 32px;
	background:url(../img/search_bg.png) no-repeat 0 0;
}
.select_type{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 2px 0 1px;
	width: 140px;
}
.search_region{
	position: absolute;
	top: 0;
	left: 143px;
	margin-right: 2px;
	padding: 1px 0 0 0;
	width: 272px;
}
	.search_text{
		width: 258px;
		padding: 5px 8px 4px;
		line-height: 17px;
		height: 20px;
		font-size: 14px;
		border: 0 none;
	}
.search_btn{
	position: absolute;
	top: 0;
	left: 417px;
	width: 48px;
	height: 32px;
	border: 0 none;
	background: none;
	cursor: pointer;
}
ul.datalist{
	display: none;
	width: 270px;
}
.datalist li{
	width: 270px;
	float: left;
	margin-bottom: 0;
	zoom:1;
}

/*=----- Cart -----=*/

.cart{
	position: relative;
	margin: 50px 0 0 0;
	width: 230px;
	height: 33px;
	background:url(../img/cart_bg.png) no-repeat 0 0;
}
.cart dl{
	width: 230px;
}
.cart dt{
	display: block;
	padding-left: 55px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑","Microsoft Yahei";
	color: #ffffff;
	cursor: pointer;
}
.cart dt strong{
	margin: 0 5px;
	font-weight: bold;
	color: #ffae00;
}
.cart dd{
	position: absolute;
	top: 33px;
	left: 0;
	background: #fff;
}
/*=----- Mini Cart List -----=*/
.p_list{
    height: auto!important;
    width: 100%;
    height: 225px;
    max-height: 225px;
    overflow-y: auto;
    zoom: 1;
	background: #fff;
}
*html .p_list {
    height: 225px;
}
.p_item{
	padding: 10px 0px 10px 0px;
	height: 54px;
	border-bottom: 1px dashed #c0cbe2;
}
.p_img{
	padding: 0 7px;
	width: 54px;
	height: 54px;
}
.p_img img{
	vertical-align: top;
	border: 2px solid #d7d7d7;
}
.p_intro{
	width: 120px;
}
.p_intro h4{
	margin-bottom: 5px;
	line-height: 1.2em;
}
.p_intro h4 a{
	color: #162544;
}
span.amount{margin-left: 3px;}
.p_intro p strong{
	color: #e74c3c;
}
.cart-remove{
	display: block;
	zoom:1;
	margin: 15px 2px 0;
	width: 18px;
	height: 18px;
	background:url(../img/close.png) no-repeat 0 0;
}

.checkout_null{
	border-top: 0 none;
	padding: 5px;
	width: 220px;
}
.checkout_null p{
	padding: 30px 0 25px;
	text-align: center;
}
.checkout_null p strong{
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑","Microsoft Yahei";
}
.checkout_info{
	padding: 5px;
	width: 220px;
	background: #dedfdf;
}
.checkout_info p{
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑","Microsoft Yahei";
}
.checkout_info p strong{
	font-weight: bold;
	color: #e74c3c;
}
.checkout_btn,.now_buy_btn{
	margin: 5px auto 0;
	display: block;
	width: 120px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-family: "微软雅黑","Microsoft Yahei";
	background: url(../img/checkout.png);
	text-align: center;
	color: #fff;
}
.checkout_btn:hover,.now_buy_btn:hover{
	background-position: 0 -25px;
}
.now_buy_btn{
	margin-bottom: 15px;
}

/*=----- Top Menu -----=*/

.top_menu{
	position: absolute;
	top: 10px;
	right: 10px;
	width:208px;
	text-align: right;
}
.top_menu a{
	margin: 0 5px;
	font-size: 12px;
	color: #3f3f3f;
	text-decoration: none;
}
.user_info{
	float: right;
	margin-left: -1px;
	width: 164px;
	color: #2d2d2d;
	text-align: left;
}
.user_info dt{
	font-family: "simsun";
	padding-left: 5px;
	background: #f3f3f3 url(../img/user_info.png) no-repeat 145px center;
	cursor: pointer;
}
.user_info dd{
	display: none;
	padding:5px 5px 0px;
	width: 152px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
}
.user_info dd p{
	margin-bottom: 5px;
	line-height: 1.6em;
}
.user_info dd p a{
	color: #2d2d2d;
	text-decoration: none;
}

/*=--------------- #slider ------------------=*/

#slider{
	height: 400px;
}
.slider_iframe{
	width: 100%;
	height: 400px;
}

.container{
	background: url(../img/content_bg.png) repeat-x 0 0;
}

/*=--------------- #content ------------------=*/

.content{
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

/*=----- Category -----=*/

#category{
	position: absolute;
	top: 50px;
	left: 10px;
	margin-top: -400px;
	width: 190px;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft Yahei";
	color: #fff;
}
#category h2{
	padding-left: 60px;
	height: 42px;
	line-height: 42px;
	background: #e32040 url(../img/category_icon.png) no-repeat 30px center;
}
#category ul li{
	display: block;
	height: 33px;
	border-bottom: 1px solid #343434;
}
#category ul li a{
	display: block;
	padding-left: 60px;
	height: 33px;
	line-height: 33px;
	background: #2d2d2d;
	color: #fff;
}
#category ul li a:hover{
	background-color: #e32040;
}

/*=----- Remm Product -----=*/

.title{
	position: relative;
	height: 30px;
}
.title h2{
	height: 20px;
	padding-bottom: 10px;
	background: url(../img/title_bg.png) no-repeat 0 bottom;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑","Microsoft Yahei";
}
.remm_product{
	padding: 10px;
}
.remm_product ul{
	margin-top: 20px;
	height: 135px;
}
.remm_product li{
	float: left;
	position: relative;
	margin-right: 20px;
	width: 180px;
	height: 135px;
}
.remm_product li.last{
	margin-right: 0;
}

/*=----- Hot Product -----=*/

.hot_product{
	position: relative;
	margin-top: 10px;
	margin-bottom:50px;
	padding: 0 10px;
	height: 180px;
}
.hot_product .title{
	position: relative;
	margin-bottom: 20px;
}
.top20{
	position: absolute;
	top: 0;
	left: 70px;
	padding-left: 10px;
	width: 38px;
	height: 14px;
	line-height: 14px;
	background: url(../img/top_bg.png) no-repeat 0 2px;
	font-size: 10px;
	font-family: "微软雅黑","Microsoft Yahei";
	color: #fff;	
}
.hot_product li{
	position: relative;	
	float: left;
	margin-right: 20px;
	width: 180px;
	height: 135px;
	_display: inline;
}
.hot_product li.last{
	margin-right: 0;
}

/*=-----Index Product Item -----=*/

.p_pic{
	display: block;
	width: 180px;
	height: 135px;	
}
.p_pic img{
	position: absolute;
	top: 0;
	left: 0;
}
.p_info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	padding:0 10px;
	height: 135px;
	background: rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	zoom: 1;
}
.p_info{
	font-size: 14px;
	font-family: "微软雅黑","Microsoft Yahei";
	font-weight: bold;
	color: #fff;	
}
.p_info h4{
	margin: 30px 0 20px 0;
}
.p_info h4 a{
	color: #fff;
	text-decoration: none;
}
.p_info p{
	position: relative;
	height: 20px;
}
.buy_btn{
	position: absolute;
	top: 0;
	right: 0;
	padding:0 0px 0 22px;
	width: 50px;
	height: 20px;
	background-image: url(../img/buy_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
}
.buy_btn:hover{
	background-position: 0 -20px;
}


/*=----- Jcarousel -----=*/

.jcarousel {
    position: relative;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    width: 980px;
    height: 135px;
}
.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
	float: left;
	position: relative;
    z-index: 100;
}
.jcarousel-pagination{
	position: absolute;
	top: 5px;
	right: 0px;
	height: 9px;
	overflow: hidden;
}
.jcarousel-pagination a{
	float: left;
	margin-left: 5px;
	width: 9px;
	height: 9px;
	background: url(../img/page_icon.png) no-repeat 0 -9px;
	font: 0px/0 a;
	overflow: hidden;
	
}
.jcarousel-pagination a.active,.jcarousel-pagination a:hover{
	background-position: 0 0;
}

/*=--------------- #Login Box ------------------=*/

.login_box{
  display: none;
  background: #fff;
  z-index: 3000;
  width: 280px;
  height: 366px;
}

.quick_login{
	padding: 0;
	margin: 0;
	width: 280px;
	height: 366px;
}

/*--------------------------------------------------------------
                     Protect List Style
--------------------------------------------------------------*/

.sidebar{
	float: left;
	position: relative;
	margin: 20px 20px 0 10px;
	width: 190px;
	_display: inline;
}
.sidebar #category{
	margin-top: 0;
	left: 0;
	top: 0;
}
.main{
	float: left;
	margin-top: 20px;
	width: 780px;
	min-height: 565px;
	_height:565px;
	_display: inline;
}

.product_list h2{
	margin-bottom: 15px;
	padding-top: 10px;
	height: 33px;
	font-size: 20px;
	font-family: "微软雅黑","Microsoft Yahei";
	font-weight: bold;
	color: #22252a;
}
h2.tl{
	background:url(../img/tl_h2_bg.png) no-repeat 0 bottom;
}

/*css black2 style pagination*/

div.black2 {
	margin: 3px 0 15px 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: right;
}
div.black2 a {
	margin: 0px 1px; 
	padding-top: 2px; 
	padding-right: 7px; 
	padding-bottom: 2px; 
	padding-left: 7px; 
	color: #2d2d2d; 
	text-decoration: none;
	background-color: #d8d8d8;
	font-size: 13px;
	font-family: "微软雅黑","Microsoft Yahei";
}
div.black2 a:hover {
	color: #fff; 
	background-color: #e32040;
}
div.black2 span.current,.goto_page{
	margin: 0px 1px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-weight: bold; 
	color: #fff; 
	font-size: 13px;
	font-family: "微软雅黑","Microsoft Yahei";	
	background-color: #e32040
}
.goto_page{
	width: 100px;
}
div.black2 span.disabled {
	margin: 0px 1px;
	padding-right: 5px;
	padding-left: 5px; 
	padding-bottom: 2px; 
	color: #ddd; 
	padding-top: 2px; 
}
div.black2 span.goto_page{
	margin: 0px 1px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold; 
	color: #2d2d2d; 
	font-size: 13px;
	font-family: "微软雅黑","Microsoft Yahei";
	background-color: #d8d8d8;
}
.page_text{
	width: 20px;
	padding: 0px 2px;
	font-size: 13px;
	text-align: center;
	border: 0 none;
	font-family: "微软雅黑","Microsoft Yahei";	
	vertical-align: top;
}
.product_list ul{
}
.product_list ul li{
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 10px 9px;
	width: 230px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑","Microsoft Yahei";	
	border: 1px solid #e1e1e1;
	_display: inline;
}
.product_list ul li h4{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.product_list ul li h4 a{
	color: #162544;
}
.product_list ul li p{}
.product_list ul li p strong{
	color: #a81d34;
}
.operation{
	position: relative;
	margin-top: 10px;
}
.operation a{
	display: block;
}
.operation a span{
	display: none;
}
a.add_cart_btn,a.p_buy_btn{
	width: 78px;
	height: 20px;
}
a.add_cart_btn{
	background: url(../img/add_cart_bg.png) no-repeat 0 0;
}
a.add_cart_btn:hover{
	background-position: 0 -20px;
}
a.p_buy_btn{
	background: url(../img/p_buy_btn.png) no-repeat 0 0;
}
a.p_buy_btn:hover{
	background-position: 0 -20px;
}

.product_pic{
	position: relative;
	width: 230px;
	height: 159px;
	cursor: pointer;
}
.view_detail{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 230px;
	height: 159px;
	background: rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	zoom: 1;
}
.view_btn{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -42px;
	width: 95px;
	height: 20px;
	text-align: center;
	color: #fff;
	background:url(../img/view_btn.png) no-repeat 0 0;
}


/*--------------------------------------------------------------
                     Product Detail Style
--------------------------------------------------------------*/

.product_detail{
	margin-bottom: 20px;
	padding: 10px 10px 20px;
	width: 760px;
	background: #fff;
}
.product_detail h2{
	margin-bottom: 20px;
	padding-bottom: 5px;
	line-height: 1.5em;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft Yahei";
	border-bottom: 3px solid #e32040;
}
.product_show{
	float: left;
	margin-right: 15px;
	width: 378px;
	border: 1px solid #e5e5e5;
}
.product_pic_big{
	position: relative;
	width: 378px;
	height: 244px;
	text-align: center;
	vertical-align: middle;
}
.product_pic_big img{
	vertical-align: top;
}
.product_pic_small{
	padding-top: 2px;
	height: 80px;
	border-top: 1px solid #e5e5e5;
	background: #f5f5f5;
	text-align: center;
}
.product_pic_small a{
	display: inline-block;
	margin: 0 3px;
	padding: 3px 5px;
	cursor: pointer;
	border: 1px solid #f5f5f5;
}
a.selected{
	border: 1px solid #e53955;
}

.product_info{
	float: left;
	width: 340px;
}
.product_info dl{
	margin-bottom: 20px;
	line-height: 1.6em;
}
.product_info dt,
.product_info dd{
	float: left;
	font-size: 18px;
	font-family: "微软雅黑","Microsoft Yahei";
}
#c-name{
	color: #162544;
}
.product_info dt{
	color: #22252a;
	font-weight: bold;
}
.highlight{
	color: #e32040;
}

.add_like{
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #c8c8c8;
}
.like_btn{
	display: inline-block;
	vertical-align:top;
	width: 83px;
	height: 20px;
	background: url(../img/add_like_bg.png) no-repeat 0 0;
}
.like_btn:hover{
	background-position: 0 -20px;
}
.like_btn span{display: none;}
.like_tips{
	display: inline-block;
	margin-left: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align:top;
}
a.add_cart_btn_big,a.p_buy_btn_big{
	width: 117px;
	height: 30px;
	background: url(../img/operation_btn.png) no-repeat 0 0;
}
a.add_cart_btn_big{
	background-position: 0 0;
}
a.add_cart_btn_big:hover{
	background-position: 0 -30px;
}
a.p_buy_btn_big{
	position: relative;
	background-position: 0 -60px;	
}
a.p_buy_btn_big:hover{
	background-position: 0 -90px;
}

.p_count{}
.p_count a span{display: none;}
.p_count_text{
	border: 1px solid #999;
	width: 26px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #34495e;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑","Microsoft Yahei";
}
.reduce_icon,.add_icon{
	display: inline-block;
	padding-top: 7px;
	width: 17px;
	height: 10px;
	background: url(../img/add_minus.png) no-repeat;
}
.add_icon{
	background-position: 0 0px;
}
.add_icon:hover{
	background-position: 0 -40px;
}
.reduce_icon{
	background-position: 0 -20px;
}
.reduce_icon:hover{
	background-position: 0 -60px;
}

.product_body{
	padding: 10px 10px 10px;
	margin-bottom: 20px;
	background: #fff;
}
.product_body h2 {
    border-bottom: 3px solid #E32040;
    font-family: "微软雅黑","Microsoft Yahei";
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.product_body p{
	margin-bottom: 10px;
	line-height: 1.6em;
	font-size: 14px;
	font-family: "宋体","simsun";
}

.related_products{
	margin-bottom: 20px;
	background: #fff;
}
.related_products h2{
	padding-left: 10px;
	height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #2d2d2d;
    background: #e32040;
    font-family: "微软雅黑","Microsoft Yahei";
    font-size: 16px;
    color: #fff;
}
.related_products ul{
	padding: 10px 15px;
	height: 110px;
}
.related_products li{
	float: left;
	position: relative;
	margin-right: 15px;
	width: 175px;
	height: 110px;
}
.related_products li.last{
	margin-right: 0;
}
.related_products li .p_info{
	width: 155px;
	padding:0 10px;
	height: 110px;
}
.related_products li .p_info h4{
	margin: 20px 0 10px 0;
}

/*=----- Model -----=*/
.overlay{
	background: #000;
}

.modal{
	display: none;
}
.modal-header{
	height: 40px;
	background: #d7d7d7;
}
.modal-header h3{
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑","Microsoft Yahei";
	color: #2d2d2d;
}
.close{
    float: right;
    margin: 5px 5px 0 0;
    width: 26px;
    height: 26px;
    border: 0 none;
    cursor: pointer;
    background:url(../img/model_close.png) no-repeat 0 0;
}
.close:hover{
	background-position: 0 -26px;
}
.close span{display: none;}

.modal-body{
	padding: 20px 10px;
	background: #fff;
}

.add_cart_tips{
	width: 332px;
}
.total{
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑","Microsoft Yahei";
}
.total p{
	float: left;
	margin: 0 5px 0 0;
	width: 140px;
	text-align: left;
	_display: inline;
}
.total p strong{
	color: #e51f40;
}
a.btn_continue,a.btn_pay{
	position: relative;
	width: 117px;
	height: 30px;
	background: url(../img/operation_x.png) no-repeat 0 0;
}
a.btn_continue{
	background-position: 0 0;
}
a.btn_continue:hover{
	background-position: 0 -30px;
}
a.btn_pay{
	width: 137px;
	background-position: 0 -60px;	
}
a.btn_pay:hover{
	width: 137px;
	background-position: 0 -90px;
}

.

/*--------------------------------------------------------------
                     	Ucenter Style
--------------------------------------------------------------*/

#ucenter{}

/*=----- Category -----=*/

#ucenter{
	margin-bottom: 20px;
	width: 190px;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft Yahei";
	background: #fff;

}
#ucenter h2{
	padding-left: 60px;
	height: 42px;
	line-height: 42px;
	background: #ef4360 url(../img/ucenter_icon.png) no-repeat 30px center;
	color: #fff;
}
#ucenter ul li{
	display: block;
	height: 34px;
}
#ucenter ul li a{
	display: block;
	padding-left: 30px;
	height: 33px;
	line-height: 33px;
	color: #2d2d2d;
	border-bottom: 1px solid #cacaca;
}
#ucenter ul li.selected a,#ucenter ul li a:hover{
	border-bottom: 1px solid #e32040;
}

.history_order{
	margin-bottom: 20px;
	padding: 10px 10px 0;
	width: 760px;
	background: #fff;
}
.history_order h2{
	padding-bottom: 5px;
	line-height: 1.5em;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft Yahei";
	border-bottom: 3px solid #e32040;
}

.history_order_list{
	width: 100%;
}

.table {
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
	background: #f5f5f5;
	font-weight: bold;
	font-size: 14px;
	font-family: "微软雅黑","Microsoft Yahei";	  
}
.table thead th {
  vertical-align: bottom;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f8f8f8;
}
.table td strong{
	font-weight: bold;
}

/*--------------------------------------------------------------
                     JiFen Select Style
--------------------------------------------------------------*/

.point_select{
	margin-bottom: 20px;
	padding: 10px 0px 0;
	width: 780px;
	background: #fff;
}
.point_select h2{
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 1.5em;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft Yahei";
}

.welcome{
	margin-top: 5px;
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
	background: #ef4360;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft Yahei";		
}
.point_balance{
	margin: 20px 10px;
	font-size: 14px;
	font-family: "微软雅黑","Microsoft Yahei";
	color: #2b2b2b;
}
.point_balance strong{
	font-weight: bold;
	color: #ef4360;
}
.point_balance_list{
	margin: 10px;
	width: 740px;
}
.point_balance_list td{
	font-size: 14px;
	font-family: "微软雅黑","Microsoft Yahei";		
}
td.price{
	color: #e32040;
}
td.text-center,th.text-center{
	text-align: center;
}
.remove_icon{
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/remove_icon.png) no-repeat 0 0;
}
.remove_icon:hover{
	background-position: 0 -18px;
}
.remove_icon span{display: none;}
.point_balance_list a{
	display: inline-block;
	color: #34495e;
}
.fav_pic{
	padding: 5px 0;
	border: 1px solid #cccccc;
}
/*--------------------------------------------------------------
                     JiFen Cart Style
--------------------------------------------------------------*/
.cart_list{
	margin: 0 10px 0px;
	padding: 30px 0 0;
	min-height: 555px;
	_height:555px;
}
.cart_hd{
	height: 30px;
	padding-bottom: 5px;
	border-bottom: 3px solid #e32040;
}
.cart_hd h2{
	line-height: 30px;
	font-size: 20px;
	font-family: "微软雅黑","Microsoft Yahei";
	font-weight: bold;
}
a.continue{
	width: 117px;
	height: 30px;
	background: url(../img/continue.png) no-repeat 0 0;
}
a.continue:hover{
	background-position: 0 -30px;
}
.cart_inner{
	margin-bottom: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #dddddd;
}
.cart_inner th{
	background: #f9f9f9;
}
.cart_inner td{
	font-size: 14px;
	font-family: "微软雅黑","Microsoft Yahei";
}
.cart_inner td a{
	color: #34495e;
}
.cart_total{
	padding: 25px 20px 15px 0;
	background: #f9f9f9;	
	text-align: right;
	font-size: 18px;
	font-family: "微软雅黑","Microsoft Yahei";
}
.cart_total strong{color: #e32040}
.cart_button{
	padding-right: 20px;
	padding-bottom: 20px;
	background: #f9f9f9;
	text-align: right;
}
a.checkout{
	display: inline-block;
	width: 117px;
	height: 30px;
	background: url(../img/checkout_btn.png) no-repeat 0 0;
}
a.checkout:hover{
	background-position: 0 -30px;
}
.cart_error{
	font-size: 14px;
	font-family: "微软雅黑","Microsoft Yahei";
	color: #ef4201;
}

/*=--------------- #cart null ------------------=*/

.cart_null{
	text-align: right;
	padding: 20px;
	min-height: 545px;
	_height:545px;
	background:url(../img/cart_null.png) no-repeat center center;
}
a.continue_x{
	display: inline-block;
	width: 117px;
	height: 30px;
	background: url(../img/continue_btn.png) no-repeat 0 0;
}
a.continue_x:hover{
	background-position: 0 -30px;
}
.pay_success{
	width: 332px;
	border: 5px solid rgba(0,0,0,0.5);
	border-radius: 5px;
}
.pay_result{
	padding: 20px 0 10px 40px;
	line-height: 1.6em;
	font-size: 18px;
	font-family: "微软雅黑","Microsoft Yahei";
}

/*--------------------------------------------------------------
                JiFen Transform Style
--------------------------------------------------------------*/

.now_point{
	margin-top: 5px;
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
	background: #ef4360;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft Yahei";
}
.transform{
	padding: 10px;
	min-height: 420px;
	_height:420px;
	border-bottom: 1px solid #aaaaaa;
	font-family: "微软雅黑","Microsoft Yahei";
}
.transform h3{
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #2d2d2d;
}
.transform p{
	margin: 5px 0;
	line-height: 1.6em;
	font-size: 14px;
	color: #34495e;
}
.transform p strong{
	font-weight: bold;
}
.old_point{
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #2d2d2d;	
}
.point_action{
}
a.trans_btn{
	display: inline-block;
	width: 117px;
	height: 30px;
	background: url(../img/point_trans.png) no-repeat 0 0;
}
a.trans_btn:hover{
	background-position: 0 -30px;
}

.transform_tips{
	width: 332px;	
}
.transform_tips p{
	margin-bottom: 10px;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft Yahei";		
}
.transform_tips p strong{
	font-weight: bold;
	color: #E51F40;
}