@charset "utf-8";

/* ALOALO PRICE CSS */

.priceBox {
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/price/box_middle.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
.priceBox .priceBoxUpper {
	background-image: url(../images/price/box_upper.gif);
	background-repeat: no-repeat;
	height: 14px;
}
.priceBox table.priceTbl th.upperLeftSell, .priceBox table.priceTbl th.upperNomalSell {
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.priceBox table.priceTbl th.upperLeftSell {
	text-align: left;
	padding-left: 10px;
}
.priceBox table.priceTbl th.leftSell {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	background-image: url(../images/common/point1.gif);
	background-repeat: no-repeat;
	background-position: 12px 19px;
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	line-height: 14px;
}
.priceBox table.priceTbl th.leftSellEnd {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	background-image: url(../images/common/point1.gif);
	background-repeat: no-repeat;
	background-position: 12px 19px;
	padding-left: 20px;
	padding-top: 14px;
	line-height: 14px;
}
.priceBox table.priceTbl td.tdSell {
	font-size: 14px;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
}
.priceBox table.priceTbl td.tdSellEnd {
	font-size: 14px;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	padding-top: 13px;
}
.priceBox .priceBoxBottom {
	background-image: url(../images/price/box_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#calculation {
	background-image: url(../images/price/calculation_bg.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#calculation form {
	padding-top: 15px;
}
#calculation th {
	text-align: left;
	padding-left: 10px;
}
#calculation td {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#calculation select {
	background-color: #FFFFCC;
	font-size: 12px;
	color: #000000;
}
#calculation .total {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	padding: 5px;
	width: 40px;
	font-family: Arial;
}

.textPriceBlack {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-weight: bold;
}
.textPriceBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #14B0FB;
	font-weight: bold;
}
.textPriceOrange {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: bold;
}
.margin35 {
	height: 35px;
}
