div.order_step {
	text-align:center;
}
/* order cart */
div.order_cart {
	width:95%;
	margin:20px auto;
}
div.order_cart td {
	padding:6px 10px;
	text-align:center;
	border-bottom:#fff 1px solid;
}
div.order_cart td:nth-child(2n+3) {
	color:#f00;
}
div.order_cart td.order_prod_name_tit {
	width:212px;
	background:#ddd;
}
div.order_cart td.order_prod_info_tit {
	width:400px;
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
	background:#ddd;
}
div.order_cart td.order_prod_note_tit {
	width:82px;
	background:#ddd;
	color:#666;
}
div.order_cart td.order_prod_name_con {
	width:212px;
	background:#eee;
}
div.order_cart td.order_prod_name_con >ul >li {
	margin-bottom:10px;
}
div.order_cart td.order_prod_name_con >ul >li img {
	max-width: 120px;
	min-width: 60px;
}
div.order_cart td.order_prod_info_con {
	width:400px;
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
	background:#eee;
	text-align:left;
}
div.order_cart td.order_prod_info_con >ul >li {
	margin-bottom:10px;
}
div.order_cart td.order_prod_info_con >ul >li >span {
	margin-right:20px;
	text-decoration:line-through;
}
div.order_cart td.order_prod_info_con >ul >li >span.price {
	color:#f00;
	text-decoration:none;
}
div.order_cart td.order_prod_info_con >ul >li >input {
	width:10%;
	margin-right:5px;
	float:right;
}
div.order_cart td.order_prod_info_con >ul >li >button {
	background:none;
	border:none;
	box-shadow:none;
	margin-top:-5px;
	float:right;
}div.order_cart td.order_prod_info_con >ul >li >textarea {
	width:60%;
	height:100px;
}
div.order_cart td.order_prod_note_con {
	background:#eee;
}
div.order_cart td.order_prod_info_bot {
	width:400px;
	border-right:#fff 1px solid;
	background:#ddd;
	text-align:left;
}
div.order_cart td.order_prod_info_bot >span {
	float:right;
}
div.order_cart td[colspan="3"] {
	text-align:right;
}
div.order_cart td.order_prod_note_bot {
	width:82px;
	background:#ddd;
	color:#f00;
}
/* order fill */
div.order_fill {
	width:95%;
	margin:20px auto;
}
div.order_fill_member {
	width:190px;
	margin-right:10px;
	float:left;
}
div.order_fill_member >ul >li {
	line-height:1.5em;
	margin-bottom:5px;
}
div.order_fill_member >ul >li a:link, div.order_fill_member >ul >li a:visited {
	color:#f00;
}
div.order_fill_shopinfo {
	float:left;
}
div.order_fill_shopinfo >dd {
	margin-bottom:10px;
}
div.order_fill_shopinfo tr:nth-child(odd) {
	background:#eee;
}
div.order_fill_shopinfo td {
	padding:6px 10px;
	text-align:center;
	border-bottom:#fff 1px solid;
}
div.order_fill_shopinfo td.order_fill_shopinfo_prod {
	width:330px;
	text-align:left;
}
div.order_fill_shopinfo td.order_fill_shopinfo_prod >ul {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:#999 1px dashed;
}
div.order_fill_shopinfo td.order_fill_shopinfo_prod >ul >li >span {
	color:#f00;
}
div.order_fill_shopinfo td.order_fill_shopinfo_prod div.order_fill_shopinfo_prod_img {
	float:left;
}
div.order_fill_shopinfo td.order_fill_shopinfo_prod div.order_fill_shopinfo_prod_img >img {
	width:80px;
	margin-right:6px;
	padding:1px;
	border:solid 1px #999;
}


div.order_fill_shopinfo td.order_fill_shopinfo_price {
	width:72px;
	border-left:#fff 1px solid;
}
div.order_fill td:nth-child(1n+2) {
	color:#f00;
}

