﻿/*頁面基本設定....................................................................................................*/
body {
	margin: 0px auto;
	
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
body.log {
	background-color: #CCCCCC;
	text-align: center;
}
h1 {
	font-size: 16px;
	color: #009900;
	margin: 5px 5px 10px 0px;
	padding: 0px 0px 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	}
h2 a:link, h2 a:visited {
	text-decoration: underline;
	color: #006699;
}
h3 {
	font-size: 12px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0px 3px;
	padding: 0px;
}
h3.modelno {
	font-size: 12px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 18px;
	font-weight: bold;
	margin: 5px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h3 a {
	color: #6633FF;
	text-decoration: underline;
}
h4 {
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	padding-bottom: 6px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	vertical-align: top;
}
button {
	color: #FFFFFF;
	background-color: #339933;
}
/*整頁寬.......................................................................................................*/
#container {
	width: 700px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
}

/*上方導覽列.....................................................................................................*/
#header {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height: 120px;
	background-position: center top;
	margin-bottom: 5px;
	width: 960px;
	margin-top: 0px;
}
#header p {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 70px;
	margin-bottom: 0px;
	margin-left: 36px;
}
#navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	background-color: #006699;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navlist ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #3399CC;
	width: 100%;
}
/*右邊內容........................................................................................................*/
#right h2 {
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#right {
	border-collapse:collapse;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 590px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#right li {
	padding-bottom: 3px;
	background-image: url(../images/icon/ico_li_dot.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-left: 10px;
	padding-left: 15px;
	background-position: left 7px;
}
#right ul ul {
	padding-left: 10px;
	list-style-type: none;
}
#right ul ul li {
	padding-left: 10px;
}
#right p {
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 8px;
	text-align: left;
}

#right p.back {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	margin-right: 5px;
	margin-top: 10px;
	padding-top: 4px;
}
#right .back a {
	color: #006699;
	text-decoration: none;
}
#rightcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 90%;
}
#rightcontent table {
	border-collapse:collapse;
	border: 1px solid #999999;
	margin-right: 5px;
}
#rightcontent th {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	text-align: left;
}
#rightcontent td {
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	text-align: left;
}
/*login.........................................................................................................*/
#logcontainer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 960px;
	text-align: center;
	height: 600px;
}
.logform {
	text-align: center;
	width: 500px;
	margin: auto;
}

/*Menu.............................................................................................................*/
#left {
	width: 200px;
	background: url(../images/bg_01.gif) no-repeat center top;
	padding-top: 20px;
	margin-top: 5px;
}
#leftmenu {
	background: url(../images/bg_02.gif) repeat-y left top;

}
#leftmenu ul {
	background: url(../images/bg_03.gif) no-repeat left bottom;
	padding-bottom: 20px;
}


#leftmenu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 9px;
	background: url(../images/ico_dot.gif) no-repeat 5px 7px;
	padding: 3px 10px 3px 15px;
	margin-left: 10px;
	font-weight: bold;
}
#leftmenu li ul {
	margin: 0px;
	padding: 0px;
	background: url(none);
}

#leftmenu li ul li {
	border-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	background: url(none);
	padding-left: 5px;
	color: #555;
}
#leftmenu li ul li ul li {
	background: url(../images/ico_li_-.gif) no-repeat left 7px;
	font-weight: normal;
	padding-left: 12px;
}
#leftmenu li ul li a:link ,#leftmenu li ul li a:visited  {
	color: #555;
}


.productlist {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#category {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 20px;
	width: 160px;
	float: left;
	margin-left: 0px;
}
#category ul {
	margin: 7px 0px 0px;
	padding: 5px 0px 5px 8px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#category li {
	padding-bottom: 4px;
	padding-left: 15px;
	background-image: url(../images/ico_dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#category a {
	color: #006699;
	text-decoration: none;
}

