body {
	background-color: #f6f6f6;
	font-family: "微軟正黑體", "黑體-繁", "Adobe 繁黑體 Std B", "HelveticaNeueLT Std Thin", Arial;
	margin: 0 0;
	font-size: 12px;
}
a {
	text-decoration: none;
}
.member_bg {
	width: 953px;
	height: 663px;
	margin: 0 auto;
	background-image: url(../../images/member_bg.png);
	padding: 0px 10px 10px 10px;
}
.right_content {
	height:660px;
}
/*** Member Center Layer 會員中心 ***/

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	background-color: rgba(0,0,0,0.6);
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
#sliderMenuContentContainer {
	overflow: hidden;
}
#navRightContainer {
/* 	overflow-x: hidden;
    overflow-y: visible; */
}
.myArea_bg620 {
	overflow-x: hidden;
    overflow-y: visible;
}
.wordList ol {
	margin-left:15px;
}


/* Content styles */
.md-content {
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	background-color: #e9e9e9;
	height: 660px;
}
.md-content_left {
	width: 308px;
	min-height: 660px;
	margin: 0px 10px 0px 0px;
	background-image: url(../../images/broadsite_bg_1.png);
	background-repeat: repeat-x;
	float:left;
	position: relative;
}
#sideboard_pic {
	width: 100%;
}
.mugshot, .mugshot_name {
	position: absolute;
	float:left;
	font-size: 18px;
}
.mugshot {
	top: 106px;
	left: 21px;
}

