@charset "utf-8";
/* CSS Document */

.subscription_bg{ 
	background: image(../images/subscription_bg.jpg) repeat-x;
}
.subscription{
    padding-left: 9%;
    padding-top: 20px;
	
}
.side_box{
    width: 20%;
    height: 160px;
    float: left;
    margin-top: 70px;
    border-top: 2px solid #8e8e8e;
    border-left: solid 2px #8e8e8e;
    border-right: solid 2px #8e8e8e;
    border-bottom: solid 2px #8e8e8e;
    text-align: center;
    background: #FFFfff;
}
.side_box .top{
    height: 30px;
    width: 100%;
    background: #262626;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #FFFfff;
}
.side_box .price{
    font-size: 34px;
    color: #292929;
    padding-top: 20px;
    text-align: center;
}
.price_sub{
	text-align: center;
	color: #292929;
	font-size: 24px;
	padding:20px 0 18px 0 ; 
	
}
.center_box{
    width: 222px;
    height: 250px;
    float: left;
    margin-right: 60px;
    text-align: center;
    border: solid 2px #8e8e8e;
    background: #FFFfff;
    margin-left: 60px;
	
}
.center_box .top{
    color: #FFF;
    font-size: 18px;
    padding-top: 7px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 7px;
    text-align: center;
    background: #262626;
}
.center_box .red_ribbon{
    width: 300px;
    height: 31px;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    background: url(../images/red_ribbon_300.png);
    margin-top: -10px;
    margin-right: 0;
    margin-left: -39px;
    margin-bottom: 0;
    color: #FFFfff;
    padding-top: 13px;
}
.center_box .sale{
    font-size: 24px;
    color: #BF0000;
    padding-top: 30px;
    text-align: center;
}
.sale_subtitle{
	font-size:18px;
	color:#ff6600;
}
.CentersalePrice{
    color: #292929;
    font-size: 44px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.center_box .salePrice_sub{
	font-size: 28px;
	padding-top: 20px;
	text-align: center;
}
.cross_out{ text-decoration: line-through;
}
.yearPrice{
    font-size: 16px;
    color: #292929;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
	
}

/*--btn sub 
.btn_subscrib_sub{
    height: 34px;
    background:#7F7E7E;
    border-radius: 34px;
    color: #FFFfff;
    width: 80%;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
	
}
.btn_subscrib_sub a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #FFFFFF;
    border-radius: 34px;
    background: #7F7E7E;
}
.btn_subscrib_sub a:hover, a:active {
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #FFFFFF;
    background: #494848;
}
--*/

.plus_100g{
	width: 880px;
	height: 53px;
	line-height: 52px;
	background: url('../images/plus-100g-bg.png');
	text-align: center;
	color: #FFFfff;
	font-size: 16px;
	margin: 0 auto;
		
}
.banner01{
	width:990px;
	height: 280px;
	background: url('../images/banner01.jpg');
}

.banner_title{
	font-size: 26px;
	color: #2e244b;
	line-height: 30px;
	width: 830px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	text-align: center;
	
}
.banner_subtitle{
	font-size: 16px;
	color: #2b2b2b;
	text-align: center;
	width: 860px;
	margin: 0 auto;
	font-weight: 500;
	padding: 25px 0 0 0;
	
}
.banner02_pack{
	width:990px;
	padding-top: 20px;
	height: 30px;
	margin: 0 auto;
	
	
}
.banner02_pack_title_1{
	font-size: 16px;
	padding-left: 23px;
	color: #000;
	float: left;
	
}
.banner02_pack_title_2{
	font-size: 16px;
	width: 522px;
	padding-left: 10px;
	color: #000;
	float: right;
	
}

.banner02{
	width:940px;
	height: 230px;
	padding: 25px;
	background: url('../images/banner02.jpg');
}

.mid_buy{
	width: 940px;
	height: 56px;
	padding: 18px 25px 0 25px;
	margin: 0 auto;
	background: url('../images/mid_buy_bg.jpg');
	
}
.mid_buy_title{
	color: #FFFfff;
	font-size: 16px;
	padding-top: 9px;
	display: block;
	float: left;

}

.mid_buy_price{
	color: #FFFfff;
	font-size: 22px;
	margin: 7px 10px 0 0;
	float: right;
}
.mid_buy_crossout{
	font-size: 16px;
	color: #FFFfff;
	text-decoration:line-through;	
}
.mid_buy_original{
	font-size: 16px;
	color: #FFFfff;
}
.mid_buy_btn{
		float: right;
	width: 168px;
	height: 40px;
	color: #FFF;
	text-align: center;
	border-radius: 40px;
	background: #10aad7;	
}
.mid_buy_btn a{
	display: block;
	width: 168px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #FFFfff;
}
