@charset "utf-8";
body  {
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	background-color: #F0F0F0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
.twoColFixRtHdr #header {
	height: 81px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 920px;
	margin: auto;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* 使用欄位間隔而非邊界便可讓元素遠離 Div 的邊緣 */
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 81px;
	width: 215px;
	padding: 0;
	display: block;
	float: left;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
}
.twoColFixRtHdr #header h1 a{
	height: 81px;
	width: 215px;
	font-size: 0px;
	line-height: 0px;
	color: #282A2B;
	text-indent: -1500px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.topRight {
	float: right;
	height: 31px;
	width: 580px;
}
.GlobalMenu{
	width: 580px;
	text-align: right;
	color: #FFF;
	padding-top: 4px;
	font-size: 12px;
}
.GlobalMenu a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 2px;
}
.memLogin {
	color: #3A9FE3;
	text-decoration: none;
}

/*- MAIN Menu --------------------------- */

    .mr6MainMenu {
	float:left;
	font-size: 12px;
	width: 580px;
	margin-top: 8px;
      }
    .mr6MainMenu ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
      }
    .mr6MainMenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    .mr6MainMenu a {
	float:left;
	background:url('images/tableft3.gif') no-repeat left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
      }
    .mr6MainMenu a span {
	float:left;
	display:block;
	background:url('images/tabright3.gif') no-repeat right top;
	color:#FFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .mr6MainMenu a span {float:none;}
    /* End IE5-Mac hack */
    .mr6MainMenu a:hover span {
      color:#FFF;
      }
    .mr6MainMenu a:hover {
      background-position:0% -42px;
      }
    .mr6MainMenu a:hover span {
      background-position:100% -42px;
      }  

.topBanner {
	height: 340px;
	background-image: url(images/bannerbg.jpg);
	background-repeat: repeat-x;
}
.topBannerLayout{
	margin: auto;
	width: 950px;
	font-size: 13px;
	color: #FFF;
}
.RightBanner {
	float: right;
	width: 400px;
	line-height: 26px;
	font-size: 15px;
	color: #FFF;
	padding-top: 10px;
}
.RightBanner h2{
	font-family: "Microsoft JhengHei";
	color: #FFF;
	font-size: 30px;
}

.leftBanner {
	float: left;
	width: 520px;
	text-align: left;
	padding-top: 15px;
}
.productInfoLine{
	background-color: #14364F;
	font-size: 12px;
	color: #9EC8E7;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	clear: both;
	margin-top: 10px;
	text-align: right;
	height: 40px;
}
.productInfoLine div{
	margin: auto;
	width: 950px;
}
.productPromote{
	width: 950px;
	background-color: #FCC;
	border: 1px solid #F99;
	font-size: 15px;
	color: #C00;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-weight: bold;
}
.mainContentOuter {
	margin: auto;
	width: 950px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 260px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #282A2B;
	color: #CCC;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 10px 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
}
.fltrt { /* 這個類別可用來讓頁面右邊的元素浮動。浮動元素必須位於頁面上必須相鄰的元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓頁面左邊的元素浮動 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.txtImgFeature {
	background-image: url(images/txt/feature.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	text-indent: -1500px;
	height: 32px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 5px;
}
ul.featureList {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.featureList li{
	width: 600px;
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	}
ul.featureList li img{
	border:1px solid #E0E0E0;
	float:left;
	height:110px;
	margin-bottom:15px;
	padding:4px;
	width:110px;
	margin-right: 15px;
	}
	
ul.featureList li h3{
	color: #000;
	padding: 3px;
	margin: 2px;
}
.txtImgPrize {
	background-image: url(images/txt/prize.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	text-indent: -1500px;
	height: 32px;
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
a {
	color: #146AA7;
}

.payTable {
	font-size: 15px;
	color: #333;
}.payTable td{
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.txtRedBold {
	font-weight: bold;
	color: #C00;
}
.txtImgDiscount {
	background-image: url(images/txt/discount.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	text-indent: -1500px;
	height: 32px;
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	}
.sideBox {
	font-size: 13px;
	color: #333;
	line-height: 22px;
}
.app6features, .similarApp {
	width: 930px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 13px;
	color: #333;
	margin-bottom: 5px;
	margin-top: 5px;
}
.app6features h1{
	background-image: url(images/txt/6fea.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	text-indent: -1500px;
	height: 32px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.app6features ul, .similarApp ul{
	padding: 0px;
	width: 950px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.app6features ul li{
	width: 280px;
	padding-right: 30px;
	float: left;
	line-height: 20px;
	font-size: 12px;
}
.app6features ul li h3{
	font-size: 15px;
	color: #369;
}
.similarApp h1{
	background-image: url(images/txt/ssimilar.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	text-indent: -1500px;
	height: 32px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.similarApp ul li{
	float: left;
	width: 235px;
}
.similarApp ul li img{
	height: 121px;
	width: 210px;
}
.memLoginArea {
	color: #CCC;
	letter-spacing: normal;
}
.memLoginArea a{
	color: #A0C7ED;
}

.topBanner2 {
	height: 136px;
	background-image: url(images/bannerbg2.jpg);
	background-repeat: repeat-x;
}

.topBannerLayout h3{
	font-size: 25px;
	color: #FFF;
}
.stepInfo{
	width: 580px;
	text-align: right;
	color: #FFF;
	padding-top: 40px;
	font-size: 12px;
}
.formBox{
	width: 780px;
	background-color: #FFF;
	border: 8px solid #999;
	font-size: 15px;
	color: #333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 24px;
	padding: 10px;
	background-image: url(images/formbg.gif);
	background-repeat: repeat-x;
}.stepFlow {
	font-weight: bold;
	height: 40px;
}
.stepFlow span.current{
	color: #237DBA;
}.formBox td.leftColumn {
	font-weight: bold;
	color: #666;
}
.formBtn {
	text-align: center;
	margin: auto;
	width: 600px;
}
.formBtn input{
	font-size: 15px;
	padding: 10px;	
}.topBannerPage {
	height: 100px;
	background-color: #15354a;
}
.mainInfo {
	padding: 10px;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}
.txtImgPPro {
	background-image: url(images/page/txt-pro.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	text-indent: -1500px;
	height: 32px;
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
.mainContentList {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.mAppList{}
.mAppList ul{
	margin: 0px;
	padding: 0px;
	width: 890px;
	list-style-type: none;
}
.mAppList ul li{
	width: 270px;
	padding-right: 25px;
	font-size: 13px;
	float: left;
}
.mAppList ul li img{
	height: 149px;
	width: 270px;
	border: 1px solid #AFBAC5;
}.mAppDes {
	font-size: 12px;
	color: #4F4F4F;
	line-height: 18px;
}
.indexbg {
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	height: 477px;
	width: 753px;
	margin: auto;
}
.indexbgtop {
	background-color: #61A8D2;
	padding-top: 50px;
	background-image: url(images/indexbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 50px;
}
/*menu Blue*/

#menu_blue{
	margin:auto;
	padding-top: 5px;
	padding-left: 12px;
}
#menu_blue ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	width: 250px;
}
#menu_blue li{
	display:block;
	float:left;
	padding-bottom: 2px;
}
#menu_blue li a{
	background:#e4e8eb url(images/menu_bg.gif) repeat-x;
	border:2px solid #bdc5cd;
	padding:15px;
	display:block;
	float:left;
	color:#2b61a1;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height: 50px;
	width: 86px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}
