﻿@charset "utf-8";
/* CSS Document */
/* 2013, January */
/*
#008da9 Dlink藍
#a28d54 金黃

*/
a:link,
a:visited{
	text-decoration:none; 
}
a:hover {
	text-decoration:underline; 
}

.mainbody {
	width:937px;
	margin:0 auto;
}
.headbox {
	width:905px;
	height:42px;
	font-size:0.8em;
	font-weight:bold;
	color:#ffffff;
	line-height:3.1em;
	padding-left:32px;
	background:url(images/headbg.png) repeat-x;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.usernavbox {
	height:20px;
	margin:5px 17px 0 32px;
}
.username {
	float:left;
	width:200px;
	font-size:0.8em;
	line-height:1.2em;
	margin-top:3px;
}
.usernav {
	float:right;
	+float:right;/* for ie7 */
	display:block;
	+width:337px;
	text-align:right;
	padding:0;
}
.usernav li {
	+float:left;/* for ie7 */
	display: -webkit-inline-box;
	display:inline-block;
	+float:left;
	font-size:0.8em;
	border-left:1px solid #a1a3a4;
}
.unrline{
	border-right:1px solid #a1a3a4;
}

.usernav li a:link,
.usernav li a:visited {
	color:#252e35;
	padding:0 8px;
	line-height:1.2em;
	text-decoration:none;
}
.usernav li a:hover {
	text-decoration:underline;
}
.usernav li a.logout {
	display:block;
	width:30px;
	color:#008da9;
	margin:0 0 0 9px;
	padding:0 0 0 8px;
	+padding:2px 0 0 8px;
	background:url(images/icon_logout.png) no-repeat 0 5px;
}
.titleh1 {
	width:881px;
	font-size:1.12em;
	font-weight:600;
	padding-left:15px;
	margin:0 auto;
	background:url(images/icon_tit.gif) no-repeat 0 0;
}

/* 7-1-2
------------------------------------------------------ */

.stepbox {
	width:896px;
	height:92px;
	text-align:center;
	margin-top:30px;
}
.stepbox li {
	display: -webkit-inline-box;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	color:#ffffff;
}
.stepbox li img {
	margin:0 5px;
	margin-top:18px;
}
.stepbg {
	width:153px;
	height:92px;
	font-size:0.8em;
	padding:0 10px;
	background:url(images/7_1_2_1a.png) no-repeat;
}
.stepbg h1 {
	font-size:1.2em;
	font-weight:600;
	margin-top:25px;
	margin-bottom:5px;
}
.stepsel {
	background:url(images/7_1_2_1b.png) no-repeat;
}

.repairsearchbox {
	font-size:0.8em;
	line-height:2.2em;
	margin-left:17px;
	margin-top:30px;
}
.repairsearchbox span {
	font-size:1.2em;
}
.repairsearchbox input[type=text] {
	padding:3px;
	margin-right:10px;
}

.repairviewbox {
	width:766px;
	height:96px;
	font-size:0.8em;
	background:url(images/7_1_2_3.png) repeat-x;
	margin-top:50px;
	padding:40px 65px 0 65px;
}
.repairviewbox h1 {
	font-family:微軟正黑體,'Microsoft JhengHei';
	font-size:1.2em;
	font-weight:600;
	color:#a78938;
	margin-bottom:5px;
}

/* Sign Up
------------------------------------------------------ */

.signup-leftbox {
	float:left;
	width:416px;
	padding:30px 0;
	margin-left:32px;
	border:3px solid #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.signupform {
	width:250px;
	margin:0 auto;
}
.signupform h1 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}
.signup-leftbox p {
	margin-bottom:9px;
}
.signup-leftbox span {
	font-size:1em;
	margin-right:5px;
}
.signup-leftbox input[type=text],
.signup-leftbox input[type=password] {
	width:203px;
	padding:4px;
	border:1px solid #ababab;
}
.signup-leftbox select {
	width:209px;
	height:26px;
	border:1px solid #ababab;
}
.signuptxt {
	font-size:0.8em;
	line-height:1.8em;
	margin-top:10px;
}

.signuptxt a:link,
.signuptxt a:visited {
	color:#0082a4;
	text-decoration:none;
}
.signuptxt a:hover {
	text-decoration:underline;
}

.signup-rightbox {
	float:right;
	width:410px;
	font-size:0.8em;
	line-height:1.8em;
	margin-right:17px;
	padding-top:20px;
	color:#767a7d;
}
.signup-rightbox h1 {
	font-size:1.2em;
	font-weight:600;
	font-weight:bold;
	color:#008da9;
	text-align:center;
	margin-bottom:10px;
}

/* Password
------------------------------------------------------ */

