/* game */

.accordion {
	width: 660px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #a3aeb8 no-repeat right -51px url(../images/order/arrow-square.gif);
	padding: 5px 5px;
	margin: 0;
	font: bold Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	color:#485460;
}
.accordion h3:hover {
	background-color:#CCFF66;
	
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #cdd6de;
	margin: 0;
	padding: 5px 15px 5px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

span.addons_amount { display: block; position:absolute; width:auto; top:0; right:20px; text-align: right; line-height: 35px; font-size:14px; }

.calculator_amount { float:right; padding-bottom: 5px; padding-right:5px; border-bottom: 2px solid #f38900; width:200px; text-align:right; height:20px; line-height:20px; color:#fff; font-size: 16px; }
.time_amount { float:right; padding-bottom: 5px; padding-right:5px; border-bottom: 2px solid #f38900; width:200px; text-align:right; height:20px; line-height:20px; color:#fff; font-size: 12px; }
.total-amount-container { text-align:right; padding-right:30px; font-size:18px; font-weight:bold; font-style:italic; color: #f38900; }
