﻿ /* CSS Document */

/*************************************
BoxStyle
example 1:
<div class="MinGradualBox">
	<div class="top"></div>
	<div class="middle"></div>
	<div class="bottom"></div>
</div>
example 2:
<div class="MaxGradualBox">
	<div class="top"></div>
	<div class="middle"></div>
	<div class="bottom"></div>
</div>

example 3:
<div class="PlaneGradualBox">
	<div class="left floatLeft"></div>
	<div class="center floatLeft"></div>
	<div class="right floatLeft"></div>
</div>
*************************************/

/*************************************
  服務條款
*************************************/

.fs-h3{font-size:18px;margin-bottom: 5px; }
.fs-h4{font-size:15px; }
.rule-sectext{font-size:14px; }
.rule-text{margin: 8px 0px 10px 0px;}
.rule-lists{margin-bottom: 20px;}

/*免責聲明*/
.rule-list{font-size: 15px;margin-bottom: 40px;}
.rule-first{font-size: 16px;font-weight: bold;line-height: 29px;margin-bottom: 10px;}
.rule-main{padding-left: 22px;padding-right: 22px;}

/*隱私權聲明*/
.private-list{line-height: 21px;font-size: 14px;margin-bottom: 20px;}
.private-h1{font-size: 15px;font-weight: bold;margin-bottom: 16px;margin-top:40px; }


