
.productItemTable {
	margin-bottom: 20px;
}

.buttonArea {
	padding: 0px 0;
	margin: 0px 0 10px 0;
	text-align: right;
}


.priceArea {
	text-align: right;
}
.priceTable {
	display: inline-block;
	font-size: 10.5pt;
	margin-top: 10px;
}
.priceTable th,
.priceTable td {
	font-weight: normal;
	text-align: right;
	padding: 5px;
}
.priceTable .tr_total {
	font-size: 12pt;
	font-weight: bold;
}
.priceTable .tr_total th {
	font-weight: bold;
}
.priceTable .tr_total td {
	font-weight: bold;
	font-size: 16pt;
	color: red;
}
.priceTable .tr_total td em {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	margin-left: 5px;
	color: #000;
}
.taxInfo {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #fff000;
}
.taxInfo i {
	color: #000;
}

.shippingDiscountArea {
	/*padding: 20px 30px;*/
	font-size: 10pt;
	line-height: 150%;
	/*border: 2px solid #ffd1b3;*/
	border-radius: 6px;
	/*background-color: #fff1e8;*/
}
.shippingDiscountArea h4 {
	/*display: inline-block;*/
	font-size: 12pt;
	margin: 0 0 5px 0;
	padding: 5px 20px;
	color: #ff6600;
	border-bottom: 2px solid #ff6600;
}
.shippingDiscountArea h4 em {
	color: #fff;
	font-style: normal;
	font-size: 10pt;
	padding: 2px 5px;
	background-color: #ccc;
	border-radius: 4px;
	margin: 0 0 0 10px;
}
.shippingDiscountAreaContent {
	padding: 10px;
}
.shippingDiscountArea p {
	margin: 0;
	padding: 0;
}
.shippingDiscountArea ul {
	margin: 0;
	padding: 10px 0 0 30px;
	line-height: 200%;
}
.shippingDiscountArea em {
	color: #ff6600;
	font-size: 9pt;
	margin-left: 5px;
	font-style: normal;
}

.button.continue {
	font-weight: bold;
}

@media only screen and (max-width: 479px) {
	.buttonArea {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.buttonArea .button {
		margin-bottom: 5px;
	}
}

.input_count.select {
	padding: 2px 2px;
}