.passwordbox {
	width:500px;
	font-size:0.8em;
	color:#767a7d;
	margin:50px auto;
}
.passwordbox p {
	margin-bottom:5px;
}
.passwordbox span {
	font-size:1.2em;
	font-weight:600;
	color:#000000;
	margin-right:5px;
}
.passwordbox input[type=text] {
	width:305px;
	padding:4px;
	border:1px solid #ababab;
}

/* Apply List
------------------------------------------------------ */
.listsearchbox {
	font-size:0.8em;
	line-height:2.5em;
	height:33px;
	margin:30px 17px 0 32px;
	clear:both;
}
.lsb-left {
	float:left;
	width:250px;
}
.lsb-right {
	float:right;
	width:550px;
	text-align:right;
}
.listsearchbox img,
.listsearchbox input,
.listsearchbox select {
	vertical-align:middle;
}
.listsearchbox input[type=text] {
	padding:3px;
}
.listsearchbox select {
	height:24px;
	margin-right:10px;
}
.listsearchbox .imgw1 {
	margin-right:4px;
}
.listsearchbox .imgw2 {
	margin:0 4px;
}
.listsearchbox .yw {
	width:50px;
}
.listsearchbox .mdw {
	width:20px;
}
.listsearchbox .sw {
	width:100px;
}

/* List Table
------------------------------------------------------ */
.listtable {
	width:888px;
	font-size:0.8em;
	background-color:#efefef;
	margin:10px 0 0 32px;
}
.listtable th {
	line-height:2em;
	vertical-align:middle;
	color:#ffffff;
	background-color:#252e35;
	padding:4px 0 4px 0;
	border-bottom:2px solid #ffffff;
}
.listtable th img {
	vertical-align:middle;
	margin:5px;
}
.listtable td {
	text-align:center;
	padding:7px 0;
	border-bottom:2px solid #ffffff;
}
.listtdbg {
	background-color:#d4d4d4;
}
.listtable th.tal,
.listtable td.tal {
	text-align:left;
}

.listtable a:link,
.listtable a:visited {
	color:#000000;
	text-decoration:underline;
}
.listtable a:hover {
	text-decoration:none;
}

.applyproduct {
	width:540px;
	font-size:0.8em;
	margin:10px auto;
}
.applyproduct table {
	margin-top:10px;
	margin-bottom:10px;
}
.applyproduct table th,
.applyproduct table td {
	padding:5px 10px;
	border-bottom:2px solid #ffffff;
}
.applyproduct table th span,
.applyproduct table td span {
	color:#be0505;
}

.applyproduct table th {
	background-color:#dddddd;
	padding:10px 30px;
}
.applyproduct table td {
	border-bottom:1px solid #dddddd;
}

/* OnLine Apply
------------------------------------------------------ */
.olabox {
	width:540px;
	font-size:0.8em;
	margin:30px auto;
}
.olabox table {

}
.olabox table th,
.olabox table td {
	padding:5px 10px;
	border-bottom:2px solid #ffffff;
}
.olabox table td span {
	color:#be0505;
}