.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.hide{display:none;}
.show{display:block;}
Div.MinGradualBox {
	overflow: hidden;
}
Div.MinGradualBox Div.top {
	background: url(//img.8891.com.tw/help/box_bg_t.png) no-repeat 0 0;
	height: 30px;
}
Div.MinGradualBox Div.middle {
	background: url(//img.8891.com.tw/help/box_bg_m.png) repeat-y 0 0;
	min-height: 100px;
}
Div.MinGradualBox Div.bottom {
	background: url(//img.8891.com.tw/help/box_bg_b.png) no-repeat 0 0;
	height: 10px;
}

Div.MaxGradualBox {
	overflow: hidden;
}
Div.MaxGradualBox Div.top {
	background: url(//img.8891.com.tw/help/c_box_bg_t.png) no-repeat 0 0;
	height: 40px;
}
Div.MaxGradualBox Div.middle {
	background: url(//img.8891.com.tw/help/c_box_bg_m.png) repeat-y 0 0;
	min-height: 200px;
}
Div.MaxGradualBox Div.bottom {
	background:url(//img.8891.com.tw/help/c_box_bg_b.png) no-repeat 0 0 ;
	height: 17px;
}

Div.PlaneGradualBox {
	overflow: hidden;
}
Div.PlaneGradualBox Div.left {
	background: url(//img.8891.com.tw/user/lin01.png) no-repeat 0 0;
	width: 20px;
	min-height: 50px;
}
Div.PlaneGradualBox Div.center {
	background: url(//img.8891.com.tw/user/lin02.png) repeat-x 0 0;
	min-height: 50px;
}
Div.PlaneGradualBox Div.right {
	background: url(//img.8891.com.tw/user/lin03.png) no-repeat 0 0;
	width: 20px;
	min-height: 50px;
}


/*************************************
normal
*************************************/
.W697PX {
	width: 697px;
}
.W721px {
	width: 721px;
}
li.MenuContentItem {
	overflow: hidden;
}
li.MenuContentItem div.HelpMenuLinkClose {
	line-height: 30px;
	background: url(//img.8891.com.tw/common/+_r2_c2.png) no-repeat 0 55%;
	padding-left: 20px;
	margin-left: 20px;
}
li.MenuContentItem div.HelpMenuLinkOpen {
	line-height: 30px;
	background: url(//img.8891.com.tw/common/_r1_c3.png) no-repeat 0 55%;
	padding-left: 20px;
	margin-left: 20px;
}
.Title {
	background-image:url(//img.8891.com.tw/help/h_bg.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	padding:3px 3px 3px 25px;
	
}
.PT20px {
	padding-top: 20px;
}
.LevelDiv {
	background: url(//img.8891.com.tw/common/rowline.png) no-repeat 0 55%;
	padding-left: 10px;
	margin-left: 20px;
	line-height: 30px;
}
.H40 {
	line-height: 40px;
}
Div.ImgStep {
	margin-bottom: 20px;
}
Div.QuestionHead {
	padding-left: 20px;
}
Div.QuestionHead h3 {
	font-weight: normal;
}
Div.QuestionHead h3 span {
	padding-top: 12px;
	display: block;
}
Div.HelpSubBox {
	padding: 10px 5px;
}
Div.NormalQuestion {
	background: url(//img.8891.com.tw/help/normal_question.png) no-repeat 0 0;
	width: 721px;
	height: 114px;
}
Div.NormalQuestion ul {
	margin-left: 50px;
	padding-top: 5px;
}
Div.NormalQuestion ul li {
	line-height: 25px;
}
Div.NormalQuestion ul li span {
	background: url(//img.8891.com.tw/common/rowline.png) no-repeat 0 50%;
	padding-left: 15px;
	display: block;
	width: 300px;
}
ul.HelpItemInfos {
	margin-left: 15px;
}
ul.HelpItemInfos li {
	line-height: 30px;
}
ul.HelpItemInfos li span {
	margin-right: 5px;
	padding-right: 5px;
}
ul.HelpItemInfos li span.bdr {
	border-right: 1px dotted #DDD;
}
ul.HelpItemInfos li span.bdr:last-child{
	border: none;
}
hr.dot {
	border: none;
	border-bottom: 1px dotted #DDD;
}
Div.ServiceDiv {
	background: url(//img.8891.com.tw/help/ico_bg.png) no-repeat 0 100%;
	height: 25px;
	padding-left: 30px;
	line-height: 25px;
}
Div.ToolDiv {
	text-align: center;
}
Div.ToolDiv .print {
	background: url(//img.8891.com.tw/help/ico_bg.png) no-repeat 0 40%;
	height: 25px;
	padding-left: 30px;
	line-height: 25px;
}
Div.ToolDiv .fact {
	background: url(//img.8891.com.tw/help/ico_bg.png) no-repeat 0 0;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
}
Div.HelpListDiv {
	padding-left: 40px;
}
Div.HelpListDiv li {
	height: 25px;
	line-height: 1.8;
}
/*fixed PubRow Position*/
.PubRow{
	background-position:0 60%;
}

Div.HelpBodyDiv Div.H30,Div.HelpTitleDiv {
	line-height: 30px;
}
Div.HelpTitleDiv span{
	margin-left: 10px;
}
Div.HelpBodyDiv {
	text-align: center;
}
/*************************************
link
*************************************/
#ComContentBox a{
	color: #0044DD;
}
#ComContentBox a:hover, #ComContentBox a.hover{
	color: #0044DD;
	text-decoration: none;
}
#ComContentBox a.HelpMenuLink {
	color: #0044DD;
	font-size:11pt;
}
#ComContentBox a.HelpMenuLink:hover {
	text-decoration: none;
}
#ComBodyLayerBox a.HelpMenuLink{
	color:#0044DD;
	font-size:11pt;
}
#ComBodyLayerBox a.HelpMenuLink:hover{
	color: #F30;
	text-decoration: none;
}
#ComBodyLayerBox .HelpBodyDiv a.HelpMenuLink{
	text-decoration: none;
	font-size: 11pt;
}
div.NoiceBox{
	background:url(//img.8891.com.tw/member/lbg.png) repeat scroll 0 0 transparent;
	border: none;
	height: auto;
	border-bottom:1px dashed #ECECEC;
	font-size:10pt;
	line-height:20px;
	padding-bottom:4px;
}
.WhereLink{
	font-size: 10pt;
}
 /*
  LInputBox
 */
 .LInputBox{
    margin-left:30px;
    margin-bottom:40px;
    }
.LInputBox ul li{
    color:#333333;
    line-height:28px;
    font-size:11pt;
    padding-left:10pt;
    letter-spacing:1px;
    }
 .endSpan{
    text-align:center;
    }
.topmargin{
	margin-top:25px;
	margin-left:15px;
    }
/*
 * 
 */
 Div.ServiceDesc{
    border:1px dashed #D9D9D9;
    background:url(//img.8891.com.tw/help/note.png) no-repeat 20px 15px;
    margin-bottom:8px;
    padding-left:140px;
    padding-top: 10px;
    padding-right:10px;
    font-size:10pt;
    }
Div.ServiceDesc p{
    line-height:20px;
    margin:0;
    padding:0;
    text-indent:2em;
}
Div.service {
    padding-left: 3px; 
    margin-bottom:8px;
    line-height:18px;
    }
p.FirstP{
    margin:6px 0 0;
    }
ul.NoteList{
    margin-bottom:8px;
    }
ul.NoteList li {
    background-color:#FFFAFA;
    border-bottom:1px dashed #D9D9D9;
    padding:4px 0;
}
.PaddingTop{
    padding-top :5px;
    }
ul.NoteList li span.importLine{
    color: rgb(255, 0, 0); 
    font-size: 11pt;
    padding-left:20px;
}
ul.NoteList li p.PCont {
    color:#000000;
    margin-top:8px;
    padding:4px 0 4px 45px;
    font-size:10pt;
    line-height:20px;
    *line-height:23px;
}
ul.NoteList li span.PostTime{
    border-right:1px solid #AAAAAA;
    margin-right:8px;
    padding-right:8px;
    font-family:Tahoma;
}
ul.NoteList li span.PostRead{
    font-family:Tahoma;
    vertical-align:middle;
}
.PaddingLeft{
    padding-left: 24px;
    }
a.NoLine:link, a.NoLine:visited {
    text-decoration:none;
}
ul.NoteList li p{
    margin:0 1em 0 0;
}
ul.sub{
    display: none;
    margin-bottom:10px;
    }
ul.sub li {
    padding-left:50px;
    /*background:url(//img.8891.com.tw/common/_r1_c2.png) no-repeat 38px 3px;*/
    /*padding-bottom:5px;*/
    line-height:1.8;
    }
ul li Div.MenuContentList{
	line-height: 30px;
	background: url(//img.8891.com.tw/common/_r1_c3.png) no-repeat 0 55%;
	padding-left: 20px;
	margin-left: 20px;
}
.PaddingBottom{
    Padding-Bottom:20px;
}

.PaddingBottom_10px{
	Padding-Bottom:10px;
}
/* Ƿ
 */
Div.HelpResolve{
    padding-left:30px;
    }
Div.HelpResolve p.paddingLeft{
    padding-left:20px;
    }
Div.HelpResolve p .HelpResolveButton{
    width:100px;
    height:20px;
    }
    
/**
 * 
 **/
.linkMenu
{
    padding-left: 10px;
    line-height: 22px;
    color: #676464;
    font-size: 10pt;
}
.apply{
    border-top:0px;
    border-Bottom:0px;
    margin-top: -10px;
}
.apply li {
	padding-left: 16px;
}
.PdBottom
{
    padding-Bottom:5px;    
}
.linkInfo{
    padding-left: 10px;
    color: #676464;
    font-size: 10pt;  
}
.ApplyLink{
    text-decoration: none;
}
.apply li.Title1{
    background: url(//img.8891.com.tw/help/h_bg.png) no-repeat 2% 50%;
	padding-left: 30px;
	margin-left: 2px;
}
.apply li textarea {
	background-color:#FFFFFF;
	border:1px solid #EEEEEE;
	color:#666666;
	font-size:8pt;
	height:120px;
	overflow: hidden;
	line-height:15px;
	margin:8px 0;
	padding:4px;
	width:163px;
}
.Title2{
    padding-left:10px;    
}
.minHeight{
  background: url(//img.8891.com.tw/help/box_bg_m.png) repeat-y 0 0;
  min-height:190px;    
}
.InputSubmit{
    padding-left:50px;    
}
.comment{
    padding-left:5px;
    padding-right:5px;    
}
h1.linkHead{
    border-bottom: 1px solid #D5D5D4;
    color:#FE8D02;
    font-size:11pt;
    padding-left:2px;
}
Div.ImgStep1
{
    margin-top:5px;    
}
Div.ImgStep1 h3
{
	color:#FE8D02;
	font-size:11pt;
	border-bottom:1px solid #D5D5D4;
	clear:both;
}
Div.ImgStep1 ul
{
	clear:both;
	margin-bottom: 30px;
    overflow: hidden;
	padding-top:3px;
}
Div.ImgStep1 li
{
	float:left;
	width:185px;
	padding:7px 0;
}

Div.top{
    background:transparent url(//img.8891.com.tw/help/box_bg_t.png) no-repeat scroll 0 0;  
    height:30px;  
    margin-top:10px;
}
Div.bottom{
    background: url(//img.8891.com.tw/help/box_bg_b.png) no-repeat 0 0;
	height: 10px;    
}
/************
 ie6 bug
*************/
.bottomBug{
	_margin-top: 60px;
}
.heightBug{
	_height: 5px;
}
/***************
	找回帳號和密碼
****************/
.getAccount{
	margin:0 auto;
	padding-bottom:80px;
	padding-top:80px;
	width:730px;	
}
#xsnazzy {
	background:transparent none repeat scroll 0 0;
	margin:1em;
}
.xtop, .xbottom {
	background:transparent none repeat scroll 0 0;
	display:block;
	font-size:1px;
}
.xb1 {
	background:#B7CCEB none repeat scroll 0 0;
	margin:0 5px;
}
.xb2 {
	border-width:0 2px;
	margin:0 3px;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
}
.xb2, .xb3, .xb4 {
	border-left:1px solid #B7CCEB;
	border-right:1px solid #B7CCEB;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px;
	margin:0 1px;
}

.centerbox {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#B7CCEB;
	border-style:solid;
	border-width:0 1px;
	display:block;
	/*height:240px;*/
}
.operation {
	background:transparent url(//img.8891.com.tw/help/tel.gif) no-repeat scroll 4px 18px;
	border-bottom:1px dashed #D9D9D9;
	height:48px;
	line-height: 60px;
	margin:0 auto;
	padding-left:25px;
	width:640px;
}
.operation b {
	color:#9C7C25;
	font-family:'',b7,'73',b2,'d3',a9,'fa',c5,'e9';
	font-size:11pt;
	text-align:left;
}
.operation2 {
	background:transparent url(//img.8891.com.tw/help/email.gif)no-repeat scroll 4px 18px;
	border-bottom:1px dashed #D9D9D9;
	height:48px;
	line-height: 60px;
	margin:0 auto;
	padding-left:25px;
	width:640px;
}
.operation2 b {
	color:#9C7C25;
	font-family:'',b7,'73',b2,'d3',a9,'fa',c5,'e9';
	font-size:11pt;
	text-align:left;
}
.operli1 {
	float:left;
	padding-left:5px;
}
.opt1 {
	color:#990000;
	font-family:'',b7,'73',b2,'d3',a9,'fa',c5,'e9';
	font-size:11pt;
	padding-left:10px;
}
.opt2 {
	color:#9C7C25;
	font-family:'',b7,'73',b2,'d3',a9,'fa',c5,'e9';
	font-size:11pt;
	padding-left:10px;
}
.operli2 {
	float:right;
}
.foundTable {
	padding: 30px 0px 35px 0px;
    margin: 0 auto;
    width: 700px;
}
.foundTable td {
	color:#333333;
	font-family:"Arial","MingLiU","PMingLiU";
	font-size:11pt;
}
.foundTable .span1 {
	background:url(//img.8891.com.tw/common/css.gif) no-repeat scroll  0 18.5%;
	color:#666666;
	font-family:'',b7,'73',b2,'d3',a9,'fa',c5,'e9';
	font-size:10pt;
	display:block;
	height: 30px;
	line-height: 30px;
	text-align:center;
	_text-align:left;
	padding-left: 20px;
}
.foundTable .span2 {
	color:#47ABE4;
	font-size:9pt;
}

/****
	新找回帳號和密碼
*****/
.getAccountCon{
	margin:0 auto;
	padding-bottom:80px;
	width:730px;
}
.getAccountHead{
	margin:0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
}
.operation3{
	border-bottom:1px dashed #D9D9D9;
	height:48px;
	_height: 30px;
	line-height: 60px;
	_padding-top:25px;
	margin:0 auto;
	padding-left:25px;
	width:640px;
	box-sizing: content-box;
}
.operation3 ul li{
	padding-left: 150px;	
}
.links{
	float:right;
	padding-right:10px;
}
.displayNone{
	display:none;	
}
.foundTable ul li{
	color:#333333;
	font-family:"Arial","MingLiU","PMingLiU";
	font-size:11pt;
	line-height:30px;
	float:left;
	margin:5px 0px;
	box-sizing: content-box;
}
.foundTable ul li input {
	height:25px;
	
}
.foundTable ul li input[type=text],.foundTable ul li input[type=password]{
	border-radius:5px;
	width: 170px;
	font-size:13px;
}
.foundTable ul li input[type=button],.foundTable ul li input[type=submit] {
	height:32px;
	padding:0 10px;
}
.pwd-tips {
	 position:absolute;border-radius:5px;right:8px;top:77px;padding:5px 10px;color:#999;
}
.pwd-tips .pwd-tips-arrow{
	width: 12px;    height: 12px;    
	border-left: 1px solid #ccc;    
	border-bottom: 1px solid #ccc;
    position: absolute;
    top: 33px;
    left: -7px;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background: #FFF5D8;
}
.primttime{
	padding-left: 200px;
	float:left;
}
.li1{
	padding-left: 150px;
	width: 150px;
	text-align:right;
}
.li2{
	text-align:left;
	width: 180px;
}
.li3{
	text-align: left;
	width: 200px;
}
.subli{
	padding-left: 100px;
	_margin-left: -100px;
	
}

.F18pt{
	font-size: 18pt;	
}
.show{display:block;}
.hide{display:none;}

/****************************
	出售流程
 *******************************/
 .flowh1{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18pt;
	color:#333;
	font-weight: bold;
}
 .flow{
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.flow table{
	margin-left: 15px;
	margin-right: 50px;
}
 .flowHead{
	 margin: 20px auto; 
	 background:url(//img.8891.com.tw/help/di.png) no-repeat 14px 0;
	 height: 50px;
	 line-height: 50px;
	 font-size: 14pt;
	 color:#333;
	 font-weight: bold;
	 width: 20%;
}
.flowHead2{
	 margin: 20px auto; 
	 background:url(//img.8891.com.tw/help/di2.png) no-repeat 14px 0;
	 height: 50px;
	 line-height: 50px;
	 font-size: 14pt;
	 color:#333;
	 font-weight: bold;
	 width: 20%;
}
.herringbone{
	margin-top: 50px; 
	height: 50px;
	line-height: 50px;
	width: 5%;
}
.H100{
	height: 100px;	
}
.LH100{
	line_height: 100px;
}
.C09F{
	color:#09F;
}
.dealline{
	border-bottom: 3px solid rgb(189, 163, 127);
	margin-right: 80px;	
	margin-top: 5px;
	width: 250px;
}
.dealul{
	margin-top: 5px;
	color: #333333;
}
ul.dealul li{
	font-size:10pt;
	height: 25px;
	line-height:25px;
	padding-left: 5px;
}
.marginBottom{
	margin-Bottom: 30px;	
}
.marginCenter{
	margin: 0 auto;
	width: 660px;
}
.dealHead{
	background:url(//img.8891.com.tw/help/deals/head.png) no-repeat 0 0;
	height: 50px;
	margin-bottom: 10px;
}
.dealtitle{
	margin-top: 8px;
	line-height: 40px;
	padding-left: 60px;
	font-family:宋体;	
	font-size: 21pt;
	font-weight:bold;
	color: #400000;
	height: 40px;
}
.dealtitle2{
	padding-top: 8px;
	line-height: 20px;
	padding-left: 20px;
	font-family:宋体;	
	font-size: 10pt;
	color: #666;
}
.BRdDD{
	border-right: dotted #CCC 1px;
}
.W24P{
	width: 24%;	
}
.XinWenContent{
	padding-left: 10px;
	padding-right: 10px;
	background: #FCFCFC;
}
.BB00{
	border-bottom: dashed #000000 1px;
}
div.ComSubBox div.surveytitle {
	background:#CBECFC;
	font-size:12pt;
	padding-bottom:6px;
	padding-top:6px;
	text-align:center;
}

div.ComSubBox div.surveycontent {
	font-size:11pt;
	margin-right:10px;
	margin-top:20px;
	padding-left:12px;
}
.BCBECFC{
	border: #CBECFC 1px solid;
}

#ipInfo{
	clear: both;
	float:center;
	text-align:left;
	width:778px;
	margin:8px auto;	
}

#ipInfo table{
	width:460px;
	background-color : #EF8613;
}
#ipInfo  table tr
{
	background-color : #FFFFFF;
	height:22px;
	text-align:left;
	FONT: 9pt Arial; LINE-HEIGHT: 150%; FONT-STYLE: normal; padding: 0; margin: 0;
}
#ipInfo table td
{
	padding-left:5px;
}

.help_right_box .content br {
	line-height:10px;
}
.surveyTitle{
	font-size:11pt;
	font-weight:bold;
}
#surveyIntroduce p{
	font-size:11pt;
	line-height:23px;
}


/*****************************
2010/03/31 Edit By 黎明
******************************/
.PubMenuBox{
	border:1px solid #FF9F10;
}
.PubMenuBox .MenuTitle{
    background-color:#FCFFCF;
    border-bottom:1px dashed #FCCC6F;
}

.PubMenuBox .MenuTitle a.CloseLink span{
    color:#FF6600;
	display:block;
	line-height:25px;
	padding-left:10px;
	text-decoration: none;
}

.PubMenuBox a.HelpMenuLink{
	font-size:11pt;
}

.PubMenuBox a.HelpMenuLink:hover{
	text-decoration: none;
}

.PubMenuBox .MenuContentItem{
	overflow: hidden;
}

.IconUser{
	background-image:url(//img.8891.com.tw/help/h_bg.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	padding:10px 10px 10px 40px;
}
/*******友情連結*********/
.link_right_box {
	border:1px solid #CCCCCC;
	padding:0px 0px 10px;
}
.link_right_box .link_right_head {
	background:url(//img.8891.com.tw/common/dealTitle.png) repeat-x 0 0 ;
	height: 30px;
	margin:1px;
	color:#3366FF;
	font-size:15px;
	padding-left: 15px;
}
.link_right_box .link_right_body {
	padding-left: 30px;
	padding-right: 30px;
}
.link_right_box .link_right_body  h3 {
	border-bottom:1px solid #CCCCCC;
	font-size:13px;
	font-weight:normal;
	margin-top: 10px;
}
.link_right_box .link_right_body  h3 span {
	border-bottom:medium none;
	color:#FF9900;
	font-size:17px;
	font-size: 8pt;
	padding-right:4px;
}

.link_right_box .link_right_body  ul.content {
	color:#676464;
	font-size:10pt;
	padding:8px 0 0 75px;
	line-height:23px;
}
.link_right_box .link_right_body ul.content-2 {
	color:#333333;
	font-size:10pt;
	line-height:30px;
	padding:8px 0 0 75px;
}
.link_right_box .link_right_body p.check{
	border-top:1px dashed #CCCCCC;
	color:#666666;
	margin-top:8px;
}
.link_right_box .link_right_body .LiSubmit {
	padding-left: 150px;
}
.link_right_box .link_right_body .LiSubmit .submit{
	background:transparent url(//img.8891.com.tw/help/help_links_btn.gif) no-repeat scroll 0 0 ;
	border:0 none;
	height:34px;
	width:168px;
}
#helpHead{
	border-collapse: collapse;	
	width: 100%;
}
#helpHead td{
	border: 1px solid #DDD;
	height: 30px;
	vertical-align: center;
	text-align: center;
}
.helpactive{
	background-color: #F4FDFF;
}
.help_content{
	margin: 0 20px;
	line-height: 1.8;
	font-size: 10pt;
}
.help_content, .help_content p{
	color: #666;
}
.help_content ul{margin: 1em 0 0 1em;}
.help_content ul ul{margin-top: 0.5em;}
.help_content li{margin: 3px 0;}
.help_content h1,.help_content h2,.help_content h3,.help_content h4{
	margin: 3em 0 0.3em 0;
	color: #333;
}
.help_content h3{font-size: 11pt;}
.help_content h4{font-size: 10pt;}
.help_content table{
	border-collapse: collapse;
}
.help_content th, .help_content td{
	border: 1px solid #CCC;
	padding: 5px; 
	color: #444;
}
.help_content th{
	text-align: center;
	background-color:#F0F0F0;
	color: #333;
}
#main .note{
         margin:0;
	     padding:15px 15px 0 15px;
		 color:#900; 
		 font-size:13px;             
		 }
		 
		 
/********************************
 * 新版幫助中心樣式
 ********************************/
.expand{
	background:url(//img.8891.com.tw/help/col_exp.png) no-repeat 6px 12px;
	background-position:6px 10px\9;
}
.collapsed{
	background:url(//img.8891.com.tw/help/col_exp.png) no-repeat 6px -18px;
	background-position:6px -20px\9;
}
.MenuContentItem .link{
	font-size:13px;
	margin:0 0 3px 20px;
}
.MenuContentItem .link .hold{
	color:#F00 !important;
	text-decoration:none;
}
.MenuContentItem .body{
	display:none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.MenuContentItem .level0{
	padding-left:15px;
	border-bottom: 1px solid #fdd090;
}
.MenuContentItem .level0:last-child{
	border: none;
}
.MenuContentItem .level0 .head{
	line-height:30px;
	font-size:15px;
	color:#404040;
	cursor:pointer;
	padding-left:20px;
}
.MenuContentItem .level0 .head:hover{
	background-color:#FFFFEA;
}
.MenuContentItem .level1{
	margin-left:14px;
}
.MenuContentItem .level1 .head{
	line-height:30px;
	font-size:13px;
	color:#404040;
	cursor:pointer;
	padding-left:20px;
}
.MenuContentItem .level2{
	margin-left:14px;
}
.MenuContentItem .level2 .head{
	line-height:30px;
	font-size:13px;
	color:#404040;
	cursor:pointer;
	padding-left:20px;
}

.mt26{margin-top: 26px;margin-bottom: 10px;}
.s-title{background:url(//img.8891.com.tw/help/s-1/1212.png) no-repeat; width:952px; height:48px;}
.title-c{ background:url(//img.8891.com.tw/help/s-1/111.png) no-repeat; width:952px; height:48px;}
.title-j{ background:url(//img.8891.com.tw/help/s-1/112.png) no-repeat; width:952px; height:48px;}
.title-s{ background:url(//img.8891.com.tw/help/s-1/113.png) no-repeat; width:952px; height:48px;}
.title-c-1{
	border:0px solid #FF0000;
	width:133px;
	display:inline-block;
	height: 30px;
	margin-left:14px;
	text-align:center;
	font-weight:bold;
	padding-top:17px;
	color:#000000;
	font-size: 15px;
}
 .title-c-2{
	border:0px solid #FF0000;
	width:133px;
	display:inline-block;
	height: 30px;
	text-align:center;
	font-weight:bold;
	padding-top:17px;
	color:#FFFFFF;
	font-size: 15px;
}
 .title-c-3{
	border:0px solid #FF0000;
	width:133px;
	display:inline-block;
	height: 30px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 15px;
}
.title-j-3{background: #fff;display: inline-block;height: 40px;margin-top: 8px;line-height:36px;}

.title-j-1,.title-j-2 { border:0px solid #FF0000; text-align:center; font-weight:bold; width:133px; display:inline-block; height: 30px; font-size: 15px; padding-top:17px; }
.title-j-1{ color:#FFFFFF; padding-left: 14px; }
.title-j-2{ color:#000000; }
.div-body{
	border:1px solid #CCCCCC;
	margin-top:15px;
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
}

.div-body-1{
	border:1px solid #CCCCCC;
	margin-top:15px;
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	border-bottom:0px solid #CCCCCC;
}

.body-1{border:1px solid #CCCCCC; 
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	 font-size:14px;}
.body-left{width:400px; float:left; font-size:20px; color:#FF6600; font-weight:700;}
.body-right{float:right; text-align:right;margin-left:15px;}
/* 中古車收費 */
  .h-t { text-indent: -999em; background: url(//img.8891.com.tw/help/help-s.png) no-repeat 0 0;  display: inline-block; }
  	.h-tip { float: left; margin-top: 4px; }
  	.t1 { width: 98px; height: 23px; margin: 0 10px; float: left; display: inline; }
  	.t2 { width: 148px; height: 23px; background-position: 0 -23px; margin: 0 10px; float: left; display: inline; }
  	.t3 { width: 135px; height: 22px; background-position: 0 -81px; margin-left: 10px; }
  	.t4 { width: 97px; height: 23px; background-position: 0 -103px; margin: 0 10px; float: left; display: inline; }
  	.h-st { font-size: 15px; color: #333; font-weight: 500; line-height: 25px; float: left; }
  	#ComContentBox a.h-a-t { text-decoration: none; color: #404040; cursor: default; }
  	.h-sig { width: 10px; height: 10px; background-position: 0 -48px; }
  	.suc-icon { background-position: 0 -59px; width: 24px; height: 20px; }
.div-table{ margin-bottom:20px;}
.div-table .tds{border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.div-table .prices{ border-bottom: 1px solid #d8d8d8; padding-left: 40px;}}
.tablecss{ background: #F0F0F0; width:849px; height: 44px;}
.div-table-1 td { padding: 5px 0; }
	.tablecss td { border-top: 3px solid #484F78; padding: 0;  border-bottom: 1px solid #D8D8D8; background: #f0f0f0; }
.itemExtra{ background: url(//img.8891.com.tw/help/sfbz_29.png) repeat-x; width:849px; height:37px;}
.tablecs{ background: url(//img.8891.com.tw/help/sfbz_18.png) repeat-x; width:849px; height:51px;}
.div-table-1{ margin-top:15px; margin-bottom:20px; font-size:12px;}
.table{ width:100%;}
	.div-table-1 .price { padding-right: 40px; }
	.div-table-1 .validity {  text-align: center; }
	.div-table-1 .serve { padding: 5px 12px; }
	.div-table-1 .muster { padding-left: 25px; }
	.div-table-1 .remarks { padding-left: 20px; }	
#body-shop .div-table-1 .muster,#body-shop .div-table-1 .remarks { padding: 18px 0; text-align: center; }

.b-t { display: block; line-height: 18px; }
.c12 { color: #C12020; }
.style12{ font-size:14px; font-weight:bold; color:#FF0000;}
.style13{ font-size:12px; color:#FF6600;}
.style14{ font-size:15px; color:#FF0000;}
.style15{ font-size: 15px;}
#ComContentBox a.style15 { color: #404040; text-decoration: none; }
	#ComContentBox a.style15:hover { color: #04d; }
a.style16{ font-size: 9pt; color:#0044DD; text-decoration: underline;  margin-left: 5px; }
.style17{ font-size:12px; color:#FF6600; margin-right: 5px;}
.style18 { font-size: 15px; font-weight: bold; color: #FF5400; }
.style19 { font-size: 13px; color: #999; font-style: normal; margin-left: -20px; }
td.style20 { font-size: 13px; color: #727272; text-align: left; text-indent: 1em;}
.div-bottom{ text-align:center; margin-bottom:40px; margin-top: 80px;}
.h-coms { float: right; width: 524px; }
	.h-coms p { margin: 0; font-size: 13px; line-height: 16px; padding: 5px 0 0; }
.demo {
    display: none;
    left: 130px;
    position: absolute;
    top: -100px;
    z-index: 500;
}

.dt-wrap {
    position: relative;
    z-index: 10;
}

#logo-nav .sm-info-1{
	margin:   -9px 12px 0 0;
	padding: 0px 0 2px 0px;
	color: #404040;
	float: right;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 15px;
}
.sm-info-1 .sp{
	color: #AAA;
}
#logo-nav .sm-bargain {
	margin-top: 40px;
	float: right;
	margin-right:-120px;
	font-size: 15px;
	height:30px;
}

#logo-nav .sm-info-1 .help{
	background: url("//img.8891.com.tw/common/public_header_2.0.png?d=20120406") no-repeat -125px -75px;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
.publish{ font-weight: bold;}
.statistics-num{font-size: 18px;font-weight:700; color:#FF0000; }
.big_row{margin:0 12px 0 12px;}
.succ{ font-size: 15px; font-weight: bold; width: 100px; float: right; margin-right: 40px; margin-top: 10px;}
#shop-step .succ { width: auto; float: none; margin: 0; display: inline-block; vertical-align: top; height: 37px; line-height: 37px; }
#shop-step .big_row { margin: 0 11px; }
.line{height:5px; background:url(//img.8891.com.tw/help/helpline.png) repeat-x; margin-left:-40px; margin-right:-40px;}
.td{border-bottom:1px solid #CCCCCC; text-align: center; border-right:1px solid #CCCCCC;}
	.div-table .td { border-right: none; border-bottom-color: #d8d8d8; padding: 15px 0; }
.price{border-bottom:1px solid #CCCCCC; text-align: right; border-right:1px solid #CCCCCC; padding-right: 40px;}
.validity{border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC; padding-left: 30px;}
.remarks{border-bottom:1px solid #CCCCCC;padding-left:20px;}
.muster{border-bottom:1px solid #CCCCCC;padding-left:25px;  border-right:1px solid #CCCCCC;}
.serve{border-bottom:1px solid #CCCCCC; padding-left:20px;  border-right:1px solid #CCCCCC;}



#ComBodyLayerBox .page .tab_ui .back_1 a{color: #444; text-decoration: none;}
.page{margin-top: 10px;}
.page .tab_ui{width:737px;float:left;margin:0;padding:0 0 0 5px;border-bottom:1px solid #dedede;line-height:28px}
.page .tab_ui ol{margin:0;padding:0}
.page .tab_ui li{width:140px;height:28px;float:left;list-style:none;padding:0;margin:0 2px 0 0;font-size:13px}
.page .tab_ui li a{color:#666}
.page .tab_ui li a:hover{color:#f00}
.page .tab_ui .back_1{background:url(//statics.101.com.tw/img/index/ui/web_ui.png) no-repeat;background-position:-145px -300px;text-align:center}
.page .tab_ui .back_2{background:url(//statics.101.com.tw/img/index/ui/web_ui.png) no-repeat;background-position:-291px -300px;text-align:center;color:#900}
.page .tab_ui .other_link{float:right;font-size:12px;padding-right:5px}
.page .tab_ui .other_link a{color:#195a95}
.page .tab_ui .other_link a:hover{color:#f00}
.page .awards{width:720px;float:left;margin:10px 0;padding:0 5px;line-height:30px}
.page .awards .a_title{width:720px;float:left;margin:5px 0;padding:0;text-align:right;font-size:12px;color:#999}
.page .awards .a_title span{float:left;font-size:15px;font-weight:bold;color:#f60;background:url(//statics.101.com.tw/img/index/about/arr_2.gif) no-repeat;background-position:0px 8px;padding-left:20px}
.page .awards .a_title a{font-size:12px;font-weight:normal}
.page .awards .tabSet1{width:720px;float:left;padding:0;margin:0 0 30px 0}
.page .awards .tabSet1 table{border-right:1px solid #ccc;border-top:1px solid #ccc}
.page .awards .tabSet1 table td{border-left:1px solid #ccc;border-bottom:1px solid #ccc}
.page .awards .alt{width:720px;float:left;margin:0 0 30px 0;padding:0px;font-size:15px}
.page .awards .alt span{font-size:13px}
.page .awards .explain{width:700px;float:left;padding:0 10px 0 10px;margin:0 0 30px 0;font-size:15px;color:#444}
.page .awards .explain_1{width:700px;float:left;padding:0 10px 20px 10px;margin:10px 0 30px 0;font-size:15px;color:#444;border-bottom:1px solid #dedede}
.page .awards .explain_1 b{color:#333}
.page .awards .explain_1 img{float:left;margin-right:15px}
.page .awards .item{width:620px;float:left;padding:0 10px;margin:0 0 50px 0}
.page .awards .item .title{width:620px;float:left;padding:0;margin:0 0 10px 0;border-bottom:1px dotted #bac5d7;color:#195a95;font-weight:bold}
.page .awards .item .title a{color:#195a95}
.page .awards .item .title a:hover{color:#f00}
.page .awards .item .photo{width:200px;float:left;padding:0;margin:0}
.page .awards .item .txt{width:400px;float:left;padding:0 0 0 20px;margin:0;font-size:15px;color:#666}
.page .awards .item .txt .spsty1{font-size:12px}
.page .awards .item .txt .spsty1 a{color:#195a95}
.page .awards .item .txt .spsty1 a:hover{color:#f00}
.page .awards .explain_txt{width:700px;float:left;padding:0 10px;margin:0 0 30px 0;font-size:15px;color:#444}
.page .awards .explain_txt p{margin:0;padding:0}
.page .awards .explain_end{width:700px;float:left;padding:0 10px;margin:0 0 20px 0;font-size:15px;text-align:center;font-weight:bold}
.page .awards .news_list{width:720px;float:left;padding:0;margin:0 0 30px 0}
.page .awards .news_list ul{width:700px;float:left;padding:0 0 0 20px}
.page .awards .news_list li{list-style-type:disc;font-size:15px;color:#777}
.disclaimer{margin: 0 auto -4px;}
.foot-sites{margin: 0 auto;}

#explain{width: 952px;margin: 0 auto;}
  #explain dl{border:1px solid #dddddd;border-bottom:none;}
  #explain dt{background: url("//img.8891.com.tw/help/s-4/color.png"); height:23px; border-bottom:1px solid #dddddd;font-size: 13px;padding: 5px 20px;line-height: 24px;font-weight: 700;cursor: pointer;}
  #explain li{height:24px; border-top:1px solid #dddddd;font-size: 13px;padding: 5px 20px;line-height: 24px;}
  #explain li:first-child{border-top:none;}
  #explain li:last-child{border-bottom:1px solid #dddddd;}
  #explain li a{text-decoration: none; color: #000;}
  #explain ul .at{color: #f95600; font-weight: 700;}
  #explain .title{background: url("//img.8891.com.tw/help/s-4/color.png");height: 23px; border:1px solid #dddddd; padding: 5px 20px;line-height: 22px;font-size: 15px;font-weight: 700; margin-bottom: 10px;}
  .raise { font-style: normal; display: inline-block; height: 16px; line-height: 16px; padding: 0 2px; background: #FF9E00; color: #fff; border-radius: 2px; }
	.raise.re { background: #FF2000; }	
	.raise.or { background: #FF7701; }	
	.raise.res { background: #FF4A00; }	
  /* 驗證碼 */
  .code-box { position: relative; }
  	.code-num {  position: absolute; top: 9px; left: 60px; }
  	
/*VIP刊登*/
.new-project tr td .w320{width:320px;}
.new-project tr td .w400{width:400px;}
.new-project tr td .explain-icon{background:url(//img.8891.com.tw/sell/vip-payfor.png) 0 -6px no-repeat;width:10px;height:10px;display:inline-block;position:relative;cursor:help;color:green;}
	.new-project tr td .explain-icon:hover .explain-box{display:block;}
	.new-project tr td .explain-icon .empty-box{width:30px;height:15px;position:absolute;}
	.new-project tr td .explain-icon .explain-box{position: absolute;border: 1px solid #f3c16d;background: #ffffdd;color:#cc0000;font-size:9pt;height:25px;line-height:25px;top:15px;left:-62px;display:none;}
		.new-project tr td .explain-icon .explain-box .demo{left:285px;top:25px;left:0px;}
		
/*幫助中心搜索*/
.help-btn{background: url(//img.8891.com.tw/help/help-btn.png) no-repeat;height: 34px;width: 86px;border: 0px;text-indent: -999em;display: inline-block;}
.help-search{background: #FEE9BD url(//img.8891.com.tw/common/search-txtad-bg.png) repeat-x left bottom;border: 2px solid #F27D07;border-radius: 0 0 2px 2px;box-shadow: 0 1px 2px 0 #D0D0D0;margin: 5px auto;width: 950px;padding: 15px 0px;}
    .hs-form{text-align: center;}
	    .hs-f-icon{height: 34px;width: 32px;background: url(//img.8891.com.tw/help/help-btn.png) no-repeat 0 0;display: inline-block;vertical-align: middle;margin-right: 5px;}
	    .hs-f-value{width: 430px;padding: 10px;font-size: 15px;}
	    .hs-f-btn{ background-position:-87px -2px; margin-left: 5px; cursor: pointer; }
    .hs-keywords{margin-top: 10px;padding-left: 220px;}
        .hs-keywords a{margin-left: 15px;}
    #hs-hint{border: 2px solid red;display: none;position: absolute;}

/*常用入口*/
.help-portal{border: 1px solid #999999;padding: 6px;margin-top: 10px;}
    .hp-header{font-size: 15px;font-weight: 700;border-bottom: 1px solid #999999;padding-bottom: 6px;}
    .hp-ul{margin-top: 10px;}
        .hp-li{float: left;width: 90px;}
            .hp-btn-1{background-position:0px -39px;;}
            .hp-btn-2{background-position:-87px -39px;}
            .hp-btn-3{background-position:-0px -83px;}
            .hp-btn-4{background-position:-87px -83px;}

/*幫助中心首頁*/
.W47p{width: 47%;}
.csb-child-box{border: 1px solid #999999;}
    .csb-child-box .W47p{height: 74px; overflow: hidden;}
    .csb-c-b-header{font-size: 15px;color: #404040;font-weight: 700;border-bottom: 1px solid #999999;padding: 8px;}
    .csb-child-box ul.csb-c-b-list{background: #ffffdf;margin: 30px 20px;padding-left: 10px;}
    .csb-child-box .ImgStep{margin: 20px 0;}
	    .csb-child-box ul.csb-c-b-list li{float: left;margin-top: 5px;}
	        .csb-child-box ul.csb-c-b-list li span{background: url(//img.8891.com.tw/common/rowline.png) no-repeat 0 50%;padding-left: 15px;display: inline-block;width: 300px;}

/*幫助中心列表頁*/
.help-type{border: 1px solid #ff9f12;min-height: 500px;margin-top: 10px;}
    .ht-header{border-bottom: 1px dotted #999999;padding: 10px 0;width: 680px;margin-left: 15px;}
    .ht-ul{margin-left: 40px;margin-top: 25px;}
        .ht-ul li{background: url(//img.8891.com.tw/common/rowline.png) no-repeat 0 50%;padding-left: 15px;font-size: 15px;margin-bottom: 10px;}
  
/*幫助中心詳情頁*/
.help-article{height: auto;}
.help-article .ht-header{border: none;}
.ha-title{font-size: 20px;font-weight: 700;text-align: center;position: relative;border-bottom: 1px dotted #999999;margin: 0 25px;padding: 13px;}
    .ha-uptime{font-size: 13px;position: absolute;color: #cccccc;right: 0;bottom: 0px;font-weight: normal;}
    .ha-content{padding: 25px;}
        .ha-content *{padding: 0;margin: 0;}
.HelpResolve p{margin: 15px 0px 15px 0px;padding: 3px 0px 3px 0px;}
    .HelpResolve p.paddingLeft{font-size: 13px;}
    
/*幫助中心搜索頁面*/
.search-header{}
    .sh-box-1{background: #fcffcf;padding: 5px 0;}
    .sh-box-2{font-size: 15px;padding: 10px;}
    .search-header .red{padding: 0 3px;color: #ff0000;}
    .search-header .green{color: #009900;}
.search-content{border: 1px solid #cccccc;padding: 0 30px;}
    .sc-ul{}
        .sc-li{margin-top:20px; border-bottom: 1px dotted #cccccc;}
            .sc-title{font-size: 15px;margin-bottom: 15px;}
            .sc-desc{margin-bottom: 20px;}
.search-page{text-align: center;padding: 15px 0;}
.search-none{padding: 15px 0;}

.year-end-body {
	width: 1190px;
	margin: 0 auto;
}

.year-end-container {
	margin-top: 20px;
}

.year-end-content {
	border: 2px solid #cccccc;
	padding: 20px 50px;
}

.year-end-agree {
	width: 130px;
    height: 40px;
    border-radius: 5px;
    background-color: cornflowerblue;
    color: #FFFFFF;
}