@charset "utf-8";
/* CSS Document */

@import "inpage.css";
@import "button.css";
@import "form.css";
@import "pages.css";

.member {
	width: 675px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 30px;
}



/*========== Module Image ===========*/
.mod_lang1 {
	background: url(../images/in_mod_member_lang1.jpg);
	height: 55px;
}



/*========== Content ===========*/
.content_topic {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
}

.content_txt {
	padding-top: 10px;
}

.content_item {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #970000;
	font-size: 15px;
	font-weight: bold;
}



/*========== Other ===========*/
.password_success {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #FF0B0B;
	font-weight: bold;
}

.login_form {
	width: 60%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.profile_form {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 10px;
}

.password_form {
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.send_button {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}



/*========== Order List ===========*/
.order_list {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list_amount {
	color: #F90000;
}
.order_status1 {
	color: #FF0000;
}

.order_status2 {
	color: #FF6600;
}
.order_status3 {
	color: #0066FF;
}

.order_status4 {
	color: #000099;
}

.order_status5 {
	color: #333333;
}

.order_status6 {
	color: #009900;
}




/*========== Order Content ===========*/
.data_list {
	width: 100%;
	border-spacing: 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #333333;
}

.data_list tr td {
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}

.data_list tr.item_bg {
	background: url(../images/list_header_bg.jpg);
} 

.data_list td.item {
	text-align: center;
	padding: 10px;
	color: #000000;
	font-weight: bold;
}

.data_list tr.list_bg0 {}

.data_list tr.list_bg1 {
	background-color: #fafafa;
}

.list_goods {
	line-height: 20px;
}

.payment_list {
	width: 100%;
}

.payment_list tr td {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.order_total_amount {
	color: #F90000;
	font-weight: bold;
	font-size: 18px;
}

.related_button {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}