#form1, #form2 {
	text-align: left;
}
#form1 input.btn, #form2 input.btn, #RequestButton, #btnExcel {/*form3用在s_license.aspx*/
	border: 1px solid #666666;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#form1 input, #form2 input  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#form1 input.address {
	width: 300px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-weight: normal;
}

/*
.qa ul{
	list-style-type: none;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
.qa li {
	padding-bottom: 3px;
	background-image: url(../images/icon/ico_li_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}
.qa a {
	color: #006699;
	text-decoration: none;
}
*/
#qacontent {
	line-height: 18px;
	margin-right: 5px;
	margin-left: 5px;
}
#qacontent table {
	border: 1px solid #FFFFFF;
}

#qacontent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#qacontent li {
	padding-left: 15px;
	background-image: url(../images/ico_dot.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-bottom: 3px;
}

#qacontent p {
	margin: 0px;
	padding: 6px 0px;
}
#qacontent p.qa {
	font-weight: bold;
}

#qacontent span {
	font-weight: bold;
	color: #CC6600;
	padding-right: 3px;
}
table#categorynew {
	border-collapse:collapse;
	margin-bottom: 0px;
	width: 580px;
	margin-left: 5px;
}
#categoryall {
	margin-bottom: 15px;
}

#categorynew a {
	color: #006699;
	text-decoration: none;
}#categorynew td {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.modellist {
	background-image: url(../images/bg_green.gif);
}

/*Accessory layout*/
.acctable {
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-left: 0px;
	margin-right: 0px;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 0px;
}
.acctable td {
	border: 1px solid #CCCCCC;
	padding: 2px 4px 3px;
}

.acctable th {
	padding: 2px 2px 3px 5px;
	background-color: #E7E7E7;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.acctable img {
	border: 1px solid #CCCCCC;
	margin: 2px 0px;
}
/*table*/
.datatable {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	margin-top: 5px;
	padding-top: 5px;
}
.datatable th, .licensedata th {
	background-color: #E7E7E7;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 4px 0px 4px 5px;
	text-align: left;
	width: 150px;
}
.datatable td, .licensedata td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border: 1px solid #CCCCCC;
}
.datatable span {
	color: #FF0000;
	padding-right: 3px;
}
/*License system CSS style*/
#licensemain {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	border: 1px solid #999999;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#licensemain h2 {
	color: #006699;
	padding-bottom: 5px;
}
#licensemain h3 {
	padding-bottom: 5px;
}
#licensemain h4 {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
}
#licensemain p {
	margin: 0px;
	padding: 0px 0px 5px;
}
#licensemain ul {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#licensemain li {
	display: inline;
	margin-right: 10px;
	color: #333333;
	padding: 3px;
}
#licensemain a:link, #licensemain li a:visited {
	text-decoration: underline;
}
#steparea {
	width: 95%;
	background-color: #EBEBEB;
	padding: 10px 10px 10px 20px;
	border: 1px double #4DB84D;
}
#steparea h1 {
	color: #333333;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 8px;
	padding: 0px;
}
#steparea h2 {
	color: #006699;
	margin: 0px 0px 8px;
	padding: 0px;
}
#steparea h3 {
	color: #FF0000;
	padding-bottom: 3px;
}
#steparea ul {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
#steparea li {
	padding-bottom: 5px;
}
#steparea li.stepbold {
	font-weight: bold;
	color: #FF0000;
}
.licensedata {/*s_license.aspx*/
	width: 95%;
	border-collapse:collapse;
	margin-bottom: 0px;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;

}
.licensedata th {
	background-color: #FFFFFF;
	width: 30%;
}
.licensetable {/*s_license.aspx第一個表格之外的license表格*/
	width: 95%;
	border-collapse:collapse;
}
.licensetable th {
	background-color: #E7E7E7;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 4px 0px 4px 5px;
	text-align: center;
	width: 150px;
}
.licensetable td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.licensetable th a:link, .licensetable th a:visited {
	color: #333333;
	text-decoration: underline;
}
#licenserequest {
	width: 95%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