#menu_blue li a span{
	color:#636363;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#menu_blue li a:hover{
	background:#e46825 url(images/menu_hover.gif) repeat-x;
	border:2px solid #4a88ce;
	text-decoration:none;
}
#menu_blue li a:hover span{
	color:#636363;
}
.current_blue{
	background:#74befd url(images/menu_hover.gif) repeat-x;
	border:2px solid #4a88ce;
	margin:0 1px;
	padding:15px 15px 15px 15px;
	display:block;
	float:left;
	color:#2b61a1;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
	height: 50px;
}
.current_blue span{
	color:#636363;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.lang {
	font-size: 12px;
	padding-top: 208px;
	padding-left: 15px;
	color: #666666;
	width: 260px;
}
.lang a{
	text-decoration: none;
	color: #666666;
}.infooter {
	letter-spacing: 1px;
	font-size: 12px;
	color: #698E96;
	padding-left: 15px;
	padding-top: 20px;
}
.rightClick {
	width: 460px;
	float: right;
	padding-top: 40px;
	height: 380px;
}
.rightClick a {
	height: 340px;
	width: 460px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -1500px;
}
.txtImg {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	text-indent: -1500px;
	height: 32px;
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	}
.CustomHistory {
	background-image: url(images/txt/custom-history.gif);
	background-repeat: no-repeat;
}
.SampleURL {
	background-image: url(images/txt/sample-url.gif);
	background-repeat: no-repeat;
}
.ImmediateStatus {
	background-image: url(images/txt/status.gif);
	background-repeat: no-repeat;
}
.LayoutDesign {
	background-image: url(images/txt/layout-design.gif);
	background-repeat: no-repeat;
}
.ManageBackstage {
	background-image: url(images/txt/manage.gif);
	background-repeat: no-repeat;
}

/*2010.6.11 new added*/
.txtImgPpl {
	background-image: url(images/dm0611/txt-ppl.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	text-indent: -1500px;
	height: 32px;
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