.olabox table th {
	background-color:#dddddd;
	padding:5px 50px;
}
.olabox table th span {color:#be0505;}

.olabox table td input[type=text] {
	padding:3px;
}
.olabox table td select {
	padding:3px;
}
.olabox table td select,
.olabox table td input {
	margin:0 3px;
}

.ola-banner {
	margin:30px 0 0 32px;
}

.ola-title {
	font-size:0.8em;
	font-weight:bold;
	color:#008da9;
	margin:5px 0 0 32px;
}
.ola-step1 {
	font-size:0.8em;
	text-align:center;
	line-height:3.5em;
	margin:40px 0;
}
.ola-step1 input[type=radio] {
	vertical-align_:middle;
	margin:0 5px 0 20px;
}

.ola-step2 {
	width:530px;
	font-size:0.8em;
	margin:0 auto;
	margin-top:30px;
}
.ola-step2 h1 {
	font-weight:300;
	color:#be0505;
}
.ola-step2 h1 a:link,
.ola-step2 h1 a:visited {
	color:#046bbb;
	text-decoration:none;
}
.ola-step2 h1 a:hover {
	text-decoration:underline;
}

.ola-step2 h1 span {
	color:#046bbb;
}
.ola-step2 table {
	margin-top:10px;
	margin-bottom:10px;
}
.ola-step2 table th,
.ola-step2 table td {
	padding:5px 10px;
	border-bottom:2px solid #ffffff;
}
.ola-step2 table th span,
.ola-step2 table td span {
	color:#be0505;
}

.ola-step2 table th {
	background-color:#dddddd;
	padding:10px 30px;
}

.ola-step2 table td input[type=text] {
	padding:3px;
}
.ola-step2 table td select {
	height:24px;
}
.ola-step2 table td select,
.ola-step2 table td input,
.ola-step2 table td textarea {
	margin:0 3px;
}

.ipw50 {width:50px;}
.ipw70 {width:70px;}
.ipw105 {width:105px;}
.ipw150 {width:150px;}
.ipw200 {width:200px;}
.ipw300 {width:300px;}
.ipw350 {width:350px;}
.ipw450 {width:450px;}

.ola-step3-h1 {
	font-size:0.8em;
	color:#be0505;
	margin-left:32px;
	margin-top:30px;
}
.ola-step3-h2 {
	font-size:0.8em;
	margin-left:32px;
	margin-top:30px;
}
.ola-step3-h2 span.olatxt1 {
	color:#046bbb;
}
.ola-step3-h2 span.olatxt2 {
	color:#be0505;
}
.ola-step3-h2 input {vertical-align:middle;}

.ola-step3-table {
	width:888px;
	font-size:0.8em;
	background-color:#efefef;
	margin-top:10px;
	margin-left:32px;
	margin-bottom:10px;
}
.ola-step3-table th {
	color:#ffffff;
	background-color:#252e35;
	padding:7px 0;
	border-bottom:2px solid #ffffff;
}
.ola-step3-table th img {
	vertical-align:middle;
	margin:5px;
}
.ola-step3-table td {
	text-align:center;
	padding:7px 0;
	border-bottom:2px solid #ffffff;
}
.ola-step3-table td a:link,
.ola-step3-table td a:visited {
	color:#046bbb;
	text-decoration:none;
}
.ola-step3-table td a:hover {
	text-decoration:underline;
}

.ola-step3-table td span {
	color:#046bbb;
}

.ola-step3-table th.tal,
.ola-step3-table td.tal {
	text-align:left;
}
.ola-step3-butleftbox {
	float:left;
	width:460px;
	font-size:0.8em;
	margin-left:32px;
}
.ola-step3-butrightbox {
	float:right;
	width:200px;
	font-size:0.8em;
	text-align:right;
}
.ola-step3-butbox {
	font-size:0.8em;
	text-align:center;
	margin-top:40px;
}
.ola-step3-table td input[type=checkbox],
.ola-step3-butbox input[type=checkbox] {
	vertical-align:middle;
	padding:0;
	border:0;
}

/* User Data
------------------------------------------------------ */
.userdatabox {
	width:540px;
	font-size:0.8em;
	margin:30px auto;
}
.userdatabox table {

}
.userdatabox table th,
.userdatabox table td {
	padding:5px 10px;
	border-bottom:2px solid #ffffff;
}
.userdatabox table td span {
	color:#be0505;
}

.userdatabox table th {
	background-color:#dddddd;
	padding:5px 50px;
}
.userdatabox table th span {color:#be0505;}

.userdatabox table td input[type=text],
.userdatabox table td input[type=password] {
	padding:3px;
}
.userdatabox table td select {
	height:24px;
}
.userdatabox table td select,
.userdatabox table td input {
	margin:0 3px;
}



/* Button
------------------------------------------------------ */

.butbox-alc {
	font-size:0.8em;
	text-align:center;
	margin-top:50px;
}

.bts1 {
	color:#ffffff;
	border:0;
	padding:3px 25px;
	background-color:#252e35;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.bt-signup {
	width:123px;
	height:26px;
	font-size:0.8em;
	color:#ffffff;
	border:0;
	padding:3px 0;
	background-color:#252e35;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.bt-pw {
	width:100px;
	height:26px;
	color:#ffffff;
	border:0;
	padding:3px 0;
	background-color:#252e35;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.bt-go {
	width_:30px;
	font-size__:0.9em;
	color:#ffffff;
	border:0;
	padding:3px 15px;
	height:23px\9;
	background-color:#252e35;
	background-color:#252e35\9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.bt-back {
	height:26px;
	color:#ffffff;
	line-height:2em;
	border:0;
	padding:0 15px;
	background-color:#252e35;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.bt-ola1 {
	width:199px;
	height:26px;
	font-size__:0.8em;
	color:#ffffff;
	border:0;
	padding:3px 0;
	background-color:#252e35;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.bt-ola2 {
	width__:199px;
	height:26px;
	font-size__:0.8em;
	color:#ffffff;
	border:0;
	padding:2px 5px;
	background-color:#252e35;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.bt-llw {
	height:24px;
	color:#ffffff;
	border:0;
	padding:2px 15px;
	background-color:#252e35;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

/* Pagination
------------------------------------------------------ */

div.pagination {
	font-size:0.8em;
}
div.pagination ul {
	list-style: none;
	padding: 0;
	line-height: 16px;
	margin-top:20px;
}
div.pagination li {
	display: inline;
}
div.pagination.black {
	text-align:center;
	padding: 7px;
	margin: 3px;
}

div.pagination.black a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #000000;
}

div.pagination.black a:hover, div.pagination.black a:active {
	border-bottom: 1px solid #1c73b7;
	color: #1c73b7;
}

div.pagination.black li.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border-bottom: 1px solid #1c73b7;
	color: #1c73b7;
}

div.pagination.black li.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #DDD;
}