.mugshot_name {
	top: 20px;
	left: 96px;
	color: #FFF;
	min-width: 120px;
	font-size: 1em;
}
/******* 側邊選單 ********/
.md-content_menu {
	margin: 40px 20px 0 33px;
	float: left;
	width: 233px;
	color: #FFF;
	height: auto;
	list-style-type: none;
}
.md-content_menu li {
	list-style-type: none;
	font-size: 16px;
	border-bottom: 1px solid rgba(204,204,204,0.3);
}
.md-content_menu > li > a {
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
	text-indent: 2.5em;
	display: block;
	position: relative;
	font-weight: 600;
	color: #fff;
}
.md-content_menu ul li a {
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
	display: block;
	position: relative;
	font-weight: 600;
	color: #FFF;
}
.md-content_menu ul li a img {
	vertical-align: middle;	
}
.md-content_menu ul li:last-child a {
	
}
.md-content_menu > li > a:hover, .menu > li > a.active {
	color: rgba(13,122,255,1);
}
/*.md-content_menu > li > a.active {
	border-bottom: 1px solid rgba(204,204,204,0.3);
}*/
.md-content_menu > li > a:before {
	content: '';
	/* background-image: url(../../images/sideboard_icon.png);
	background-repeat: no-repeat; */
	font-size: 36px;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -0.3em 0 0 0.3em;
}
.item1 > a:before {
	background-image:url("../../images/iconSide_heart.png");
	background-repeat:no-repeat;
	background-position: 0 0;
}
.item2 > a:before {
	background-image:url("../../images/iconSide_mail.png");
	background-repeat:no-repeat;
	background-position: 0 0;
}
.item3 > a:before {
	background-image:url("../../images/iconSide_acc.png");
	background-repeat:no-repeat;
	background-position: 0 0;
}
.item4 > a:before {
	background-image:url("../../images/iconSide_print.png");
	background-repeat:no-repeat;
	background-position: 0 0;
}
.item5 > a:before {
	background-image:url("../../images/iconSide2_sales.png");
	background-repeat:no-repeat;
	background-position: 0 0;
}
.item6 > a:before {
	background-image:url("../../images/iconSide_set.png");
	background-repeat:no-repeat;
	background-position: 0 0;
}
.item7 > a:before {
	background-image:url("../../images/iconSide_prom.png");
	background-repeat:no-repeat;
	background-position: 0 0;
}
.item8 > a:before {
	background-image:url("../../images/iconSide2_myArea.png");
	background-repeat:no-repeat;
	background-position: 0 0;
}
.md-content_menu > li > a span {
	font-size: 0.75em;
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	background: rgba(255, 255, 255, 0.3);
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0;
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: 0.769em;
	-moz-border-radius: 0.769em;
	border-radius: 0.769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	font-weight: 500;
}
.md-content_menu> li > a:hover span, .menu > li a.active span {
	background: #2173a1;
}
.md-content_menu > li > ul li a:before{
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.md-content_menu > li > ul li:hover a,

.md-content_menu > li > ul li:hover a:before {
	color: #0d7aff;
	text-decoration: none;
}

.md-content_menu > li > ul li:hover a span {
	color: #FFF;
	background: #2173a1;
}
.md-content_menu ul > li > a span {
	font-size: 0.75em;
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0;
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	background-color: rgba(255,255,255,0.3);	
}

.mem_toolbar {
	width: 615px;
	height: 40px;
	float: left;
	border-bottom: solid 1px rgba(255,255,255,0.8);
	margin-bottom: 10px;	
}
.mem_toolbar_bu {
	height: 32px;
	float: right;
	margin-top: 8px;
	padding: 0 5px;
}
.mem_toolbar_bu a img:hover {
	opacity: 0.6;
}



/*** 我的專區 ***/
.myArea_bg660, .myArea_bg620 {
	background-image: url(../../images/member_bg615.png);
	width: 625px;
	margin: 0 auto;
	background-repeat: repeat-y;
}
.myArea_bg660 {
	height: 660px;
}
.myArea_bg620 {
	/* min-height: 610px; */
	max-height: 610px;
	padding-top: 10px;
	/* position: relative; */
}
.myArea_bg620 h3, .myArea_bg620_h3 {
	margin: 10px 10px 5px 10px;
	font-size: 18px;
	color: #4f9dcd;
	clear: both;
 
}
.myArea_bg660 {
	overflow-y:visible;
	overflow-x:hidden;
}
.myArea_bg620_h3 {
	padding-top: 20px;
}
.myArea_bgProfile, .myArea_bgPromlgate {
	background-color: #FFF;
	width: 615px;
	min-height: 660px;
	margin: 0 auto;
}
.myArea_bgPromlgate h3 {
	color: #436fb6;
	font-size: 24px;
	margin: 0 10px;
	font-weight:bold;
}
.myArea_bgPromlgate h4 {
	color: #436fb6;
	margin: 0px 0px;
}
.picList {
	width: 300px;
	margin: 3px 3px;
	float: left;
	position: relative;
}
a .picList:hover, .picList:hover {
	opacity: 0.6;
}
.picList:hover {
	cursor: pointer;
}
.picList_tit {
	position: absolute;
	bottom: 10px;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	width: 280px;
	line-height: 20px;
}
.picList img {
	width: 300px;
	height:173px;
}

.wordList, .wordList2 {
	font-size: 16px;
	line-height: 30px;
	margin: 8px 5px;
	padding: 5px 30px 5px 10px;
	clear: both;
	background-color: #fff;
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px gray;
	position: relative;
}

.wordList {
	width: 550px;
}
.wordList2 {
	width: 550px;
	float: right;
	margin-right: 10px;
}
.wordList a, .wordList2 a {
	color: #436fb6;
}
.wordList a:hover, .wordList2 a:hover {
	color:#4f9dcd;
}

a .wordList {
	color: #000;
	font-weight: bold;
}
.wordList a span {
	color: #C2C500;
}
.wordList_route {
	position: absolute;
	right: 10px;
	top: 10px;
}

.wordList span, .wordList2 span, .wordList_describe, .wordList p, .wordList2 p {
	font-size: 14px;
}
.wordList_describe {
	margin: 10px 0;
	min-height: 100px;
	padding-left: 18px;
	position: relative;
	line-height: 24px;
	width: 90%;
}
.wordList_describe h4 {
	background-image: url(../../images/icon8_lable.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	margin: 0px 0px;
	position: absolute;
	left: 0px
}
.wordList_describe span {
	font-size: 12px;
}
.check_red, .check_red2 {
	width: 30px;
	height: 30px;
	margin: 8px 8px 0 8px;
}
.check_red3 {
	width: 30px;
	height: 30px;
	margin: 0px 8px 0 8px;
	float: left;
}
.check_red {
	float: right;
}
.check_red2 {
	float: left;
}
.bill_icon {
	height: 24px;
	width: 36px;
	margin-top: 3px;
	float: left;
}
.bill_tool {
	height: 29px;
	padding: 10px 10px 0px 10px;
	min-width: auto;
}
.bill_tool img {
	margin: 0 7px;
}
.bill_tool a img:hover {
	opacity: 0.6;
}
.bill_sum, .bill_payOff, .bill_payOn , .bill_circle {
	position: absolute;
	right: 0px;
}
.bill_sum {
	top: 0px;
	font-size: 18px;
	color: #2889ff;
}
.bill_payOff, .bill_payOn {
	width: 86px;
	height: 30px;
	overflow: hidden;
}
.bill_payOff {
	background-image: url(../../images/switch_off.png);
	z-index: 10;
	top: 50px;
}
.bill_payOn {
	z-index: 11;
}
.bill_circle {
	width: 32px;
	height: 30px;
	z-index: 12;
}
.subscribe_item {
	height: 45px;
	line-height: 45px;
}

.subscribe_tool {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 210px;
}
.subscribe_tool img {
	vertical-align: sub;
	margin-right: 5px;
}
.subscribe_toolItem {
	width: 60px;
	line-height: 20px;
	color: #436fb6;
	font-size: 16px;
	float: left;
	margin-right: 10px;
}
a .subscribe_toolItem:hover, .subscribe_toolItem:hover {
	opacity: 0.6;
}
.subscribe_toolItem:hover {
	cursor: pointer;
}


/******* 生活地圖 *******/
.mapList {
	width: 278px;
	height: 170px;
	margin: 3px 3px;
	float: left;
	padding: 10px;
	border: solid 1px #999;
	border-radius: 10px;
	background-color: #FFF;
}
a .mapList:hover, .mapList:hover {
	opacity: 0.6;
}
.mapList:hover {
	cursor: pointer;
}
.mapList_left, .mapList_right {
	float: left;
}
.mapList_left {
	width: 170px;
	margin-right: 10px;	
	color: #000;	
}
.mapList_right {
	width: 90px;
}
.mapList_right img {
	max-width: 90px;
	height: auto; 
	max-height: 150px;
}
.mapList_lef_title {	
	font-size: 16px;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.mapList_lef_word {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient:vertical;
}



/****** hr *******/
.hr_gray {
	border: 1px solid rgba(100,100,100,0.6);
}
.hr_dotted_gray {
	border: 1px dashed rgba(100,100,100,0.6);
}



/******* NEW *********/
.lable_new {
	background-color: #F00;
	border-radius: 20px;
	padding: 3px;
	font-size: 12px;
	color: #FFF;
	width: 30px;
/* 	height: 12px;
 */	line-height: 10px;
	text-align: center;
	font-family: "Arial";
	float: left;
	margin-top:6px;
	margin-right: 7px
}
.lable_new_right {
	background-color: #F00;
	border-radius: 20px;
	padding: 3px;
	font-size: 12px;
	color: #FFF;
	width: 30px;
/* 	height: 12px;
 */	line-height: 10px;
	text-align: center;
	font-family: "Arial";
	float: right;
	margin-top:10px;
	margin-right: 7px
}
.agreeBar {
	height: 48px;
	width: 332px;
	margin: 20px auto;
	padding-left: 20px;
}
.loadBar {
	width: 161px;
	height: 48px;
	margin: 20px auto;
}
.agreeBar_a, .agreeBar_x, .upload_ok, .upload_no {
	width: 161px;
	height: 48px;
	float: left;
}
.agreeBar_a {
	background-image: url(../../images/bu161_agree.png);
	margin-right: 10px;
}
.agreeBar_x {
	background-image: url(../../images/bu161_noAgree.png);
}
.upload_ok {
	background-image: url(../../images/bu161_ok.png);
	margin-right: 10px;
}
.upload_no {
	background-image: url(../../images/bu161_no.png);
}
a .agreeBar_a:hover, .agreeBar_a:hover {
	background-image: url(../../images/bu161_agree_.png);
}
a .agreeBar_x:hover, .agreeBar_x:hover {
	background-image: url(../../images/bu161_noAgree_.png);
}
a .upload_ok:hover, .upload_ok:hover {
	background-image: url(../../images/bu161_ok_.png);
}
a .upload_no:hover, .upload_no:hover {
	background-image: url(../../images/bu161_no_.png);
}
.select_row {
	height:29px;
	width: auto;
}
.bu120_select, .bu120_market, .select_name {
	float:left;
}
.bu120_select, .bu120_market {
	width: 120px;
	height: 29px;
}
.bu120_select {
	background-image: url(../../images/bu120_selectFile.png);
}
.bu120_market {
	background-image: url(../../images/bu120_selectMarket.png);
}
a .bu120_select:hover, .bu120_select:hover {
	background-image: url(../../images/bu120_selectFile_.png);
}
.select_name {
	margin-left: 10px;
	color: #646464;	
}
.market_logo {
	cursor: pointer;
	float:left;
}
.market_logo:active {
	opacity: 0.6;
}
.printList {
	background-image: url(../../images/icon50_exclamation-.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 30px 5px 70px;
	margin: 8px 5px;
	clear: both;
	background-color: #fff;
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px gray;
	position: relative;
	width: 490px;
}
.printList a {
	color: #5c5c5c;
}
.printList a:hover {
	opacity:0.6;
}
.printList a span {
	color: #ea3131;
}
.printList_route {
	position: absolute;
	right: 10px;
	top: 25px;
}
.printList p {
	font-size: 16px;
	color:#5c5c5c;
}
.printList_2 {
	width: 490px;
	float: right;
	margin-right: 10px;
}
.print_amount {
	position: absolute;
	right:20px;
	top: 60px;
	font-size: 20px;
	color: #0d7aff;
}


/**** 會員中心上下頁button ****/
.bu_turnLeft {
	float:right;
	position: relative;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 72px;
	background-image: url(../../images/icon32_turnLeft.png);
	background-repeat: no-repeat;
}


.bu_turnRight {
	float:right;
	position: relative;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 70px;
	background-image: url(../../images/icon32_turnRight.png);
	background-repeat: no-repeat;
}

@media screen and (min-width:1024px) {
	a .bu_turnLeft:hover, .bu_turnLeft:hover {
	background-image: url(../../images/icon32_turnLeft_.png);
	}
	.bu_turnLeft:hover {
	cursor: pointer;
	}
	a .bu_turnRight:hover, .bu_turnRight:hover {
	background-image: url(../../images/icon32_turnRight_.png);}
	.bu_turnRight:hover {
	cursor: pointer;
	}
}
