
body {
	margin: 0 auto;
	width: 100%;
}

.container {
	margin: 0 auto;
	width: 100%;
}

.clsColorBgWhite {
	background-color: white;
}

.clsColorPayment {
	background-color: #F79121;
}

.clsColorTitle {
	color: #f15d22;
}

.clsInvisible {
	display: none;
}

.slider {
	width: 100%;
	height: auto;
}

#idMenu {
	width: 100%;
	height: 2.5em;
	background-color: #ededed;
}

#idMenu a {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

#idMenu td {
	width: 16.6%;
	text-align: center;
}


.tab_content {
	position: absolute;/*set content box as absolute*/
	/*other layout styles*/
	width: 100%;
	background:#fff;
	min-height: 200px;
}

.hrMenuFlag {
	width: 50%;
	position: absolute;
	margin-top: 1px;
	color: #ff8B1F;
	background-color: #ff8B1F;
	border: 0;
	height: 2px;
}
.hrMenuLeft {
	left: 0;

}

.hrMenuRight {
	left: 50%;
}

#goodsContent {
	position: relative;
}

.tablePackage {
	width: 100%;
}

.tablePackage tr {
	width: 100%;
}

.tablePackage td {
	width: 50%;
}

.tdPackageImage {
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.tdPackageInfo {
	text-align: right;
	padding-right: 3%;
	/*padding-top: 0.5em;*/
}

.clsImageDiscount {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0.75);
}

.clsPPackageMargin {
	margin: 0.35em 0;
}

.clsSpanPackagePeriod {
	color: orange;
	font-size: 0.7em;
	font-weight: bold;
	margin-right: 2em;
}

.clsSpanPackageName {
	font-weight: bold;
}

.clsSpanPackageDesc {
	color: grey;
	font-size: 0.8em;
	font-weight: bold;
	/*padding-left: 1em;*/
}

.clsMarginTop0 {
	margin-top: 0;
}

.clsMarginBottom0 {
	margin-bottom: 0;
}

.clsSpanPackagePrice {
	font-size: 1.5em;
}

.clsSpanOriginalPrice {
	font-size: 1em;
	text-decoration: line-through;
	color: grey;
	padding-right: 10px;
}

.clsSpanPayment {
	display: block;
	height: 2.5em;
	width: 8em;
	font-size: 1em;
	font-weight: bold;
	color: white;
	text-align: center;
	float: right;
	line-height: 2.5em;
	vertical-align: middle;
}

.clsSpanPayment a {
	text-decoration: none;
	color: white;
}

.clsHrDivider {
	color: lightgrey;
	background-color: lightgrey;
	border: 0;
	height: 1px;
	padding-bottom: 0;
}
/*.tdPackageImage img{*/
	/*width: 30%;*/
	/*height: auto;*/
/*}*/

.clsPTitle {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #6d6b6c;
}

.clsDivPackageInfo {
	margin-top: 20px;
	margin-bottom: 15px;
}

#idSpanBuyHint {
	background-color: #7e7e7e;
	color: white;
	font-weight: bolder;
	margin-right: 1em;
	font-size: 0.75em;
	padding: 0.45em 1em;
}

.clsPPaymentNotice {
	margin-left: 5%;
	margin-right: 5%;
	word-wrap:break-word;
	word-break:normal;
	font-size: 0.75em;
	color: grey;
	line-height: 1.5em;
}

#idInputPlayerNick {
	color: darkgrey;
	font-size: 1.1em;
	font-weight: bold;
	border: 0;
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5%;
	padding-right: 5%;
}

#idSpanAccountHint {
	color: red;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 7%;
}

.clsSpanConfirmPayment {
	display: block;
	height: 2.7em;
	line-height: 2.7em;
	font-size: 1.1em;
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align: middle;
	margin-left: 7%;
	margin-right: 7%;
	width: 86%;
	margin-top: 3px;
}

.clsSpanConfirmPayment a {
	text-decoration: none;
	color: white;
}

.clsPContent {
	font-weight: bold;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1em;
	text-align: left;
	color: #6d6b6c;
}

.clsDivPurchase {
	position: absolute;
	bottom: 0;
	height: 2.7em;
	line-height: 2.7em;
	vertical-align: middle;
}

.clsPPurchase {
	font-weight: bold;
	font-size: 1em;
}

.clsSpanTotalPriceTitle {
	margin-left: 1em;
}

.clsSpanTotalPriceAmount {
	margin-left: 1em;
	font-weight: bold;
	font-size: 1.3em;
}

.clsSpanPurchase {
	display: block;
	height: 2.7em;
	line-height: 2.7em;
	/*font-size: 1.1em;*/
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align: middle;
	/*margin-left: 1em;*/
	/*margin-right: 1em;*/
	width: 7em;
	float: right;
}

.clsSpanPurchase a {
	text-decoration: none;
	color: white;
}

.clsFontPrice {
	font-family: Arial, serif;
}