@charset "utf-8";
/* CSS Document */

.order {
	margin-top: 10px;
	line-height: 150%;
	margin-bottom: 20px;
	border: 1px solid #E6C6C8;
	background-color: #FEF4F3!important;
	width: 630px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.order ul {
	margin: 0px 0px 0px 20px!important;
	padding: 0px;
}
.order li {
	margin: 0px;
	padding: 0px;
}

.order h3 {
	color: #333333;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px 0px 0px 25px;
	background-image: url(../img/info/h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 20px;
	font-size: 14px;
}

.order1 {
	width: 660px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 150%;
}

.order1 h3 {
	border-bottom-style: dotted;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 20px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-color: #993333;
	border-left-color: #993333;
}

.orderitem {
	margin-top: 10px;
	line-height: 150%;
	margin-bottom: 20px;
	width: 650px;
	padding: 5px;
}

.orderitem dl {
	font-weight: normal;
	border: 1px solid #B05A5B;
	height: 300px;
	width: 650px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}


.orderitem dt {
	font-weight: normal;
	float: right;
	margin: 5px;
}

.orderitem dd {
	line-height: normal;
	margin: 5px;
	float: left;
	clear: none;
	padding-right: 1px;
	padding-left: 1px;
}



.price {
	text-decoration: underline;
	float: right;
}