/* 寄件表單 */
div.order_fill_from {
	width: 90%;
	margin: 20px auto;
}
div.order_fill_from > h5 {
	display: block;
	position: relative;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-left: #ff42bf 4px solid;
	background-color: #FFCCFF;
	font-size: 1.15em;
	color: #333;
}
div.order_fill_from > h5 > p {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 4px;
}
div.order_fill_from > h5 > p > span {
	font-size:.875em;
	font-weight:lighter;
	text-align: right;
}
div.order_fill_from >ul >li {
	margin-bottom: 20px;
}
div.order_fill_from >ul >li.blue12 {
	margin-top: -20px;
	margin-bottom: 20px;
}
div.order_fill_from >ul >li > label {
    display: block;
    margin: 6px 0px 0px;
}
div.order_fill_from >ul >li > label.formRadios {
    display: inline-block;
    margin: 6px;
}
div.order_fill_from >ul >li label input[type=radio], div.order_fill_from > h5 input[type=checkbox] {
	min-width: 10px;
	margin-right: 5px;
}
div.order_fill_from input[type=number] {
	max-width: 30%;
	min-width: 30px;
}
div.order_fill_from >ul >li > input {
    display: inline-block;
	width: 80%;
	max-width: 100%;
    margin: 10px 0px;
}
div.order_fill_from >ul >li > input[type="radio"] {
	min-width: 10px;
	margin-right: 5px;
}
div.order_fill_from >ul >li > input + span, div.order_fill_from >ul >li > label + span {
    display: inline-block;
    margin-left: 8px;
	color:#f00;
}
div.order_fill_from >ul >li >select {
	margin:0 5px 10px 0px;
}
div.order_fill_from >ul >li >textarea {
	width: 80%;
    margin: 10px 0px;
}
div.order_fill_from >span {
	color:#f00;
}
div.order_fill_from td {
	padding:10px;
	text-align:center;
	border-left:#fff 1px solid;
}
div.order_fill_from div.ord_notes {
	margin:10px;
	text-align:center;
	font-size:13px;
	color:#777;
}
div.order_fill_from div.ord_notes >span {
	color:#f00;
}
div.order_fill_from tr:nth-child(odd) {
	background:#eee;
}
div.order_fill_from td:nth-child(1n+4) {
	color:#f00;
}
div.order_fill_from button {
    margin-top: 10px;
	white-space: nowrap;
}

/* order_ok */
div.order_ok {
	width:85%;
	margin:40px auto;
}
div.order_ok >h1 {
	font-size:1.5em;
	font-weight:lighter;
	margin-bottom:20px;
}
div.order_ok >p {
	line-height:1.5em;
}
/* remittance */
div.remittance_from {
	width:95%;
	margin:60px auto;
}
div.remittance_from >h5 {
	border-left:#ff42bf 4px solid;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:30px;
	margin-bottom:20px;
	font-size:1.15em;
	border-bottom:#ccc 1px dashed;
}
div.remittance_from >h5 >span {
	font-size:.875em;
	font-weight:lighter;
}
div.remittance_from >ul >li {
	margin-bottom:10px;
}
div.remittance_from >ul >li >label {
	margin-left:15px;
}
div.remittance_from >ul >li >input {
	width:60%;
	margin:10px 0 0 80px;
}
div.remittance_from >ul >li >select {
	width:25%;
	margin:10px 0 0 80px;
}
div.remittance_from >ul >li >textarea {
	width:90%;
	height:100px;
	margin:10px 0 0 14px;
}
div.remittance_from >ul >li >span {
	color:#f00;
}
/* order-history */
div.order_history {
}
/* order info */
div.order_info {
}
div.order_info tr:nth-child(odd) {
	background:#eee;
}
div.order_info td {
	padding:6px 10px;
	text-align:center;
	border-bottom:#fff 1px solid;
}
div.order_info td.order_info_prod {
	width:580px;
	text-align:left;
}
div.order_info td.order_info_prod >ul {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:#999 1px dashed;
}
div.order_info td.order_info_prod >ul >li >span {
	color:#f00;
}
div.order_info td.order_info_price {
	width:72px;
	border-left:#fff 1px solid;
}
div.order_fill td:nth-child(1n+2) {
	color:#f00;
}