@charset "utf-8";

.statuswnd {
	background-color: #D41719;
	background-image: url(/aed/share/stbg.png);
	background-repeat: repeat-x;
	background-position: center -50px;
	background: url(/aed/share/stbg.png) repeat-x center -50px, -webkit-gradient(linear, center top, center bottom, from(#FFA673), to(#D41719));
	background: url(/aed/share/stbg.png) repeat-x center -50px, -webkit-linear-gradient(top, #FFA673, #D41719);
	background: url(/aed/share/stbg.png) repeat-x center -50px, -moz-linear-gradient(top, #FFA673, #D41719);
	background: url(/aed/share/stbg.png) repeat-x center -50px, -o-linear-gradient(top, #FFA673, #D41719);
	background: url(/aed/share/stbg.png) repeat-x center -50px, linear-gradient(to bottom, #FFA673, #D41719);
	margin-bottom: 50px;
}
.status {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: 350px;
}
.statusnow {
	width: 500px;
	padding-top: 200px;
	padding-bottom: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center 20px;
}
.statusnowprice {
	font-size: 72px;
	text-align: center;
	color: #FFF;
	margin-bottom: 5px;
}
.statusnowbar {
	height: 5px;
	margin-right: 25px;
	margin-left: 25px;
	border: 1px solid #FFF;
	margin-bottom: 5px;
}
.statusnowbar hr {
	height: 5px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.statusnownext {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFF;
	position: relative;
}
.statusitr {
	width: 400px;
	position: absolute;
	background-color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	bottom: 0px;
	right: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.statusitrtitle {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 20px;
}
.statusitrlvlist {
	overflow: hidden;
	height: 120px;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
}
.statusitrlvlist > li {
	position: relative;
}
.statusitrlvitr {
	font-weight: bold;
	font-size: 20px;
	color: #CCC;
	background-image: url(/aed/share/leveloff.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.statusitrlvitractive {
	background-image: url(/aed/share/levelon.gif);
	color: #000;
}
.statusitrlvprice {
	color: #CCC;
	font-size: 30px;
	padding-bottom: 10px;
	text-align: right;
}
.statusitrlvpriceactive {
	color: #000;
}
.statusitrlvcomp {
	color: #FFF;
	font-size: 30px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #096;
	padding-top: 10px;
}
.statusitrlvimage {
}
.statusitrlvhide {
	display: none;
}
.addcart {
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.addcartlink {
	width: 300px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #E30000;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(/aed/share/addbg.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 90px;
	font-size: 32px;
	border-radius: 10px;
	text-align: center;
	padding-right: 30px;
}
.addcartlink:hover, .addcartlink:active, .addcartlink:focus {
	background-color: #009;
}
.historywnd {
	background-color: #F0F0F0;
	padding-top: 30px;
}
.history {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 50px;
	padding-left: 50px;
}
.historytbl {
	border-collapse: collapse;
	width: 100%;
}
.historytbl td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	line-height: 1.5;
}
.historytbld {
	white-space: nowrap;
	text-align: left;
	vertical-align: bottom;
	width: 1px;
}
.historytblp {
	text-align: right;
	white-space: nowrap;
	vertical-align: bottom;
	width: 1px;
}
.historytblc {
	text-align: left;
	vertical-align: bottom;
	padding-right: 50px;
}





@media screen and (max-width:779px){
	
	.status {
		width: 100%;
		height: auto;
	}
	.statusnow {
		position: static;
		width: 100%;
		padding-bottom: 10px;
	}
	.statusnowprice {
		font-size: 48px;
	}
	.statusnowbar {
		margin-right: 10px;
		margin-left: 10px;
	}
	.statusnownext {
		font-size: 16px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.statusitr {
		width: auto;
		position: static;
		padding-right: 20px;
		padding-left: 20px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #F0F0F0;
	}
	.statusitrtitle {
		font-size: 24px;
	}
	.statusitrlvitr {
		font-size: 16px;
	}
	.statusitrlvcomp {
		font-size: 24px;
	}
	.addcart {
		padding-bottom: 50px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #F0F0F0;
	}
	.addcartlink {
		width: 180px;
		font-size: 24px;
	}
	.historywnd {
		background-color: #F8F8F8;
		padding-bottom: 30px;
	}
	.history {
		width: 100%;
		padding: 0px;
	}
	.historytbl {
		display: block;
		overflow: hidden;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #E0E0E0;
	}
	.historytbl > thead,
	.historytbl > tbody,
	.historytbl > tfoot {
		width: 100%;
		float: left;
		overflow: hidden;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.historytbl tr {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #E0E0E0;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
		float: left;
		overflow: hidden;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.historytbl td {
		width: 100%;
		border-bottom: none;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;
		float: left;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.historytbld {
		white-space: nowrap;
		text-align: left;
		vertical-align: bottom;
		width: 100%;
	}
	.historytblp {
		text-align: right;
		white-space: nowrap;
		vertical-align: bottom;
		width: 100%;
		font-size: 24px;
		font-weight: bold;
	}
	.historytblc {
		width: 100%;
		text-align: left;
		vertical-align: bottom;
		padding-right: 50px;
	}
	
}





@media screen and (max-width:479px){
	
	.statusnownext {
		padding-right: 10px;
		padding-left: 10px;
	}
	.statusitr {
		padding-right: 10px;
		padding-left: 10px;
	}
	.historytbl td {
		padding-left: 10px;
		padding-right: 10px;
	}
	
}