/* member */
/* 會員註冊 */
div.member_information {
	width: 90%;
	margin: 20px auto;
}
div.member_information >h5 {
	border-left:#ff42bf 4px solid;
	padding-left:5px;
	margin-top:25px;
	margin-bottom:10px;
}
div.member_information > label {
    display: block;
    margin: 6px 0px 0px;
}
div.member_information > label.formRadios {
    display: inline-block;
    margin: 6px;
}
div.member_information label input[type=radio], div.member_information label input[type=checkbox] {
	min-width: 10px;
	margin-right: 5px;
}
div.member_information input[type=number] {
	max-width: 30%;
	min-width: 30px;
}
div.member_information > input {
    display: inline-block;
	width: 80%;
	max-width: 100%;
    margin: 10px 0px;
}
div.member_information > input + span, div.member_information > label + span {
    display: inline-block;
    margin-left: 8px;
	color:#f00;
}
div.member_information > select {
	margin:0 5px 10px 0px;
}
div.member_information > textarea {
	width: 80%;
    margin: 10px 0px;
}
div.member_information > button {
    margin-top: 10px;
}


/* 會員登入 */
div.member_login {
	width:40%;
	border-right:#999 1px dashed;
	margin:0 20px;
	padding:10px 20px;
	float:left;
	text-align:right;
}
div.member_login >input {
	max-width: 100%;
	margin-bottom:10px;
}
div.member_login >button {
	margin-bottom:10px;
}
div.member_join {
	width:40%;
	padding:10px 0;
	float:left;
}
div.member_join >h3 {
	font-size:1.05em;
	color:#f00;
	margin-bottom:10px;
}
div.member_join div.member_join_textarea {
	line-height:1.5em;
	margin-bottom:10px;
}
div.member_join button {
    margin-top: 10px;
	white-space: nowrap;
}

/* 會員中心 */
div.member_center_blocks {
	width:45%;
	margin:16px;
	float:left;
}
div.member_center_title {
	border-bottom:#999 1px dashed;
	padding-bottom:5px;
	font-size:1.142em;
}
div.member_center_blocks .more {
	height:30px;
	margin: auto 0px auto auto;
}
div.member_center_blocks .more img {
	width:26px;
	margin-bottom:-8px;
	border: none;
}
/* 我的歷史訂單 */
table.order_history {
	width:100%;
	margin-top:5px;
}
table.order_history tr:first-child {
	background:#FFB;
}
table.order_history tr:nth-child(even) {
	background:#ddd;
}
table.order_history td:nth-child(2n+3) {
	color:#06B;
}
table.order_history td {
	padding:8px 3px;
	text-align:left;
	border-left:#fff 1px solid;
}
table.order_history td >a {
	border-bottom:#333 1px dashed;
}
table.order_history tr.order_history_title td {
	height:25px;
	vertical-align:middle;
	color:#666;
}
table.order_history td.saved {
	color:#00f;
}
table.order_history td.not_shipped {
	color:#f00;
}
table.order_history button {
    margin-top: 10px;
	white-space: nowrap;
}

/* 我的紅利積點 */
table.order_bonus {
	width:100%;
	margin-top:5px;
}
table.order_bonus tr:first-child {
	background:#FFB;
}
table.order_bonus tr:nth-child(even) {
	background:#ddd;
}
table.order_bonus td:nth-child(3) {
	color:#06B;
}
table.order_bonus td {
	padding:8px 3px;
	text-align:left;
}
table.order_bonus td >a {
	border-bottom:#333 1px dashed;
}
table.order_bonus tr.order_bonus_title td {
	height:25px;
	text-align:left;
	vertical-align:middle;
	color:#666;
}
table.order_bonus td.saved {
	color:#00f;
}
table.order_bonus td.not_shipped {
	color:#f00;
}
table.order_bonus tr:nth-child(2) {
	color:#666;
}
table.order_bonus button {
    margin-top: 10px;
	white-space: nowrap;
}
