@charset "UTF-8";

table.pricetable {
	float: right;
}
table.pricetable tr th {
	text-align: right;
}
div.attention {
	border: solid 2px #E50012;
	padding: 10px;
	background-color: #F0DE68;
}
div.attention strong {
	display: block;
	color: #590202;
	font-size: 18px;
	background-image: url(../../images/attention.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 26px;
}

span#unitprice {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 5px 0px;
}

div.section_right,div.section_left {
	width: 335px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #CCC;
	margin: 5px;
	float: left;
}
div.section_right {
	background-color: #C8E553;
}
div.section_left {
	background-color: #FFCC33
}
div#container section section p {
	padding: 0px 10px 10px 112px;
}
div#container section section p span {
	display: block;
	font-size: 10px;
}
div#container section section p strong {
	display: block;
	color: #C00;
}
table.discount {
	float: right;
}
table.discount tr th,table.discount tr td {
	font-size: 12px;
	padding: 5px;
}
table.discount tr td {
	color: #C00;
	font-weight: bolder;
	font-size: 18px;
}
table.discount tr td span {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
section.steps dl dt span {
	display: block;
	padding: 20px 0px 0px 115px;
	font-weight: bolder;
}
section.steps dl dd {
	font-size: 14px;
	line-height: 1.7em;
	padding: 0px 0px 50px 115px;
}
ul.orderbt li {
	margin: 5px;
	float: left;
}