#licenserequest h2 {
	color: #006699;
}
#licenserequest p {
	padding: 0px 0px 6px;
	margin: 0px;
}

.middle {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}

#RequestButton, #btnExcel, #NextButton, #NextBtn, #OKBtn, #Reset1 {
	/*#Reset1用在RequestLicense2.aspx*/
	border: 1px solid #339933;
	float: right;
	color: #FFFFFF;
	padding: 1px;
	background-image: url(bg_bottom_green.gif);
	margin-left: 5px;
}
#MailLabel {
	color: #006699;
}
.asplabel {
	color: #333333;
}

td#TD EonPath, td#TD snapshot {
	border: 1px solid #CCCCCC;
}


.contact {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.contact img {
	float: left;
	margin-right: 8px;
}
.contactinfo {
	margin-left: 150px;
}
.officeinfo {
	margin-left: 7px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}






#form1.formlogin {
	text-align: center;

}
#image {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	padding-left: 30px;
}
#image img {
	border: 1px solid #CCCCCC;
	margin: 3px;
}
.logcontent {
	text-align: center;
}
.more {
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.office {
	margin-top: 0px;
	margin-bottom: 20px;
}
#form1 div.form1btn {
	margin-top: 10px;
	padding-left: 40px;
}
.forgetpwd {
	font-size: 11px;
	margin-left: 70px;
}
/*首頁文件 Product section on index page*/
#indexpdt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	width: 280px;
}
#indexpdt h1 {
	margin: 0px;
	padding: 0px;
}
#indexpdt ul {
	margin: 0px;
	padding: 0px 0px 4px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#indexpdt li {
	margin: 0px;
	padding: 0px 0px 1px 10px;
}
#indexpdt img {
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}
#indexpdt td {
	padding-top: 3px;
}
/*新聞訊息 News section on index page*/
#indexnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 280px;
}
#indexnews p {
	margin: 0px 0px 0px 4px;
	padding: 2px 0px 3px;
}
#indexnews h4 {
	font-weight: bold;
	color: #999900;
	margin: 0px;
	padding: 5px 0px 0px 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#indexnews a, #indexpdt a {
	color: #3366CC;
	text-decoration: none;
}
#indexnews a:hover, #indexpdt a:hover {
	text-decoration: underline;
	color: #CC6600;
}
#indexpdt p {
	margin: 0px;
	padding: 2px 0px 10px;
}
h4.welcome {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#latestDoc  {
	width: 280px;
	font-size: 12px;
}
#latestDoc img {
	vertical-align: middle;
	margin-left: 3px;
}
#latestDoc ul {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#latestDoc   li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: none;
}
#logcontent {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
#logcontent table {
    border-collapse:collapse;
	width: 99%;
	border: 1px solid #999999;
}
#logcontent th {
	background-color: #E1E1E1;
}
#logcontent th, #logcontent td {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
.evalution {
	width: 99%;
	font-size: 13px;
}
.evaluation h3 {
	font-size: 14px;
}

.evaluation li {
	padding-bottom: 4px;
}
.evaluation table {
	border-collapse:collapse;
	width: 99%;
	padding-bottom: 10px;
}
.evaluationtable  {
	border-collapse:collapse;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.evaluationtable th, .evaluationtable td {
	border: 1px solid #CCC;
	text-align: left;
	color: #333333;
	padding: 5px;
}
.evaluationtable th {
	background-color: #E7E7E7;
	font-weight: bold;	
	text-align: center;
	width: 150px;
}
.evaluationDownload {
	width: 99%;
}
.evaluationDownload h4 {
	background-image: url(../images/icon_warning.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	color: #C30;
	padding-bottom: 2px;
	border-bottom-style: none;
}

.evaluationDownload b {
	color: #C30;
}
.checkBox {
	padding-left: 35px;
}
#ContentList {
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#ContentList ul li {
	background: url(../images/ico_dot.gif) no-repeat 0px 7px;
	padding-left: 12px;
	margin: 0px;
}
