﻿/* 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>
*************************************/
Div.MinGradualBox {
	overflow: hidden;
}
Div.MinGradualBox Div.top {
	background: url(../../img/help/box_bg_t.png) no-repeat 0 0;
	height: 30px;
}
Div.MinGradualBox Div.middle {
	background: url(../../img/help/box_bg_m.png) repeat-y 0 0;
	min-height: 100px;
}
Div.MinGradualBox Div.bottom {
	background: url(../../img/help/box_bg_b.png) no-repeat 0 0;
	height: 10px;
}

Div.MaxGradualBox {
	overflow: hidden;
}
Div.MaxGradualBox Div.top {
	background: url(../../img/help/c_box_bg_t.png) no-repeat 0 0;
	height: 40px;
}
Div.MaxGradualBox Div.middle {
	background: url(../../img/help/c_box_bg_m.png) repeat-y 0 0;
	min-height: 200px;
}
Div.MaxGradualBox Div.bottom {
	background:url(../../img/help/c_box_bg_b.png) no-repeat 0 0 ;
	height: 17px;
}

Div.PlaneGradualBox {
	overflow: hidden;
}
Div.PlaneGradualBox Div.left {
	background: url(../../img/user/lin01.png) no-repeat 0 0;
	width: 20px;
	min-height: 50px;
}
Div.PlaneGradualBox Div.center {
	background: url(../../img/user/lin02.png) repeat-x 0 0;
	min-height: 50px;
}
Div.PlaneGradualBox Div.right {
	background: url(../../img/user/lin03.png) no-repeat 0 0;
	width: 20px;
	min-height: 50px;
}


/*************************************
normal
*************************************/
.W697PX {
	width: 697px;
}
.W721px {
	width: 721px;
}
li.MenuContentItem {
	overflow: hidden;
	padding-left: 10px;
}
li.MenuContentItem div.HelpMenuLinkClose {
	line-height: 30px;
	background: url(../../img/common/+_r2_c2.png) no-repeat 0 55%;
	padding-left: 20px;
	margin-left: 20px;
}
li.MenuContentItem div.HelpMenuLinkOpen {
	line-height: 30px;
	background: url(../../img/common/_r1_c3.png) no-repeat 0 55%;
	padding-left: 20px;
	margin-left: 20px;
}
.Title {
	background-image:url(../../img/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/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/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/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;
}
hr.dot {
	border: none;
	border-bottom: 1px dotted #DDD;
}
Div.ServiceDiv {
	background: url(../../img/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/help/ico_bg.png) no-repeat 0 40%;
	height: 25px;
	padding-left: 30px;
	line-height: 25px;
}
Div.ToolDiv .fact {
	background: url(../../img/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/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/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: 10px; 
    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/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/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/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/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.top{
    background:transparent url(../../img/help/box_bg_t.png) no-repeat scroll 0 0;  
    height:30px;  
    margin-top:10px;
}
Div.bottom{
    background: url(../../img/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/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/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-top:30px;
}
.foundTable td {
	color:#333333;
	font-family:"Arial","MingLiU","PMingLiU";
	font-size:11pt;
}
.foundTable .span1 {
	background:url(../../img/common/css.gif) no-repeat scroll  0 19%;
	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;
}
.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;
	height: 30px;
	float:left;
}
.primttime{
	padding-left: 200px; 	
}
.li1{
	padding-left: 150px;
	width: 150px;
	text-align:right;
}
.li2{
	text-align:left;
	width: 200px;
}
.li3{
	text-align: left;
	width: 200px;
}
.subli{
	padding-left: 110px;
	_margin-left: -100px;
}
.F18pt{
	font-size: 18pt;	
}
/****************************
	出售流程
 *******************************/
 .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/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/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/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{
	padding-left: 10px;
	overflow: hidden;
}

.IconUser{
	background-image:url(../../img/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/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/help/help_links_btn.gif) no-repeat scroll 0 0 ;
	border:0 none;
	height:34px;
	width:168px;
}